Bug 25965

Summary: misc/kdeutils2 (kdeutils-2.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:00:01 UTC
The programs in misc/kdeutils2 (kdeutils-2.1) can't link.  This appears
to me to be caused by an autoconf/automake problem with FreeBSD on i386.

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.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-03-21 14:13:55 UTC
Responsible Changed
From-To: freebsd-bugs->will

My port.  This is a known problem, I'll handle it.
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-03-25 07:04:20 UTC
State Changed
From-To: open->closed

Resolved.  Submitter should note that his evaluation of the problem is 
faulty because of fundamental misunderstandings of linuxulator's purpose.