Control: reassign -1 valac 0.54.5-1 Control: affects -1 src:minder Control: close -1 0.54.6-1
On Fri, Dec 17, 2021 at 08:45:21AM +0100, Helmut Grohne wrote: > Source: minder > Version: 1.13.1-1 > Severity: serious > Tags: ftbfs > > minder fails to build from source in unstable. A non-parallel build now > ends as follows: > > | FAILED: com.github.phase1geo.minder.p/meson-generated_src_DrawArea.c.o > | cc -Icom.github.phase1geo.minder.p -I. -I.. -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo > -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 > -I/usr/include/libpng16 -I/usr/include/gee-0.8 -I/usr/include/granite > -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/gio-unix-2.0 > -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/fribidi > -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 > -I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid > -I/usr/include/libxml2 -I/usr/include/gtksourceview-4 > -I/usr/include/libhandy-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 > -w '-DGETTEXT_PACKAGE="com.github.phase1geo.minder"' -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -include > config.h -MD -MQ > com.github.phase1geo.minder.p/meson-generated_src_DrawArea.c.o -MF > com.github.phase1geo.minder.p/meson-generated_src_DrawArea.c.o.d -o > com.github.phase1geo.minder.p/meson-generated_src_DrawArea.c.o -c > com.github.phase1geo.minder.p/src/DrawArea.c > | com.github.phase1geo.minder.p/src/DrawArea.c: In function > ‘draw_area_set_node_mode’: > | com.github.phase1geo.minder.p/src/DrawArea.c:6007:53: error: lvalue > required as unary ‘&’ operand > | 6007 | draw_area_set_cursor (self, > &DRAW_AREA_text_cursor); > | | ^ > | com.github.phase1geo.minder.p/src/DrawArea.c: In function > ‘draw_area_set_connection_mode’: > | com.github.phase1geo.minder.p/src/DrawArea.c:6137:53: error: lvalue > required as unary ‘&’ operand > | 6137 | draw_area_set_cursor (self, > &DRAW_AREA_text_cursor); > | | ^ > | com.github.phase1geo.minder.p/src/DrawArea.c: In function > ‘draw_area_on_motion’: > | com.github.phase1geo.minder.p/src/DrawArea.c:11162:149: error: lvalue > required as unary ‘&’ operand > | 11162 | > draw_area_set_cursor > (self, &DRAW_AREA_url_cursor); > | | > > ^ > | com.github.phase1geo.minder.p/src/DrawArea.c:11174:149: error: lvalue > required as unary ‘&’ operand > | 11174 | > draw_area_set_cursor > (self, &DRAW_AREA_text_cursor); > | | > > ^ > | com.github.phase1geo.minder.p/src/DrawArea.c: In function > ‘draw_area_handle_control’: > | com.github.phase1geo.minder.p/src/DrawArea.c:19241:85: error: lvalue > required as unary ‘&’ operand > | 19241 | > draw_area_set_cursor (self, &DRAW_AREA_url_cursor); > | | > ^ > | ninja: build stopped: subcommand failed. > | dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j1 > -v returned exit code 1 > | make: *** [debian/rules:12: binary] Error 25 > | dpkg-buildpackage: error: debian/rules binary subprocess returned exit > status 2 It now builds again: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/minder.html src/DrawArea.c is generated by valac, I'm reassigning this bug there since it was likely there and fixed in 0.54.6. > Helmut cu Adrian

