Bug 25966

Summary: Port editors/koffice (koffice-2.0.1) won't build - configure problem
Product: Base System Reporter: csigler <csigler>
Component: i386Assignee: Will Andrews <will>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description csigler 2001-03-21 14:10:01 UTC
The libraries/programs in editors/koffice (koffice-2.0.1) can't link.
This appears to me to be caused by an autoconf/automake problem with
FreeBSD on i386 related to using Linux compat.

1.) They don't link with libpthread-0.8.so.  The Makefile has
"@LIBPTHREAD@" instead of the correct library linking invocation,
and libpthread isn't included in one of the LIBS defs later on
in the Makefile.

2.) The programs are linking against the FreeBSD libc not libc.so.6 and
ld-linux.so.2 (which is also needed) from Linux compat.

Fix: 

Unknown -- I believe a fix the ./configure scripts is needed.
How-To-Repeat: `make install' in port misc/koffice
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-03-21 14:14:28 UTC
State Changed
From-To: open->closed
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-03-21 14:14:41 UTC
State Changed
From-To: closed->open

Oops, accidentally closed this PR.  Sorry. 


Comment 3 Will Andrews freebsd_committer freebsd_triage 2001-03-21 14:14:41 UTC
Responsible Changed
From-To: freebsd-bugs->will

My port.  Known problem, will be fixed etc.
Comment 4 Will Andrews freebsd_committer freebsd_triage 2001-03-25 07:06:11 UTC
State Changed
From-To: open->closed

Resolved.  Hopefully the submitter realizes the flaws in his analysis.