Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 23:15:50 GMT
From:      Luke Dean <luked@pobox.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89039: bacula-server won't make WITH_SQLITE3
Message-ID:  <200511142315.jAENFoD3056541@www.freebsd.org>
Resent-Message-ID: <200511142320.jAENKFmx097680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89039
>Category:       ports
>Synopsis:       bacula-server won't make WITH_SQLITE3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 23:20:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Luke Dean
>Release:        FreeBSD 6
>Organization:
>Environment:
>Description:
make -DWITH_SQLITE3

fails with

===>   bacula-server-1.38.0 depends on shared library: sqlite.3 - not found
===>    Verifying install for sqlite.3 in /usr/ports/databases/sqlite3
===>   Returning to build of bacula-server-1.38.0
Error: shared library "sqlite.3" does not exist
*** Error code 1

Stop in /usr/ports/sysutils/bacula-server.

Sqlite version 3 is installed on this machine.

I looked at the makefiles for some other ports that require sqlite, and I believe there might be a small error in the makefile.

(By the way, thank you very much for your work and for this update!)
            
>How-To-Repeat:
cd /usr/ports/sysutils/bacula-server
make -DWITH_SQLITE3
              
>Fix:
I changed the Makefile.

Replacing
LIB_DEPENDS+=           sqlite.3:${PORTSDIR}/databases/sqlite3           
with
LIB_DEPENDS+=           sqlite3:${PORTSDIR}/databases/sqlite3
solves the problem for me.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511142315.jAENFoD3056541>