Control: tags -1 moreinfo Control: tags -1 unreproducible Control: severity -1 important
Hi Lucas, I can't reproduce the issue at my side. It somehow smells like an issue of some Build-Depends which might have been solved meanwhile. Kind regards Andreas. Am Sat, Jul 16, 2022 at 03:31:35PM +0200 schrieb Lucas Nussbaum: > Source: node-shiny-server > Version: 1.5.17.973-3 > Severity: serious > Justification: FTBFS > Tags: bookworm sid ftbfs > User: lu...@debian.org > Usertags: ftbfs-20220716 ftbfs-bookworm > > Hi, > > During a rebuild of all packages in sid, your package failed to build > on amd64. > > > Relevant part (hopefully): > > make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > > [ 50%] Building CXX object src/CMakeFiles/shiny-server.dir/launcher.cc.o > > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -g -O2 > > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT > > src/CMakeFiles/shiny-server.dir/launcher.cc.o -MF > > CMakeFiles/shiny-server.dir/launcher.cc.o.d -o > > CMakeFiles/shiny-server.dir/launcher.cc.o -c > > /<<PKGBUILDDIR>>/src/launcher.cc > > /<<PKGBUILDDIR>>/src/launcher.cc: In function ‘int main(int, char**)’: > > /<<PKGBUILDDIR>>/src/launcher.cc:38:13: warning: ignoring return value of > > ‘int daemon(int, int)’ declared with attribute ‘warn_unused_result’ > > [-Wunused-result] > > 38 | daemon(1, 0); > > | ~~~~~~^~~~~~ > > [100%] Linking CXX executable ../../bin/shiny-server > > cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E > > cmake_link_script CMakeFiles/shiny-server.dir/link.txt --verbose=1 > > /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > > -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic > > "CMakeFiles/shiny-server.dir/launcher.cc.o" -o ../../bin/shiny-server > > make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > > [100%] Built target shiny-server > > make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > > /usr/bin/cmake -E cmake_progress_start > > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0 > > make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > > node-gyp rebuild > > gyp info it worked if it ends with ok > > gyp info using node-gyp@9.0.0 > > gyp info using node@16.15.1 | linux | x64 > > gyp info find Python using Python version 3.10.5 found at "/usr/bin/python3" > > gyp info spawn /usr/bin/python3 > > gyp info spawn args [ > > gyp info spawn args '/usr/share/nodejs/node-gyp/gyp/gyp_main.py', > > gyp info spawn args 'binding.gyp', > > gyp info spawn args '-f', > > gyp info spawn args 'make', > > gyp info spawn args '-I', > > gyp info spawn args '/<<PKGBUILDDIR>>/build/config.gypi', > > gyp info spawn args '-I', > > gyp info spawn args '/usr/share/nodejs/node-gyp/addon.gypi', > > gyp info spawn args '-I', > > gyp info spawn args '/usr/include/nodejs/common.gypi', > > gyp info spawn args '-Dlibrary=shared_library', > > gyp info spawn args '-Dvisibility=default', > > gyp info spawn args '-Dnode_root_dir=/usr/include/nodejs', > > gyp info spawn args '-Dnode_gyp_dir=/usr/share/nodejs/node-gyp', > > gyp info spawn args > > '-Dnode_lib_file=/usr/include/nodejs/<(target_arch)/node.lib', > > gyp info spawn args '-Dmodule_root_dir=/<<PKGBUILDDIR>>', > > gyp info spawn args '-Dnode_engine=v8', > > gyp info spawn args '--depth=.', > > gyp info spawn args '--no-parallel', > > gyp info spawn args '--generator-output', > > gyp info spawn args 'build', > > gyp info spawn args '-Goutput_dir=.' > > gyp info spawn args ] > > Traceback (most recent call last): > > File "/usr/share/nodejs/node-gyp/gyp/gyp_main.py", line 33, in <module> > > sys.exit(load_entry_point('gyp==0.1', 'console_scripts', 'gyp')()) > > File "/usr/share/nodejs/node-gyp/gyp/gyp_main.py", line 25, in > > importlib_load_entry_point > > return next(matches).load() > > File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in > > load > > module = import_module(match.group('module')) > > File "/usr/lib/python3.10/importlib/__init__.py", line 126, in > > import_module > > return _bootstrap._gcd_import(name[level:], package, level) > > File "<frozen importlib._bootstrap>", line 1050, in _gcd_import > > File "<frozen importlib._bootstrap>", line 1027, in _find_and_load > > File "<frozen importlib._bootstrap>", line 1006, in > > _find_and_load_unlocked > > File "<frozen importlib._bootstrap>", line 688, in _load_unlocked > > File "<frozen importlib._bootstrap_external>", line 883, in exec_module > > File "<frozen importlib._bootstrap>", line 241, in > > _call_with_frames_removed > > File "/usr/lib/python3/dist-packages/gyp/__init__.py", line 10, in > > <module> > > import gyp.input > > File "/usr/lib/python3/dist-packages/gyp/input.py", line 8, in <module> > > import gyp.common > > File "/usr/lib/python3/dist-packages/gyp/common.py", line 14, in <module> > > from six.moves import collections_abc > > ModuleNotFoundError: No module named 'six' > > gyp ERR! configure error > > gyp ERR! stack Error: `gyp` failed with exit code: 1 > > gyp ERR! stack at ChildProcess.onCpExit > > (/usr/share/nodejs/node-gyp/lib/configure.js:265:16) > > gyp ERR! stack at ChildProcess.emit (node:events:527:28) > > gyp ERR! stack at Process.ChildProcess._handle.onexit > > (node:internal/child_process:291:12) > > gyp ERR! System Linux 5.10.0-9-cloud-amd64 > > gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild" > > gyp ERR! cwd /<<PKGBUILDDIR>> > > gyp ERR! node -v v16.15.1 > > gyp ERR! node-gyp -v v9.0.0 > > gyp ERR! not ok > > make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1 > > > The full build log is available from: > http://qa-logs.debian.net/2022/07/16/node-shiny-server_1.5.17.973-3_unstable.log > > All bugs filed during this archive rebuild are listed at: > https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org > or: > https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results > > 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! > > If you reassign this bug to another package, please marking it as > 'affects'-ing > this package. See https://www.debian.org/Bugs/server-control#affects > > If you fail to reproduce this, please provide a build log and diff it with > mine > so that we can identify if something relevant changed in the meantime. > > _______________________________________________ > Debian-med-packaging mailing list > debian-med-packag...@alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging -- http://fam-tille.de