GNU bug report logs - #67979
guix pull failed with error

Previous Next

Package: guix;

Reported by: Wensheng Xie <xiewensheng <at> hotmail.com>

Date: Sat, 23 Dec 2023 00:48:01 UTC

Severity: normal

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67979 in the body.
You can then email your comments to 67979 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#67979; Package guix. (Sat, 23 Dec 2023 00:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wensheng Xie <xiewensheng <at> hotmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 23 Dec 2023 00:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wensheng Xie <xiewensheng <at> hotmail.com>
To: bug-guix <at> gnu.org
Subject: guix pull failed with error
Date: Sat, 23 Dec 2023 08:46:51 +0800
Here is the information from terminal:

guix pull: compressing cached Git repository at '/home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxnr3orf75523s3fldlvq'...
guix pull: Fehler: '/gnu/store/xg500s4zygcgl94188bi15n8qhm54q9y-git-minimal-2.41.0/bin/git -C /home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxnr3orf75523s3fldlvq gc' exited with status 128; output follows:

  error: Unbekannte Option: `cruft'
  Verwendung: git repack [<Optionen>]
  
      -a                    alles in eine einzige Pack-Datei packen
      -A                    genau wie -a, unerreichbare Objekte werden aber nicht gelöscht
      -d                    redundante Pakete entfernen und "git-prune-packed" ausführen
      -f                    --no-reuse-delta an git-pack-objects übergeben
      -F                    --no-reuse-object an git-pack-objects übergeben
      -n                    git-update-server-info nicht ausführen
      -q, --quiet           weniger Ausgaben
      -l, --local           --local an git-pack-objects übergeben
      -b, --write-bitmap-index
                            Bitmap-Index schreiben
      -i, --delta-islands   --delta-islands an git-pack-objects übergeben
      --unpack-unreachable <Datumsangabe>
                            mit -A, keine Objekte älter als dieses Datum löschen
      -k, --keep-unreachable
                            mit -a, nicht erreichbare Objekte neu packen
      --window <Anzahl>     Größe des Fensters für die Delta-Kompression
      --window-memory <Bytes>
                            gleiches wie oben, aber die Speichergröße statt der Anzahl der Einträge limitieren
      --depth <Anzahl>      die maximale Delta-Tiefe limitieren
      --threads <Anzahl>    maximale Anzahl von Threads limitieren
      --max-pack-size <Bytes>
                            maximale Größe für jede Paketdatei
      --pack-kept-objects   Objekte umpacken, die sich in mit .keep markierten Pack-Dateien befinden
      --keep-pack <Name>    dieses Paket nicht neu packen
      -g, --geometric <Anzahl>
                            eine geometrische Progression mit Faktor <N> finden
      -m, --write-midx      ein Multipack-Index des resultierenden Pakets schreiben
  
  Schwerwiegend: failed to run repack

---end of information---

Is there a way to fix this?
wxie




Information forwarded to bug-guix <at> gnu.org:
bug#67979; Package guix. (Sun, 31 Dec 2023 06:30:03 GMT) Full text and rfc822 format available.

Message #8 received at 67979 <at> debbugs.gnu.org (full text, mbox):

From: Pavel Korytov <thexcloud <at> gmail.com>
To: 67979 <at> debbugs.gnu.org
Subject: guix pull failed with error
Date: Sun, 31 Dec 2023 00:03:21 +0300
Installing `git-minimal' to the home profile seems to have helped.

-- 
Best regards,
Korytov Pavel




Information forwarded to bug-guix <at> gnu.org:
bug#67979; Package guix. (Tue, 10 Sep 2024 16:20:02 GMT) Full text and rfc822 format available.

Message #11 received at 67979 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Wensheng Xie <xiewensheng <at> hotmail.com>
Cc: 67979 <at> debbugs.gnu.org
Subject: Re: bug#67979: guix pull failed with error
Date: Tue, 10 Sep 2024 16:04:10 +0200
Hi,

On Sat, 23 Dec 2023 at 08:46, Wensheng Xie <xiewensheng <at> hotmail.com> wrote:
> Here is the information from terminal:
>
> guix pull: compressing cached Git repository at '/home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxnr3orf75523s3fldlvq'...
> guix pull: Fehler: '/gnu/store/xg500s4zygcgl94188bi15n8qhm54q9y-git-minimal-2.41.0/bin/git -C /home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxnr3orf75523s3fldlvq gc' exited with status 128; output follows:

What happens if you run:

--8<---------------cut here---------------start------------->8---
$ guix shell git                                                                           \
  -- git                                                                                   \
  -C /home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxnr3orf75523s3fldlvq \
  gc
--8<---------------cut here---------------end--------------->8---

Cheers,
simon




Information forwarded to bug-guix <at> gnu.org:
bug#67979; Package guix. (Sun, 15 Sep 2024 07:11:02 GMT) Full text and rfc822 format available.

Message #14 received at 67979 <at> debbugs.gnu.org (full text, mbox):

From: Wensheng Xie <xiewensheng <at> hotmail.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 67979 <at> debbugs.gnu.org
Subject: Re: bug#67979: guix pull failed with error
Date: Sun, 15 Sep 2024 15:08:34 +0800
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Thank you for looking into this bug.

After I changed my channel to the official guix channel (slower), the
problem is solved.


On 二, 2024-09-10 at 16:04 +0200, Simon Tournier wrote:
> Hi,
> 
> On Sat, 23 Dec 2023 at 08:46, Wensheng Xie <xiewensheng <at> hotmail.com>
> wrote:
> > Here is the information from terminal:
> > 
> > guix pull: compressing cached Git repository at
> > '/home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yx
> > nr3orf75523s3fldlvq'...
> > guix pull: Fehler: '/gnu/store/xg500s4zygcgl94188bi15n8qhm54q9y-
> > git-minimal-2.41.0/bin/git -C
> > /home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxn
> > r3orf75523s3fldlvq gc' exited with status 128; output follows:
> 
> What happens if you run:
> 
> --8<---------------cut here---------------start------------->8---
> $ guix shell
> git                                                                  
>          \
>   --
> git                                                                  
>                  \
>   -C
> /home/wxie/.cache/guix/checkouts/vkjy73mbbefpvcinhoaz3khygyu6zo4yxnr3
> orf75523s3fldlvq \
>   gc
> --8<---------------cut here---------------end--------------->8---
> 
> Cheers,
> simon

-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEEXD5dtzOUl6jHgNSRB1KRPUAvq4cFAmbmh/IACgkQB1KRPUAv
q4c1rQv+Kb0hAD3VeeuTRbCy4M5lbVVST2jXU/GeYZgWxNohHZRty2BrFupAjxn/
VBssvyQrsikGY7j42ey5b1wZxiQLf2su3mUIL1Oy/Kk2KBk/hd0YdXg49nPenTG0
72DiQqqrDs/7dlWu9TuPY65/b0NU3AmFLOgIzpdE+iRzF0eFvNpgxJ6HIAnGGE5e
yDdGqRZ7OVTvG9jkf49hOVXvpv4qY8mD7Iu28U6URNYZWaGOD9y14wMrpJ5aNurB
YAs/K3uVBdi5N6vDhGsSwrMfMP9D/s+Ba0KiB3pneIke4bBUOdNLMCylItcpCH6O
1Ol4edqwdIDRUnex2ng/yzYxoFxIya7fkI3CFGV6EbbC7w1eiJkRlwHp3imq2TzB
C7Gza8dIajVr0bvFXemxyijSMZ6V7JBAHJQE4oarztgkTK7hEkSVs5RjYxzhuaw3
J7nrlw7fZ/QCLEbbaq8/CzkfsMtkENS9n7IXFLYTOIwoZn7btFsiKiDcuwT5o/or
TWn+kEtN
=jMwT
-----END PGP SIGNATURE-----

Reply sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Fri, 20 Sep 2024 16:12:04 GMT) Full text and rfc822 format available.

Notification sent to Wensheng Xie <xiewensheng <at> hotmail.com>:
bug acknowledged by developer. (Fri, 20 Sep 2024 16:12:04 GMT) Full text and rfc822 format available.

Message #19 received at 67979-done <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: wxie <at> member.fsf.org
Cc: 67979-done <at> debbugs.gnu.org
Subject: Re: bug#67979: guix pull failed with error
Date: Fri, 20 Sep 2024 17:50:45 +0200
Hi,

On dim., 15 sept. 2024 at 15:08, Wensheng Xie <xiewensheng <at> hotmail.com> wrote:
> On 二, 2024-09-10 at 16:04 +0200, Simon Tournier wrote:

>> What happens if you run:

[...]

> Thank you for looking into this bug.
>
> After I changed my channel to the official guix channel (slower), the
> problem is solved.

Thanks for your reply.  Closing.

Cheers,
simon




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Oct 2024 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 122 days ago.

Previous Next


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