From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Subject: bug#37680: [core-updates] simple-scan fails to build Date: Wed, 9 Oct 2019 12:57:26 +0200 Message-ID: <20191009125726.32cc6098@alma-ubu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/w70jY60cin7QzOsqV/+o2Rr"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59306) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iI9fP-00054e-7T for bug-guix@gnu.org; Wed, 09 Oct 2019 06:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iI9fO-0001Oy-5p for bug-guix@gnu.org; Wed, 09 Oct 2019 06:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43392) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iI9fO-0001Ou-3P for bug-guix@gnu.org; Wed, 09 Oct 2019 06:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iI9fO-00064n-13 for bug-guix@gnu.org; Wed, 09 Oct 2019 06:58:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:59260) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iI9ew-000533-H4 for bug-guix@gnu.org; Wed, 09 Oct 2019 06:57:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iI9ev-0001Iq-D6 for bug-guix@gnu.org; Wed, 09 Oct 2019 06:57:34 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:44398 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iI9ev-0001IV-6h for bug-guix@gnu.org; Wed, 09 Oct 2019 06:57:33 -0400 Received: from alma-ubu (host-82-135-35-235.customer.m-online.net [82.135.35.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 583543F886 for ; Wed, 9 Oct 2019 12:57:31 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37680@debbugs.gnu.org --Sig_/w70jY60cin7QzOsqV/+o2Rr Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable After the core-updates merge, simplescan fails to build: This is on: 525ef21ba0d4a50a7d21f5543db40b6cc328f9cd starting phase `build' Making all in src make[1]: Entering directory '/tmp/guix-build-simple-scan-3.24.1.drv-0/simpl= e-scan-3.24.1/src' CC simple_scan-book.o CC simple_scan-book-view.o CC simple_scan-page.o CC simple_scan-page-view.o CC simple_scan-simple-scan.o CC simple_scan-scanner.o make[2]: Entering directory '/tmp/guix-build-simple-scan-3.24.1.drv-0/simpl= e-scan-3.24.1/src' VALAC simple_scan_vala.stamp CC simple_scan-autosave-manager.o CC simple_scan-resources.o page.vala:90.5-90.39: error: Property `Page.scan_direction' with custom `ge= t' accessor and/or `set' mutator cannot have `default' value public ScanDirection scan_direction ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ui.vala:1295.25-1295.80: warning: Gtk.Arrow.new has been deprecated since 3= .14 ui.vala:1867.13-1867.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1868.13-1868.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1869.13-1869.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1870.13-1870.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1871.13-1871.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1872.13-1872.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1873.13-1873.31: warning: Gtk.Application.add_accelerator has been = deprecated since 3.14 ui.vala:1019.9-1019.23: warning: Gtk.Menu.popup has been deprecated since 3= .22 simple-scan.vala:130.30-130.41: error: Argument 1: Cannot convert from `uno= wned GLib.List' to `unowned GLib.List' ui.set_scan_devices (devices_copy, missing_driver); ^^^^^^^^^^^^ Compilation failed: 2 error(s), 9 warning(s) make[2]: *** [Makefile:655: simple_scan_vala.stamp] Error 1 make[2]: Leaving directory '/tmp/guix-build-simple-scan-3.24.1.drv-0/simple= -scan-3.24.1/src' make[1]: *** [Makefile:645: ui.c] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/guix-build-simple-scan-3.24.1.drv-0/simple= -scan-3.24.1/src' make: *** [Makefile:399: all-recursive] Error 1 command "make" "-j" "4" "gtk_update_icon_cache=3Dtrue" failed with status 2 Bj=C3=B6rn --Sig_/w70jY60cin7QzOsqV/+o2Rr Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXZ29FgAKCRC/KGy2WT5f /XR/AKC29cOticxmv03H8R8Yr2Id/SM6TgCfRi/XJ+veZFApl32hYnq+rxehgaY= =VX+5 -----END PGP SIGNATURE----- --Sig_/w70jY60cin7QzOsqV/+o2Rr--