all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
@ 2024-06-17 21:41 danclm--- via Bug reports for GNU Guix
  2024-06-18  1:20 ` bug#71626: " danclm--- via Bug reports for GNU Guix
  2024-09-10 13:26 ` bug#71625: " Simon Tournier
  0 siblings, 2 replies; 5+ messages in thread
From: danclm--- via Bug reports for GNU Guix @ 2024-06-17 21:41 UTC (permalink / raw)
  To: 71625

Hi Guix, 
I'm getting this bug when attempting to guix pull (it persists with an older generation):

build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
hint: This usually indicates a bug in one of the channels you are pulling from, or some incompatibility among them.  You can check the build log
and report the issue to the channel developers.

The channels you are pulling from are: guix.

View build log at '/var/log/guix/drvs/5m/zanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv.gz'.
cannot build derivation `/gnu/store/r7v8j9pgaw3sc3wjmchd99arjp527w73-profile.drv': 1 dependencies couldn't be built
guix pull: error: build of `/gnu/store/r7v8j9pgaw3sc3wjmchd99arjp527w73-profile.drv' failed
(repl-version 0 1 1)
Generating package cache for '/gnu/store/gxhl3fny25a9d1rmpl9fr9h8brd1ng4m-profile'...

Backtrace:
In gnu/packages.scm:
   439:11 19 (generate-package-cache _)
In srfi/srfi-1.scm:
   460:18 18 (fold #<procedure expand-cache expr> _ _)
In gnu/packages.scm:
   399:37 17 (expand-cache . _)
In guix/packages.scm:
  1411:17 16 (supported-package? #<package acpi-call-linux-module@1?> ?)
In guix/memoization.scm:
    101:0 15 (_ #<hash-table 7fffe4f30ea0 1780/3517> #<package acpi?> ?)
In guix/packages.scm:
  1381:14 14 (_)
In srfi/srfi-1.scm:
   460:18 13 (fold #<procedure 7ffff4aa6de0 at guix/packages.scm:13?> ?)
In guix/packages.scm:
  1385:44 12 (_ _ ("x86_64-linux" "i686-linux"))
In guix/memoization.scm:
    101:0 11 (_ #<hash-table 7fffe4f30ea0 1780/3517> #<package dwar?> ?)
In guix/packages.scm:
  1381:14 10 (_)
In srfi/srfi-1.scm:
   460:18  9 (fold #<procedure 7ffff4aa7d20 at guix/packages.scm:13?> ?)
In guix/packages.scm:
  1385:44  8 (_ _ ("x86_64-linux" "i686-linux"))
In guix/memoization.scm:
    101:0  7 (_ #<hash-table 7fffe4f30ea0 1780/3517> #<package libb?> ?)
In guix/packages.scm:
  1389:39  6 (_)
  1651:16  5 (package->bag _ _ _ #:graft? _)
  1755:47  4 (thunk)
In gnu/packages/linux.scm:
  9981:25  3 (native-inputs #<package libbpf@1.4.1 gnu/packages/linu?>)
In ice-9/boot-9.scm:
  1685:16  2 (raise-exception _ #:continuable? _)
  1780:13  1 (_ #<&compound-exception components: (#<&undefined-vari?>)
In unknown file:
           0 (backtrace #<undefined>)

(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (linux-libre-headers-6.8)) (value #f))
Thank you,
Best regards

-- 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#71626: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
  2024-06-17 21:41 bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed danclm--- via Bug reports for GNU Guix
@ 2024-06-18  1:20 ` danclm--- via Bug reports for GNU Guix
  2024-06-18  8:27   ` Nicolas Goaziou via Bug reports for GNU Guix
  2024-09-10 13:26 ` bug#71625: " Simon Tournier
  1 sibling, 1 reply; 5+ messages in thread
From: danclm--- via Bug reports for GNU Guix @ 2024-06-18  1:20 UTC (permalink / raw)
  To: 71626

After a few more attempts guix pull was successful. I don't know what happened, I think it was still right to report it.

-- 


Jun 17, 2024, 23:41 by danclm@tutanota.com:

> Hi Guix,
> I'm getting this bug when attempting to guix pull (it persists with an older generation):
>
> build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
> hint: This usually indicates a bug in one of the channels you are pulling from, or some incompatibility among them.  You can check the build log
> and report the issue to the channel developers.
>
> The channels you are pulling from are: guix.
>
> View build log at '/var/log/guix/drvs/5m/zanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv.gz'.
> cannot build derivation `/gnu/store/r7v8j9pgaw3sc3wjmchd99arjp527w73-profile.drv': 1 dependencies couldn't be built
> guix pull: error: build of `/gnu/store/r7v8j9pgaw3sc3wjmchd99arjp527w73-profile.drv' failed
>
> (repl-version 0 1 1)
> Generating package cache for '/gnu/store/gxhl3fny25a9d1rmpl9fr9h8brd1ng4m-profile'...
>
> Backtrace:
> In gnu/packages.scm:
>    439:11 19 (generate-package-cache _)
> In srfi/srfi-1.scm:
>    460:18 18 (fold #<procedure expand-cache expr> _ _)
> In gnu/packages.scm:
>    399:37 17 (expand-cache . _)
> In guix/packages.scm:
>   1411:17 16 (supported-package? #<package acpi-call-linux-module@1?> ?)
> In guix/memoization.scm:
>     101:0 15 (_ #<hash-table 7fffe4f30ea0 1780/3517> #<package acpi?> ?)
> In guix/packages.scm:
>   1381:14 14 (_)
> In srfi/srfi-1.scm:
>    460:18 13 (fold #<procedure 7ffff4aa6de0 at guix/packages.scm:13?> ?)
> In guix/packages.scm:
>   1385:44 12 (_ _ ("x86_64-linux" "i686-linux"))
> In guix/memoization.scm:
>     101:0 11 (_ #<hash-table 7fffe4f30ea0 1780/3517> #<package dwar?> ?)
> In guix/packages.scm:
>   1381:14 10 (_)
> In srfi/srfi-1.scm:
>    460:18  9 (fold #<procedure 7ffff4aa7d20 at guix/packages.scm:13?> ?)
> In guix/packages.scm:
>   1385:44  8 (_ _ ("x86_64-linux" "i686-linux"))
> In guix/memoization.scm:
>     101:0  7 (_ #<hash-table 7fffe4f30ea0 1780/3517> #<package libb?> ?)
> In guix/packages.scm:
>   1389:39  6 (_)
>   1651:16  5 (package->bag _ _ _ #:graft? _)
>   1755:47  4 (thunk)
> In gnu/packages/linux.scm:
>   9981:25  3 (native-inputs #<package libbpf@1.4.1 gnu/packages/linu?>)
> In ice-9/boot-9.scm:
>   1685:16  2 (raise-exception _ #:continuable? _)
>   1780:13  1 (_ #<&compound-exception components: (#<&undefined-vari?>)
> In unknown file:
>            0 (backtrace #<undefined>)
>
> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (linux-libre-headers-6.8)) (value #f))
>
> Thank you,
> Best regards
>
> --
>
>





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#71626: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
  2024-06-18  1:20 ` bug#71626: " danclm--- via Bug reports for GNU Guix
@ 2024-06-18  8:27   ` Nicolas Goaziou via Bug reports for GNU Guix
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou via Bug reports for GNU Guix @ 2024-06-18  8:27 UTC (permalink / raw)
  To: danclm--- via Bug reports for GNU Guix; +Cc: danclm, 71626-done

Hello,

danclm--- via Bug reports for GNU Guix <bug-guix@gnu.org> writes:

> After a few more attempts guix pull was successful. I don't know what
> happened, I think it was still right to report it.

An erroneous commit made "guix pull" fail. The problem was fixed a few
hours after having been introduced. Unfortunately, you guix pulled
during the time frame it was still present.

Now, everything is in order again. Sorry for the inconvenience!

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
  2024-06-17 21:41 bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed danclm--- via Bug reports for GNU Guix
  2024-06-18  1:20 ` bug#71626: " danclm--- via Bug reports for GNU Guix
@ 2024-09-10 13:26 ` Simon Tournier
  2024-09-26 18:40   ` danclm--- via Bug reports for GNU Guix
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Tournier @ 2024-09-10 13:26 UTC (permalink / raw)
  To: danclm; +Cc: 71625

Hi,

Sorry for the late reply.

On Mon, 17 Jun 2024 at 23:41, danclm@tutanota.com wrote:

> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (linux-libre-headers-6.8)) (value #f))

It means you have one channel that does not define this
’linux-libre-headers-6.8’ symbol (one package I guess).

Well, if you are still able to reproduce the bug, could you provide the
information:

 1. Do you have only the main Guix channel?  Or do you have extra
    channels?

 2. Could you provide the revision you are targetting?


Cheers,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed
  2024-09-10 13:26 ` bug#71625: " Simon Tournier
@ 2024-09-26 18:40   ` danclm--- via Bug reports for GNU Guix
  0 siblings, 0 replies; 5+ messages in thread
From: danclm--- via Bug reports for GNU Guix @ 2024-09-26 18:40 UTC (permalink / raw)
  To: Simon Tournier; +Cc: 71625

Hi Simon, 
do not worry and thanks for your reply.

I can't reproduce the bug now as I changed my config/repo and deleted the older generations. I also don't remember how I fixed the issue. I use only the main Guix channel, no extra channels.
--
Sep 10, 2024, 18:17 by zimon.toutoune@gmail.com:

> Hi,
>
> Sorry for the late reply.
>
> On Mon, 17 Jun 2024 at 23:41, danclm@tutanota.com wrote:
>
>> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (linux-libre-headers-6.8)) (value #f))
>>
>
> It means you have one channel that does not define this
> ’linux-libre-headers-6.8’ symbol (one package I guess).
>
> Well, if you are still able to reproduce the bug, could you provide the
> information:
>
> 1. Do you have only the main Guix channel?  Or do you have extra
> channels?
>
> 2. Could you provide the revision you are targetting?
>
>
> Cheers,
> simon
>




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-27  4:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 21:41 bug#71625: build of /gnu/store/5mzanz9linxs05ypxf1fil639gs2nard-guix-package-cache.drv failed danclm--- via Bug reports for GNU Guix
2024-06-18  1:20 ` bug#71626: " danclm--- via Bug reports for GNU Guix
2024-06-18  8:27   ` Nicolas Goaziou via Bug reports for GNU Guix
2024-09-10 13:26 ` bug#71625: " Simon Tournier
2024-09-26 18:40   ` danclm--- via Bug reports for GNU Guix

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.