Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82919 - media-libs/imlib2 doesn't like -X flag
Summary: media-libs/imlib2 doesn't like -X flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 23:54 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-02-22 15:56 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-21 23:54:02 UTC
Currently -X flag on imlib2 does nothing, as X11 support is not disabled using --without-x, but with --disable-x11.
I tried to change the ebuild to use that, but this way it simply fail to build.

emerge info output:

Portage 2.0.51-r15 (default-linux/x86/2005.0, gcc-3.4.3, glibc-2.3.4.20050125-r0, 2.6.10-gentoo-r7 i686)
=================================================================
System uname: 2.6.10-gentoo-r7 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 17 2005, 22:56:38)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.6.3, 1.4_p6, 1.8.5-r3, 1.7.9-r1, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r3
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.10
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer -funroll-loops -falign-functions=4 -maccumulate-outgoing-args -fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer -funroll-loops -falign-functions=4 -maccumulate-outgoing-args -fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.zie.pg.gda.pl http://mir.zyrianes.net/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.inode.at/"
LANG="en_EN.UTF-8"
LC_ALL="it_IT.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/flame/devel/flame-portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X a52 aac alsa apache2 apm arts avi bash-completion berkdb bitmap-fonts bzip2 bzlib cddb cdparanoia cdr cjk crypt cups curl divx4linux dvd dvdread emboss encode fam ffmpeg flac foomaticdb fortran freetype gif gphoto2 gstreamer gtk2 imlib2 java joystick jpeg kde libg++ libwww lirc mad matroska mmx mng mozilla mpeg nptl nvidia ogg oggvorbis opengl pam pdflib pic png postgres python qt quicktime readline real samba scanner sdl snmp speex ssl svg tetex theora threads tiff truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vorbis xml2 xv xvid xvmc zlib linguas_en"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS

Regards,
Diego
Comment 1 SpanKY gentoo-dev 2005-02-22 05:42:40 UTC
what version(s) of imlib2 ?
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-22 09:55:32 UTC
Sorry I forgot to say that. Last one: media-libs/imlib2-1.2.0.20050220 .
Comment 3 SpanKY gentoo-dev 2005-02-22 15:56:03 UTC
image.h broke things ... made a tiny patch, sent upstream, and added to our ebuild

also updated the configure parameters, thanks !