Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38239 - mjpegtools-1.6.1.91 - C compiler cannot create executables
Summary: mjpegtools-1.6.1.91 - C compiler cannot create executables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 17:28 UTC by Matt Taylor
Modified: 2004-01-15 00:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Taylor 2004-01-14 17:28:55 UTC
# emerge mjpegtools
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/mjpegtools-1.6.1.91 to /
>>> md5 src_uri ;-) mjpegtools-1.6.1.91.tar.gz
flag-o-matic
flag-o-matic
>>> Unpacking source...
>>> Unpacking mjpegtools-1.6.1.91.tar.gz to /var/tmp/portage/mjpegtools-1.6.1.91/work
 * Applying mjpegtools-1.6.1.91-fPIC.patch...                             [ ok ]
>>> Source unpacked.
flag-o-matic
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! ERROR: media-video/mjpegtools-1.6.1.91 failed.
!!! Function econf, Line 339, Exitcode 77
!!! econf failed


config.log shows that its dieing trying to use -mno-sse2 in CFLAGS which isn't defined on gcc-2.95

Reproducible: Always
Steps to Reproduce:





Portage 2.0.49-r20 (default-1.0, gcc-2.95.3, glibc-2.2.5-r9, 2.4.22-gentoo-r2)
=================================================================
System uname: 2.4.22-gentoo-r2 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=i686 -O3 -pipe"
DISTDIR="/mnt/linuxback/portage/distfiles"
FEATURES="autoaddcvs ccache digest sandbox strict userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/linuxback/portage"
PORTDIR_OVERLAY="/mnt/linuxback/portage-local"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="3dnow X apm avi berkdb bonobo cdr crypt cups directfb dvd encode esd gdbm
ggi gif gnome gnome-libs gpm gtk gtk2 gtkhtml guile imlib jpeg libg++ libwww
mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl
png python readline sdl slang snmp spell ssl svga tcltk tcpd tiff truetype x86
xml2 xmms xv"
Comment 1 SpanKY gentoo-dev 2004-01-14 17:52:38 UTC
whoops, forgot about the old gcc-2.x ;)