[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: AMD64 Port: Almost all packages are ready to be uploaded



On Sun, May 09, 2004 at 05:17:31PM +0200, Andreas Metzler wrote:
> Andreas Jochens <aj@andaco.de> wrote:
> > On 04-May-09 14:36, Frederik Schueler wrote:
> >> Did you build XFree86 too? do you have a patch fixing the lib64 -> lib
> >> symlink issues during build?
> 
> > Yes, you can find my xfree86 patch in the BTS (#240889). It simply 
> > switches off the 'lib64' installation feature in the original 
> > xfree86 sources for amd64 and uses 'lib' instead. Please try my second 
> > patch (the first one was incomplete).
> 
> Does Debian's pure amd64 port use lib instead of lib64?
>                  cu andreas

Currently /lib64 is a symlink to the /lib dir.  Same goes for
/usr/lib64 and /usr/X11R6/lib64.  Most libs are install in the
"lib" dir and also searched there.  One of the exceptions is
ld-linux-x86-64.so.2 which is in the /lib64 dir.

The problem however is that when building some packages (glibc,
gcc, xfree86) they install packages in the lib64 dir.  And then
when generating the package it tries to find that file in the lib
dir which of course fails.


Kurt



Reply to: