Your message dated Sun, 01 Dec 2019 01:20:05 +0000
with message-id <[email protected]>
and subject line Bug#884306: fixed in three.js 111+dfsg1-1
has caused the Debian Bug report #884306,
regarding provide three.module.js as an es module
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 [email protected]
immediately.)
--
884306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884306
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: three.js
version: 80+dfsg2-1
severity: important
When building gitlab 9.5.4 (currently in alioth git) I get the following
error.
ERROR in ./blob/3d_viewer/index.js
Module not found: Error: Can't resolve 'three/build/three.module' in
'/usr/share/gitlab/app/assets/javascripts/blob/3d_viewer'
@ ./blob/3d_viewer/index.js 5:0-50
@ ./blob/stl_viewer.js
ERROR in ./blob/3d_viewer/mesh_object.js
Module not found: Error: Can't resolve 'three/build/three.module' in
'/usr/share/gitlab/app/assets/javascripts/blob/3d_viewer'
@ ./blob/3d_viewer/mesh_object.js 9:0-78
@ ./blob/3d_viewer/index.js
@ ./blob/stl_viewer.js
Newer version provide a an option to build this file as seen here
https://github.com/mrdoob/three.js/blob/dev/rollup.config.js
output: [
{
format: 'umd',
name: 'THREE',
file: 'build/three.js'
},
{
format: 'es',
file: 'build/three.module.js'
}
]
gitlab wants minimum revision 84 so it would be a good idea to update to
latest upstream release as well.
Since babel and webpack is now in the archive, we could use that
combination to replace rollup.
If you are okay to switch to babel + webpack, I'd be happy to help.
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: three.js
Source-Version: 111+dfsg1-1
We believe that the bug you reported is fixed in the latest version of
three.js, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ximin Luo <[email protected]> (supplier of updated three.js 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 01 Dec 2019 00:49:49 +0000
Source: three.js
Architecture: source
Version: 111+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Ximin Luo <[email protected]>
Closes: 884306 943286 944891
Changes:
three.js (111+dfsg1-1) unstable; urgency=medium
.
* New upstream release. (Closes: #943286, #944891)
* Install ES module file. (Closes: #884306)
Checksums-Sha1:
9024eb9a7f30b7c8ccbeaa212ede170999d3befc 1470 three.js_111+dfsg1-1.dsc
0703414e39f168fc1d95428c0ca0787a4584b6f7 1540972 three.js_111+dfsg1.orig.tar.xz
b1a04e6e0e95ece30db2f51949e00982f7c8a3ec 4780
three.js_111+dfsg1-1.debian.tar.xz
153cacbf24ca60682eca75e6dadacab03d23fa0e 10216
three.js_111+dfsg1-1_source.buildinfo
Checksums-Sha256:
c93d79b57bbcfd4dd3d4301351e1a0725637f559fbdb72cc35ed5038e37ef203 1470
three.js_111+dfsg1-1.dsc
38b27763897f5eef54135e25e28a9d9e422d3daa2dfd8e9c0193e5f1da95f89e 1540972
three.js_111+dfsg1.orig.tar.xz
a7728286cd350fe94c1e5e45833a4c6097652db2c4124942e7141da90043726c 4780
three.js_111+dfsg1-1.debian.tar.xz
32871f2e8c41fa94f7a0d0856e676c8e86d55a020d9b1f10192056ea39ea7ac6 10216
three.js_111+dfsg1-1_source.buildinfo
Files:
62f3698b06823d345b22da2e3d65c604 1470 javascript optional
three.js_111+dfsg1-1.dsc
d14a4270d9b010c8a24e4a2c2f2044dc 1540972 javascript optional
three.js_111+dfsg1.orig.tar.xz
d9adff31a91acbadd377d882e63c755a 4780 javascript optional
three.js_111+dfsg1-1.debian.tar.xz
f741a7293b991536c9969b17bd642615 10216 javascript optional
three.js_111+dfsg1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXeMOPQAKCRDrH8jaRfsp
MHgBAQD7PvDiQWBowCkok27IZk6hTtPN0upVaF7pOmHzC1h1xQD8CAoHapyha3ut
WUI+/Suquy1jTfmN4NEbjoE0ot/URgA=
=FA12
-----END PGP SIGNATURE-----
--- End Message ---