Your message dated Tue, 12 Apr 2022 20:22:29 +0000
with message-id <e1nen1x-0005zr...@fasolo.debian.org>
and subject line Bug#1009442: fixed in mozjs78 78.15.0-5
has caused the Debian Bug report #1009442,
regarding mozjs78: FTBFS with python3.10 as default: module 'collections' has 
no attribute 'Sequence'
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.)


-- 
1009442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009442
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mozjs78
Version: 78.15.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p /<<PKGBUILDDIR>>/debian/build
> cd /<<PKGBUILDDIR>>/debian/build; \
> if env \
>       CC=x86_64-linux-gnu-gcc \
>       CXX=x86_64-linux-gnu-g++ \
>       RUST_HOST=x86_64-unknown-linux-gnu \
>       RUST_TARGET=x86_64-unknown-linux-gnu \
> /bin/sh /<<PKGBUILDDIR>>/js/src/configure \
>       --host=x86_64-linux-gnu \
>       --target=x86_64-linux-gnu \
>       --prefix=/usr \
>       --libdir=/usr/lib/x86_64-linux-gnu/ \
>       --with-system-zlib \
>       --disable-strip \
>       --with-intl-api \
>       --enable-readline \
>       --disable-jemalloc \
>       --with-system-icu \
> ; then \
>       echo Configure successful; \
> else \
>       echo Configure failed with status $?; \
>       tail -v -n +0 config.log; \
>       exit 1; \
> fi
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/js/src/../../configure.py", line 25, in <module>
>     from mozbuild.configure import (
>   File "/<<PKGBUILDDIR>>/python/mozbuild/mozbuild/configure/__init__.py", 
> line 33, in <module>
>     from mozbuild.util import (
>   File "/<<PKGBUILDDIR>>/python/mozbuild/mozbuild/util.py", line 760, in 
> <module>
>     class HierarchicalStringList(object):
>   File "/<<PKGBUILDDIR>>/python/mozbuild/mozbuild/util.py", line 785, in 
> HierarchicalStringList
>     class StringListAdaptor(collections.Sequence):
> AttributeError: module 'collections' has no attribute 'Sequence'
> Configure failed with status 1
> tail: cannot open 'config.log' for reading: No such file or directory
> make[1]: *** [debian/rules:128: override_dh_auto_configure] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/04/12/mozjs78_78.15.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&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.

--- End Message ---
--- Begin Message ---
Source: mozjs78
Source-Version: 78.15.0-5
Done: Jeremy Bicha <jbi...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
mozjs78, 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 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bicha <jbi...@ubuntu.com> (supplier of updated mozjs78 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, 12 Apr 2022 16:05:50 -0400
Source: mozjs78
Built-For-Profiles: noudeb
Architecture: source
Version: 78.15.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bicha <jbi...@ubuntu.com>
Closes: 1009442
Changes:
 mozjs78 (78.15.0-5) unstable; urgency=medium
 .
   [ Steve Langasek ]
   * Disable LTO, which gets confused trying to import the ICU dat file
   * Invoke the js binary from the dist directory, not the source directory,
     in debian/test.sh because for some reason the latter is not marked
     executable
 .
   [ Jeremy Bicha ]
   * Release to unstable (Closes: #1009442)
 .
 mozjs78 (78.15.0-4) experimental; urgency=medium
 .
   * Team upload
   * Don't rebuild ICU data from first principles every time.
     The version of its build system that went upstream in Mozilla
     generates the data file when a new version is imported, and just
     converts it from little-endian to big-endian during build if
     necessary. Doing this resolves two FTBFS issues:
     - regenerating the data file on a big-endian system breaks
       build system assumptions in this area, so not doing that fixes
       s390x and others;
     - some parts of the vendored ICU library that are needed by
       icu_sources_data.py, but not needed by a normal build, don't
       link libatomic often enough for armel, so not doing that fixes
       armel
   * Remove downstream patches for icu_sources_data.py, since we no
     longer run it.
 .
 mozjs78 (78.15.0-3) experimental; urgency=medium
 .
   * Team upload
 .
   [ Matthias Klose ]
   * d/p/python3.10.diff:
     Fix build with Python 3.10 as default
 .
   [ Simon McVittie ]
   * d/rules, d/control: Disable system ICU library.
     This gets mozjs78 out of the way of a planned transition from ICU 67
     to either 70 or 71.
   * d/patches/series: Don't apply system-ICU patches for this build
   * d/p/Bug-1642176-Make-intl-icu_sources_data.py-itself-Python-3.patch,
     d/p/Bug-1645779-Make-icu_sources_data.py-Python-3-compliant.patch:
     Add patches to make vendored ICU Python-3-compatible.
     Taken from upstream, already in version 91.
   * d/p/Bug-1650299-Unify-the-inclusion-of-the-ICU-data-file.-r-f.patch,
     d/p/Bug-1264836-Automatically-convert-the-little-endian-ICU-d.patch:
     Add patches to fix vendored ICU for big-endian.
     Taken from firefox-esr, already applied upstream in version 91.
   * d/p/vendored-ICU/:
     Move downstream patches that only affect vendored ICU into a
     subdirectory
   * d/p/Bug-1526653-Include-struct-definitions-for-user_vfp-and-u.patch:
     Add patch from firefox-esr to fix WASM on armhf
   * d/p/Don-t-build-ICU-in-parallel.patch:
     Add patch from firefox-esr to not always build ICU in parallel
   * d/p/Skip-a-test-for-backward-compatible-time-zone-aliases.patch:
     Skip one test even when not using system ICU.
     This turns out to fail with the vendored ICU as well.
   * Move patches for system ICU (not currently applied) into a subdirectory
Checksums-Sha1:
 d59be9b661c587c0916aa61de565d3ae305394b2 2319 mozjs78_78.15.0-5.dsc
 26043e543106ee7f006f0cf0202e524fa0c74898 64252 mozjs78_78.15.0-5.debian.tar.xz
 ec208e8b3a41667cab2aca51cc7a37a312952d73 9763 
mozjs78_78.15.0-5_source.buildinfo
Checksums-Sha256:
 eb1c1569edccdb92f9c0f9ebc7cad06df919eb14d65723615c7979a9f7d7beb4 2319 
mozjs78_78.15.0-5.dsc
 e73cc7343c28569a2e68259557fb29dff0aae2065fcc0883dde1f073f8cdff5a 64252 
mozjs78_78.15.0-5.debian.tar.xz
 af11869e79d4e1470c005055f7a16dc610b215c95b76b65e38a28c0043040f53 9763 
mozjs78_78.15.0-5_source.buildinfo
Files:
 d5181c3c968ab64d5a198087aa50063a 2319 libs optional mozjs78_78.15.0-5.dsc
 350be1c78b3e3e5f4fbc72e1ed6794ad 64252 libs optional 
mozjs78_78.15.0-5.debian.tar.xz
 62dfe460d43f508288c0b2324c2ef667 9763 libs optional 
mozjs78_78.15.0-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmJV2/YACgkQ5mx3Wuv+
bH0wyw/9HLyitYhHaBOtFc8AmOBM7FUoRNCsv0LgvbDqru+hNuswpc978W6JPQVU
GfyGrO2uOEEibd5U/lGnjrZfX9MS6wFGA6Ri0lYUH4N6lXE64MjdaaXH2qZFQiiB
5E+UYlEH17qsSOb8uecYAVjF1TjAMWnSxFvLuz19KkoTqSgR7vwk7huj0nRXtRaJ
5PNCiNOCLU7lLhIm5ySZpfJS4JVH+X5/h3jCBEzsuCLtFEBahMts9WtILRShpzhi
7RacAaWIOMZAiisUlp2N1c/6G7PeWNxp520/TzK9HXHj4ru9mjOU8q49YkmzCVWO
O4p9x7W9cw0Hb6IzXXkma+wN4sgX9sfTyjTOqsn0sbpvBrpzbawHRXDhlleCY0D+
yBWXSdQKDA+TRnQiZe6fuVYCdg8+9pArL8J4qwzGQ7UAfFW/Ur5kIZZCaySoazLR
npXn3SNu8q4JCpp1lKYql3LGQmnvuYAogy+wUxNBhVV6++RuviL8orPjVTx4CLpB
HzU+krgUyi2Tac0PMmgA3Gki2gjkihS4WcghLk+ewMknj26qrGsWxkoU2PC0uQBz
6qEFXstg+3fZVOTFGQxWI7Ah2WhEB7TAfw4NJfRa3Ust1B9n55DLirSpYlfp6HIC
Ex3TtUgTtjPusXKVRrTku3FDvJSJUPoAmDGSN4Zbv8p73fopHIU=
=GRVb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to