Bug 191556

Summary: possible untracked dependencies building sysutils/sleuthkit
Product: Ports & Packages Reporter: Eric Melville <eric>
Component: Individual Port(s)Assignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: i386   
OS: Any   

Description Eric Melville freebsd_committer freebsd_triage 2014-07-02 13:16:44 UTC
When building sleuthkit -
/usr/bin/ld: warning: libintl.so.9, needed by /usr/local/lib/libgdbm.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libiconv.so.3, needed by /usr/local/lib/libgdbm.so, not found (try using -rpath or -rpath-link)

After adding all of these by hand I was able to build sleuthkit without issue.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-07-04 00:33:39 UTC
Over to maintainer.
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2014-07-04 05:20:58 UTC
Hi,
Do you have a full build log?
I am unable to reproduce.
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2014-07-04 06:05:25 UTC
I grepped the sleuthkit source and there is no reference to libgdbm,  maybe this problem comes from a dependency?
Comment 4 Eric Melville freebsd_committer freebsd_triage 2014-07-04 09:58:32 UTC
Looks like Johan van Selst figured this out in 191557. Sorry for the noise!