Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196525 - media-video/ffmpeg-0.4.9_p20070616 fails to emerge if imlib2 is 1.2.x
Summary: media-video/ffmpeg-0.4.9_p20070616 fails to emerge if imlib2 is 1.2.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-20 11:55 UTC by Thomas Nichols
Modified: 2008-10-14 09:09 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 Thomas Nichols 2007-10-20 11:55:23 UTC
emerge fails - from the build summary, problem is not evident, but checking the logs shows

/usr/include/Imlib2.h:107: error: expected ')' before '*' token

Upgrading from imlib2-1.2.something to imlib2-1.4.0 resolved the problem. Should this be included as a dependency?


Reproducible: Always

Steps to Reproduce:
1. install imlibs2 1.2.x
2. emerge ffmpeg




Actual Results:  
Attempts to emerge, build fails

Expected Results:  
Warn that newer imlib2 is required

Bug http://bugs.gentoo.org/show_bug.cgi?id=193128 suggests an `X` USE flag is needed -- this was set for all builds.

emerge --info output:

Portage 2.1.3.9 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Sempron(tm) Processor 2600+
Timestamp of tree: Fri, 19 Oct 2007 22:20:01 +0000
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/fax /usr/share/X11/xkb /usr/share/config /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=athlon-xp"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
LINGUAS="en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="X acl acpi alsa apache2 arts bash-completion berkdb bitmap-fonts bzlib cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emacs emboss encode esd evo fam firefox fortran ftp gdbm gif gnome gpm gstreamer gtk hal iconv imap ipv6 isdnlog jabber javascript jpeg junit kde kerberos ldap leim mad midi mikmod mime mmx mp3 mpeg mudflap ncurses nls nptl nptlonly ogg oggvorbis opengl openmp oss pam pcre pdf pdflib perl plugin png posix postgres pppd python qt qt3 qt3support qt4 quicktime readline reflection samba sdl session slp sockets spell spl ssl svg tcpd threads tiff tk truetype truetype-fonts type1-fonts unicode usb vorbis win32codecs x86 xml xml2 xorg xpm xsl xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-20 12:00:42 UTC
Maybe you should just upgrade your system properly, using --deep.
Comment 2 Thomas Nichols 2007-10-20 13:33:53 UTC
(In reply to comment #1)
> Maybe you should just upgrade your system properly, using --deep.


This was an old system, I was upgrading gcc, glibc, all the expat issues, etc. etc. with emerge -eav system && emerge -eav world. I customarily do emerge -auDN world, but this box had not been kept up-to-date -- so I'm not surprised there were problems. Nonetheless, should ffmpeg not have >=media-libs/imlib2-1.4.0 as a dependency?

Cheers,
Thomas.
Comment 3 Alexis Ballier gentoo-dev 2008-10-14 09:09:20 UTC
fixed, thanks for reporting