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 18:38:17 +0000 Message-ID: <4zt8YzcDtQFoZraLKYzVv09SECe_yhhOXiutR_425vKgO3q7px3rIwo2WhjHk55-zCqDO0UGYcfWHXQDRSgtKZKxakmSfp4_69nKyfJlD9s=@protonmail.com> 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]:33987) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKRiq-0004KZ-Uw for bug-guix@gnu.org; Tue, 15 Oct 2019 14:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKRip-0001So-Qw for bug-guix@gnu.org; Tue, 15 Oct 2019 14:39:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36018) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iKRip-0001Sj-NU for bug-guix@gnu.org; Tue, 15 Oct 2019 14:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iKRin-0003TY-RS for bug-guix@gnu.org; Tue, 15 Oct 2019 14:39:03 -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 Tuesday, October 15, 2019 5:39 PM, P 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 Monday, October 14, 2019 2:53 PM, P via Bug reports for GNU Guix bug-g= uix@gnu.org wrote: > > > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Origina= l 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 stop= s > > > when trying to run "make -j 8 gtk_update_icon_cache=3Dtrue". To repro= duce > > > 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 mo= re > > > 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.va= la: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.v= ala:397.65-397.78: error: The name `g_object_unref' does not exist in the c= ontext of`DejaDup.set_settings_read_only' > > g_object_unref); > > ^^^^^^^^^^^^^^ > > /tmp/guix-build-deja-dup-34.3.drv-0/deja-dup-34.3/libdeja/OperationRest= ore.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 s= table version. This could have been a rookie mistake, since updating Vala will result in a= lot of packages needing to be rebuilt... Note to self: find root cause fir= st, bump version numbers only when necessary.