Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123299 - pkpgcounter-1.80 needs the Python Imaging Library (aka PIL)
Summary: pkpgcounter-1.80 needs the Python Imaging Library (aka PIL)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Andreetta (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-18 10:45 UTC by Michael Kiermaier
Modified: 2006-02-19 06:17 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 Michael Kiermaier 2006-02-18 10:45:40 UTC
The ebuild of pkpgcounter-1.80 complains that it needs the Python Imaging Library. I guess that I am supposed to install this library on my own. That is not an elegant way, in my opinion there should be a seperate ebuild for the Python Imaging library that pkpgcounter depends on.

# emerge phpgcounter
>>> emerge (1 of 13) net-print/pkpgcounter-1.80 to /
>>> md5 files   ;-) pkpgcounter-1.80.ebuild
>>> md5 files   ;-) pkpgcounter-1.72.ebuild
>>> md5 files   ;-) files/digest-pkpgcounter-1.72
>>> md5 files   ;-) files/digest-pkpgcounter-1.80
>>> md5 src_uri ;-) pkpgcounter-1.80.tar.gz
>>> Unpacking source...
>>> Unpacking pkpgcounter-1.80.tar.gz to /var/tmp/portage/pkpgcounter-1.80/work
>>> Source unpacked.
You need the Python Imaging Library (aka PIL).
You can grab it from http://www.pythonware.com


# emerge info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.15.1 i686)
=================================================================
System uname: 2.6.15.1 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.4-r1, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -fomit-frame-pointer -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=athlon -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow apm berkdb bitmap-fonts bzip2 crypt cups eds encode expat foomaticdb fortran gdbm gif gmp gstreamer imlib javascript jpeg ldap libg++ libwww mhash mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis pam pdflib perl php png python readline samba sdl spell sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev vorbis zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Christian Andreetta (RETIRED) gentoo-dev 2006-02-19 00:42:23 UTC
Auch! this dependency wasn't listed. Could you please re-sync and try now?
The ebuild is the same, save for the line "dev-python/imaging" in the DEPEND variable.
Comment 2 Michael Kiermaier 2006-02-19 06:17:05 UTC
Thanks for the fast reaction!

The added dependency fixed the problem for me.

I was not aware that there was already an ebuild for the Python Imaging
Library.