Bug 89039 - bacula-server won't make WITH_SQLITE3
Summary: bacula-server won't make WITH_SQLITE3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: lkoeller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 23:20 UTC by Luke Dean
Modified: 2005-11-15 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Dean 2005-11-14 23:20:14 UTC
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!)

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.
How-To-Repeat: cd /usr/ports/sysutils/bacula-server
make -DWITH_SQLITE3
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-14 23:31:25 UTC
Maintainer of sysutils/bacula-server,

Please note that PR ports/89039 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89039

-- 
Edwin Groothuis
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-14 23:31:36 UTC
State Changed
From-To: open->feedback

foo
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-11-15 09:23:08 UTC
State Changed
From-To: feedback->open

Over to maintainer 


Comment 4 Volker Stolz freebsd_committer freebsd_triage 2005-11-15 09:23:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lkoeller

Over to maintainer
Comment 5 lkoeller freebsd_committer freebsd_triage 2005-11-15 20:00:15 UTC
State Changed
From-To: open->closed

o) Port is fixed