From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 19 07:50:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC95106566C; Thu, 19 May 2011 07:50:23 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id AB8D88FC1A; Thu, 19 May 2011 07:50:23 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QMwTz-0006rD-Vi>; Thu, 19 May 2011 08:13:16 +0200 Received: from e178020185.adsl.alicedsl.de ([85.178.20.185] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QMwTz-00014s-Sk>; Thu, 19 May 2011 08:13:15 +0200 Message-ID: <4DD4B4FB.2080807@mail.zedat.fu-berlin.de> Date: Thu, 19 May 2011 08:13:15 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Marcus von Appen References: <201105182110.p4ILAExU087570@freefall.freebsd.org> <20110518213634.GA2075@medusa.sysfault.org> In-Reply-To: <20110518213634.GA2075@medusa.sysfault.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.20.185 Cc: freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/157086: graphics/blender (2.57b): Assembler messages: {standard input}:9349: Error: no such instruction: `palignr $8, %xmm8, %xmm1' 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: Thu, 19 May 2011 07:50:23 -0000 On 05/18/11 23:36, Marcus von Appen wrote: > On, Wed May 18, 2011, O. Hartmann wrote: > >> On 05/17/11 23:57, Marcus von Appen wrote: >> > I am unable to recreate this behaviour on different systems. >> > I assume, your packages are up to date? >> >> Yes, they are, as reported. >> >> > >> > How many CPUs does 'sysctl -n kern.smp.cpu' report? >> >> sysctl -n kern.smp.cpus >> 8 >> >> > >> > Can you deactivate the MAKE_JOBS_SAFE= yes line (just put a # in front >> > of it) within the Makefile (or use the DISABLE_MAKE_JOBS switch on the >> > command line) and try to build it again? >> >> Checked it, disabled, no success. >> >> But ... >> >> Enabling the usage of gcc45 by adding USE_FORTRAN=yes in the toplevel >> Makefile resulted in a working blender 2.57b! > > That's interesting. How does your /etc/make.conf look like? Do you tweak > the default gcc in some way? Yes, I tweak: CPUTYPE?=core2 COPTFLAGS= -O2 -pipe -march=core2 CFLAGS= -O2 -pipe -march=core2 But I also tried commenting out everything and rebuild the system with no success. In this case, it may be a port that gets miscompiled by 'core2'? > > What does (the base system's) 'gcc --version' report? It reports: gcc (GCC) 4.2.2 20070831 prerelease [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > Can you also send me the output from 'cat /var/db/ports/blender/options'? Here it is: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for blender-2.57b _OPTIONS_READ=blender-2.57b WITH_BULLET=true WITH_CINEON=true WITH_DDS=true WITH_FFMPEG=true WITH_FFTW3=true WITH_GAMEENGINE=true WITH_HDR=true WITHOUT_JACK=true WITH_NLS=true WITH_MENU=true WITH_OPENAL=true WITH_OPENEXR=true WITH_OPENJPEG=true WITH_OPENMP=true WITHOUT_PLAYER=true WITHOUT_REDCODE=true WITH_SAMPLERATE=true WITH_SDL=true WITHOUT_SNDFILE=true WITH_TIFF=true WITH_XINPUT=true > > Cheers > Marcus I'm wondering since I use the same settings on several other FreeBSD 9.0-CURRENT/amd64 boxes for graphics/blender and it works there. Oliver