Schneegans / Gnome-Pie

A pie menu launcher for linux. Read the release announcement of version 0.7.2 at https://schneegans.github.io/news/2018/10/30/gnome-pie-072 Or have a look at the homepage!
http://schneegans.github.io/gnome-pie.html
MIT License
309 stars 54 forks source link

FTBFS with vala 0.42.0-1 #164

Closed JoergFF closed 5 years ago

JoergFF commented 5 years ago

Hello,

I forward this bug from Debian:

[quote] https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gnome-pie.html

... /build/1st/gnome-pie-0.7.1/src/utilities/key.vala:145.34-145.55: warning: Gdk.Keymap.get_default has been deprecated since 3.22 /build/1st/gnome-pie-0.7.1/src/utilities/archiveWriter.vala:120.21-120.56: error: 1 extra arguments for ssize_t Archive.Write.write_data (uint8[])' this.archive.write_data(buffer, len); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /build/1st/gnome-pie-0.7.1/src/gui/piePreviewCenter.vala:80.45-80.58: warning: Gtk.StyleContext.get_font has been deprecated since 3.8 /build/1st/gnome-pie-0.7.1/src/utilities/archiveReader.vala:89.25-89.84: error: 1 extra arguments forArchive.Result Archive.Read.read_data_block (out weak uint8[], out Archive.int64_t)' r = this.archive.read_data_block(out buff, out size, out offset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /build/1st/gnome-pie-0.7.1/src/utilities/archiveReader.vala:99.50-99.53: error: Argument 1: Cannot convert from void*' tounowned uint8[]' this.writer.write_data_block(buff, size, offset); ^^^^ /build/1st/gnome-pie-0.7.1/src/gui/indicator.vala:109.24-109.40: warning: Gtk.ImageMenuItem has been deprecated since 3.10 /build/1st/gnome-pie-0.7.1/src/gui/indicator.vala:118.20-118.36: warning: Gtk.ImageMenuItem has been deprecated since 3.10 /build/1st/gnome-pie-0.7.1/src/gui/indicator.vala:133.20-133.36: warning: Gtk.ImageMenuItem has been deprecated since 3.10 /build/1st/gnome-pie-0.7.1/src/daemon.vala:124.22-124.33: warning: Posix.SIGINT has been deprecated since vala-0.40. Use Posix.Signal.INT /build/1st/gnome-pie-0.7.1/src/daemon.vala:125.22-125.34: warning: Posix.SIGTERM has been deprecated since vala-0.40. Use Posix.Signal.TERM Compilation failed: 3 error(s), 7 warning(s) make[4]: *** [src/CMakeFiles/gnome-pie.dir/build.make:128: src/actionGroups/actionGroup.c] Error 1 [/quote]

CU Jörg

Schneegans commented 5 years ago

Thanks for the report! I think this issue was fixed with 86412ee09b7f8bc11f163bc8b6c3a061be279c43. Can you confirm this?

JoergFF commented 5 years ago

Hi,

loocks good!

Many thanks

CU Jörg