On 25/08/2019 21:49, Jean-Marc Pigeon via blfs-dev wrote: > Hello guys (and girls). > > I need your wisdom... Let's share a pint of brain juice. > Here's the drill. > > context: > - LFS-9.0rc (linux 5.2.8, glibc-2.30, gcc-9.2.0) > - I am able to build libreoffice-6.3.0.4 with all > bells and whistles > (lets assume I didn't really goofed with the book directives). > > I am using zypper + rpm as my own packages management toolkit > and rpm say: > > Error: Failed dependencies: > rtld(GNU_HASH) is needed by libreoffice-6.3.0.4-1.53.249.ok_9.0.x86_64 >
rtld is the run time linker of glibc (the loader of .so libraries). It is certainly installed on your system, otherwise nothing could run (unless you have built everything statically). So, for some reason, it seems that glibc, or part of glibc, is not known to rpm (I do not know much about rpm) on your system. But in that case, it is amazing that you haven't seen that before. Could it be that you have taken an rpm spec file from some distro, and that you have omitted to remove some dep when editing it? Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
