Your message dated Wed, 12 Oct 2016 17:42:51 +0000
with message-id <e1bunyj-00008q...@franck.debian.org>
and subject line Bug#839308: fixed in libgee-0.8 0.18.1-1
has caused the Debian Bug report #839308,
regarding libgee-0.8: FTBFS: lightmapfuture.vala:44.2-44.23: error: overriding 
method `Gee.LightMapFuture.wait_until' is incompatible with base method 
`Gee.Future.wait_until': incompatible type of parameter 2.
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.)


-- 
839308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839308
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgee-0.8
Version: 0.18.0-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160930 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/gee'
> /usr/bin/valac --target-glib=2.36 --hide-internal  -H gee.h --vapi 
> gee-0.8.vapi -h gee-internals.h --internal-vapi gee-internals-0.8.vapi 
> --library gee-0.8 --gir Gee-0.8.gir --pkg gio-2.0 --vapidir ../utils --pkg 
> geeutils  --target-glib=2.36 --hide-internal  -C assemblyinfo.vala 
> abstractbidirlist.vala abstractbidirsortedset.vala 
> abstractbidirsortedmap.vala abstractcollection.vala abstractlist.vala 
> abstractmap.vala abstractmultimap.vala abstractmultiset.vala 
> abstractqueue.vala abstractset.vala abstractsortedmap.vala 
> abstractsortedset.vala arraylist.vala arrayqueue.vala bidiriterator.vala 
> bidirlist.vala bidirlistiterator.vala bidirmapiterator.vala 
> bidirsortedset.vala bidirsortedmap.vala collection.vala comparable.vala 
> concurrentlist.vala concurrentset.vala deque.vala functions.vala future.vala 
> hashable.vala hashmap.vala hashmultimap.vala hashmultiset.vala hashset.vala 
> hazardpointer.vala iterable.vala iterator.vala lazy.vala linkedlist.vala 
> lightmapfuture.vala list.vala listiterator.vala map.vala mapiterator.vala 
> multimap.vala multiset.vala priorityqueue.vala promise.vala queue.vala 
> readonlybidirlist.vala readonlybidirsortedset.vala 
> readonlybidirsortedmap.vala readonlycollection.vala readonlylist.vala 
> readonlymap.vala readonlymultimap.vala readonlymultiset.vala readonlyset.vala 
> readonlysortedmap.vala readonlysortedset.vala set.vala sortedmap.vala 
> sortedset.vala streamiterator.vala task.vala teeiterator.vala timsort.vala 
> traversable.vala treemap.vala treemultimap.vala treemultiset.vala 
> treeset.vala unfolditerator.vala unrolledlinkedlist.vala 
> concurrentset.vala:251.2-251.43: warning: the modifier `static' is not 
> applicable to constants
>       private static const int _MAX_HEIGHT = 31;
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> queue.vala:52.2-52.49: warning: the modifier `static' is not applicable to 
> constants
>       public static const int UNBOUNDED_CAPACITY = -1;
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> timsort.vala:88.2-88.45: warning: the modifier `static' is not applicable to 
> constants
>       private static const int MINIMUM_GALLOP = 7;
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> unrolledlinkedlist.vala:723.2-723.41: warning: the modifier `static' is not 
> applicable to constants
>       private static const int NODE_SIZE = 29; // Chosen for node to be 
> multiply cache line (4 on 64 bit and 2 on 32 bit)
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> unrolledlinkedlist.vala:724.2-724.60: warning: the modifier `static' is not 
> applicable to constants
>       private static const int SPLIT_POS = (NODE_SIZE - 1)/2 + 1;
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> unrolledlinkedlist.vala:725.2-725.62: warning: the modifier `static' is not 
> applicable to constants
>       private static const int MERGE_THRESHOLD = (NODE_SIZE * 4)/5;
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> lightmapfuture.vala:44.2-44.23: error: overriding method 
> `Gee.LightMapFuture.wait_until' is incompatible with base method 
> `Gee.Future.wait_until': incompatible type of parameter 2.
>       public bool wait_until (int64 end_time, out unowned G? value = null) 
> throws Gee.FutureError {
>       ^^^^^^^^^^^^^^^^^^^^^^
> abstractmultimap.vala:182.3-182.26: error: overriding method 
> `Gee.AbstractMultiMap.Values.add' is incompatible with base method 
> `Gee.AbstractCollection.add': incompatible type of parameter 1.
>               public override bool add (K key) {
>               ^^^^^^^^^^^^^^^^^^^^^^^^
> abstractmultimap.vala:182.3-182.26: error: Gee.AbstractMultiMap.Values.add: 
> no suitable method found to override
>               public override bool add (K key) {
>               ^^^^^^^^^^^^^^^^^^^^^^^^
> abstractmultimap.vala:186.3-186.30: error: overriding method 
> `Gee.AbstractMultiMap.Values.remove' is incompatible with base method 
> `Gee.AbstractCollection.remove': incompatible type of parameter 1.
>               public override  bool remove (K item) {
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> abstractmultimap.vala:186.3-186.30: error: 
> Gee.AbstractMultiMap.Values.remove: no suitable method found to override
>               public override  bool remove (K item) {
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Compilation failed: 5 error(s), 6 warning(s)
> Makefile:1618: recipe for target 'libgee_0_8_la_vala.stamp' failed
> make[3]: *** [libgee_0_8_la_vala.stamp] Error 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

The full build log is available from:
   http://aws-logs.debian.net/2016/09/30/libgee-0.8_0.18.0-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: libgee-0.8
Source-Version: 0.18.1-1

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

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated libgee-0.8 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: Wed, 12 Oct 2016 19:22:32 +0200
Source: libgee-0.8
Binary: libgee-0.8-2 libgee-0.8-dev gir1.2-gee-0.8
Architecture: source
Version: 0.18.1-1
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of Vala packages 
<pkg-vala-maintain...@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
 gir1.2-gee-0.8 - GObject based collection and utility library 
(GObject-Introspecti
 libgee-0.8-2 - GObject based collection and utility library
 libgee-0.8-dev - GObject based collection and utility library (development 
files)
Closes: 839308
Changes:
 libgee-0.8 (0.18.1-1) unstable; urgency=medium
 .
   * New upstream release.
     - Fixes type parameters in LightMapFuture.wait_until/async.
       (Closes: #839308)
   * Drop patches which have been merged upstream.
   * Bump debhelper compat level to 10.
Checksums-Sha1:
 f0252d46d76c1f66d21b61ca3e9cef345c0c406e 2291 libgee-0.8_0.18.1-1.dsc
 93552d38999e0427f4ceb16cbdd508e3e5756083 677908 libgee-0.8_0.18.1.orig.tar.xz
 1305e9d0285edee85fcb9404ac08cac97215a43d 8264 libgee-0.8_0.18.1-1.debian.tar.xz
Checksums-Sha256:
 47e77da1ad30f896ad2e90e1d547575e098fddccd558deec0c19c5d67d2af57a 2291 
libgee-0.8_0.18.1-1.dsc
 99686bbe5a9c89ba9502c25f61314ee8efa0dd2a1159c9a639afc1458c2839a2 677908 
libgee-0.8_0.18.1.orig.tar.xz
 ce9cd75434dd3ea89cd56c817969e5fb591cc9000625597e0ba461bef4770a14 8264 
libgee-0.8_0.18.1-1.debian.tar.xz
Files:
 036432382de0b87e3483031ce4f97e36 2291 libs optional libgee-0.8_0.18.1-1.dsc
 b794ec6e6d1ddd92c14185ca80cbb240 677908 libs optional 
libgee-0.8_0.18.1.orig.tar.xz
 b35fbf99366cd2eae049a2c3dc758f0f 8264 libs optional 
libgee-0.8_0.18.1-1.debian.tar.xz

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

iQIcBAEBCAAGBQJX/nIGAAoJEGrh3w1gjyLciFUP/iu3cSq2AYArsPhxLyIm9Lk5
TtsHOE0W++5+Pt4xvjuN2ZZ3RswZ2v4Ug5/VZKWQ9TO6QL2nhF/AsFxR9B4Zv/6E
q0/vGBBxAE1YLQFu5svuFDet2DrntHSWqWuIcmS4/zIvdQQvMPCdsBLFazpBanNS
95P/2h5gB+yPCMRDxFTdEgzupxOJ2dAYkfCJNQf6CBt9AeD2W8XYH34QvtgxJh6v
gi8hyrg/jqSmE94O2ZckfpAJ24z31Fnez8DzWOBdSWVCynPiwAecO8cXDzCnhF1/
7IrrAzRVMXPYQiZxuRybRUi8/F1UvqHhjsWv2oIwSXY7P/CeYQ52bycDubmhMVae
H3iv/CFW1U093Ql2Fui0BIrinXktRZ5dzrlpLo860HEEf8+FNpMXuAFI9Wvz/jnk
SLdWdW0nrJ9nLEXNXnv4T/zJggOFZZgW+r/hZ6YcqPLeE2Te3fDcMvcmrSL7slXF
dG0i7+eVleMht2x6XlLbEca5GUmAUNANJoqsh8a8BfU3rCGlrTOxrq24eAVS+qRC
CGJTNMfFRdzPU7w05IJaX6WWrCyrfywOywTgqVyMCAAaz8M/bfuP6Ewwbyyzj4Y5
tmZcTJvmC3bsxWaA3OL8EiQCHKF2WMwYQrHJgVqccGUo4zafhPfDJrMKZ/dvVjow
SBRvD8n0n6Ke00Wesmxd
=jRNU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to