Bug 115241 - sysutils/dar binary is liked against existing libdar
Summary: sysutils/dar binary is liked against existing libdar
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-06 12:00 UTC by neil
Modified: 2007-08-06 16:40 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 neil 2007-08-06 12:00:04 UTC
sysutils/dar links dar binary against existing libdar in
/usr/local/lib instead of the libdar which has just been built. This results
in build failures due to unresolved externals when the libdar API changes
like recently when going from version 2.3.3 to 2.3.4.

Fix: 

A workaround is to deinstall then reinstall the port but a proper fix
would be to correct the library search path in the port to link against the
just-built libdar.
How-To-Repeat: Update dar-2.3.3 to 2.3.4 using e.g. portupgrade
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-08-06 12:02:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

my fault.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-06 16:34:50 UTC
miwi        2007-08-06 15:34:43 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/dar         Makefile 
  Added files:
    sysutils/dar/files   patch-src-dar-Makefile.am 
                         patch-src-dar-Makefile.in 
  Log:
  - Fix build
  
  PR:             115241
  Submitted by:   Neil Darlow <neil@darlow.co.uk>
  
  Revision  Changes    Path
  1.22      +1 -0      ports/sysutils/dar/Makefile
  1.1       +11 -0     ports/sysutils/dar/files/patch-src-dar-Makefile.am (new)
  1.1       +11 -0     ports/sysutils/dar/files/patch-src-dar-Makefile.in (new)
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2007-08-06 16:35:59 UTC
State Changed
From-To: open->closed

Thanks for your report. Fixed.