ports/89039: bacula-server won't make WITH_SQLITE3

Luke Dean luked at pobox.com
Mon Nov 14 23:20:16 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list