#11255: mupdf-1.14.0 build issues
----------------------+-----------------------
 Reporter:  wblaszcz  |      Owner:  blfs-book
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:  8.4
Component:  BOOK      |    Version:  SVN
 Severity:  normal    |   Keywords:
----------------------+-----------------------
 The make  ... install fails for me with the following:
 {{{
      LINK build/release/libmupdf-third.so
  /usr/bin/ld: build/release/thirdparty/harfbuzz/src/hb-blob.o: in function
 `hb_blob_destroy':
  hb-blob.cc:(.text.hb_blob_destroy+0x89): undefined reference to
 `fz_hb_free'
  /usr/bin/ld: hb-blob.cc:(.text.hb_blob_destroy+0xa1): undefined reference
 to `fz_hb_free'
  /usr/bin/ld: hb-blob.cc:(.text.hb_blob_destroy+0xcc): undefined reference
 to `fz_hb_free'
  /usr/bin/ld: build/release/thirdparty/harfbuzz/src/hb-blob.o: in function
 `hb_blob_set_user_data':
 }}}
 This because the thirdparty stuff is built due to the USE_SYSTEM_LIBS=yes
 not be set.
 Either USE_SYSTEM_LIBS=yes should be set globally or re-issued again as
 part of the make install command.
 Secondly, I think that lcms should not be an external dependency as it is
 rebuilt anyway despite the USE_SYSTEM_LIBS=yes.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11255>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to