From owner-freebsd-ports@FreeBSD.ORG Fri Feb 4 20:07:16 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5E616A4CE; Fri, 4 Feb 2005 20:07:16 +0000 (GMT) Received: from kcmso2.proxy.att.com (kcmso2.att.com [192.128.134.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D1D843D46; Fri, 4 Feb 2005 20:07:15 +0000 (GMT) (envelope-from jwb@homer.att.com) Received: from ulysses.homer.att.com ([135.205.193.8])j14K7D7Q003128; Fri, 4 Feb 2005 14:07:13 -0600 Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id PAA29135; Fri, 4 Feb 2005 15:06:24 -0500 (EST) Received: from homer.att.com (akiva.homer.att.com [135.205.212.39]) by hera.homer.att.com (8.9.3/8.9.3) with ESMTP id PAA24613; Fri, 4 Feb 2005 15:06:23 -0500 (EST) Message-ID: <4203D5BF.9030209@homer.att.com> Date: Fri, 04 Feb 2005 15:06:23 -0500 From: "J. W. Ballantine" User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: oliver@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: xfce4-4.2.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jwb@homer.att.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 20:07:16 -0000 While doing a make in /usr/ports/x11-wm/xfce4 on a 5-stable system cvsup'ed 2/1, the build fails with: mkdir .libs cc -I/usr/local/include -o xfdesktop xfdesktop-main.o xfdesktop-menu.o xfdesktop-settings.o xfdesktop-windowlist.o xfdesktop-xfce-backdrop.o xfdesktop-xfce-desktop.o -Wl,--export-dynamic ../common/.libs/libxfdesktop.a -L/usr/local/lib ../common/.libs/libxfdesktop-menu.a -L/usr/X11R6/lib -lSM -lICE -lxfcegui4 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXfixes -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lxfce4mcs-client -lxfce4util -lglib-2.0 -liconv /usr/bin/ld: warning: libgobject-2.0.so.505, needed by /usr/local/lib/libatk-1.0.so, may conflict with libgobject-2.0.so.600 /usr/bin/ld: warning: libgmodule-2.0.so.505, needed by /usr/local/lib/libatk-1.0.so, may conflict with libgmodule-2.0.so.600 /usr/bin/ld: warning: libglib-2.0.so.505, needed by /usr/local/lib/libatk-1.0.so, may conflict with libglib-2.0.so.600 xfdesktop-xfce-desktop.o(.text+0x35f): In function `get_path_from_listfile': : undefined reference to `count_elements' *** Error code 1 Stop in /usr/ports/x11-wm/xfce4-desktop/work/xfdesktop-4.2.0/src. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4-desktop/work/xfdesktop-4.2.0. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4-desktop/work/xfdesktop-4.2.0. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4-desktop. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4. # exit