pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

git on sparc64?



I built git from pkgsrc on netbsd-5/sparc64.  I get errors when trying
to clone a repository (that I can clone fine and pull from and also push
to on i386).  It seems unlikely that there are endian/word-size issues
in Git, but I thought I'd ask if anyone else has tried this or is having
trouble.

gdt 37 ~/SOFTWARE/GPSD > git clone ssh://git.berlios.de/gitroot/gpsd
Initialized empty Git repository in /usr/home/gdt/SOFTWARE/GPSD/gpsd/.git/
remote: Counting objects: 29183, done.
remote: Compressing objects: 100% (7771/7771), done.
fatal: pack signature mismatch
fatal: index-pack failed

on netbsd-5/i386

gdt 350 ~/SOFTWARE/GPSD > git clone ssh://git.berlios.de/gitroot/gpsd
Initialized empty Git repository in /usr/home/gdt/SOFTWARE/GPSD/gpsd/.git/
remote: Counting objects: 29183, done.
remote: Compressing objects: 100% (7771/7771), done.
remote: Total 29183 (delta 21848), reused 24144 (delta 21401)
Receiving objects: 100% (29183/29183), 7.94 MiB | 309 KiB/s, done.
Resolving deltas: 100% (21848/21848), done.


Attachment: pgpC_ehUKzOV9.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index