Your message dated Tue, 20 Aug 2019 07:40:45 +0000
with message-id <e1hzyl3-0002ln...@fasolo.debian.org>
and subject line Bug#925680: fixed in firefox 68.0.2-3
has caused the Debian Bug report #925680,
regarding firefox: ftbfs with GCC-9
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.)


-- 
925680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:firefox
Version: 66.0.1-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/firefox_66.0.1-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa
checking MOZ_ALSA_LIBS... -lasound
checking for libpulse... yes
checking MOZ_PULSEAUDIO_CFLAGS... -D_REENTRANT
checking MOZ_PULSEAUDIO_LIBS... -lpulse
checking for cbindgen... /usr/bin/cbindgen
checking cbindgen version... 0.8.0
checking for rustfmt... not found
checking for llvm-config... /usr/bin/llvm-config
checking bindgen cflags... -x c++ -std=gnu++14 -fno-sized-deallocation 
-DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 
-DOS_LINUX=1 -m64
checking for rustc... /usr/bin/rustc
checking for cargo... /usr/bin/cargo
checking rustc version... 1.32.0
checking cargo version... 1.32.0
checking for rustdoc... /usr/bin/rustdoc
checking for libffi > 3.0.9... yes
checking MOZ_FFI_CFLAGS... 
checking MOZ_FFI_LIBS... -lffi
checking for nodejs... /usr/bin/nodejs (10.15.2)
checking for gtk+-wayland-3.0 >= 3.10 xkbcommon >= 0.4.1... yes
checking MOZ_WAYLAND_CFLAGS... -pthread -I/usr/include/gtk-3.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking MOZ_WAYLAND_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 
-latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lxkbcommon
checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes
checking MOZ_PANGO_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16
checking MOZ_PANGO_LIBS... -lpangoft2-1.0 -lfontconfig -lfreetype 
-lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo
checking for fontconfig >= 2.7.0... yes
checking _FONTCONFIG_CFLAGS... -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16
checking _FONTCONFIG_LIBS... -lfontconfig -lfreetype
checking for freetype2 >= 6.1.0... yes
checking _FT2_CFLAGS... -I/usr/include/freetype2 -I/usr/include/libpng16
checking _FT2_LIBS... -lfreetype
checking for tar... /bin/tar
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for gn... not found
checking for the Mozilla API key... yes
checking for the Google Location Service API key... yes
checking for the Google Safebrowsing API key... yes
checking for the Bing API key... no
checking for the Adjust SDK key... no
checking for the Leanplum SDK key... no
checking for the Pocket API key... no
checking for vpx >= 1.7.0... yes
checking MOZ_LIBVPX_CFLAGS... 
checking MOZ_LIBVPX_LIBS... -lvpx -lm
checking for vpx/vpx_decoder.h... yes
checking for vpx_codec_dec_init_ver... 
DEBUG: Creating `/tmp/conftest.LtkCkw.c` with content:
DEBUG: | /* Override any gcc2 internal prototype to avoid an error.  */
DEBUG: | /* We use char because int might match the return type of a gcc2
DEBUG: |     builtin and then its argument prototype would still apply.  */
DEBUG: | char vpx_codec_dec_init_ver();
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | vpx_codec_dec_init_ver();
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `/usr/bin/gcc -std=gnu99 -lvpx -lm /tmp/conftest.LtkCkw.c`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | /usr/bin/ld: /tmp/ccLovswS.o: in function `main':
DEBUG: | conftest.LtkCkw.c:(.text+0xa): undefined reference to 
`vpx_codec_dec_init_ver'
DEBUG: | collect2: error: ld returned 1 exit status
ERROR: --with-system-libvpx requested but symbol vpx_codec_dec_init_ver not 
found
make[1]: *** [debian/rules:222: stamps/configure-browser] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:343: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: firefox
Source-Version: 68.0.2-3

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

Debian distribution maintenance software
pp.
Mike Hommey <gland...@debian.org> (supplier of updated firefox 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: SHA256

Format: 1.8
Date: Sun, 18 Aug 2019 20:47:26 +0900
Source: firefox
Architecture: source
Version: 68.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of Mozilla-related packages 
<team+pkg-mozi...@tracker.debian.org>
Changed-By: Mike Hommey <gland...@debian.org>
Closes: 925680
Changes:
 firefox (68.0.2-3) unstable; urgency=medium
 .
   * debian/control.in: Take source package name from preprocessing.
 .
   * build/moz.configure/old.configure: Avoid race condition creating
     old-configure. bz#1574761.
   * dom/media/systemservices/CamerasChild.cpp,
     dom/media/systemservices/CamerasParent.cpp,
     dom/media/systemservices/VideoEngine.cpp,
     dom/media/webrtc/MediaEngineRemoteVideoSource.cpp: Don't use
     __PRETTY_FUNCTION__ or __FUNCTION__ as format strings. bz#1531309.
     Closes: #925680.
Checksums-Sha1:
 fece5815c9d3bb5428952f964c3b1ff600d6908a 34548 firefox_68.0.2-3.dsc
 8028116f9464d4beb31d0ef5679995352443401c 173688 firefox_68.0.2-3.debian.tar.xz
 9693ec27b2dea442449135a1634f0da3a9f105b5 18796 
firefox_68.0.2-3_source.buildinfo
Checksums-Sha256:
 1e70a8ddd715abb5e87151da5c8679b97a63108e2bb2f6011c40f5936ae24f7b 34548 
firefox_68.0.2-3.dsc
 799850ce28f0f089fae835b2c88b3e956f0dfc8f676632161208c240dac6567b 173688 
firefox_68.0.2-3.debian.tar.xz
 6395b1191281ca092f79d901ba5be159acfad43491c16825ed6317896f5272a6 18796 
firefox_68.0.2-3_source.buildinfo
Files:
 e10370d113f25438dc518b3d55fd778f 34548 web optional firefox_68.0.2-3.dsc
 4c9bfcf09165076174e7e3bb45b40d14 173688 web optional 
firefox_68.0.2-3.debian.tar.xz
 d93b97423846ad1cbfec9a5321b22dc0 18796 web optional 
firefox_68.0.2-3_source.buildinfo

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

iQIzBAEBCAAdFiEEGC4WHREwufzNfbFn5CqgT6aqjHIFAl1ZO7gACgkQ5CqgT6aq
jHLQJQ//dZsoN74PQKR/YttECU2lAomyAQ88k1SlrOZWo+BpulGKPwikPtSFInYV
1U+yHgYfHVwFR88h6tyCKcLJRV/vq6HoMNzsO8QyW52AnHBjXRsWBNyRZZp9UuT4
YnfuudVJhiZq27pLnm2boJLD10zX6gADjrb+RSCZcqpzgGF+rpQincq9rYyHm5CA
s7UAM2c24YF+XhYvGYimW8SfnfnJiG2dCF13QNi++bvj3ts1PiRSXdlSJE5BwBfk
bzzVn+1OJ40rUPqNViTA2s1ZTDcC0qNb4CIZid5/Aneilw4TrGv7JFn/IR85SwMZ
5Jh5IDJ5WB2yhIuRkSnaAjufH7MPXwrpvKJlVk6LHZQT4frkAqskyjeLFpqJXQT5
7cmi/1TakF6IVyRRApe8JCybfxPSf594cZu/qwXhBIwZ2BtcHTiErDfW7kL7C1HC
WFu2YTlsz53MWR4VLS9sqt9nRHm8MYxe4/UihLKojUlVyIwczmjLzaYgH/fveDNd
gGQ8t7Ji/mw1vDvEVFG3QzlYmXKTb1BbwFyVo0LhPGnlvRYtXqw+9dLaEvgFWGGs
YWieK0dNFgYLb6+RjA/en1CvUpuxeK2NHWatM99yB0Pu08T9nhhy0r35V//8LfJ4
UHwQx6KPUfMvNANg6hexbM37YfJLCh+XJgOzX5Nv0PM//7mKJGI=
=3qII
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to