The following reply was made to PR ports/92408; it has been noted by GNATS.
From: Michael Nottebrock <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: ports/92408: editors/koffice-kde3: koffice fails to build --- missing library (but this lib is there) Date: Fri, 27 Jan 2006 11:53:05 +0100 My guess is that you recently upgraded to Xorg 6.9.0. In that case, the library is *not* there anymore - I suspect you looked for it with 'locate', but your locate's database is outdated. The linker probably bails out because some other library KOffice links to at that point still has a dependency on Xorg 6.8.2's libdpstk recorded - if my above guesses are correct, you will need to find out which it is, rebuild it against xorg-libraries-6.9.0, then make clean and restart the koffice build. If you don't want to go hunting for the library, you can portupgrade -rf xorg-libaries\* instead - this should do the trick, but might take a good while to complete. _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
