Nighty build does not compile

Bug reports (if you don't/won't have a Github account)
Post Reply
joaopa
Member
Posts: 46
Joined: Sat Mar 15, 2014 5:42 pm

Nighty build does not compile

Post 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 ?
alvin
Well known member
Posts: 1872
Joined: Mon Jul 16, 2007 7:39 pm

Post 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.
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Post 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.
alvin
Well known member
Posts: 1872
Joined: Mon Jul 16, 2007 7:39 pm

Post 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.
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Post by dom »

Sounds sensible, consider it done.
Post Reply