Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111818 - ffmpeg doesn't compile
Summary: ffmpeg doesn't compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 14:18 UTC by Sebastian M
Modified: 2005-11-08 06:15 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 Sebastian M 2005-11-07 14:18:28 UTC
aquinas ~ # emerge --info
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.13-xbox i686)
=================================================================
System uname: 2.6.13-xbox i686 Celeron (Coppermine)
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="aac acl alsa apache2 apm avi berkdb bitmap-fonts bzip2 cdda cddb cdio crypt
dvb dvd encode examples fbcon ffmpeg fl
ac fortran freetype ftp gdbm gif gpm gstreamer hal imlib innodb java jpeg libwww
lm_sensors mime mp3 mpeg mysql ncurses
nls ogg oggvorbis pam pcre pdflib perl php png quicktime readline samba scanner
sdl ssl stream tcpd tiff truetype truety
pe-fonts type1-fonts usb vcd vorbis x86 xml2 zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

aquinas ~ # cat /etc/portage/profile/package.provided
media-sound/alsa-driver-1.0.8

aquinas ~ # cat /etc/portage/package.mask
sys-kernel/gentoo-sources

aquinas ~ # emerge ffmpeg
[...]
i686-pc-linux-gnu-gcc -Wall -Wno-switch -O2 -march=i686 -fomit-frame-pointer 
-DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BIT
S=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o motion_est.o motion_est.c
In file included from motion_est.c:220:
motion_est_template.c: In function `hpel_motion_search':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
In file included from motion_est.c:220:
motion_est_template.c: In function `qpel_motion_search':
motion_est.c:178: warning: `uvdxy' might be used uninitialized in this function
i686-pc-linux-gnu-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[1]: *** [motion_est.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/ffmpeg-0.4.9_p20050226-r5/work/ffmpeg-0.4.9-p20050226-static/libavcodec'
make: *** [lib] Error 2

I fetched alsa-driver-1.0.8 manually and applied the
alsa-driver-1.0.8.xbox.patch from cvs.xbox-linux.org because the alsa ebuild
wouldn't work on the Xbox. Therefore it has been added to package.provided.
Comment 1 Sebastian M 2005-11-08 05:18:37 UTC
I apologize, but this error turned out to be an out-of-memory memory condition.
Unfortunately, it was improperly reported by gcc which should eventually be fixed.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-11-08 06:15:22 UTC
(In reply to comment #1)
> I apologize, but this error turned out to be an out-of-memory memory condition.

Not a ffmpeg bug, marking INVALID.