Page 1 of 1

Nighty build does not compile

Posted: Tue Jun 14, 2016 4:50 am
by joaopa
With the nighty build 14-Jun-2016 04:05, I can not compile. I receive these messages:

make[1] : on entre dans le r?pertoire ? /home/joaopa/z88dk/libsrc/games ?
zcc +test -O3 -vn -Wn43 -c -DSPECTRUM bit_frequency.c
zcc +test -O3 -vn -Wn43 -c -DSPECTRUM bit_play.c
make[1] : on quitte le r?pertoire ? /home/joaopa/z88dk/libsrc/games ?
z80asm -d -ns -nm -Mo -I/home/joaopa/z88dk/lib/config//../ -DFORzx -x./pps_clib @./pps.lst
Error: cannot read file 'fcntl/sprinter/read.asm'
Error: cannot read file 'fcntl/sprinter/readbyte.asm'
Error: cannot read file 'fcntl/sprinter/write.asm'
Error: cannot read file 'fcntl/sprinter/writebyte.asm'
Error: cannot read file 'fcntl/sprinter/getcwd.asm'
5 errors occurred during assembly
Makefile:402 : la recette pour la cible ? pps_clib.lib ? a ?chou?e
make: *** [pps_clib.lib] Erreur 1
make : on quitte le r?pertoire ? /home/joaopa/z88dk/libsrc ?
make : on entre dans le r?pertoire ? /home/joaopa/z88dk/libsrc ?
cp ./*.lib ../lib/clibs
make : on quitte le r?pertoire ? /home/joaopa/z88dk/libsrc ?

Posted: Tue Jun 14, 2016 8:58 am
by alvin
You can check the nightly build report in the forum and see the June 14 build failed.

The problem is why was the erroneous June 14 source tarball uploaded to the checked nightly build downloads? http://nightly.z88dk.org/ The latest windows and mac builds are still correctly dated June 13.

If you'd like to back up to the last successful build, grab the June 13 tarball.

Posted: Tue Jun 14, 2016 12:35 pm
by dom
There's a bit of churn at the moment as I remove things and get classic sdcc/section ready. I fixed that issue this morning and unless I break it again this evening the next nightly should be good.

The source tarball is always uploaded, consider it an archive of change. But as Alvin mentioned, the build report forum will indicate whether a build is good or not.

Posted: Tue Jun 14, 2016 2:17 pm
by alvin
dom wrote:The source tarball is always uploaded, consider it an archive of change. But as Alvin mentioned, the build report forum will indicate whether a build is good or not.
Maybe we can prevent the "http://nightly.z88dk.org/z88dk-latest.tgz" link from being updated if there is a failure? Our install instructions ( http://www.z88dk.org/wiki/doku.php?id=t ... linux_unix ) are instructing to wget that file to build from source.

Posted: Tue Jun 14, 2016 2:45 pm
by dom
Sounds sensible, consider it done.