| Summary: | Clean build of kde2 fails in games/kdegames2 port (as of 13 MAR. 2001) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | agifford |
| Component: | Individual Port(s) | Assignee: | Will Andrews <will> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
agifford
2001-03-15 03:50:01 UTC
Reply-to: csigler@vt.edu Hi, This same problem exists for misc/kdeutils2 (kdeutils-2.1) and editors/koffice (koffice-2.0.1). It appears to be an autoconf/automake problem. The FreeBSD build isn't using the Linux compat utilities properly: 1.) It doesn'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 from Linux compat which is also needed. HTH. Clemmitt Sigler csigler@vt.edu Responsible Changed From-To: freebsd-ports->will He is the maintainer. State Changed From-To: open->closed Resolved by removing pthread dependency from build. |