Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471524 - media-gfx/fontypython-0.4.4 fails to build with dev-python/imaging-2.0.0
Summary: media-gfx/fontypython-0.4.4 fails to build with dev-python/imaging-2.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 471488
  Show dependency tree
 
Reported: 2013-05-28 03:02 UTC by Mike Gilbert
Modified: 2013-09-09 04:29 UTC (History)
2 users (show)

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 Mike Gilbert gentoo-dev 2013-05-28 03:02:30 UTC
This package uses obsolete imports of PIL modules. See tracker bug 471488 for details.

 * Package:    media-gfx/fontypython-0.4.4
 * Repository: gentoo
 * Maintainer: graphics@gentoo.org fonts@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   fakeroot preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking fontypython-0.4.4.tar.gz to /tmp/portage/media-gfx/fontypython-0.4.4/work
>>> Source unpacked in /tmp/portage/media-gfx/fontypython-0.4.4/work
>>> Preparing source in /tmp/portage/media-gfx/fontypython-0.4.4/work/fontypython-0.4.4 ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/media-gfx/fontypython-0.4.4/work/fontypython-0.4.4 ...
>>> Source configured.
>>> Compiling source in /tmp/portage/media-gfx/fontypython-0.4.4/work/fontypython-0.4.4 ...
 * Building of media-gfx/fontypython-0.4.4 with CPython 2.6...
python2.6 setup.py build -b build-2.6
I cannot find "python-imaging"
Please install this package.
Comment 1 JTRiley 2013-08-18 18:55:32 UTC
I updated the ebuild in my overlay with a patch that fixes the PIL imports project-wide. Also fixes 457150 and 479750. 

http://git.overlays.gentoo.org/gitweb/?p=user/jtriley.git;a=commit;h=ac00f35d0ef2ce867611a80e8695f03ed41dfe09
Comment 2 Mike Gilbert gentoo-dev 2013-09-09 04:29:53 UTC
+*fontypython-0.4.4-r1 (09 Sep 2013)
+
+  09 Sep 2013; Mike Gilbert <floppym@gentoo.org>
+  +files/fontypython-pillow.patch, +fontypython-0.4.4-r1.ebuild:
+  Fix PIL imports for pillow, bug 471524.

Thanks very much for the patch.