#4569: libcap-2.30
-----------------------------+------------------------------
 Reporter:  pierre.labastie  |       Owner:  pierre.labastie
     Type:  enhancement      |      Status:  assigned
 Priority:  normal           |   Milestone:  9.1
Component:  Book             |     Version:  SVN
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by pierre.labastie):

 If we do not install libpsx.a, iproute2 fails with:
 {{{
 /usr/bin/ld: cannot find -lpsx
 }}}
 The reason is that libcap.pc has:
 {{{
 Requires: libpsx
 }}}
 and libpsx.pc has:
 {{{
 Libs: -L${libdir} -lpsx -lpthread -Wl,-wrap,pthread_create
 }}}
 The problem is that we have libcap as a shared library, but libpsx is only
 built as a static library...

 The simplest for now would be to comment out the Requires:... line in
 libcap.pc, but this would mean that two functions (with psx in the name)
 would become no-op. I hope those two functions are not used by dependent
 packages.

--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4569#comment:2>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to