From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 15 18:28:58 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CAAF16A492 for ; Fri, 15 Dec 2006 18:28:58 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6D543CBC for ; Fri, 15 Dec 2006 18:26:58 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so798227uge for ; Fri, 15 Dec 2006 10:28:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=k/ZReyH4fTZUizShFuuIQhdV7rL9B3ReWXXBjC1FjzvfjUhy/HessJFbrN0/Dto/ff1k5dlBIs2cm0BbC2Yn9GUXLR/uYdxYOLTpviEbE0rGN3oRr79EYgnqyAKNV7P3TopJZ1sijJ23sZCW6Tclj+xFKKiLEBgHyllhHMLR+n4= Received: by 10.82.183.19 with SMTP id g19mr85494buf.1166207319615; Fri, 15 Dec 2006 10:28:39 -0800 (PST) Received: by 10.82.112.15 with HTTP; Fri, 15 Dec 2006 10:28:39 -0800 (PST) Message-ID: Date: Fri, 15 Dec 2006 13:28:39 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Kris Kennaway" In-Reply-To: <20061215173859.GK57511@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061215173859.GK57511@xor.obsecurity.org> X-Google-Sender-Auth: 724ed483cdcfb94a Cc: multimedia@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: gstreamer-ffmpeg-0.10.1_1 failed on i386 7] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 18:28:58 -0000 On 12/15/06, Kris Kennaway wrote: > Dear Maintainer, > > As you may know, in the near future FreeBSD 7.x will be switching from > the gcc 3.4 compiler to gcc 4.x. Unfortunately your port fails to > build with the new compiler; see the log below or the following url: > > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006121307/ > > To ease the disruption to users and to avoid further work later on, > can you please work (with the upstream developers if necessary) on > fixing this error? > > In many cases it requires only simple code changes, and these may > already have been submitted to the developers by other projects > (thesedays many Linux distributions use gcc 4.1, so chances are they > have fixed the error already), or the patches may be found in their > package repositories. > > You should be able to reproduce it yourself simply by installing the > lang/gcc41 port and then setting the variables > > CC=/usr/local/bin/gcc41 > CXX=/usr/local/bin/g++41 > > in your environment (Note: some ports do not respect these variables > currently, but this is another bug that should be fixed). > > Thanks, > Kris This looks like it's either a path problem or an install problem of gcc41, because mm_malloc.h should be a part of gcc41. Does mm_malloc.h exist on this system? Ports gcc41 installs mm_malloc.h > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavutil -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -fomit-frame-pointer -Wall -Wno-switch -I/usr/local/include -msse -O2 -fno-strict-aliasing -pipe -fno-force-addr -MT libmmxsse_la-fft_sse.lo -MD -MP -MF .deps/libmmxsse_la-fft_sse.Tpo -c fft_sse.c -fPIC -DPIC -o .libs/libmmxsse_la-fft_sse.o > In file included from fft_sse.c:24: > /usr/include/xmmintrin.h:41:23: error: mm_malloc.h: No such file or directory > gmake[8]: *** [libmmxsse_la-fft_sse.lo] Error 1 > gmake[8]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg/libavcodec/i386' > gmake[7]: *** [all-recursive] Error 1 > gmake[7]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg/libavcodec' > gmake[6]: *** [all-recursive] Error 1 > gmake[6]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg' > gmake[5]: *** [all] Error 2 > gmake[5]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs/ext/ffmpeg' > gmake[4]: *** [all-local] Error 2 > gmake[4]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs/ext' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs/ext' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-libs' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /a/ports/multimedia/gstreamer-ffmpeg. > ================================================================ > build of /usr/ports/multimedia/gstreamer-ffmpeg ended at Fri Dec 15 16:33:59 UTC 2006 > > > ----- End forwarded message ----- > > >