From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WKk0JBJouV+XMQAA0tVLHw (envelope-from ) for ; Sat, 21 Nov 2020 19:18:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id KCb7HxJouV8yQQAAB5/wlQ (envelope-from ) for ; Sat, 21 Nov 2020 19:18:42 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CAAA79403A8 for ; Sat, 21 Nov 2020 19:18:41 +0000 (UTC) Received: from localhost ([::1]:36796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kgYP9-00067x-NB for larch@yhetil.org; Sat, 21 Nov 2020 14:18:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kgYP1-00067q-QR for help-guix@gnu.org; Sat, 21 Nov 2020 14:18:31 -0500 Received: from flashner.co.il ([178.62.234.194]:45504) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kgYOy-0004Sr-AH for help-guix@gnu.org; Sat, 21 Nov 2020 14:18:31 -0500 Received: from localhost (unknown [141.226.15.169]) by flashner.co.il (Postfix) with ESMTPSA id 8608C400B3; Sat, 21 Nov 2020 19:17:53 +0000 (UTC) Date: Sat, 21 Nov 2020 21:17:20 +0200 From: Efraim Flashner To: Christopher Baines Subject: Re: Can't reconfigure, building grub-minimal fails Message-ID: <20201121191720.GB1088@E5400> References: <87eeknk9wm.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <87eeknk9wm.fsf@cbaines.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: rgr1FM5n8dus --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 20, 2020 at 09:15:05PM +0000, Christopher Baines wrote: >=20 > =E2=86=92 sudo -E guix system reconfigure ~/Projects/Systems/capella.scm= =20 > The following derivation will be built: > /gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.04.drv >=20 > building /gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.04.dr= v... > - 'build' phasebuilder for `/gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-g= rub-minimal-2.04.drv' failed with exit code 1 > build of /gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.04.dr= v failed > View build log at '/var/log/guix/drvs/l8/ipcxqhz1kizk6fcxmjdb36a0rks83z-g= rub-minimal-2.04.drv.bz2'. > guix system: error: build of `/gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z= -grub-minimal-2.04.drv' failed >=20 >=20 > =E2=86=92 sudo -E guix build grub-minimal > /gnu/store/5sm2gyym9a7hqv66xd6scfp994mz9mlm-grub-minimal-2.04 >=20 >=20 > =E2=86=92 sudo -E guix describe > guix aee183e > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: aee183e1a57aa7606c79d9375e8e3f13e7726e41 >=20 >=20 Oh? I just touched grub >=20 > This is the failure: >=20 > (for x in tests/util/grub-fs-tester.in ; do cat ./"$x"; done) | ./config.= status --file=3Dgrub-fs-tester:- > ./build-grub-mkfont -o unicode.pf2 ./unifont.bdf || (rm -f unicode.pf2; e= xit 1) > ./build-grub-mkfont -o ascii.pf2 ./unifont.bdf -r 0x0-0x7f,0x2190-0x2193,= 0x2501-0x251B || (rm -f ascii.pf2; exit 1) > ./build-grub-mkfont: error while loading shared libraries: libfreetype.so= =2E6: wrong ELF class: ELFCLASS32 > mv -f grub-core/loader/.deps-util/grub_file-macho.Tpo grub-core/loader/.d= eps-util/grub_file-macho.Po > ./build-grub-mkfont: error while loading shared libraries: libfreetype.so= =2E6: wrong ELF class: ELFCLASS32 > mv -f grub-core/lib/libgcrypt-grub/cipher/.deps-util/libgrubgcry_a-whirlp= ool.Tpo grub-core/lib/libgcrypt-grub/cipher/.deps-util/libgrubgcry_a-whirlp= ool.Po > ./build-grub-mkfont -o euro.pf2 ./unifont.bdf -r 0x0-0x4ff,0x1e00-0x1fff,= 0x2190-0x2193,0x2501-0x251B || (rm -f euro.pf2; exit 1) > ./build-grub-gen-asciih ./unifont.bdf ascii.h || (rm -f ascii.h; exit 1) > ./build-grub-mkfont: error while loading shared libraries: libfreetype.so= =2E6: wrong ELF class: ELFCLASS32 > make[2]: *** [Makefile:13132: unicode.pf2] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: *** [Makefile:13135: ascii.pf2] Error 1 > make[2]: *** [Makefile:13138: euro.pf2] Error 1 > ./build-grub-gen-asciih: error while loading shared libraries: libfreetyp= e.so.6: wrong ELF class: ELFCLASS32 > make[2]: *** [Makefile:13141: ascii.h] Error 1 > mv -f grub-core/loader/.deps-util/grub_file-macho32.Tpo grub-core/loader/= =2Edeps-util/grub_file-macho32.Po > mv -f util/ieee1275/.deps-util/grub_ofpathname-grub-ofpathname.Tpo util/i= eee1275/.deps-util/grub_ofpathname-grub-ofpathname.Po > mv -f grub-core/loader/.deps-util/grub_file-macho64.Tpo grub-core/loader/= =2Edeps-util/grub_file-macho64.Po > mv -f grub-core/lib/libgcrypt-grub/cipher/.deps-util/libgrubgcry_a-serpen= t.Tpo grub-core/lib/libgcrypt-grub/cipher/.deps-util/libgrubgcry_a-serpent.= Po > mv -f grub-core/lib/libgcrypt-grub/cipher/.deps-util/libgrubgcry_a-twofis= h.Tpo grub-core/lib/libgcrypt-grub/cipher/.deps-util/libgrubgcry_a-twofish.= Po > config.status: creating grub-fs-tester > chmod a+x grub-fs-tester > make[2]: Leaving directory '/tmp/guix-build-grub-minimal-2.04.drv-0/grub-= 2.04' > make[1]: *** [Makefile:11304: all-recursive] Error 1 > make[1]: Leaving directory '/tmp/guix-build-grub-minimal-2.04.drv-0/grub-= 2.04' > make: *** [Makefile:3343: all] Error 2 > command "make" "-j" "12" failed with status 2 > builder for `/gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.0= 4.drv' failed with exit code 1 > build of /gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z-grub-minimal-2.04.dr= v failed > View build log at '/var/log/guix/drvs/l8/ipcxqhz1kizk6fcxmjdb36a0rks83z-g= rub-minimal-2.04.drv.bz2'. > guix system: error: build of `/gnu/store/l8ipcxqhz1kizk6fcxmjdb36a0rks83z= -grub-minimal-2.04.drv' failed Damnit freetype! I thought I tested it on x86_64 for itself and x86_64 -> mips64el.. and maybe some others. I'd try reverting 34a6f123514b5677d442ed7cd609ff01534904b8 and seeing if it suddenly starts working. What architectures and EFI/non-EFI is involved? --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+5Z70ACgkQQarn3Mo9 g1EuSRAAwm4rrCwye39pm7EdhBulr9yy1TZivAwVYbkgHmGjbtXR5cKDofjK44PK XzrBfmszVRjvK42kncR2Jam581nP546/UF0fnOs7I049a5pRbmM/zKNexD9V5ex6 M+D4ZL/v3oQYyoaUPPLttweqyWYxRAHDLy1da6yqze3cSbSKpVdzbYusUwFSYu52 TLGUKuuF7nHxWmz7teYRQ2yftikBRGdms3ZnSxMSSdOdjWIRAA60nSmJsEbXcixS VDE7yD7IfJTupWyE/Pta4hQJeGCKzvl4zc3H2a3t8oYRsLfUXz5SBvmwiHfqnbQ2 ldwuT4xRlud4tknsbK4kWAlz4fniZGhFRlJTv5alADtMUMWlIDxh3ug35gyoBO/l YdBibPARgLysqIyy4iMN30rBFX/w4W5XosHnftubnrWcT208AyS6QAM53q/7L60/ h/lT3npeX8I8XChNlHJYZA/pC4Z49ociWdq9+UO4RiE4X+AuoJEHr7a7U7vJP7vR sFz0AYjZ0Bplr/wffi01mSnFfpuSIrwayvyCZDFr5reOqBrgfXAxC/BPcAfc4GrD kn+J6NZ1mSZOWRMMluEf+x0UtmsUmSG4TE0X6sZtWsrkDScalRHkvPFJDZveWlrM U0wpVz9GD6kCThZfjLeddbzipFwQCM57m4v54xExKAdleaV5TkU= =T2BG -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX--