Bug 113208 - finance/gnucash 2.0.5_4 does not compile with ktoblzcheck-1.13
Summary: finance/gnucash 2.0.5_4 does not compile with ktoblzcheck-1.13
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: Michael Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 02:50 UTC by Momchil Ivanov
Modified: 2007-06-01 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (426 bytes, patch)
2007-06-01 02:50 UTC, Momchil Ivanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Momchil Ivanov 2007-06-01 02:50:00 UTC
gnucash does not compile because of wrong (old) library dependency after update of finance/ktoblzcheck port

<snip>
===>   gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not found
===>    Verifying install for ktoblzcheck.4 in /usr/ports/finance/ktoblzcheck
===>   Returning to build of gnucash-2.0.5_4
Error: shared library "ktoblzcheck.4" does not exist
*** Error code 1

Stop in /usr/ports/finance/gnucash.
*** Error code 1

Stop in /usr/ports/finance/gnucash.
</snip>

And ktoblzcheck-1.13 installs /usr/local/lib/libktoblzcheck.so.5 but the Makefile of gnucash looks for .4 of that lib

Fix: Update LIB_DEPS in port`s Makefile



Patch attached with submission follows:
How-To-Repeat: Get ktoblzcheck-1.13 and try to install gnucash-2.0.5_4
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-01 12:46:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-01 13:23:33 UTC
ahze        2007-06-01 12:23:24 UTC

  FreeBSD ports repository

  Modified files:
    finance/gnucash      Makefile 
  Log:
  Chase ktoblzcheck lib version bump
  
  PR:             113208
  Submitted by:   slogster@gmail.com
  
  Revision  Changes    Path
  1.102     +2 -2      ports/finance/gnucash/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 3 Michael Johnson freebsd_committer freebsd_triage 2007-06-01 13:23:38 UTC
State Changed
From-To: open->closed

Committed, Thanks!