Package: nuitka
Version: 0.3.23.1+ds-1
Severity: serious
If g++ is not installed, nuitka doesn't work at all:
$ echo 42 > test.py
$ nuitka test.py
TypeError: argument of type 'NoneType' is not iterable:
File "/usr/share/nuitka/nuitka/build/SingleExe.scons", line 191:
if "clang" in env[ "CXX" ]:
Setting the CXX environment variable doesn't help much:
$ CXX=g++-4.6 nuitka test.py
KeyError: 'CXXVERSION':
File "/usr/share/nuitka/nuitka/build/SingleExe.scons", line 216:
gpp_version = int( env[ "CXXVERSION" ].replace( ".", "" ) )
File "/usr/lib/scons/SCons/Environment.py", line 409:
return self._dict[key]
Installing g++ does fix the problem, but this package is neither
depended on nor recommended by nuitka.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages nuitka depends on:
ii g++-4.6 4.6.3-8
ii python 2.7.3-1
ii python-dev 2.7.3-1
ii scons 2.1.0-1
Versions of packages nuitka recommends:
pn python-lxml <none>
pn python-qt4 <none>
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org