[Clfs-commits] [CLFS Trac] #1067: Libpipeline 1.4.1

CLFS Trac trac at clfs.org
Wed Aug 26 16:36:26 PDT 2015


#1067: Libpipeline 1.4.1
---------------------+---------------------------------
  Reporter:  kb0iic  |      Owner:  clfs-commits@…
      Type:  task    |     Status:  new
  Priority:  major   |  Milestone:  CLFS Standard 3.1.0
 Component:  BOOK    |    Version:  CLFS Standard GIT
Resolution:          |   Keywords:
---------------------+---------------------------------

Comment (by kb0iic):

 Just like with KBD, the test binaries may need to be built with rpath so
 that it will run with the check library:

 {{{
 sed -i 's/LDFLAGS\ =/&\ -Wl,-rpath,\/tools\/lib/' tests/Makefile
 }}}

 Any others experiencing check failing because the test binaries aren't
 finding libcheck, post here. I did narrow down my search paths in LD from
 final system binutils. Only to /lib and /usr/lib:

 {{{
 strings /usr/bin/ ld | grep SEARCHD_DIR

 SEARCH_DIR("/usr/x86_64-berzerkula-linux-gnu/lib");
 SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
 }}}

-- 
Ticket URL: <http://trac.clfs.org/ticket/1067#comment:1>
CLFS Trac <http://trac.clfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list