Your message dated Tue, 01 Feb 2022 13:04:27 +0000
with message-id <e1nespf-000igh...@fasolo.debian.org>
and subject line Bug#1004540: fixed in node-babel7 7.16.12+~cs214.260.189-2
has caused the Debian Bug report #1004540,
regarding node-graphql build failure with current babel (passed with an older
babel)
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 ow...@bugs.debian.org
immediately.)
--
1004540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: node-babel7
Version: 7.16.10+~cs214.260.188-1
(debian-sid)pravi@mahishi:~/forge/js-team/node-graphql$
dpkg-buildpackage
dpkg-buildpackage: info: source package node-graphql
dpkg-buildpackage: info: source version 15.5.0-1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Pirate Praveen
<prav...@debian.org>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean --buildsystem=nodejs
rm -rf ./node_modules/.cache
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building node-graphql using existing
./node-graphql_15.5.0.orig.tar.gz
dpkg-source: info: building node-graphql in
node-graphql_15.5.0-1.debian.tar.xz
dpkg-source: info: building node-graphql in node-graphql_15.5.0-1.dsc
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/./build
cd ./. && sh -ex debian/nodejs/./build
+ node resources/build-npm.js
/usr/share/nodejs/@babel/core/lib/config/files/plugins.js:139
throw error;
^
Error: Cannot find module './resources/add-extension-to-import-paths'
Require stack:
- /usr/share/nodejs/@babel/core/lib/config/files/plugins.js
- /usr/share/nodejs/@babel/core/lib/config/files/index.js
- /usr/share/nodejs/@babel/core/lib/index.js
- /home/pravi/forge/js-team/node-graphql/resources/build-npm.js
- Did you accidentally pass a preset as a plugin?
at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:815:15)
at resolve (internal/modules/cjs/helpers.js:80:19)
at tryRequireResolve
(/usr/share/nodejs/@babel/core/lib/config/files/plugins.js:157:9)
at resolveStandardizedNameForRequrie
(/usr/share/nodejs/@babel/core/lib/config/files/plugins.js:195:17)
at sync
(/usr/share/nodejs/@babel/core/lib/config/files/plugins.js:229:12)
at sync (/usr/share/nodejs/gensync/index.js:182:19)
at /usr/share/nodejs/gensync/index.js:210:24
at Generator.next (<anonymous>)
at resolvePlugin
(/usr/share/nodejs/@babel/core/lib/config/files/plugins.js:83:17)
at resolvePlugin.next (<anonymous>) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/usr/share/nodejs/@babel/core/lib/config/files/plugins.js',
'/usr/share/nodejs/@babel/core/lib/config/files/index.js',
'/usr/share/nodejs/@babel/core/lib/index.js',
'/home/pravi/forge/js-team/node-graphql/resources/build-npm.js'
]
}
dh_auto_build: error: cd ./. && sh -ex debian/nodejs/./build returned
exit code 1
make: *** [debian/rules:8: binary] Error 1
This same failure is repeated when running sbuild too. node-graphql is
is salsa.
But in a chroot where I had an old version of babel the build passed,
$ apt policy node-babel7
node-babel7:
Installed: 7.12.12+~cs150.141.84-8
Candidate: 7.16.10+~cs214.260.188-1
Version table:
7.16.10+~cs214.260.188-1 500
500 http://deb.debian.org/debian sid/main amd64 Packages
*** 7.12.12+~cs150.141.84-8 100
100 /var/lib/dpkg/status
$ dpkg-buildpackage
dpkg-buildpackage: info: source package node-graphql
dpkg-buildpackage: info: source version 15.5.0-1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Pirate Praveen
<prav...@debian.org>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean --buildsystem=nodejs
rm -rf ./node_modules/.cache
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building node-graphql using existing
./node-graphql_15.5.0.orig.tar.gz
dpkg-source: info: building node-graphql in
node-graphql_15.5.0-1.debian.tar.xz
dpkg-source: info: building node-graphql in node-graphql_15.5.0-1.dsc
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/./build
cd ./. && sh -ex debian/nodejs/./build
+ node resources/build-npm.js
*.js x140 | 660.75 KB
*.js.flow x140 | 624.32 KB
*.mjs x140 | 573.01 KB
*.d.ts x112 | 188.03 KB
README.md | 5.90 KB
LICENSE | 1.05 KB
package.json | 0.55 KB
--------------------------
Total | 2.01 MB
dh_auto_test --buildsystem=nodejs
mkdir -p node_modules
ln -s ../. node_modules/graphql
/usr/bin/node -e require\(\"./.\"\)
internal/modules/cjs/loader.js:303
throw err;
^
Error: Cannot find module
'/home/pravi/forge/js-team/node-graphql/index'. Please verify that the
package.json has a valid "main" entry
at tryPackage (internal/modules/cjs/loader.js:295:19)
at Function.Module._findPath (internal/modules/cjs/loader.js:508:18)
at Function.Module._resolveFilename
(internal/modules/cjs/loader.js:802:27)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:74:18)
at [eval]:1:1
at Script.runInThisContext (vm.js:120:18)
at Object.runInThisContext (vm.js:309:38)
at Object.<anonymous> ([eval]-wrapper:10:26) {
code: 'MODULE_NOT_FOUND',
path: '/home/pravi/forge/js-team/node-graphql/package.json',
requestPath: './.'
}
dh_auto_test: error: /usr/bin/node -e require\(\"./.\"\) returned exit
code 1
make: *** [debian/rules:8: binary] Error 255
Note: Require is failing because the build creates npmDist directory.
--- End Message ---
--- Begin Message ---
Source: node-babel7
Source-Version: 7.16.12+~cs214.260.189-2
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-babel7, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1004...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-babel7 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 01 Feb 2022 13:46:43 +0100
Source: node-babel7
Architecture: source
Version: 7.16.12+~cs214.260.189-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1004540
Changes:
node-babel7 (7.16.12+~cs214.260.189-2) unstable; urgency=medium
.
* Team upload
* Fix load-plugins-from-system-libraries patch (Closes: #1004540)
Checksums-Sha1:
7bbe2799fb93944b5cb41ce45b6b73410fbb2b96 20609
node-babel7_7.16.12+~cs214.260.189-2.dsc
3a26c85844a970fa6d135cd7263561338126f7b7 234384
node-babel7_7.16.12+~cs214.260.189-2.debian.tar.xz
Checksums-Sha256:
64c7435c229215910548f7f0a1497a13fb13abc63e12d66d558a398205541053 20609
node-babel7_7.16.12+~cs214.260.189-2.dsc
70da7b332f4e673e9110f75b25f6f4215bf2da408be2ed2d83340676638ccc3e 234384
node-babel7_7.16.12+~cs214.260.189-2.debian.tar.xz
Files:
fdd3ebb97125fd43040e3c6cee348dfc 20609 javascript optional
node-babel7_7.16.12+~cs214.260.189-2.dsc
4d05f27774e8d31763286c3bd94e8c62 234384 javascript optional
node-babel7_7.16.12+~cs214.260.189-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmH5LT0ACgkQ9tdMp8mZ
7unTVw//beTOD1vcaW1hX1Lw7XoFtMLYxFh/PkH8PWhVJSoEZf6adhWMSKmD13R3
mquPN9y+4szz02egWgdpyi55Xuign3E47o8SytsJAYs7DuACL7hAmeHxOpHGpi6J
+LnoauIM/BtbB4R/t/yZdDsKugoc/aTp9U7LNu/JQgI2OHEUSRkp2vgNWHuCZhGZ
/PwrfXGVAssBGNoKAtmDd1PfaFMQPyODzzoZ32mcrWW6e0YCKm9QKLBkjPfXa3Cf
1xdaVqhMX+PP34u441VIOaBNZi6zfxSlFLy8RhfxTrp+qEFo6/Kl8aGOlhCmTTnw
wp/rqtqfxlqoXnc/9u7u03bhY1owxPzQKgHxK+ztljIVeuIWgJYdtaapDlVrOKkr
J3VfWdXv7vlFBqSD43VZZtN1UQdpST5sPLVclB77A3iHJ/R/Q32FyAAyXQh1xRTE
/3Nq5K5uVftPZbp6/Rbf3oPgP9GJZZnaPq8mASrwACXeAlKNWs5t+EQwgtvlLiVs
Uv6ndhQw5xDqTONm1q+4KJWEHVfLzWJo5eaGw90sY1+XFGgGqRwJyzDI1BOrPwXR
/5i1VonuISBScUh8x6WmdVEXtMC+V8lRB3eC6Ax6qQR6J8JtDdO/mJXcbpOj15Nu
u+7wn5vkQur9bvzzRxsPx+k13ALp0nnXJESwQ2Sj/YkyS8H0fSM=
=7SEj
-----END PGP SIGNATURE-----
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel