Problems accessing SVN repo for SDCC?

ZX80, ZX 81, ZX Spectrum, TS2068 and other clones
Post Reply
User avatar
jorgegv
Well known member
Posts: 287
Joined: Wed Nov 18, 2020 5:08 pm

Problems accessing SVN repo for SDCC?

Post by jorgegv »

Hi people,

is anyone having _lots_ of problems downloading SDCC sources from SVN repo when building Z88DK from sources?

I have read something about some sporadic problems recently, but this morning it's like I've had to restart the compilation about 7 times until I got a successful download...

Code: Select all

svn checkout -r 12036 https://svn.code.sf.net/p/sdcc/code/trunk/sdcc -q /home/jorgegv/src/spectrum/z88dk/src/sdcc-build 
svn: E175002: Unexpected HTTP status 400 'Bad Request' on '/p/sdcc/code/!svn/me'
make: *** [Makefile:84: /home/jorgegv/src/spectrum/z88dk/src/sdcc-build/configure] Error 1
[jorgegv@kashyyk z88dk]$ ./build.sh
make -C testsuite
make[1]: se entra en el directorio '/home/jorgegv/src/spectrum/z88dk/testsuite'
make[1]: No se hace nada para 'all'.
make[1]: se sale del directorio '/home/jorgegv/src/spectrum/z88dk/testsuite'
svn checkout -r 12036 https://svn.code.sf.net/p/sdcc/code/trunk/sdcc -q /home/jorgegv/src/spectrum/z88dk/src/sdcc-build 
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

Re: Problems accessing SVN repo for SDCC?

Post by dom »

Yeah, sourceforge svn is horrendously unreliable.

It was killing our CI builds until we added the BUILD_SDCC_HTTP=1 option: https://github.com/z88dk/z88dk/wiki/ins ... inux--unix

That option just downloads a fully patched tarball from the nightly server which despite running on my desk creates fewer issues than sourceforge.
User avatar
jorgegv
Well known member
Posts: 287
Joined: Wed Nov 18, 2020 5:08 pm

Re: Problems accessing SVN repo for SDCC?

Post by jorgegv »

wow, thanks for the info

J.
Timmy
Well known member
Posts: 392
Joined: Sat Mar 10, 2012 4:18 pm

Re: Problems accessing SVN repo for SDCC?

Post by Timmy »

Yes, I've had that problem too with sdcc too. For me, I just skipped the "export BUILD_SDCC=1" and don't install sdcc instead. :P

(I'm mostly not using sdcc anyway.)
User avatar
jorgegv
Well known member
Posts: 287
Joined: Wed Nov 18, 2020 5:08 pm

Re: Problems accessing SVN repo for SDCC?

Post by jorgegv »

Yes, I am using it in fact. I found a big difference in optimization and code size wrt SCCZ80...
Post Reply