Bug 152612 - textproc/libxml2 Version bumps needed after libxml2 update
Summary: textproc/libxml2 Version bumps needed after libxml2 update
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-27 12:20 UTC by Pascal Stumpf
Modified: 2010-11-27 16:10 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 Pascal Stumpf 2010-11-27 12:20:09 UTC
Although there was no library version bump involved in the update of textproc/libxml2, PORTREVISION bumps are needed for those ports that directly depend on libxml2. Otherwise, any application that relies on those libraries is unusable, e.g.:

/libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: version LIBXML2_2.6.1 required by /usr/local/lib/libstreamanalyzer.so.0 not defined
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2010-11-27 12:57:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

- fix synopsis and assign
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2010-11-27 13:01:36 UTC
Responsible Changed
From-To: kde->gnome

- fix synopsis and assign
Comment 3 Jilles Tjoelker freebsd_committer freebsd_triage 2010-11-27 14:34:28 UTC
I think a version bump is not the solution here. The problem is that
symbol versioning is not detected properly, so the library is built
without symbol versioning. This should be fixed because without symbol
versioning a bump is required for every libxml2 version.

To prevent reoccurance, a check should be added that breaks the build if
symbol versioning is not enabled.

-- 
Jilles Tjoelker
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-27 16:02:21 UTC
kwm         2010-11-27 16:02:15 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libxml2     Makefile 
    textproc/libxml2/files patch-configure 
  Log:
  Re-enable symbol versioning. This fixes the undefined symbols.
  
  PR:             ports/152616 ports/152612
  Submitted by:   Christoph Moench-Tegeder <cmt@burggraben.net>
                  Pascal Stumpf <Pascal.Stumpf@cubes.de>
  
  Revision  Changes    Path
  1.168     +1 -1      ports/textproc/libxml2/Makefile
  1.11      +13 -4     ports/textproc/libxml2/files/patch-configure
_______________________________________________
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 5 Koop Mast freebsd_committer freebsd_triage 2010-11-27 16:03:25 UTC
State Changed
From-To: open->closed

This was fixed in the libxml2 port itself, no need to mass bumpage. 
Thanks for you bug report.