Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2015 15:52:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 202006] textproc/libxml2: xml2-config --libs output lists private libraries causing overlinking
Message-ID:  <bug-202006-6497-8lg9nNN2ly@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202006-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202006-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202006

--- Comment #6 from Antoine Brodin <antoine@FreeBSD.org> ---
There seems to be a typo:

+CONFIGURE_ASRGS+=    THREAD_LIBS=""    # Null out because <insert-reason-here>

Also,  even with your patch asterisk links against libiconv  (on 9.3):

# readelf -d usr/local/lib/asterisk/modules/func_iconv.so 

Dynamic section at offset 0x16a0 contains 23 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libiconv.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libthr.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.7]
 0x000000000000000f (RPATH)              Library rpath: [/usr/local/lib/gcc48]
 0x000000000000000c (INIT)               0xa60
 0x000000000000000d (FINI)               0x10d8
 0x0000000000000004 (HASH)               0x158
 0x0000000000000005 (STRTAB)             0x480
 0x0000000000000006 (SYMTAB)             0x210
 0x000000000000000a (STRSZ)              499 (bytes)
 0x000000000000000b (SYMENT)             24 (bytes)
 0x0000000000000003 (PLTGOT)             0x201888
 0x0000000000000002 (PLTRELSZ)           432 (bytes)
 0x0000000000000014 (PLTREL)             RELA
 0x0000000000000017 (JMPREL)             0x8b0
 0x0000000000000007 (RELA)               0x6e8
 0x0000000000000008 (RELASZ)             456 (bytes)
 0x0000000000000009 (RELAENT)            24 (bytes)
 0x000000006ffffffe (VERNEED)            0x6a8
 0x000000006fffffff (VERNEEDNUM)         2
 0x000000006ffffff0 (VERSYM)             0x674
 0x000000006ffffff9 (RELACOUNT)          12
 0x0000000000000000 (NULL)               0x0

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202006-6497-8lg9nNN2ly>