Source: emacs
Severity: normal
X-Debbugs-Cc: tho...@koch.ro, debian-emac...@lists.debian.org

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Posting this as a bug against the emacs source package in lack of a better 
place.

Trying to git clone the emacs repository from salsa fails:

% git clone https://salsa.debian.org/rlb/deb-emacs.git
Cloning into 'deb-emacs'...
remote: Enumerating objects: 1328855, done.
remote: Counting objects: 100% (64295/64295), done.
remote: Compressing objects: 100% (12952/12952), done.
error: object 676f341671bedf6007a029bb2f3c472ebe308603: missingNameBeforeEmail: 
invalid author/committer line - missing space before email
fatal: fsck error in packed object
fatal: fetch-pack: invalid index-pack output

Searching for the error message provided a workaround:

git clone --config transfer.fsckobjects=false \
    --config receive.fsckobjects=false \
    --config fetch.fsckobjects=false \
    https://salsa.debian.org/rlb/deb-emacs.git

After cloning I could investigate the broken object:


% git cat-file -p 676f341671bedf60
tree 81fcfcb9f01174b95c685913b481dba5e16aaa5d
parent 7f27ada42c3342ed80354cd684f310a6c2d23db8
author <Thomas> 863032744 +0000
committer <Thomas> 863032744 +0000

Recognize either / or - as a machine/suptype separator from uname -m
to cope with older systems that have the older uname.

Output of git fsck:

error in commit 676f341671bedf6007a029bb2f3c472ebe308603: 
missingNameBeforeEmail: invalid author/committer line - missing space before 
email
error in commit 7fb42a25e934250edf3ed3c0ef16be2a16c3e3a3: 
missingNameBeforeEmail: invalid author/committer line - missing space before 
email
error in commit b563928ca802b46a1facff442d91c6e922ee8e1d: 
missingNameBeforeEmail: invalid author/committer line - missing space before 
email
error in commit dd17bafcae829d6420d099e169bbbcec2cdd6cf6: 
missingNameBeforeEmail: invalid author/committer line - missing space before 
email

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

iQIzBAEBCAAdFiEEdgQCBVl/ppbxMTvKB/xIkQQrploFAmIs5qkACgkQB/xIkQQr
plrlRxAAwk0DTwPqiphr4bZ0C4k3mMRdijzy5hz/2BN9V6QfTdY0hrlIIKQgdx6e
Nz+zaUKOgmp23wg5SID0xxekA1RctZQchL7yobIICfddfBeDiZc6i+W5GryYYV3b
Qbtz9CeoazHGsMEllsd0FvGpfvE+NFRBkmCWvr2FnKnNIt4f/6/zN2mhAhqndXX3
4qzhrAIhV9F0z/Rsn/Uqm86vSH+MtSICqm5FSJBuQ3abyrP0VLiJKXU4ZZgB9N5e
PCxlUpfKLTF8pN5ddeA9Fa1F6eU49pQnWLo0ZBJh50je+3uOvfqJtVx1uVM+8wHI
Z3+QVi01UTVGHz/1Fjck7JPMr5c8wRdp1Hh7ut/0B1JgjackuuavplIdeo26zA37
zTHBjmIFphFy3/4ASyNXWZnFZSwacG7qvHDqQvMqQU9pfxjpclDmMQdbbieYGtiV
HzoMZUU4/faueahGMR4J37F+lTInI891nfo6moBqaVD6G2Rn2Y6v5C1j1CTamd39
+xu0a91FHeVshYsZh3M49vFWdZ43eo45nYKM/4uownRKnEQVmNTSjhmA0oD3uK+L
R6GOwZNB6rNJnoJqCDRl1VXRhI+AZELxEZ+e7e1D8tKXF3+Y3go8k+c7whskbnJf
4p2bFJZmDXCkvknEYR0qGDMtWdQdW3cwqPxG5K8T7ycMxineBy4=
=w3n0
-----END PGP SIGNATURE-----

Reply via email to