[Bug 192176] New: mod_dav_svn: Cannot compile this port against apache24: sqlite3 misses .la file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 27 19:42:59 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192176
Bug ID: 192176
Summary: mod_dav_svn: Cannot compile this port against
apache24: sqlite3 misses .la file
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: n_hibma at FreeBSD.org
===> Building for mod_dav_svn-1.8.9_5
if true ; then cd subversion/mod_dav_svn && /bin/sh
/usr/ports/www/mod_dav_svn/work/subversion-1.8.9/libtool --tag=CC --silent
--mode=link cc -O2 -pipe -fpic -DPIC -fno-strict-aliasing -L/usr/local/lib
-L/usr/local/lib/db48 -L/usr/local/lib -rpath /usr/local/libexec/apache24
-avoid-version -module -o mod_dav_svn.la activity.lo authz.lo deadprops.lo
liveprops.lo lock.lo merge.lo mirror.lo mod_dav_svn.lo posts/create_txn.lo
reports/dated-rev.lo reports/deleted-rev.lo reports/file-revs.lo
reports/get-location-segments.lo reports/get-locations.lo reports/get-locks.lo
reports/inherited-props.lo reports/log.lo reports/mergeinfo.lo
reports/replay.lo reports/update.lo repos.lo util.lo version.lo -lsvn_repos-1
-lsvn_fs-1 -lsvn_delta-1 -lsvn_subr-1 -lintl ; else echo "fake" >
subversion/mod_dav_svn/mod_dav_svn.la ; fi
libtool: link: cannot find the library `/usr/local/lib/libsqlite3.la' or
unhandled argument `/usr/local/lib/libsqlite3.la'
*** [subversion/mod_dav_svn/mod_dav_svn.la] Error code 1
1 error
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
When manually compiling sqlite3 I notice the following:
===> Staging for sqlite3-3.8.5_1
===> Generating temporary packing list
...
libtool: install: warning: `./libsqlite3.la' has not been installed in
`/usr/local/lib'
...
====> Compressing man pages (compress-man)
But I am not sure whether that has any significance. The fact is that the
PLIST_FILES entry in the Makefile does not contain a .la file, and neither do
/usr/local/lib nor the stage directory.
I do have have other .la files for other libs installed through ports in
/usr/local/lib.
Let me know if I can provide more information.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list