ldconfig -r does not show devel/sfml libraries

2011-01-07 Thread David Demelier
Hello, I'm writing a patch for emulators/visualboyadvance-m because it needs libsfml as LIB_DEPENDS and not only BUILD_DEPENDS. The problem is that ldconfig -r does not show the libsfml libraries so I can't actually add a correct LIB_DEPEND line see : mark...@melon

Re: ldconfig -r does not show devel/sfml libraries

2011-01-07 Thread Chuck Swiger
On Jan 7, 2011, at 10:40 AM, David Demelier wrote: [ ... ] the weird thing is that ldconfig -m is ran after the devel/sfml install. What can I do to fix? If you cat /var/run/ld-elf.so.hints, does /usr/local/lib appear in the list of paths? (Yeah, this is a mildly binary file, but...) Does

Re: ldconfig -r does not show devel/sfml libraries

2011-01-07 Thread Anonymous
David Demelier demelier.da...@gmail.com writes: Hello, I'm writing a patch for emulators/visualboyadvance-m because it needs libsfml as LIB_DEPENDS and not only BUILD_DEPENDS. The problem is that ldconfig -r does not show the libsfml libraries so Let's look at other lines in `ldconfig -r'