Re: [racket-dev] racket unlinking bigloo lib

2012-01-12 Thread Matthew Flatt
At Thu, 12 Jan 2012 10:25:48 +0100, Marijn wrote: > Using DESTDIR everything including shared libraries is installed in a > staging area by `make install'. Files will only be moved to the ``live > filesystem'' by the package manager after things like make install > have finished running. Currently

Re: [racket-dev] racket unlinking bigloo lib

2012-01-12 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-01-12 15:25, Matthew Flatt wrote: > At Tue, 10 Jan 2012 11:31:19 +0100, Marijn wrote: >> Racket calls `ldconfig -n /usr/lib' in the course of doing `make >> install' and this causes one of bigloo's shared object symlinks >> to be unlinked. I don

Re: [racket-dev] racket unlinking bigloo lib

2012-01-10 Thread Matthew Flatt
At Tue, 10 Jan 2012 11:31:19 +0100, Marijn wrote: > Racket calls `ldconfig -n /usr/lib' in the course of doing `make > install' and this causes one of bigloo's shared object symlinks to be > unlinked. > I don't think racket should be calling ldconfig. That call comes from `libtool --mode=finish'.

[racket-dev] racket unlinking bigloo lib

2012-01-10 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi lists, Matthew, Manuel, this is about Gentoo bug 379931[1] which I'll summarize here. Racket calls `ldconfig -n /usr/lib' in the course of doing `make install' and this causes one of bigloo's shared object symlinks to be unlinked. I don't think ra