From: Maxime Devos <maximedevos@telenet.be>
To: Florian Hoertlehner <hoertlehner@gmail.com>
Cc: 52267@debbugs.gnu.org
Subject: bug#52267: Acknowledgement (disk image installer for rock64 fails)
Date: Thu, 09 Dec 2021 07:45:21 +0000 [thread overview]
Message-ID: <81e8d85afc6e1bf045983864f7a277b4c2da59af.camel@telenet.be> (raw)
In-Reply-To: <5f34f1895a26d5e4fbd51b409b18b64f79290861.camel@telenet.be>
I forgot to add debbugs in CC, resending ...
Maxime Devos schreef op do 09-12-2021 om 07:41 [+0100]:
> Florian Hoertlehner schreef op do 09-12-2021 om 00:04 [+0100]:
> >
> > installer build on core-updates-frozen build with cross-
> > compilaition
> > fails with:
> > -builder for `/gnu/store/49ir2x9wypyrv9p1gvd54pzj4frap2jg-
> > dosfstools-
> > 4.2.drv' failed with exit code 1
>
> Seems like there are two bugs in the dosfstools package definition
> currently preventing cross-compilation:
>
> This line ...
> > #:make-flags (list (string-append "PREFIX=" %output) "CC=gcc")))
>
> ... needs to be replaced by ...
>
> > #:make-flags ,#~(list (string-append "PREFIX=" #$output) (string-
> > append "CC=" ,(cc-for-target)))
>
> in the package definition of dosfstools.
>
> To test, you can try
>
> ./guix-cuf/bin/guix system disk-image --target=aarch64-linux-gnu -e
> '(begin (set! (@ (gnu packages disk) dosfstools) ((@ (guix packages)
> package) (inherit (@ (gnu packages disk) dosfstools)) (arguments
> `(#:make-flags ,#~(list (string-append "PREFIX=" #$output) (string-
> append "CC=" ,(cc-for-target))) #:configure-flags (list "--enable-
> compat-symlinks"))))) (@ (gnu system install) rock64-installation-
> os))'
>
> or apply the change to a local git checkout of guix (see ‘17.1
> Building from Git’ in the manual’) and test from there.
>
> After the aarch64-linux-gnu cross-compiler has finished building,
> I'll test that change.
>
> Greetings,
> Maxime
next prev parent reply other threads:[~2021-12-09 7:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-04 0:03 bug#52267: disk image installer for rock64 fails Florian Hoertlehner
2021-12-04 2:41 ` pelzflorian (Florian Pelz)
2021-12-04 11:39 ` pelzflorian (Florian Pelz)
2021-12-04 21:02 ` pelzflorian (Florian Pelz)
[not found] ` <handler.52267.B.16385762085695.ack@debbugs.gnu.org>
2021-12-04 17:02 ` bug#52267: Acknowledgement (disk image installer for rock64 fails) Florian Hoertlehner
2021-12-08 13:56 ` Florian Hoertlehner
2021-12-08 17:27 ` Maxime Devos
2021-12-08 18:26 ` Florian Hoertlehner
2021-12-08 19:20 ` Maxime Devos
2021-12-08 19:42 ` Florian Hoertlehner
[not found] ` <CADXXfWmam+VE=vnbqyJyhBQPGGK+E1QMsrzvtMdatou7t7vn4w@mail.gmail.com>
[not found] ` <5f34f1895a26d5e4fbd51b409b18b64f79290861.camel@telenet.be>
2021-12-09 7:45 ` Maxime Devos [this message]
2021-12-09 7:49 ` Maxime Devos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81e8d85afc6e1bf045983864f7a277b4c2da59af.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=52267@debbugs.gnu.org \
--cc=hoertlehner@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.