Your message dated Fri, 20 May 2022 22:36:43 +0530
with message-id <77y6cr.2e9safjk6e...@onenetbeyond.org>
and subject line Re: [Pkg-javascript-devel] Bug#1011097: webpack fails with
nodejs compiled with OpenSSL 3.0
has caused the Debian Bug report #1011097,
regarding webpack fails with nodejs compiled with OpenSSL 3.0
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.)
--
1011097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011097
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: webpack
Version: 4.43.0-7
Severity: serious
Tags: ftbfs
Control: affects -1 src:macaulay2
https://buildd.debian.org/status/logs.php?pkg=macaulay2&arch=all
...
> build
> webpack
node:internal/crypto/hash:67
this[kHandle] = new _Hash(algorithm, xofLen);
^
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at module.exports (/usr/share/nodejs/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash
(/usr/share/nodejs/webpack/lib/NormalModule.js:417:16)
at handleParseError (/usr/share/nodejs/webpack/lib/NormalModule.js:471:10)
at /usr/share/nodejs/webpack/lib/NormalModule.js:503:5
at /usr/share/nodejs/webpack/lib/NormalModule.js:358:12
at /usr/share/nodejs/loader-runner/lib/LoaderRunner.js:406:3
at iterateNormalLoaders
(/usr/share/nodejs/loader-runner/lib/LoaderRunner.js:232:10)
at Array.<anonymous>
(/usr/share/nodejs/loader-runner/lib/LoaderRunner.js:223:4)
at Storage.finished
(/usr/share/nodejs/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:43:16)
at
/usr/share/nodejs/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:79:9
at /usr/share/nodejs/graceful-fs/graceful-fs.js:123:16
at FSReqCallback.readFileAfterClose [as oncomplete]
(node:internal/fs/read_file_context:68:3) {
opensslErrorStack: [ 'error:03000086:digital envelope
routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
make[4]: *** [Makefile:43: highlightjs/highlight.js] Error 1
Background:
https://nodejs.org/en/blog/release/v17.0.0/
This might be fixed in upstream version 5.54 (untested).
--- End Message ---
--- Begin Message ---
Control: fixed -1 5.58.2+~cs5.11.7-1
On Mon, 16 May 2022 22:29:08 +0200 =?UTF-8?B?SsOpcsOpbXkgTGFs?=
<kapo...@melix.org> wrote:
> webpack 4 is using long time deprecated hash functions (like md4).
> Recent versions of webpack have fixed this.
Webpack 5.65 is uploaded to unstable, closing this bug.
--- End Message ---