Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38657 - libcaca 0.[6-9] won't compile without imlib2 installed
Summary: libcaca 0.[6-9] won't compile without imlib2 installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: SpanKY
URL: http://sam.zoy.org/projects/libcaca/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-18 15:43 UTC by Stephane Loeuillet
Modified: 2004-02-27 21:13 UTC (History)
1 user (show)

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


Attachments
updated libcaca ebuild (libcaca-0.9.ebuild,973 bytes, text/plain)
2004-02-02 12:20 UTC, Simon Reynolds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2004-01-18 15:43:16 UTC
checking for imlib2-config... no
checking Imlib2.h usability... no
checking Imlib2.h presence... no
checking for Imlib2.h... no
configure: error: cannot find Imlib2 development files. Without Imlib2, cacaview will only open BMP files; if this is really what you want, re-run configure with '--disable-imlib2'.
 
!!! ERROR: media-libs/libcaca-0.6 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50_pre16 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0,
2.4.24)
=================================================================
System uname: 2.4.24 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.3.12
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache digest sandbox strict userpriv"
GENTOO_MIRRORS="ftp://mirror.iawnet.sandia.gov/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib accessibility acpi alsa apache2 avi berkdb bonobo cdr crypt
cups doc dv dvd dvdr encode esd ethereal evo faad flash foomaticdb gd gdbm gif
gnome gnomedb gphoto2 gstreamer gtk gtk2 gtkhtml innodb ipv6 java joystick jpeg
ldap libg++ libgda libwww mad mikmod mmx mozilla mpeg mysql ncurses nls
oggvorbis opengl oss pam pda pdflib perl plotutils png postgres ppds python
quicktime readline samba sasl sdl slang snmp spell sse ssl svga tcpd tetex
threads tiff truetype usb videos x86 xml xml2 xv zlib"
Comment 1 Stephane Loeuillet 2004-01-18 15:57:53 UTC
seems 0.8 is out for a week now, so the one who would fix this would certainly bump version at the same time
Comment 2 Stephane Loeuillet 2004-01-18 19:16:47 UTC
and 0.8 has the same imlib2 pb/message that 0.6
Comment 3 Simon Reynolds 2004-02-02 12:20:17 UTC
Created attachment 24825 [details]
updated libcaca ebuild

libcaca has a configure option to disable support for imlib2. But since there
is no global use flag for imlib2, I just set imlib2 as a dependency.
Comment 4 Derk-Jan Hartman 2004-02-05 16:30:05 UTC
I had already created a 0.6 ebuild which checked these flags
bug #34965

This was not taken into consideration when the 0.2 build was upgraded to 0.6 unfortunately.
0.9 indeed has the --disable-doc flag refered to in that bug report btw.
Comment 5 SpanKY gentoo-dev 2004-02-27 21:13:42 UTC
latest 0.9 in cvs should have this fixed