* bug#42298: Nonexistent Git commit referenced from current Guix package
@ 2020-07-09 21:38 Leo Famulari
2020-07-10 8:17 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-07-09 21:38 UTC (permalink / raw)
To: 42298
The current Guix package points to a Git commit that does not exist,
which breaks the ability to build the package.
The current package version is '1.1.0-16.d3eee3c'.
That commit d3eee3c [0] is the commit that updated the Guix package
previously, to '1.1.0-15.03deb1e'.
However, there is no commit 03deb1e [1].
I'm not sure exactly which contexts will hit this bug, but somebody on
IRC had trouble:
http://logs.guix.gnu.org/guix/2020-07-09.log#232819
Specifically, while trying to build
'/gnu/store/igf09dzbik8id1bh9f0lahib6716fk81-guix-1.1.0-15.03deb1e-checkout',
... it failed with:
"fatal: reference is not a tree: 03deb1e891b8a8b21888e5e047017fd6a3ea7a5f".
[0]
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d3eee3c0643a20ba06941ba45d9d27146a8b634d
[1]
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=03deb1e
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#42298: Nonexistent Git commit referenced from current Guix package
2020-07-09 21:38 bug#42298: Nonexistent Git commit referenced from current Guix package Leo Famulari
@ 2020-07-10 8:17 ` Ludovic Courtès
2020-07-10 19:41 ` Leo Famulari
2020-07-11 22:35 ` Marius Bakke
0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-07-10 8:17 UTC (permalink / raw)
To: Leo Famulari; +Cc: Mathieu Othacehe, 42298
Hi,
Leo Famulari <leo@famulari.name> skribis:
> The current Guix package points to a Git commit that does not exist,
> which breaks the ability to build the package.
>
> The current package version is '1.1.0-16.d3eee3c'.
>
> That commit d3eee3c [0] is the commit that updated the Guix package
> previously, to '1.1.0-15.03deb1e'.
>
> However, there is no commit 03deb1e [1].
Yes, it was a mistake, and that’s why 1.1.0-16 was committed minutes
later:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b919d4048e72f8e5740606cdb3dac0592de21f36
Someone who encounters this bug should run ‘guix pull’.
HTH!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#42298: Nonexistent Git commit referenced from current Guix package
2020-07-10 8:17 ` Ludovic Courtès
@ 2020-07-10 19:41 ` Leo Famulari
2020-07-11 22:35 ` Marius Bakke
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-07-10 19:41 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: Mathieu Othacehe, 42298-done
On Fri, Jul 10, 2020 at 10:17:14AM +0200, Ludovic Courtès wrote:
> Hi,
>
> Leo Famulari <leo@famulari.name> skribis:
>
> > The current Guix package points to a Git commit that does not exist,
> > which breaks the ability to build the package.
> >
> > The current package version is '1.1.0-16.d3eee3c'.
> >
> > That commit d3eee3c [0] is the commit that updated the Guix package
> > previously, to '1.1.0-15.03deb1e'.
> >
> > However, there is no commit 03deb1e [1].
>
> Yes, it was a mistake, and that’s why 1.1.0-16 was committed minutes
> later:
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b919d4048e72f8e5740606cdb3dac0592de21f36
>
> Someone who encounters this bug should run ‘guix pull’.
Alright, closing.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#42298: Nonexistent Git commit referenced from current Guix package
2020-07-10 8:17 ` Ludovic Courtès
2020-07-10 19:41 ` Leo Famulari
@ 2020-07-11 22:35 ` Marius Bakke
1 sibling, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2020-07-11 22:35 UTC (permalink / raw)
To: Ludovic Courtès, Leo Famulari; +Cc: Mathieu Othacehe, 42298
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
Ludovic Courtès <ludo@gnu.org> writes:
> Hi,
>
> Leo Famulari <leo@famulari.name> skribis:
>
>> The current Guix package points to a Git commit that does not exist,
>> which breaks the ability to build the package.
>>
>> The current package version is '1.1.0-16.d3eee3c'.
>>
>> That commit d3eee3c [0] is the commit that updated the Guix package
>> previously, to '1.1.0-15.03deb1e'.
>>
>> However, there is no commit 03deb1e [1].
>
> Yes, it was a mistake, and that’s why 1.1.0-16 was committed minutes
> later:
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b919d4048e72f8e5740606cdb3dac0592de21f36
>
> Someone who encounters this bug should run ‘guix pull’.
If you create an installer with todays Guix, 'guix system init' will
fail because it tries to build the broken 1.1.0-15. Running 'guix pull'
inside the constrained installation environment is not a great solution,
particularly if substitutes are unavailable, so I created a new snapshot
in 6680880f9b8dceb4f2f3f91bd2b13c659b53835e.
(I had already encountered this today when reinstalling a machine.)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-07-11 22:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-09 21:38 bug#42298: Nonexistent Git commit referenced from current Guix package Leo Famulari
2020-07-10 8:17 ` Ludovic Courtès
2020-07-10 19:41 ` Leo Famulari
2020-07-11 22:35 ` Marius Bakke
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).