unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: 41713-done@debbugs.gnu.org
Subject: bug#41713: Package referenced with ‘ungexp-native’ gets cross-compiled
Date: Sat, 06 Jun 2020 23:42:40 +0200	[thread overview]
Message-ID: <877dwjuazz.fsf@gnu.org> (raw)
In-Reply-To: <87zh9i7oz8.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 04 Jun 2020 18:52:27 +0200")

Ludovic Courtès <ludo@gnu.org> skribis:

> $ cat ~/src/guix-debugging/graft-cross-compilation.scm
> (use-modules (gnu) (guix)
>              (gnu packages gtk))
>
> (with-store store
>   (run-with-store store
>     (mlet* %store-monad ((target (set-current-target "aarch64-linux-gnu"))
>                          (drv (lower-object
>                                (computed-file "test"
>                                               #~(begin
>                                                   (mkdir #$output)
>                                                   #+guile-rsvg)))))
>       (return (derivation->output-path drv)))))
> $ ./pre-inst-env guile ~/src/guix-debugging/graft-cross-compilation.scm

[...]

>    1280:6  4 (bag-grafts #<store-connection 256.99 7ff08bb752d0> #<<bag> name: "guile-rsvg-2.18.1-0.05c6a2f" system: "x86_64-linux" target: #f build-inputs: (("source" #<origin "https://gitlab.com…>)
>   1260:45  3 (fold-bag-dependencies #<procedure 7ff0867da880 at guix/packages.scm:1280:29 (package grafts)> _ _ #:native? _)
>   1072:16  2 (package->bag _ _ _ #:graft? _)
>   1183:21  1 (thunk)
> In ice-9/boot-9.scm:
>   1669:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1669:16: In procedure raise-exception:
> ERROR:
>   1. &package-cross-build-system-error: #<package gobject-introspection@1.62.0 gnu/packages/glib.scm:416 7ff0839365a0>

Fixed:

  https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b49caaa2b7f624c3395c8e872638282bcc420502

It took me a while to come up with a reduced test case.

Ludo’.




  reply	other threads:[~2020-06-06 21:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 16:52 bug#41713: Package referenced with ‘ungexp-native’ gets cross-compiled Ludovic Courtès
2020-06-06 21:42 ` Ludovic Courtès [this message]
2020-06-07  7:10   ` Mathieu Othacehe

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877dwjuazz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=41713-done@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).