Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2006 14:05:58 -0500
From:      Kris Kennaway <kris@obsecurity.org>
To:        Michael Johnson <ahze@ahze.net>
Cc:        kan@FreeBSD.org, multimedia@freebsd.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: [ports-i386@FreeBSD.org: gstreamer-ffmpeg-0.10.1_1 failed on i386 7]
Message-ID:  <20061215190558.GB86518@xor.obsecurity.org>
In-Reply-To: <b2203fed0612151028v26f53067l1ffdcb9483aecee9@mail.gmail.com>
References:  <20061215173859.GK57511@xor.obsecurity.org> <b2203fed0612151028v26f53067l1ffdcb9483aecee9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--cmJC7u66zC7hs+87
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Dec 15, 2006 at 01:28:39PM -0500, Michael Johnson wrote:
> On 12/15/06, Kris Kennaway <kris@obsecurity.org> 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=3D/usr/local/bin/gcc41
> >  CXX=3D/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
>=20
> 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=20
> system?

It may be a problem with the way gcc 4.1 is integrated into /usr/src,
CC'ing kan@

Kris

>=20
> Ports gcc41 installs mm_malloc.h
>=20
> > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavutil -I../../libavcodec=
=20
> > -DHAVE_AV_CONFIG_H=3D1 -fomit-frame-pointer -Wall -Wno-switch=20
> > -I/usr/local/include -msse -O2 -fno-strict-aliasing -pipe -fno-force-ad=
dr=20
> > -MT libmmxsse_la-fft_sse.lo -MD -MP -MF .deps/libmmxsse_la-fft_sse.Tpo =
-c=20
> > 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=20
> >directory
> >gmake[8]: *** [libmmxsse_la-fft_sse.lo] Error 1
> >gmake[8]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs/ext/ffmpeg/libavcodec/i386'
> >gmake[7]: *** [all-recursive] Error 1
> >gmake[7]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs/ext/ffmpeg/libavcodec'
> >gmake[6]: *** [all-recursive] Error 1
> >gmake[6]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs/ext/ffmpeg'
> >gmake[5]: *** [all] Error 2
> >gmake[5]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs/ext/ffmpeg'
> >gmake[4]: *** [all-local] Error 2
> >gmake[4]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs/ext'
> >gmake[3]: *** [all-recursive] Error 1
> >gmake[3]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs/ext'
> >gmake[2]: *** [all-recursive] Error 1
> >gmake[2]: Leaving directory=20
> >`/work/a/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.10.1/gst-li=
bs'
> >gmake[1]: *** [all-recursive] Error 1
> >gmake[1]: Leaving directory=20
> >`/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.
> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> >build of /usr/ports/multimedia/gstreamer-ffmpeg ended at Fri Dec 15=20
> >16:33:59 UTC 2006
> >
> >
> >----- End forwarded message -----
> >
> >
> >
>=20

--cmJC7u66zC7hs+87
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (FreeBSD)

iD8DBQFFgvIWWry0BWjoQKURAv3pAKDWSk/VzP0jlMvZDdK1K6BKSAdPeACgnZVS
HGKXaiTFvThpEHz0avDeyJw=
=aBcy
-----END PGP SIGNATURE-----

--cmJC7u66zC7hs+87--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061215190558.GB86518>