Bug 81730 - Update port: textproc/expat2
Summary: Update port: textproc/expat2
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 17:10 UTC by tkato432
Modified: 2005-06-12 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2005-05-31 17:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2005-05-31 17:10:05 UTC
- Avoid linking with libc.so
  (for supporting PTHREAD_LIBS correctly on 4-stable)
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-05-31 17:49:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2005-06-05 15:18:07 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 Michael Nottebrock freebsd_committer freebsd_triage 2005-06-09 19:47:47 UTC
This change causes some breakage in a few ports which try link in libexpat,
such as www/neon and audio/libmusicbrainz.

The libexpat libtool archive file contains this line

# Is this an already installed library?
installed=no

which is erroneous (it's true only during the build of expat itself) and
sometimes causes libtool to look for the libexpat shared objects
in /usr/local/lib/.libs instead of /usr/local/lib, causing the build to fail.

The installed libtool archive should have

# Is this an already installed library?
installed=yes

instead.
Comment 4 Michael Nottebrock freebsd_committer freebsd_triage 2005-06-09 19:48:45 UTC
State Changed
From-To: closed->open

The fix has issues, reopening.
Comment 5 Bruce A. Mah freebsd_committer freebsd_triage 2005-06-12 16:30:37 UTC
Just a note to say that I see this behavior as well.  Using the old
"flail around until it works" methodology, I discovered that if I
locally reverted rev. 1.28 of textproc/expat2/Makefile, I can get an
apparently-working expat installation.

Bruce.
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-12 17:19:57 UTC
State Changed
From-To: open->closed

Fixed.