Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349732 - dev-python/imaging-1.1.7 pilconvert.py-2.6 already exists
Summary: dev-python/imaging-1.1.7 pilconvert.py-2.6 already exists
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 06:15 UTC by Guy
Modified: 2010-12-26 17:09 UTC (History)
1 user (show)

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


Attachments
build log (build.log,49.27 KB, text/plain)
2010-12-26 06:17 UTC, Guy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy 2010-12-26 06:15:55 UTC
running install_scripts
creating /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin
copying build-2.6/scripts-2.6/pildriver.py -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin
copying build-2.6/scripts-2.6/pilprint.py -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin
copying build-2.6/scripts-2.6/pilfont.py -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin
copying build-2.6/scripts-2.6/pilfile.py -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin
copying build-2.6/scripts-2.6/pilconvert.py -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin
changing mode of /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin/pildriver.py to 755
changing mode of /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin/pilprint.py to 755
changing mode of /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin/pilfont.py to 755
changing mode of /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin/pilfile.py to 755
changing mode of /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/bin/pilconvert.py to 755
running install_egg_info
Writing /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/lib64/python2.6/site-packages/PIL/PIL-1.1.7-py2.6.egg-info
creating /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/lib64/python2.6/site-packages/PIL.pth
 * Generating '/usr/bin/pilconvert.py' wrapper script
 * Generating '/usr/bin/pildriver.py' wrapper script
 * Generating '/usr/bin/pilfile.py' wrapper script
 * Generating '/usr/bin/pilprint.py' wrapper script
 * Installation of dev-python/imaging-1.1.7 with CPython 2.6...
python2.6 setup.py build -b build-2.6 install --no-compile --root=/var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6
running build
running build_py
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
running install
running install_lib
copying build-2.6/lib.linux-x86_64-2.6/_sane.so -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/lib64/python2.6/site-packages
copying build-2.6/lib.linux-x86_64-2.6/sane.py -> /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/lib64/python2.6/site-packages
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
Writing /var/tmp/portage/dev-python/imaging-1.1.7/temp/images/2.6/usr/lib64/python2.6/site-packages/pysane-2.0-py2.6.egg-info
 * ERROR: dev-python/imaging-1.1.7 failed:
 *   python_generate_wrapper_scripts(): '/var/tmp/portage/dev-python/imaging-1.1.7/image/usr/bin/pilconvert.py-2.6' already exists

This version of imaging previously compiled successfully. It now no longer compiles after performing a global update.

I tried both python-2.6.5-r3 and python-2.6.6-r1. I've also run 'python-updater'
Comment 1 Guy 2010-12-26 06:17:43 UTC
Created attachment 258092 [details]
build log
Comment 2 Mike Gilbert gentoo-dev 2010-12-26 06:41:47 UTC
I can reproduce this. The failure appears to be triggered by the "scanner" use flag.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-12-26 11:34:43 UTC
Fixed in python.eclass. (This bug was affecting only 3 packages.)
Comment 4 Guy 2010-12-26 17:09:47 UTC
Confirmed fixed.

Thank you very much.