Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83636 - analog ebuild fails to recognize that jpeg support is present
Summary: analog ebuild fails to recognize that jpeg support is present
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-28 22:00 UTC by Igor
Modified: 2005-03-02 11:54 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 Igor 2005-02-28 22:00:22 UTC
when attempting to emerge analog, 
>>> md5 src_uri ;-) analog-5.32.tar.gz
 * libgd is missing jpeg support. Please add
 * 'jpeg' to your USE flags, and re-emerge libgd.

but thats not true!

emerge -pv gd

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-libs/gd-2.0.32  -X +jpeg +png +truetype 0 kB 


Reproducible: Always
Steps to Reproduce:
its fairly obvious



as a workaround, i commented out the relevent lines in analog-5.32.ebuild and
the program works as expected.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-02-28 22:22:29 UTC
could you please attach your emerge info output
as well as the contents of /var/db/pkg/media-libs/gd*/USE
Comment 2 Igor 2005-02-28 22:34:16 UTC
emerge info
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#2, Feb  8 2005, 10:06:41)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
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="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo http://prometheus.cs.wmich.edu/gentoo http://cudlug.cudenver.edu/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 apache2 apm arts avi berkdb bitmap-fonts crypt emboss encode f77 font-server foomaticdb fortran gdbm gif gnome gpm gtk2 hardened imagemagick imap imlib ipv6 jpeg kde libg++ libwww mad mikmod mime mmx motif mpeg mysql ncurses nethack nls offensive oggvorbis opengl oss pam pdflib perl png python quicktime quotas readline samba sdl spell ssl svga tcpd truetype truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

---------------------------------------------------------------------------
 pwd
/var/db/pkg/media-libs/gd-2.0.32
root@temple gd-2.0.32 # less USE 
x86 apache2 apm arts avi berkdb bitmap-fonts crypt emboss encode f77 font-server fo
omaticdb fortran gdbm gif gnome gpm gtk2 hardened imagemagick imap imlib ipv6 jpeg 
kde libg++ libwww mad mikmod mime mmx motif mpeg mysql ncurses nethack nls offensiv
e oggvorbis opengl oss pam pdflib perl png python quicktime quotas readline samba s
dl spell ssl svga tcpd truetype truetype-fonts type1-fonts xml2 xmms xv zlib
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-03-01 10:02:13 UTC
resync. your tree is out of date.  emerge analog works fine for me.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2005-03-02 11:54:51 UTC
reopen if it's still a problem.