GNU bug report logs - #53406
"grafts fail with different architecture inputs?"

Previous Next

Package: guix;

Reported by: John Kehayias <john.kehayias <at> protonmail.com>

Date: Fri, 21 Jan 2022 06:50:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: John Kehayias <john.kehayias <at> protonmail.com>
To: "53406 <at> debbugs.gnu.org" <53406 <at> debbugs.gnu.org>
Subject: bug#53406: union-build incorrectly handles grafts
Date: Sat, 22 Jan 2022 16:56:31 +0000
I haven't had the chance to see what is happening inside union-build yet, but did confirm that propagating expat/fixed instead of expat does not have the same problem.

I tried with

(define fontconfig-fixed
  (package
    (inherit fontconfig)
    (propagated-inputs
     (modify-inputs (package-propagated-inputs fontconfig)
       (replace "expat" (@@ (gnu packages xml) expat/fixed))))))

and then (fhs-union (list fontconfig-fixed)) did not have any broken links trying to go to the wrong version. Using this also works around my original problem of a multi-arch union build having collisions (so that seems to stem from whatever is happening here).




This bug report was last modified 1 year and 244 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.