all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67979: guix pull failed with error
@ 2023-12-23  0:46 Wensheng Xie
  2023-12-30 21:03 ` Pavel Korytov
  2024-09-10 14:04 ` Simon Tournier
  0 siblings, 2 replies; 4+ messages in thread
From: Wensheng Xie @ 2023-12-23  0:46 UTC (permalink / raw)
  To: 67979

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




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

* bug#67979: guix pull failed with error
  2023-12-23  0:46 bug#67979: guix pull failed with error Wensheng Xie
@ 2023-12-30 21:03 ` Pavel Korytov
  2024-09-10 14:04 ` Simon Tournier
  1 sibling, 0 replies; 4+ messages in thread
From: Pavel Korytov @ 2023-12-30 21:03 UTC (permalink / raw)
  To: 67979

Installing `git-minimal' to the home profile seems to have helped.

-- 
Best regards,
Korytov Pavel




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

* bug#67979: guix pull failed with error
  2023-12-23  0:46 bug#67979: guix pull failed with error Wensheng Xie
  2023-12-30 21:03 ` Pavel Korytov
@ 2024-09-10 14:04 ` Simon Tournier
  2024-09-15  7:08   ` Wensheng Xie
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Tournier @ 2024-09-10 14:04 UTC (permalink / raw)
  To: Wensheng Xie; +Cc: 67979

Hi,

On Sat, 23 Dec 2023 at 08:46, Wensheng Xie <xiewensheng@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




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

* bug#67979: guix pull failed with error
  2024-09-10 14:04 ` Simon Tournier
@ 2024-09-15  7:08   ` Wensheng Xie
  0 siblings, 0 replies; 4+ messages in thread
From: Wensheng Xie @ 2024-09-15  7:08 UTC (permalink / raw)
  To: Simon Tournier; +Cc: 67979

-----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@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-----

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

end of thread, other threads:[~2024-09-15  7:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-23  0:46 bug#67979: guix pull failed with error Wensheng Xie
2023-12-30 21:03 ` Pavel Korytov
2024-09-10 14:04 ` Simon Tournier
2024-09-15  7:08   ` Wensheng Xie

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.