From mboxrd@z Thu Jan 1 00:00:00 1970 From: P via Bug reports for GNU Guix Subject: bug#37740: Deja-dup fails to build on c2734ff80987de8f0bb3e31d4339e5496a9821d2 Date: Tue, 15 Oct 2019 17:39:38 +0000 Message-ID: References: <40af002df460b28af8ccaf017c7a933a@autistici.org> Reply-To: P Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52630) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKQnj-0007rm-Jy for bug-guix@gnu.org; Tue, 15 Oct 2019 13:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKQni-00069H-JT for bug-guix@gnu.org; Tue, 15 Oct 2019 13:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35967) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iKQni-000693-EY for bug-guix@gnu.org; Tue, 15 Oct 2019 13:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iKQni-0001w3-7e for bug-guix@gnu.org; Tue, 15 Oct 2019 13:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: P Cc: "goodoldpaul@autistici.org" , "37740@debbugs.gnu.org" <37740@debbugs.gnu.org> =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Monday, October 14, 2019 2:53 PM, P via Bug reports for GNU Guix wrote: > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original = Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 > On Sunday, October 13, 2019 11:05 PM, goodoldpaul@autistici.org wrote: > > > Deja-dup fails to build on c2734ff80987de8f0bb3e31d4339e5496a9821d2. I > > noticed this some "guix pull && guix package -u" ago so I'm not sure > > when it was introduced. The log indicates that the build process stops > > when trying to run "make -j 8 gtk_update_icon_cache=3Dtrue". To reprodu= ce > > just running > > guix pull --commit=3Dc2734ff80987de8f0bb3e31d4339e5496a9821d2 && guix > > build deja-dup > > should do. > > I attach the build log. > > Thank you all for your effort both on the technical and human side of > > free software (in the last few days I felt like you should receive more > > thanks than you did). > > Giacomo > > It looks like these are the actual errors: > /tmp/guix-build-deja-dup-34.3.drv-0/deja-dup-34.3/libdeja/ToolPlugin.vala= :78.7-78.40: error: Assignment: Cannot convert from `GLib.List' to`GLib.List' > > this._restore_files =3D value.copy(); > > > /tmp/guix-build-deja-dup-34.3.drv-0/deja-dup-34.3/libdeja/CommonUtils.val= a:397.65-397.78: error: The name `g_object_unref' does not exist in the con= text of`DejaDup.set_settings_read_only' > g_object_unref); > ^^^^^^^^^^^^^^ > /tmp/guix-build-deja-dup-34.3.drv-0/deja-dup-34.3/libdeja/OperationRestor= e.vala:36.7-36.40: error: Assignment: Cannot convert from `GLib.List' to`GLib.List' > > this._restore_files =3D value.copy(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > It probably keeps going after the errors due to make's parallelism. Looks like Vala is a bit outdated, gonna try to update it to the latest sta= ble version.