From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 08:01:51 2004 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 A399016A4CE for ; Thu, 4 Nov 2004 08:01:51 +0000 (GMT) Received: from av15-1-sn4.m-sp.skanova.net (av15-1-sn4.m-sp.skanova.net [81.228.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D208A43D1D for ; Thu, 4 Nov 2004 08:01:50 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av15-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id DA3E637E4C; Thu, 4 Nov 2004 09:01:49 +0100 (CET) Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av15-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id C44D537E43 for ; Thu, 4 Nov 2004 09:01:49 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 87A9F37E42 for ; Thu, 4 Nov 2004 09:01:49 +0100 (CET) Received: (qmail 39187 invoked by uid 1001); 4 Nov 2004 08:01:48 -0000 Date: Thu, 4 Nov 2004 09:01:48 +0100 From: Erik Trulsson To: Tod McQuillin Message-ID: <20041104080148.GA34674@falcon.midgard.homeip.net> Mail-Followup-To: Tod McQuillin , Michael Nottebrock , Michael Johnson , freebsd-ports@freebsd.org References: <20041104134103.R28433@plexi.pun-pun.prv> <200411040804.34219.michaelnottebrock@gmx.net> <20041104164242.O28433@plexi.pun-pun.prv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041104164242.O28433@plexi.pun-pun.prv> User-Agent: Mutt/1.5.6i cc: Michael Johnson cc: freebsd-ports@freebsd.org Subject: Re: avifile-0.7.41,2 build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:01:51 -0000 On Thu, Nov 04, 2004 at 04:43:47PM +0900, Tod McQuillin wrote: > On Thu, 4 Nov 2004, Michael Nottebrock wrote: > > >>On Nov 4, 2004, at 12:00 AM, Tod McQuillin wrote: > >>>Is anyone else seeing this? > >>> > >>> cc -DHAVE_CONFIG_H -I. -I. -I../../../include -DHAVE_AV_CONFIG_H > >>>-I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include > >>>-D_GETOPT_H -Wall -Wno-unused -I../../../include -pipe > >>>-march=pentiumpro > > ^^^^^^^^^^^^^^^^ > > > >-march and inline asm don't always place nice. Tried without yet? > > Just tried now -- no change. Another 4-stable system I have also has > CPUTYPE=p3 in /etc/make.conf, but it builds avifile just fine. > > Curiouser and curiouser. I just managed to build avifile on 4-stable without any problems, so it seems to be a local problem with your system. One curious thing I noticed is that you do not seem to compile with any -O flag. Try adding that to CFLAGS - some files (especially ones having inline assembler) do not compile correctly when optimizations are turned off. I guess you have CFLAGS set to different values on the system it fails on and the one it fails on. -- Erik Trulsson ertr1013@student.uu.se