After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690723 - commit f197d88265c1ba5adc30193902f065e4be74d0f3 fails to build in gnome-ostree
commit f197d88265c1ba5adc30193902f065e4be74d0f3 fails to build in gnome-ostree
Status: RESOLVED FIXED
Product: libgee
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-26 00:31 UTC by Colin Walters
Modified: 2012-12-26 09:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Walters 2012-12-26 00:31:42 UTC
This commit:

commit f197d88265c1ba5adc30193902f065e4be74d0f3
Author: Maciej Piechotka <uzytkownik2@gmail.com>
Date:   Sun Dec 2 10:58:09 2012 +0000

    Make ConcurrentSet implement SortedSet


Appears to break the build in gnome-ostree:

hazardpointer.vala:485.15-485.40: warning: GLib.AtomicInt.exchange_and_add has been deprecated since 2.30. Use add
concurrentset.vala:1081.10-1081.30: error: Assignment: Cannot convert from `int' to `uint8'
			uint8 height = get_height();
			      ^^^^^^^^^^^^^^^^^^^^^
concurrentset.vala:1082.26-1082.31: error: The name `height' does not exist in the context of `Gee.ConcurrentSet.Tower'
			for (uint8 i = 0; i < height; i++) {
			                      ^^^^^^
Compilation failed: 2 error(s), 1 warning(s)
make[2]: *** [libgee_0_8_la_vala.stamp] Error 1
make[2]: Leaving directory `/ostbuild/source/libgee/_build/gee'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/ostbuild/source/libgee/_build'
make: *** [all] Error 2

Full log (may be garbage collected):

http://ostree.gnome.org/work/tasks/gnomeos-3.8/libgee/i686/2012.10/log
Comment 1 Maciej (Matthew) Piechotka 2012-12-26 09:27:06 UTC
commit 9af15d5b5930a57acf3e8dd9a8c2b2d9bfef3221
Author: Maciej Piechotka <uzytkownik2@gmail.com>
Date:   Wed Dec 26 10:26:09 2012 +0100

    Fix compilation error, fixes bug #690723