The following reply was made to PR ports/92441; it has been noted by GNATS.
From: Michael Nottebrock <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: ports/92441: kde-3.4.2 fail to compile on FreeBSD 5.4 Date: Sat, 28 Jan 2006 11:06:04 +0100 The current version of KDE in ports is 3.5.0, not 3.4.2, please check your supfile. If in doubt, use /usr/share/examples/cvsup/ports-supfile as a template - you only need to change the *default host=CHANGE_THIS.FreeBSD.org line to use it. The error you're seeing indicates some installed ports on your machine are linked to conflicting threading libraries (most likely libc_r vs. libpthread). You can work around this temporarily by creating a file /etc/libmap.conf with this content: libc_r.so.5 libpthread.so.1 libc_r.so libpthread.so A better fix would be to run portupgrade -af (after fixing your cvsup problem). _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
