From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 30 19:00:18 2010 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 25EB7106566B for ; Tue, 30 Mar 2010 19:00:18 +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 DC73D8FC1B for ; Tue, 30 Mar 2010 19:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2UJ0FIb042631 for ; Tue, 30 Mar 2010 19:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2UJ0Fmd042630; Tue, 30 Mar 2010 19:00:15 GMT (envelope-from gnats) Resent-Date: Tue, 30 Mar 2010 19:00:15 GMT Resent-Message-Id: <201003301900.o2UJ0Fmd042630@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, Thomas Dziedzic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8516B106566B for ; Tue, 30 Mar 2010 18:50:55 +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 73EF38FC18 for ; Tue, 30 Mar 2010 18:50:55 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2UIotlC085344 for ; Tue, 30 Mar 2010 18:50:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o2UIoteN085343; Tue, 30 Mar 2010 18:50:55 GMT (envelope-from nobody) Message-Id: <201003301850.o2UIoteN085343@www.freebsd.org> Date: Tue, 30 Mar 2010 18:50:55 GMT From: Thomas Dziedzic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/145218: xorg and xorg-minimal fail to build on a fresh install 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: Tue, 30 Mar 2010 19:00:18 -0000 >Number: 145218 >Category: ports >Synopsis: xorg and xorg-minimal fail to build on a fresh install >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 30 19:00:15 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Thomas Dziedzic >Release: 8.0-p2 >Organization: na >Environment: i386 >Description: On a fresh install, installing xorg and xorg-minimal fails with the following error. This is most likely caused by an order issue since libSM is already a depends of xorg and xorg-minimal. /bin/sh /usr/ports/devel/dbus/work/gnome-libtool --tag=CC --mode=link cc -ffunction-sections -fdata-sections -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -Wno-format -L/usr/local/lib -pthread -o dbus-monitor dbus-monitor.o dbus-print-message.o ../dbus/libdbus-1.la -pthread gnome-libtool: link: cc -ffunction-sections -fdata-sections -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -Wno-format -pthread -o .libs/dbus-monitor dbus-monitor.o dbus-print-message.o -pthread -L/usr/local/lib ../dbus/.libs/libdbus-1.so -pthread -Wl,-rpath -Wl,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DDBUS_LOCALEDIR=\"/usr/local/share/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"/usr/local/bin\" -DDBUS_MACHINE_UUID_FILE=\""/var/db/dbus/machine-id"\" -I/usr/local/include -ffunction-sections -fdata-sections -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -Wno-format -MT dbus-launch.o -MD -MP -MF .deps/dbus-launch.Tpo -c -o dbus-launch.o dbus-launch.c mv -f .deps/dbus-launch.Tpo .deps/dbus-launch.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -DDBUS_LOCALEDIR=\"/usr/local/share/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"/usr/local/bin\" -DDBUS_MACHINE_UUID_FILE=\""/var/db/dbus/machine-id"\" -I/usr/local/include -ffunction-sections -fdata-sections -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -Wno-format -MT dbus-launch-x11.o -MD -MP -MF .deps/dbus-launch-x11.Tpo -c -o dbus-launch-x11.o dbus-launch-x11.c mv -f .deps/dbus-launch-x11.Tpo .deps/dbus-launch-x11.Po /bin/sh /usr/ports/devel/dbus/work/gnome-libtool --tag=CC --mode=link cc -ffunction-sections -fdata-sections -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -Wno-format -L/usr/local/lib -pthread -o dbus-launch dbus-launch.o dbus-launch-x11.o -L/usr/local/lib -R/usr/local/lib -lSM -lICE -lX11 -pthread gnome-libtool: link: cc -ffunction-sections -fdata-sections -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -fno-common -Wno-unused -Wno-sign-compare -Wno-pointer-sign -Wno-format -pthread -o dbus-launch dbus-launch.o dbus-launch-x11.o -pthread -L/usr/local/lib -lSM /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc -pthread -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib /usr/bin/ld: cannot find -lSM gmake[2]: *** [dbus-launch] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/dbus/work/dbus-1.2.16/tools' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/dbus/work/dbus-1.2.16' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/dbus. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20100330-27739-1yvoaih-0 env make FETCH_BEFORE_ARGS=-q ** Fix the problem and try again. ---> Build of devel/dbus ended at: Tue, 30 Mar 2010 12:49:02 -0500 (consumed 00:02:27) ---> Fresh installation of devel/dbus ended at: Tue, 30 Mar 2010 12:49:02 -0500 (consumed 00:02:27) ---> ** Install tasks 51: 10 done, 0 ignored, 0 skipped and 1 failed ---> Fresh installation of textproc/iso8879 started at: Tue, 30 Mar 2010 12:49:03 -0500 ---> Installing 'iso8879-1986_2' from a port (textproc/iso8879) ---> Build of textproc/iso8879 started at: Tue, 30 Mar 2010 12:49:03 -0500 ---> Building '/usr/ports/textproc/iso8879' ===> Cleaning for iso8879-1986_2 => isoENTS.zip doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kuriyama/. ===> Extracting for iso8879-1986_2 => MD5 Checksum OK for isoENTS.zip. => SHA256 Checksum OK for isoENTS.zip. ===> Patching for iso8879-1986_2 >How-To-Repeat: cd /usr/ports/x11/xort-minimal make install clean (without having libSM installed) >Fix: >Release-Note: >Audit-Trail: >Unformatted: