Your message dated Mon, 27 Jul 2015 23:21:18 +0000
with message-id <e1zjrhu-0003rc...@franck.debian.org>
and subject line Bug#777908: fixed in icedove 38.0.1-1
has caused the Debian Bug report #777908,
regarding icedove: ftbfs with GCC-5
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.)
--
777908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777908
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:icedove
Version: 31.4.0-2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/icedove_31.4.0-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp:1410:16: error:
converting to 'bool' from 'std::nullptr_t' requires direct-initialization
[-fpermissive]
return nullptr;
^
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp: In static member
function 'static bool js::TypedObject::constructUnsized(JSContext*, unsigned
int, JS::Value*)':
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp:2469:20: error:
converting to 'bool' from 'std::nullptr_t' requires direct-initialization
[-fpermissive]
return nullptr;
^
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp: In instantiation of
'bool DefineSimpleTypeDescr(JSContext*, JS::Handle<js::GlobalObject*>,
JS::HandleObject, typename T::Type, js::HandlePropertyName) [with T =
js::ScalarTypeDescr; JS::HandleObject = JS::Handle<JSObject*>; typename T::Type
= js::ScalarTypeDescr::Type; js::HandlePropertyName =
JS::Handle<js::PropertyName*>]':
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp:1362:5: required from
here
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp:1256:16: error:
converting to 'bool' from 'std::nullptr_t' requires direct-initialization
[-fpermissive]
return nullptr;
^
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp: In instantiation of
'bool DefineSimpleTypeDescr(JSContext*, JS::Handle<js::GlobalObject*>,
JS::HandleObject, typename T::Type, js::HandlePropertyName) [with T =
js::ReferenceTypeDescr; JS::HandleObject = JS::Handle<JSObject*>; typename
T::Type = js::ReferenceTypeDescr::Type; js::HandlePropertyName =
JS::Handle<js::PropertyName*>]':
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp:1369:5: required from
here
/«PKGBUILDDIR»/mozilla/js/src/builtin/TypedObject.cpp:1256:16: error:
converting to 'bool' from 'std::nullptr_t' requires direct-initialization
[-fpermissive]
make[6]: *** [TypedObject.o] Error 1
make[6]: *** Waiting for unfinished jobs....
/«PKGBUILDDIR»/mozilla/config/rules.mk:1001: recipe for target
'TypedObject.o' failed
/«PKGBUILDDIR»/mozilla/js/src/frontend/BytecodeCompiler.cpp: In function
'bool CompileFunctionBody(JSContext*, JS::MutableHandleFunction, const
JS::ReadOnlyCompileOptions&, const js::AutoNameVector&,
JS::SourceBufferHolder&, js::GeneratorKind)':
/«PKGBUILDDIR»/mozilla/js/src/frontend/BytecodeCompiler.cpp:547:16: error:
converting to 'bool' from 'std::nullptr_t' requires direct-initialization
[-fpermissive]
return nullptr;
^
make[6]: *** [BytecodeCompiler.o] Error 1
/«PKGBUILDDIR»/mozilla/config/rules.mk:1001: recipe for target
'BytecodeCompiler.o' failed
/«PKGBUILDDIR»/mozilla/js/src/frontend/BytecodeEmitter.cpp: In function 'bool
js::frontend::EmitFunctionScript(js::ExclusiveContext*,
js::frontend::BytecodeEmitter*, js::frontend::ParseNode*)':
/«PKGBUILDDIR»/mozilla/js/src/frontend/BytecodeEmitter.cpp:1076:39: warning:
'sc.js::ScopeCoordinate::slot_' may be used uninitialized in this function
[-Wmaybe-uninitialized]
SET_SCOPECOORD_SLOT(pc, sc.slot());
^
/«PKGBUILDDIR»/mozilla/js/src/frontend/BytecodeEmitter.cpp:2857:29: note:
'sc.js::ScopeCoordinate::slot_' was declared here
ScopeCoordinate sc;
^
make[6]: Leaving directory '/«PKGBUILDDIR»/obj-icedove/mozilla/js/src'
make[5]: *** [libs] Error 2
/«PKGBUILDDIR»/mozilla/config/recurse.mk:153: recipe for target 'libs' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/obj-icedove/mozilla'
make[4]: *** [default] Error 2
/«PKGBUILDDIR»/mozilla/config/rules.mk:592: recipe for target 'default' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-icedove/mozilla'
make[3]: *** [default] Error 2
Makefile:52: recipe for target 'default' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/obj-icedove'
make[2]: *** [build] Error 2
client.mk:391: recipe for target 'build' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:77: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:38: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: icedove
Source-Version: 38.0.1-1
We believe that the bug you reported is fixed in the latest version of
icedove, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Goehre <ch...@sigxcpu.org> (supplier of updated icedove 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: Mon, 27 Jul 2015 17:46:40 -0400
Source: icedove
Binary: icedove icedove-dev icedove-dbg iceowl-extension
calendar-google-provider
Architecture: source all amd64
Version: 38.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Goehre <ch...@sigxcpu.org>
Changed-By: Christoph Goehre <ch...@sigxcpu.org>
Description:
calendar-google-provider - Google Calendar support for lightning- and
iceowl-extension
icedove - mail/news client with RSS and integrated spam filter support
icedove-dbg - Debug Symbols for Icedove
icedove-dev - Development files for Icedove
iceowl-extension - Calendar Extension for Thunderbird/Icedove
Closes: 358680 472601 634316 691176 751786 761245 762190 770180 772933 773876
774790 777908 780404 780595 782686
Changes:
icedove (38.0.1-1) unstable; urgency=medium
.
[ Carsten Schoenert ]
* [5acef6a] debian/gbp.conf: adopt new upstream branch
* [6f88792] Imported Upstream version 38.0.1 (Closes: #358680, #472601,
#634316, #691176, #751786, #777908)
* [18bba9d] debian/gbp.conf: respect new git-buildpackage behaviour
* [26bbdac] rebuild patch queue from patch-queue branch
added patches:
- debian-hacks/changing-the-default-search-engine.patch (Closes: #780595)
- fixes/Bug-1168231-Fixup-to-keep-file-type.patch
- fixes/Bug-1168231-Normalize-file-mode-in-jars.patch
- reproducible/Bug-1166243-Remove-build-function-from-js-and-xpc-sh.patch
- reproducible/Bug-1168316-Remove-build-machine-name-from-about-bui.patc
deleted patches:
- debian-hacks/remove-timestamps-from-c_cpp-macros-for-reproducibil.patch
* [71938b9] debian/rules: setting MOZ_BUILD_DATE explicitly
* [e50d708] debian/copyright: more minor updates to the copyright file
* [b232895] debian/rules: adding switch for no icedove-dbg build
* [bcc15aa] debian/control: icedove is now recommending iceowl-extension
* [564a19e] adding release related information
* [2ec0053] debian/vendor.js: adjusting WhatNew link to more dedicated URL
.
[ Christoph Goehre ]
* [a9c25b6] lintian: fix spelling error in debian/README.Debian
* [2cc2c07] debian/rules: fix icedove-dbg build switch
.
icedove (38.0~b5-1) experimental; urgency=medium
.
[ Carsten Schoenert ]
* [7e3cab4] Imported Upstream version 38.0~b5
* [3edbafc] Revert "debian/control: remove build-dep on libnotify-dev"
* [5e69bab] debian/control: increase b-d versions
* [6e6ae36] rebuild patch queue from patch-queue branch
added patches:
- debian-hacks/remove-timestamps-from-c_cpp-macros-for-reproducibil.patch
obsolete patches (fixed in Debian):
- adopting-SQLITE3-version.patch
* [ac7b760] mozconfig.default: adding some explicit configure options
* [81fd6e6] complete rewrite of copyright information
* [327dd45] switching to libgstreamer1.0*
.
[ Christoph Goehre ]
* [9877ea3] lintian: add override for libpng
.
icedove (38.0~b2-1) experimental; urgency=medium
.
[ Carsten Schoenert ]
* [b08d966] debian/source.filter: modifying file list to ignore
* [88fd018] Imported Upstream version 38.0~b2
* [e9da8f8] icedove branding: adopt upstream changes
* [3610daa] debian/control: increase b-d versions
* [950fae7] rebuild patch queue from patch-queue branch
modified patches:
- system-libs/Allow-to-build-against-system-libffi.patch
- porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch
obsolete patches (fixed upstream):
- porting/Reintroduce-pixman-code-path-removed-in-bug-1097776-.patch
* [1820d7c] debian/control: adding xul-ext-compactheader to Breaks field
.
[ Dominik George ]
* [4181126] debian/control: Upgrade Breaks relation to enigmail
(Closes: #782686)
.
icedove (36.0~b1-2) experimental; urgency=medium
.
* [26c0027] rebuild patch queue from patch-queue branch
added patches:
- porting/Reintroduce-pixman-code-path-removed-in-bug-1097776-.patch
- porting/Remove-duplicate-SkDiscardableMemory_none.cpp-from-g.patch
- porting/ppc-fix-divide-page-size-in-jemalloc.patch (Closes: #780404)
.
icedove (36.0~b1-1) experimental; urgency=medium
.
[ Carsten Schoenert ]
* [68112a3] Imported Upstream version 36.0~b1
* [3120361] rebuild patch queue from patch-queue branch
obsolete patches (fixed upstream):
- debian-hacks/fixing-various-FTBFS-due-different-datatype-char-beh.patch
- porting-arm/FTBFS-armhf-fixing-ARM-CPU-detection.patch
modified patches:
- debian-hacks/Strip-version-number.patch
- p-kfree-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch
- p-kfree-hurd/correcting-file-inclusion-for-kfreebsd.patch
- p-kfree-hurd/ipc-chromium-fix-if-define-for-kFreeBSD-and-Hurd.patch
* [ee185a2] d/icedove.install: mozilla-xremote-client was removed
* [64adc44] debian/source.filter: modifying file list to ignore
* [dbdd152] debian/control: increase package versions
* [fb3307c] lintian: adding one more source override
* [2a07495] lintian: adding new override for the icedove package
* [38c21ad] debian/README.Debian: adding note around HTTPS Everythere
(Closes: #774790)
.
[ Christoph Goehre ]
* [3dce89c] debian/icedove.desktop: correct StartupWMClass to 'Icedove'
(Closes: #773876)
* [deb3f58] debian/icedove.desktop: add MimeType text/calendar
(Closes: #762190)
* [4dd96fe] rebuild patch queue from patch-queue branch
added patches:
- p-kfree-hurd/FTBFS-hurd-adding-the-HURD-platform-to-the-configure.patch
- p-powerpcspe/FTBFS-powerpcspe-disable-AltiVec-instructions.patch
(Closes: #772933)
modified patches:
- p-kfree-hurd/FTBFS-hurd-adding-GNU-Hurd-to-the-list-of-OS-systems.patch
- p-kfree-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch
- p-kfree-hurd/LDAP-support-building-on-GNU-kFreeBSD-and-GNU-Hurd.patch
- p-kfree-hurd/ipc-chromium-fix-if-define-for-kFreeBSD-and-Hurd.patch
* [373ed05] add missing epoch in libnss3-dev build depends
.
icedove (34.0~b1-2) experimental; urgency=low
.
[ Carsten Schoenert ]
* [7a4edc4] rebuild patch queue from patch-queue branch
added patches:
- debian-hacks/fixing-various-FTBFS-due-different-datatype-char-beh.patch
- porting-arm/FTBFS-armhf-fixing-ARM-CPU-detection.patch
.
icedove (34.0~b1-1) experimental; urgency=low
.
[ Carsten Schoenert ]
* [1be8ab1] debian/source.filter: more files to ignore
* [66e6488] debian/README.source: adjust description for beta versions
* [e63d375] Imported Upstream version 34.0~b1 (Closes: #770180)
* [1cb54d2] rebuild patch queue from patch-queue branch
obsolete patches (fixed upstream):
- porting-armel/disable-some-libopus-feature-for-ARCH-ARMv6.patch
* [ad29bb1] debian/rules: be more flexible on *.xpi files
* [b055e78] debian/NEWS: fixing default SSL/TLS behavior description
* [d64a847] debian/NEWS: adding notes around new security changes
.
icedove (33.0~b1-1) experimental; urgency=low
.
[ Carsten Schoenert ]
* [5029c8b] debian/source.filter: more files to ignore
* [d4b03d9] README.source: let's use xz while creating the orig.tar.xz
* [ebd442f] debian/gbp.conf: some instructions for git-dch
* [cc594ea] Imported Upstream version 33.0~b1
* [23b57cf] rebuild patch queue from patch-queue branch
added patches:
- debian-hacks/fix-identification-of-ObjdirMismatchException.patch
- debian-hacks/pass-OS_LDFLAGS-to-all-ldap-libraries.patch
modified patches:
- debian-hacks/Strip-version-number.patch
- icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch
- porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch
- obsolete patches (fixed upstream):
- fixes/Include-cstdlib-in-gfx-angle-src-compiler-Types.h-fo.patch
- porting-alpha/fix-FTBFS-on-alpha.patch
* [a5a2a1b] adding additional config options for hppa and ppc64
Both platforms failing on running xpcshell.
.
[ Christoph Goehre ]
* [5a0ba43] linitan: bump up standards version to 3.9.6
* [aaca6a7] debian/NEWS: adding note around increased default TLS version 1.2
(Closes: #761245)
.
icedove (32.0~b1-1) experimental; urgency=low
.
[ Christoph Goehre ]
* [65ad797] icedove.postinst: remove obsolete symlink handling
.
[ Carsten Schoenert ]
* [baef95a] debian/gbp.conf: adopting experimental branch
* [8384eee] Imported Upstream version 32.0~b1
* [75145f3] rebuild patch queue from patch-queue branch
modified patches:
- icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch
- debian-hacks/remove-non-free-W3C-icon-valid.png.patch
obsolete patches (fixed upstream):
- porting-armel/fix-skia-for-ARMv4.patch
.
[ Christoph Goehre ]
* [51c3cee] cleanup branding patch
Checksums-Sha1:
61531db759bf2fe946312adf5ebec84f3f05050f 2934 icedove_38.0.1-1.dsc
cf8f0662edf2a157ba8d1fa277ffff1d1d972f56 167518052 icedove_38.0.1.orig.tar.xz
3629b628a038c1c7b6a658f3beeec7afee37ef6d 404224 icedove_38.0.1-1.debian.tar.xz
302a317d88b1aba3fd4e2cae777de318fec0f152 122094
calendar-google-provider_38.0.1-1_all.deb
a970bfe94d9403bd4abb0bbbbd2f547bdc717d69 154839638
icedove-dbg_38.0.1-1_amd64.deb
bb32f2f75ad5ebc1e8d69cf36ddfe2926e7e2943 5668688 icedove-dev_38.0.1-1_amd64.deb
c082212a2053259f176f81ce4ed42f43a23fc945 29786904 icedove_38.0.1-1_amd64.deb
044821a44ff637e2e17ee79a6de75ba37a2babb8 1577648
iceowl-extension_38.0.1-1_amd64.deb
Checksums-Sha256:
af8e6b3a3ba85cb17fd836a257912312a4275ccfff2dea24744c2a5a5f574bbe 2934
icedove_38.0.1-1.dsc
421e5bf939bb093942c0d2df88474b2d06a435c80334a433606b0f2964d2e8c5 167518052
icedove_38.0.1.orig.tar.xz
e67ef166b2187ea1b2d1797124b4e53dc03c6d391a69261dd590efc633e87c14 404224
icedove_38.0.1-1.debian.tar.xz
a87933966dd9f3fb810a085d077eaa4542aeef12849a083bf7e3f4b6542666c7 122094
calendar-google-provider_38.0.1-1_all.deb
253ddf11f46366ea8561c916876c2c5a6b06d0e7422797cdc77dcbdc3d43aadb 154839638
icedove-dbg_38.0.1-1_amd64.deb
a574c5a6983ace3d822c1e5a5f46cafbf679800fe9b8b19067028cffc6a7f8d3 5668688
icedove-dev_38.0.1-1_amd64.deb
87ddd6a48a3e43bff5f2cf381d426b57870985cc9c8a52756d0a834cd93376ae 29786904
icedove_38.0.1-1_amd64.deb
1c372855a04db06f2ed31ba79a3c347b37754d43837ca503e62c292cfbec8e6e 1577648
iceowl-extension_38.0.1-1_amd64.deb
Files:
d86d615936c78210100ab6fd5d3be829 2934 mail optional icedove_38.0.1-1.dsc
52d776561251332f8fcb6ddb80fd1d63 167518052 mail optional
icedove_38.0.1.orig.tar.xz
1c858535e26469419972076eb732e99c 404224 mail optional
icedove_38.0.1-1.debian.tar.xz
d4f70a01736a6edab4f4a5b275503e46 122094 mail optional
calendar-google-provider_38.0.1-1_all.deb
9b558bd1a7467dedb0c1e3f7daed9047 154839638 debug extra
icedove-dbg_38.0.1-1_amd64.deb
7c996484190a8bca7b659033e381be75 5668688 mail optional
icedove-dev_38.0.1-1_amd64.deb
d1434b3fd1c3ee447bcd67687812deed 29786904 mail optional
icedove_38.0.1-1_amd64.deb
e10ed97e4993b50e62df5b6090a06d9d 1577648 mail optional
iceowl-extension_38.0.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVtrjQAAoJECbjyHWnRCDvvA0QAIwwiqv1G+NMZLzm2QR5JG2d
2ElzDKDHT708H15Tq3QIN05XoKvdPf3qwSpL0p7A9cKFjzPCjWG4nCLUrt6PiN6+
l7yx8tnK2ISnNmAF/Yq3CP7/LSp00+xbGXfPC4TibHiyqQQoufKJ5S5XQgkBMdvm
LRYQC15TEOh2jg97rmEHT6mY6JEAowszqxQxjd9QR9pZW1KE5OwVjaGQMLUdO02A
nMvVFmZjaAP0oqRGoO9pDW7G/q5QLaW78fpMjCRDUzmoGm0xLcPZYvEHBZB49bix
c2JemZ3Bf2Uo8zkgluKmwTN2mGBbg3jeF3XDyvPNPid+5/2SYKco8kD9TP3tkjFG
5jRix5Ff7U1FUpLetnja7YQCWVjjAh81TsdircChmmhJdI6k/kAusF42ch87WLv8
VGXsopLz26mFcpQysPKlXg/2hknjWvG3VsYQZfnZ/qGmXXdW44mR8zASxagrdKSs
P7+p7lKnADdpjvsX/pZW+ZNYM+5JypNNYp3uACYRm5TY8pPWWn0Mn+xKs9vyXQ7l
CdIUmbwH19UyANDHhMuoVaLn2N7LefUVx1BHffxAXzSEShEKJ7knhdiTvW+V8/T2
o8J0l+5zeZbi6ySfOH3uV5nXfOhjL5s0HKnFwGb5qX86O2tRSPcI/54K/7XGcb2f
gecjptS2yp6B+Gk/c16M
=dl9t
-----END PGP SIGNATURE-----
--- End Message ---