Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 07:01:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 191611] databases/evolution-data-server fails with multiple libcamel-1.2.so.19: undefined reference to `sqlite3
Message-ID:  <bug-191611-6497-CkR3SCqCtA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191611-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191611-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=191611

Matthias Andree <mandree@FreeBSD.org> changed:

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

--- Comment #12 from Matthias Andree <mandree@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.



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