linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [uml-devel] Debian user mode linux 2.6.8 and supporting utils don't install
@ 2007-01-09  9:55 pierrelaroche
  2007-01-09 10:16 ` Mattia Dongili
  0 siblings, 1 reply; 4+ messages in thread
From: pierrelaroche @ 2007-01-09  9:55 UTC (permalink / raw)
  To: user-mode-linux-devel

These programs, as found in the Debian unstable tree, don't install properly
on my Debian system. Apt-get insists on first removing all my kernel images
claiming a conflict.

The installation succeeds however if the .deb files are downloaded first
before installation (the files are downloaded, and then installed using
dpkg).

Also, where can I find the source code and the instructions to recreate
these binaries? I would like to generate a debug version. I need to know the
system setup, and the uml patches used to create these binaries (2.6.8).

Thanks,

- Pierre.




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [uml-devel] Debian user mode linux 2.6.8 and supporting utils don't install
  2007-01-09  9:55 [uml-devel] Debian user mode linux 2.6.8 and supporting utils don't install pierrelaroche
@ 2007-01-09 10:16 ` Mattia Dongili
  2007-01-10  5:24   ` pierrelaroche
  0 siblings, 1 reply; 4+ messages in thread
From: Mattia Dongili @ 2007-01-09 10:16 UTC (permalink / raw)
  To: pierrelaroche; +Cc: pkg-uml-devel, user-mode-linux-devel

Hi,

first of all: do you really mean 2.6.8??

On Tue, January 9, 2007 10:55 am, pierrelaroche said:
> These programs, as found in the Debian unstable tree, don't install
> properly
> on my Debian system. Apt-get insists on first removing all my kernel
> images
> claiming a conflict.

hmmm, maybe apt gets some dependency wrong, can you share the output of
apt-get?

> The installation succeeds however if the .deb files are downloaded first
> before installation (the files are downloaded, and then installed using
> dpkg).
>
> Also, where can I find the source code and the instructions to recreate
> these binaries? I would like to generate a debug version. I need to know
> the
> system setup, and the uml patches used to create these binaries (2.6.8).

apt-get source user-mode-linux
and build it with
DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -uc -us -b -rfakeroot

-- 
mattia
:wq!



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [uml-devel] Debian user mode linux 2.6.8 and supporting utils don't install
  2007-01-09 10:16 ` Mattia Dongili
@ 2007-01-10  5:24   ` pierrelaroche
  2007-01-10  8:17     ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: pierrelaroche @ 2007-01-10  5:24 UTC (permalink / raw)
  To: Mattia Dongili; +Cc: pkg-uml-devel, user-mode-linux-devel

Hello,

First, thanks for the very prompt response.

Also thanks for the build instructions. I now have a uml kernel debug
environment.

I was incorrect in stating the uml version. I am installing uml
2.6.18-1um-2, not 2.6.8.

Here is the apt-get log showing the problem I mentioned,

debian:/etc/apt# apt-get install user-mode-linux
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  busybox fontconfig fontconfig-config klibc-utils libc6 libc6-dev libcairo2
libdbus-1-3 libdbus-glib-1-2 libfontconfig1 libfreetype6 libglib2.0-0
libhal-storage1 libhal1 libklibc libncurses5 libpango1.0-0
  libpango1.0-common libreadline5 libselinux1 libsepol1 libusb-0.1-4
libvolume-id0 locales lsb-base makedev module-init-tools readline-common
tzdata uml-utilities
Suggested packages:
  glibc-doc libfreetype6-dev ttf-kochi-gothic ttf-kochi-mincho
ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
ttf-arphic-gkai00mp ttf-arphic-bkai00mp rootstrap slirp linux-patch-skas
Recommended packages:
  dbus libglib2.0-data x-ttcidfont-conf
The following packages will be REMOVED:
  base-config initrd-tools kernel-image-2.4.27-3-386 kernel-image-2.6-686
kernel-image-2.6.8-3-686
The following NEW packages will be installed:
  busybox fontconfig-config klibc-utils libcairo2 libdbus-1-3
libdbus-glib-1-2 libhal-storage1 libhal1 libklibc libvolume-id0
readline-common tzdata uml-utilities user-mode-linux
The following packages will be upgraded:
  fontconfig libc6 libc6-dev libfontconfig1 libfreetype6 libglib2.0-0
libncurses5 libpango1.0-0 libpango1.0-common libreadline5 libselinux1
libsepol1 libusb-0.1-4 locales lsb-base makedev module-init-tools
17 upgraded, 14 newly installed, 5 to remove and 746 not upgraded.
Need to get 41.7MB of archives.
After unpacking 4974kB disk space will be freed.
Do you want to continue? [Y/n]


note: my sources are pointing to the unstable tree

- Pierre


On 1/9/07 2:16 AM, "Mattia Dongili" <malattia@linux.it> wrote:

> Hi,
> 
> first of all: do you really mean 2.6.8??
> 
> On Tue, January 9, 2007 10:55 am, pierrelaroche said:
>> These programs, as found in the Debian unstable tree, don't install
>> properly
>> on my Debian system. Apt-get insists on first removing all my kernel
>> images
>> claiming a conflict.
> 
> hmmm, maybe apt gets some dependency wrong, can you share the output of
> apt-get?
> 
>> The installation succeeds however if the .deb files are downloaded first
>> before installation (the files are downloaded, and then installed using
>> dpkg).
>> 
>> Also, where can I find the source code and the instructions to recreate
>> these binaries? I would like to generate a debug version. I need to know
>> the
>> system setup, and the uml patches used to create these binaries (2.6.8).
> 
> apt-get source user-mode-linux
> and build it with
> DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -uc -us -b -rfakeroot



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [uml-devel] Debian user mode linux 2.6.8 and supporting utils don't install
  2007-01-10  5:24   ` pierrelaroche
@ 2007-01-10  8:17     ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2007-01-10  8:17 UTC (permalink / raw)
  To: pierrelaroche
  Cc: Mattia Dongili, User-mode Linux Kernel Development, pkg-uml-devel

On Tue, 9 Jan 2007, pierrelaroche wrote:
> Here is the apt-get log showing the problem I mentioned,
> 
> debian:/etc/apt# apt-get install user-mode-linux
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
>   busybox fontconfig fontconfig-config klibc-utils libc6 libc6-dev libcairo2
> libdbus-1-3 libdbus-glib-1-2 libfontconfig1 libfreetype6 libglib2.0-0
> libhal-storage1 libhal1 libklibc libncurses5 libpango1.0-0
>   libpango1.0-common libreadline5 libselinux1 libsepol1 libusb-0.1-4
> libvolume-id0 locales lsb-base makedev module-init-tools readline-common
> tzdata uml-utilities
> Suggested packages:
>   glibc-doc libfreetype6-dev ttf-kochi-gothic ttf-kochi-mincho
> ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
> ttf-arphic-gkai00mp ttf-arphic-bkai00mp rootstrap slirp linux-patch-skas
> Recommended packages:
>   dbus libglib2.0-data x-ttcidfont-conf
> The following packages will be REMOVED:
>   base-config initrd-tools kernel-image-2.4.27-3-386 kernel-image-2.6-686
                             ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
> kernel-image-2.6.8-3-686
> The following NEW packages will be installed:
>   busybox fontconfig-config klibc-utils libcairo2 libdbus-1-3
> libdbus-glib-1-2 libhal-storage1 libhal1 libklibc libvolume-id0
> readline-common tzdata uml-utilities user-mode-linux
> The following packages will be upgraded:
>   fontconfig libc6 libc6-dev libfontconfig1 libfreetype6 libglib2.0-0
> libncurses5 libpango1.0-0 libpango1.0-common libreadline5 libselinux1
> libsepol1 libusb-0.1-4 locales lsb-base makedev module-init-tools
> 17 upgraded, 14 newly installed, 5 to remove and 746 not upgraded.
> Need to get 41.7MB of archives.
> After unpacking 4974kB disk space will be freed.
> Do you want to continue? [Y/n]
> 
> 
> note: my sources are pointing to the unstable tree

Testing/Unstable no longer have `kernel-image-*' packages, the new names are of
the form `linux-image-*'. So these are old packages from stable/sarge.

The old ``kernel-image-*' packages depend on initrd-tool, but the new libc6
conflicts with initrd-tools.

So either you'll have to upgrade to a kernel from testing/unstable, or build
user-mode-linux yourself from source.

> On 1/9/07 2:16 AM, "Mattia Dongili" <malattia@linux.it> wrote:
> 
> > Hi,
> > 
> > first of all: do you really mean 2.6.8??
> > 
> > On Tue, January 9, 2007 10:55 am, pierrelaroche said:
> >> These programs, as found in the Debian unstable tree, don't install
> >> properly
> >> on my Debian system. Apt-get insists on first removing all my kernel
> >> images
> >> claiming a conflict.
> > 
> > hmmm, maybe apt gets some dependency wrong, can you share the output of
> > apt-get?
> > 
> >> The installation succeeds however if the .deb files are downloaded first
> >> before installation (the files are downloaded, and then installed using
> >> dpkg).
> >> 
> >> Also, where can I find the source code and the instructions to recreate
> >> these binaries? I would like to generate a debug version. I need to know
> >> the
> >> system setup, and the uml patches used to create these binaries (2.6.8).
> > 
> > apt-get source user-mode-linux
> > and build it with
> > DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -uc -us -b -rfakeroot

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-10  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09  9:55 [uml-devel] Debian user mode linux 2.6.8 and supporting utils don't install pierrelaroche
2007-01-09 10:16 ` Mattia Dongili
2007-01-10  5:24   ` pierrelaroche
2007-01-10  8:17     ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).