Your message dated Thu, 5 May 2011 02:13:32 +0200
with message-id <[email protected]>
and subject line Re: Bug#625132: pykaraoke: FTBFS: ImportError: No module named 
wxversion
has caused the Debian Bug report #625132,
regarding pykaraoke: FTBFS: ImportError: No module named wxversion
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
625132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625132
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pykaraoke
Version: 0.7.3-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> QUILT_PATCHES=debian/patches \
>               quilt --quiltrc /dev/null pop -a -R || test $? = 2
> No patch removed
> rm -rf .pc debian/stamp-patched
> dh_testdir
> dh_testroot
> find . -name "*.pyc" -delete
> rm -rf build
> rm -f install-ext-*
> dh_clean build-stamp install-stamp python-ext-* build-ext-*
>  dpkg-source -b pykaraoke-0.7.3
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building pykaraoke using existing 
> pykaraoke_0.7.3.orig.tar.gz
> dpkg-source: info: building pykaraoke in pykaraoke_0.7.3-1.diff.gz
> dpkg-source: info: building pykaraoke in pykaraoke_0.7.3-1.dsc
>  debian/rules build
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> QUILT_PATCHES=debian/patches \
>               quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch disable_fonts_installation.patch
> patching file setup.py
> 
> Applying patch fix_desktop_files.patch
> patching file install/pykaraoke.desktop
> patching file install/pykaraoke_mini.desktop
> 
> Applying patch remove_hashbangs.patch
> patching file pycdg.py
> patching file pykar.py
> patching file pykaraoke.py
> patching file pykaraoke_mini.py
> patching file pympg.py
> 
> Applying patch fix_cdg2mpg_bashism.patch
> patching file install/cdg2mpg
> 
> Now at patch fix_cdg2mpg_bashism.patch
> touch debian/stamp-patched
> dh_testdir
> python2.6 setup.py build
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-2.6
> copying pycdgAux.py -> build/lib.linux-x86_64-2.6
> copying pycdg.py -> build/lib.linux-x86_64-2.6
> copying pykaraoke_mini.py -> build/lib.linux-x86_64-2.6
> copying pykaraoke.py -> build/lib.linux-x86_64-2.6
> copying pykar.py -> build/lib.linux-x86_64-2.6
> copying pykconstants.py -> build/lib.linux-x86_64-2.6
> copying pykdb.py -> build/lib.linux-x86_64-2.6
> copying pykenv.py -> build/lib.linux-x86_64-2.6
> copying pykmanager.py -> build/lib.linux-x86_64-2.6
> copying pykplayer.py -> build/lib.linux-x86_64-2.6
> copying pykversion.py -> build/lib.linux-x86_64-2.6
> copying pympg.py -> build/lib.linux-x86_64-2.6
> copying performer_prompt.py -> build/lib.linux-x86_64-2.6
> running build_ext
> building '_pycdgAux' extension
> creating build/temp.linux-x86_64-2.6
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -Wall -g -O2 -fPIC -I/usr/include/SDL 
> -I/usr/include/python2.6 -c _pycdgAux.c -o 
> build/temp.linux-x86_64-2.6/_pycdgAux.o
> /usr/include/python2.6/pygame/pygame.h:633:14: warning: 'PyGAME_C_API' 
> defined but not used [-Wunused-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wall -g -O2 
> build/temp.linux-x86_64-2.6/_pycdgAux.o -lSDL -o 
> build/lib.linux-x86_64-2.6/_pycdgAux.so
> touch build-ext-2.6
> dh_testdir
> python2.7 setup.py build
> Traceback (most recent call last):
>   File "setup.py", line 31, in <module>
>     import wxversion
> ImportError: No module named wxversion
> make: *** [build-ext-2.7] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/pykaraoke_0.7.3-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
* Lucas Nussbaum <[email protected]>, 2011-05-02, 14:45:
python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 31, in <module>
    import wxversion
ImportError: No module named wxversion
make: *** [build-ext-2.7] Error 1

This was a transient problem with python-wxversion, which is fixed now. Closing.

--
Jakub Wilk


--- End Message ---

Reply via email to