From owner-freebsd-ports@FreeBSD.ORG Wed Jan 24 04:34:16 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5E0216A400 for ; Wed, 24 Jan 2007 04:34:15 +0000 (UTC) (envelope-from krinklyfig@speakeasy.net) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id C731413C4C2 for ; Wed, 24 Jan 2007 04:34:15 +0000 (UTC) (envelope-from krinklyfig@speakeasy.net) Received: (qmail 29015 invoked from network); 24 Jan 2007 04:07:34 -0000 Received: from 209-188-117-232.taosnet.com (HELO smogmonster.local) (krinklyfig@[209.188.117.232]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Jan 2007 04:07:34 -0000 Date: Tue, 23 Jan 2007 21:07:34 -0700 From: Joshua Tinnin To: freebsd-ports@freebsd.org Message-ID: <20070124040734.GA28171@smogmonster.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: paragui wants earlier version of libSDL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: krinklyfig@speakeasy.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2007 04:34:16 -0000 I've run into this problem since the ports freeze, still getting it now. As mentioned in this thread: http://lists.freebsd.org/pipermail/freebsd-ports/2006-September/035572.html except that the answer here: http://lists.freebsd.org/pipermail/freebsd-ports/2006-September/035573.html doesn't work. I don't know enough about libtool to understand which port is referencing the old version of libSDL. Here's the failure: ... Making all in data Making all in bindings Making all in test Making all in keyboard c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 +-D_REENTRANT -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=athlon-xp -Wall -I/usr/local/include/freetype2 -I/usr/local/include -fno-exceptions -c keyboard.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 +-D_REENTRANT -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=athlon-xp -Wall -I/usr/local/include/freetype2 -I/usr/local/include -fno-exceptions -c main.cpp /bin/sh /usr/local/bin/libtool --mode=link c++ -O -pipe -march=athlon-xp -Wall -I/usr/local/include/freetype2 -I/usr/local/include -fno-exceptions -L/usr/X11R6/lib -L/usr/local/lib +-pthread -o keyboard keyboard.o main.o -L../../src/.libs -lparagui -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lSDL_image -lexpat -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -lstdc++ -lpng -ltiff -ljpeg +mkdir .libs libtool: link: cannot find the library `/usr/local/lib/libSDL-1.1.la' or unhandled argument `/usr/local/lib/libSDL-1.1.la' +*** Error code 1 +Stop in /usr/ports/x11-toolkits/paragui/work/paragui-1.0.4/test/keyboard. *** Error code 1 Stop in /usr/ports/x11-toolkits/paragui/work/paragui-1.0.4/test. *** Error code 1 Stop in /usr/ports/x11-toolkits/paragui/work/paragui-1.0.4. *** Error code 1 Stop in /usr/ports/x11-toolkits/paragui. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.57570.1 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=paragui-1.0.4_5 UPGRADE_PORT_VER=1.0.4_5 make ** Fix the problem and try again. ---> Skipping 'games/asc' (asc-1.16.3.0) because a requisite package 'paragui-1.0.4_5' (x11-toolkits/paragui) failed (specify -k to force) ** Listing the failed packages (*:skipped / !:failed) ! x11-toolkits/paragui (paragui-1.0.4_5) (unknown build error) * games/asc (asc-1.16.3.0) ---> Packages processed: 0 done, 33 ignored, 1 skipped and 1 failed It's also happening when trying to upgrade from openoffice.org-2.0.3 to openoffice.org-2.1.0. Am running: FreeBSD smogmonster.local 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #0: Sun Sep 10 16:20:43 MDT 2006 krinklyfig@smogmonster.local:/usr/obj/usr/src/sys/MYKERNEL61 i386 - jt