Bug 152616 - fix textproc/libxml2 version info
Summary: fix textproc/libxml2 version info
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 15:00 UTC by Christoph Moench-Tegeder
Modified: 2010-11-27 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (863 bytes, patch)
2010-11-27 15:00 UTC, Christoph Moench-Tegeder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Moench-Tegeder freebsd_committer freebsd_triage 2010-11-27 15:00:17 UTC
After upgrade to libxml2-2.7.8, programs depending on lilbxml2 fail with
errors like
/libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: version LIBXML2_2.5.7 required by /usr/local/bin/epiphany not defined

As Andrey Ponomarenko observed, this is a bug in libxml2's configure
script, fixed upstream in
http://git.gnome.org/browse/libxml2/commit/?id=00819877651b87842ed878898ba17dba489820f0
Attached patch fixes this for the port.

Note: this obsoletes ports/152612

How-To-Repeat: Obvious.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-27 15:00:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 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 3 Koop Mast freebsd_committer freebsd_triage 2010-11-27 16:02:30 UTC
State Changed
From-To: open->closed

Committed thanks!