[Bug 191611] databases/evolution-data-server fails with multiple libcamel-1.2.so.19: undefined reference to `sqlite3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 16 07:01:34 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191611

Matthias Andree <mandree at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Open

--- Comment #12 from Matthias Andree <mandree at FreeBSD.org> ---
I also saw this while upgrading the databases/db6 port, hence my note in
ports/UPDATING.

The issue is that the build process sets the linker variables (such as LIBS,
LDFLAGS) in a way that it prefers /usr/local/* libraries over the ones from
WRKSRC; and if then the /usr/local/* library has become unusable through
changes in one of the underlying libsqlite*so or libdb*.so files, the link
fails. See my log.

The fix would be to make sure that the linker looks for the .la/.so files in
WRKSRC before looking in /usr/local, whilst also making sure that WRKSRC does
NOT get added through -rpath* linker options.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list