Bug 137957 - sysutils/bacula-bat doesn not install some libs
Summary: sysutils/bacula-bat doesn not install some libs
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 10:30 UTC by Oleg Ginzburg
Modified: 2009-12-19 23:23 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 Oleg Ginzburg 2009-08-19 10:30:01 UTC
After installing sysutils/bacula-bat:

ldd /usr/local/sbin/bat |grep "not found"
        libbaccfg.so.1 => not found (0x0) 
        libbac.so.1 => not found (0x0)

Fix: 

(i've dont know correct solution for Makefile)
make -C /usr/ports/sysutils/bacula-bat/work/bacula-3.0.2/src/lib/ install
How-To-Repeat: make -C /usr/ports/sysutils/bacula-bat install
bat
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-19 10:30:09 UTC
Maintainer of sysutils/bacula-bat,

Please note that PR ports/137957 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/137957

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-19 10:30:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-12-19 23:13:28 UTC
pav         2009-12-19 23:13:14 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bacula-bat  Makefile 
    sysutils/bacula-server Makefile 
  Log:
  - Fixes to bacula-bat: add dependency on the libraries (needed to run), and fix
    the installation problem for some people
  
  PR:             ports/137957, ports/140969
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.10      +7 -2      ports/sysutils/bacula-bat/Makefile
  1.122     +2 -5      ports/sysutils/bacula-server/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2009-12-19 23:22:49 UTC
State Changed
From-To: feedback->closed

Dependency on the port with libraries added