wwarthen / RomWBW

System Software for Z80/Z180/Z280 Computers
GNU Affero General Public License v3.0
340 stars 101 forks source link

build errors on Lubuntu #208

Closed lynchaj closed 3 years ago

lynchaj commented 3 years ago

I downloaded the dev branch zip file and expanded in my home directory on Lubuntu 20.04. Made sure gcc, gnu make, ncurses, and srecord was already installed. Tried make clean which worked. Then tried make and it got about halfway through and quit due to "permission denied" errors in Tools/Linux and Tools/unix.

I used "chmod 777 *" in both Tools/Linux and Tools/unix directories and then make succeeded but that is obviously not a long term solution. It looks like there is a permissions or groups related error in the make file. Below is a capture of the make output with the error so you can see what happened. Also noticed that after another make clean the next make succeeded without error so this maybe related to directory permissions.

make_results.txt

wwarthen commented 3 years ago

I have found that there is an outstanding issue (https://github.com/actions/upload-artifact/issues/38) for this problem. There are some workarounds mentioned, but I don't consider any of them to be better than the workaround I have already put in place.

lynchaj commented 3 years ago

Hi Wayne Well that would certainly explain why other people were seeing the problem.

Sometimes just fixing the symptoms is good enough...

Thanks, Andrew Lynch On Tuesday, July 13, 2021, 05:44:53 PM EDT, Wayne Warthen @.***> wrote:

I have found that there is an outstanding issue (actions/upload-artifact#38) for this problem. There are some workarounds mentioned, but I don't consider any of them to be better than the workaround I have already put in place.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub, or unsubscribe.