From owner-freebsd-questions@FreeBSD.ORG Tue May 2 21:05:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736A116A439 for ; Tue, 2 May 2006 21:05:01 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (mx12.mrf.mail.rcn.net [207.172.4.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF1B443D62 for ; Tue, 2 May 2006 21:05:00 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-102-190.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.102.190]) by smtp01.lnh.mail.rcn.net with ESMTP; 02 May 2006 17:05:33 -0400 X-IronPort-AV: i="4.05,81,1146456000"; d="scan'208"; a="196699775:sNHT103761202" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17495.51482.433149.668386@jerusalem.litteratus.org> Date: Tue, 2 May 2006 17:03:22 -0400 To: questions@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta26) "endive" XEmacs Lucid Cc: Subject: more GNOME upgrade breakage?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 21:05:01 -0000 Having sucessfully completed the Gnome upgrade, I think I've found more KDE related breakage. huff@> kpoker /libexec/ld-elf.so.1: Shared object "libdns_sd.so" not found, required by "kpoker" Attempting to rebuild kdegames (in the expectation this would sort out the dns-related xhanges) gets me here: selectserver_widget.cpp:42: warning: unused variable 'hostLabel' selectserver_widget.cpp:47: warning: unused variable 'portLabel' /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=link c++ -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O -pipe -g -march=pentium4 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o atlantik -L/usr/local/lib -L/usr/X11R6/lib -D_THREAD_SAFE -pthread -L/usr/local/lib -R /usr/local/lib -R /usr/local/lib -R /usr/X11R6/lib -R /usr/X11R6/lib -R /usr/local/lib atlantik.o configdlg.o event.o eventlogwidget.o main.o monopigator.o selectconfiguration_widget.o selectgame_widget.o selectserver_widget.o ../libatlantikui/libatlantikui.la ../libatlantikclient/libatlantikclient.la ../../libkdegames/libkdegames.la -lkio -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib /usr/bin/ld: cannot find -ldns_sd gmake[3]: *** [atlantik] Error 1 gmake[3]: Leaving directory `/usr/ports/games/kdegames3/work/kdegames-3.5.2/atlantik/client' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/games/kdegames3/work/kdegames-3.5.2/atlantik' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/games/kdegames3/work/kdegames-3.5.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/games/kdegames3. Robert Huff