From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 5 07:10:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35C6D106564A for ; Wed, 5 Aug 2009 07:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4988FC1E for ; Wed, 5 Aug 2009 07:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n757A3tb074551 for ; Wed, 5 Aug 2009 07:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n757A3u0074550; Wed, 5 Aug 2009 07:10:03 GMT (envelope-from gnats) Resent-Date: Wed, 5 Aug 2009 07:10:03 GMT Resent-Message-Id: <200908050710.n757A3u0074550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9284106567C for ; Wed, 5 Aug 2009 07:02:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8126B8FC22 for ; Wed, 5 Aug 2009 07:02:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7572rlo062080 for ; Wed, 5 Aug 2009 07:02:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7572qbl062079; Wed, 5 Aug 2009 07:02:52 GMT (envelope-from nobody) Message-Id: <200908050702.n7572qbl062079@www.freebsd.org> Date: Wed, 5 Aug 2009 07:02:52 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137451: devel/dbus-qt4: .obj/release-shared/qdbus.o(.text+0xd0): In function `printArg(QVariant const&)': : undefined reference to `QDBusUtil::argumentToString(QVariant const&)' *** Error code 1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 07:10:04 -0000 >Number: 137451 >Category: ports >Synopsis: devel/dbus-qt4: .obj/release-shared/qdbus.o(.text+0xd0): In function `printArg(QVariant const&)': : undefined reference to `QDBusUtil::argumentToString(QVariant const&)' *** Error code 1 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 05 07:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 8.0-BETA2/AMD64 r196043 >Organization: FU Berlin >Environment: FreeBSD foo.org 8.0-BETA2 FreeBSD 8.0-BETA2 #33 r196043: Mon Aug 3 08:53:47 UTC 2009 root@foo.org:/usr/obj/usr/src/sys/FOO amd64 >Description: The following error occurs when trying a) portmaster -dav for automatic update of ports b) when trying to install the port from ports/devel/dbu-qt4 with make install: c++ -c -O2 -pipe -march=nocona -fno-strict-aliasing -O2 -Wall -W -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../../include/QtCore -I../../../include/QtXml -I../../../include -I../../../include/QtDBus -I.moc/release-shared -I/usr/local/include -o .obj/release-shared/qdbus.o qdbus.cpp g++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -Wl,-rpath,/usr/local/lib/qt4 -o ../../../bin/qdbus .obj/release-shared/qdbus.o -L/usr/local/lib/qt4 -L/usr/ports/devel/dbus-qt4/work/qt-x11-opensource-src-4.5.2/lib -L/usr/local/lib -lQtDBus -L/usr/local/lib/qt4 -L/usr/local/lib -pthread -pthread -pthread -pthread -pthread -pthread -lQtXml -pthread -pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lglib-2.0 -liconv .obj/release-shared/qdbus.o(.text+0xd0): In function `printArg(QVariant const&)': : undefined reference to `QDBusUtil::argumentToString(QVariant const&)' *** Error code 1 Stop in /usr/ports/devel/dbus-qt4/work/qt-x11-opensource-src-4.5.2/tools/qdbus/qdbus. *** Error code 1 Stop in /usr/ports/devel/dbus-qt4/work/qt-x11-opensource-src-4.5.2/tools/qdbus/qdbus. *** Error code 1 Stop in /usr/ports/devel/dbus-qt4/work/qt-x11-opensource-src-4.5.2/tools/qdbus. *** Error code 1 Stop in /usr/ports/devel/dbus-qt4. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: