From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 27 19:42:59 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEAF0890 for ; Sun, 27 Jul 2014 19:42:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F99C2DD5 for ; Sun, 27 Jul 2014 19:42:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6RJgxUG040864 for ; Sun, 27 Jul 2014 19:42:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192176] New: mod_dav_svn: Cannot compile this port against apache24: sqlite3 misses .la file Date: Sun, 27 Jul 2014 19:42:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: n_hibma@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 19:42:59 -0000 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@FreeBSD.org Reporter: n_hibma@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.