From owner-freebsd-ports@FreeBSD.ORG Mon Jun 27 13:59:10 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 D8C3116A41C for ; Mon, 27 Jun 2005 13:59:10 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6D843D1F for ; Mon, 27 Jun 2005 13:59:10 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dmu1Z-0001nu-VU for freebsd-ports@freebsd.org; Mon, 27 Jun 2005 15:51:45 +0200 Received: from kvip88.kvi.nl ([129.125.15.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2005 15:51:45 +0200 Received: from A.S.Usov by kvip88.kvi.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2005 15:51:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Alexander S. Usov" Date: Mon, 27 Jun 2005 15:58:19 +0200 Organization: KVI Lines: 49 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: kvip88.kvi.nl User-Agent: KNode/0.9.1 Sender: news Subject: Re: Error building new graphics/libafterimage 1.07 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 13:59:11 -0000 Alexander S. Usov wrote: > I can't upgrade to new libafterimage on FreeBSD 5.4-STABLE > It looks that the problem is that the libpath is passed in incorrect > order and "-L/usr/X11R6/lib" comes before "-L../" which causes > problems when linking for example asview: Hm, it looks like a more general problem for me. As an example I have the same problem upgrading new vlc (note the location of included vlc.h). Removing old vlc port beforehad solved the problem. Any ideas what can be the cause of it? =========== skipped ========== gmake[4]: Entering directory `/usr/ports/multimedia/vlc/work/vlc-0.8.2/modules/access' if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/ports/multimedia/vlc/work/vlc-0.8.2/include/vlc/ -I/usr/X11R6/include/wx-2.6/ -I/usr/local/include -I/usr/X11R6/include -DSYS_FREEBSD5_4 -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin access_file` -Wsign-compare -Wall -O2 -pipe -march=pentium4 -O2 -ffast-math -fomit-frame-pointer -pthread -pipe -MT libaccess_file_plugin_a-file.o -MD -MP -MF ".deps/libaccess_file_plugin_a-file.Tpo" \ -c -o libaccess_file_plugin_a-file.o `test -f 'file.c' || echo './'`file.c; \ then mv -f ".deps/libaccess_file_plugin_a-file.Tpo" ".deps/libaccess_file_plugin_a-file.Po"; \ else rm -f ".deps/libaccess_file_plugin_a-file.Tpo"; exit 1; \ fi In file included from ../../include/vlc_common.h:1054, from /usr/X11R6/include/vlc/vlc.h:128, from file.c:27: ../../include/variables.h: In function `__var_CreateGetInteger': ../../include/variables.h:435: error: `VLC_VAR_INTEGER' undeclared (first use in this function) ../../include/variables.h:435: error: (Each undeclared identifier is reported only once ../../include/variables.h:435: error: for each function it appears in.) ../../include/variables.h: In function `__var_CreateGetBool': ../../include/variables.h:452: error: `VLC_VAR_BOOL' undeclared (first use in this function) ../../include/variables.h: In function `__var_CreateGetTime': ../../include/variables.h:469: error: `VLC_VAR_TIME' undeclared (first use in this function) ======= more errors like this ========= -- Best regards, Alexander.