After performing an update/rebuild the other day now some of my colors in some of the display screens are messed up. What caused this?
https://imgur.com/a/BlNPfZj
For the record, this is how I updated. I believe so at least. I did it one step at a time and after it seemed to work I made a script to use next time.
cd /home/bbs/sbbs
sudo systemctl stop sbbs
rm exec.tgz
rm text.tgz
tar -czf exec.tgz exec
tar -czf text.tgz text
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /home/bbs/sbbs/src/sbbs3; make RELEASE=1 symlinks
cd /home/bbs/sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks
cd /home/bbs/sbbs/exec; cvs update -d
cd /home/bbs/sbbs/ctrl; wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/text.dat
cd /home/bbs/sbbs/text; cvs update -d
cd /home/bbs/sbbs/exec; ./jsexec update
cd /home/bbs/sbbs
sudo systemctl start sbbs
cd /home/bbs/sbbs
sudo systemctl stop sbbs
rm exec.tgz
rm text.tgz
tar -czf exec.tgz exec
tar -czf text.tgz text
Thanks for the detailed bug report. It should be fixed now in CVS.
here's a paste of the script i use... it is pretty comprehensive and allows for easy adjustment... there's really only one line that needs to be set... then to choose from one of the four available BUILDOPTS lines depending on if you want a release or debug build and if you want dosemu or not... other options can be added in the BUILDOPTS line if needed... BUILDOPTS is used on all compile lines so everything is built the same way each time...
After performing an update/rebuild the other day now some of my colors
in some of the display screens are messed up. What caused this?
https://imgur.com/a/BlNPfZj
Thanks for the detailed bug report. It should be fixed now in CVS.
Sysop: | Zazz |
---|---|
Location: | Mesquite, Tx |
Users: | 7 |
Nodes: | 4 (0 / 4) |
Uptime: | 15:06:36 |
Calls: | 157 |
Files: | 2,103 |
Messages: | 144,386 |