From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47892) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVMax-000572-5t for guix-patches@gnu.org; Thu, 14 Nov 2019 16:24:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVMaw-0001Mj-1K for guix-patches@gnu.org; Thu, 14 Nov 2019 16:24:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVMav-0001MP-U5 for guix-patches@gnu.org; Thu, 14 Nov 2019 16:24:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iVMav-0005Fs-NU for guix-patches@gnu.org; Thu, 14 Nov 2019 16:24:01 -0500 Subject: [bug#38069] [PATCH]: Adjust make-bootstrap linux headers Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191105125633.GA14453@E5400> <87ftirmnju.fsf@gnu.org> <20191114083012.GB969@E5400> Date: Thu, 14 Nov 2019 22:23:47 +0100 In-Reply-To: <20191114083012.GB969@E5400> (Efraim Flashner's message of "Thu, 14 Nov 2019 10:30:12 +0200") Message-ID: <87lfsim9ss.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 38069@debbugs.gnu.org Hello, Efraim Flashner skribis: > I can't find the actual package piece to make it happen, but it happens > when building the glibc-stripped: > > guix build --no-grafts --no-build-hook bootstrap-tarballs --target=3Dpowe= rpc-linux-gnu > The following derivations will be built: > /gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-bootstrap-tarballs-0.drv > /gnu/store/70b1109af993j8gwc4axnjc73w1w9bbh-glibc-stripped-tarball-2.2= 9.drv > /gnu/store/m37c7qf2ga428f7kx1ingbm2cswmimw6-glibc-stripped-2.29.drv > builder for `/gnu/store/qmdvsqm62181mhgd7h2rjqw0adkqdayz-glibc-stripped-2= .29' failed previously (cached) > build of /gnu/store/m37c7qf2ga428f7kx1ingbm2cswmimw6-glibc-stripped-2.29.= drv failed > View build log at '/var/log/guix/drvs/m3/7c7qf2ga428f7kx1ingbm2cswmimw6-g= libc-stripped-2.29.drv.gz'. > cannot build derivation `/gnu/store/70b1109af993j8gwc4axnjc73w1w9bbh-glib= c-stripped-tarball-2.29.drv': 1 dependencies couldn't be built > cannot build derivation `/gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-boot= strap-tarballs-0.drv': 1 dependencies couldn't be built > guix build: error: build of `/gnu/store/4g4gzgzamm6drrw1vasgpmk1l8i4ysm1-= bootstrap-tarballs-0.drv' failed > > ;;; (src "/gnu/store/391glyjmliibp0xi1mq8mq6ad02cgyl1-linux-libre-headers= -4.19.56/include/linux/a.out.h") > > ;;; (dest "/gnu/store/qmdvsqm62181mhgd7h2rjqw0adkqdayz-glibc-stripped-2.2= 9/include/linux") > Backtrace: > 4 (primitive-load "/gnu/store/89bq4a8mbg36gjmqi7b0h0a80yz?") > In ice-9/eval.scm: > 191:35 3 (_ _) > In /gnu/store/q7w7k3mngscbzzdqmj57726radqzagn4-module-import/guix/build/m= ake-bootstrap.scm: > 46:4 2 (copy-linux-headers _ "/gnu/store/391glyjmliibp0xi1mq8m?") > In srfi/srfi-1.scm: > 640:9 1 (for-each # ?) > In unknown file: > 0 (copy-file "/gnu/store/391glyjmliibp0xi1mq8mq6ad02cgyl?" ?) > > ERROR: In procedure copy-file: > In procedure copy-file: No such file or directory Oh, got it; the problem shows up only when cross-compiling, it seems. So I guess you can go ahead and push. If this =E2=80=98a.out=E2=80=99 file= turns out to be needed somewhere during bootstrap, which seems unlikely, we can always revisit this issue. Thank you! Ludo=E2=80=99.