[Pkg-electronics-devel] Bug#1081089: oregano: FTBFS: ModuleNotFoundError: No module named 'imp'
Santiago Vila
sanvila at debian.org
Sun Sep 8 00:53:39 BST 2024
Package: src:oregano
Version: 0.84.41+dfsg.1-1.1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build
dh build --with autoreconf
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./waf configure --debug --prefix=/usr
/<<PKGBUILDDIR>>/waflib/Utils.py:443: SyntaxWarning: invalid escape sequence '\d'
return re.split('\d+$',s)[0]
/<<PKGBUILDDIR>>/waflib/ConfigSet.py:7: SyntaxWarning: invalid escape sequence '\ '
re_imp=re.compile('^(#)*?([^#=]*?)\ =\ (.*?)$',re.M)
/<<PKGBUILDDIR>>/waflib/ansiterm.py:178: SyntaxWarning: invalid escape sequence '\['
ansi_tokens=re.compile('(?:\x1b\[([0-9?;]*)([a-zA-Z])|([^\x1b]+))')
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/./waf", line 164, in <module>
from waflib import Scripting
File "/<<PKGBUILDDIR>>/waflib/Scripting.py", line 7, in <module>
from waflib import Utils,Configure,Logs,Options,ConfigSet,Context,Errors,Build,Node
File "/<<PKGBUILDDIR>>/waflib/Configure.py", line 6, in <module>
from waflib import ConfigSet,Utils,Options,Logs,Context,Build,Errors
File "/<<PKGBUILDDIR>>/waflib/Options.py", line 6, in <module>
from waflib import Logs,Utils,Context,Errors
File "/<<PKGBUILDDIR>>/waflib/Context.py", line 5, in <module>
import os,re,imp,sys
ModuleNotFoundError: No module named 'imp'
make[1]: *** [debian/rules:17: override_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202409/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
More information about the Pkg-electronics-devel
mailing list