Hi Charles, On Sat, 2006-01-14 at 15:52 +0900, Charles Plessy wrote: > Dear all, > > Forget about what I said on the unavailability of the latest source > packages, I was trying to apt-get --build in a directory in which I did > not have write permissions [1].
OK. > I tried to build the package, but it quickly stops, complaining about the > absence of libX11... > > [EMAIL PROTECTED]:~$ LC_ALL=C fakeroot apt-get source --build root > Reading package lists... Done > Building dependency tree... Done > Configuring for linuxppc64gcc ... > Checking for libX11 ... no > configure: libX11 (package x11-devel) MUST be installed > make: *** [config.status] Error 1 > Build command 'cd root-5.09.01 && dpkg-buildpackage -b -uc' failed. > E: Child process failed > > However, I aready have libX11: > > [EMAIL PROTECTED]:~$ LC_ALL=C sudo apt-get install libx11-6 > Reading package lists... Done > Building dependency tree... Done > libx11-6 is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 269 not upgraded. > > [EMAIL PROTECTED]:~$ sudo apt-get install libX11-dev > Lecture des listes de paquets... Fait > Construction de l'arbre des dépendances... Fait > libx11-dev est déjà la plus récente version disponible. > 0 mis à jour, 0 nouvellement installés, 0 à enlever et 269 non mis à jour. Are you sure you have the file libX11.so on the system? And it's readable by you? Normally it's in /usr/X11R6/lib. Also, the package is `libx11-dev' (note the lower-case `x'). However, it's a bit strange. ROOT build-depends on `libxpm-dev' which in turn depends on `libx11-dev' > and x11-devel does not exist: The package is `libx11-dev'. > [EMAIL PROTECTED]:~$ sudo apt-get install x11-devel > Lecture des listes de paquets... Fait > Construction de l'arbre des dépendances... Fait > E: Impossible de trouver le paquet x11-devel `<x>-devel' is the Red Hat way of naming things - Debian does `lib<x>-dev' :-) > I'll be happy to retry when somebody will tell me what to install... Try installing `libxpm-dev' - it should pull in libx11-dev. > > [1] Strangely, the error message says > Failed to fetch > http://mirror.phy.bnl.gov/debian-root/pool/root/sid/r/root/root_5.09.01-2.dsc, > and the package is not visible when I visit the repository with firefox > (http://mirror.phy.bnl.gov/debian-root/pool/root/sid/r/root/), although it is > downloadable... Not so strange - there was a `index.html' in the directory, which contained the directory of the previous amd64 builder John Kehayias. I've removed the index.html file, so now you should see a (long) list of available packages. > Have a nice week-end, You too. Yours, -- ___ | Christian Holm Christensen |_| | ------------------------------------------------------------- | | Address: Sankt Hansgade 23, 1. th. Phone: (+45) 35 35 96 91 _| DK-2200 Copenhagen N Cell: (+45) 24 61 85 91 _| Denmark Office: (+45) 353 25 404 ____| Email: [EMAIL PROTECTED] Web: www.nbi.dk/~cholm | | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

