On 2017/06/26 12:10, Martin Pieuchot wrote: > On 26/06/17(Mon) 11:56, Landry Breuil wrote: > > On Mon, Jun 26, 2017 at 11:51:15AM +0200, Martin Pieuchot wrote: > > > No debug symbols, so I can't find/fix the problem. > > > > > > OpenBSD 6.1-current (GENERIC.MP) #18: Mon Jun 26 11:20:49 CEST 2017 > > > m...@oliva.grenadille.net:/sys/arch/sparc64/compile/GENERIC.MP > > > > > > $ git --version > > > git version 2.13.0 > > > > > > > Maybe it's the sha1 thing that was broken in 2.13.0 and got fixed in > > 2.13.0p0 and the sparc64 havent catched up yet ? > > Dunno, I updated my packages before reporting: > > # pkg_add -u git > quirks-2.325 signed on 2017-06-18T10:35:43Z > # pkg_info |grep git > git-2.13.0p0 GIT - Tree History Storage Tool >
sparc64 package builds take a couple of weeks, and upstream have been messing about with the endian stuff recently. Best bet is to test with the version that's in -current and while you're there build it with "make DEBUG=-g package" in case it doesn't work and you need symbols. If it's a pain to update because you have an existing ports checkout done with git you can just move that dir out the way and "cvs -d $CVSROOT get -Pd git ports/devel/git".