cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.37k stars 285 forks source link

Error while trying to Make SheepShaver on Linux Mint 20.04 #235

Open filipe-maia opened 3 years ago

filipe-maia commented 3 years ago

Hi.

The following is the output on my terminal:

$ make tarball
rm -rf /tmp/build021612570070
mkdir /tmp/build021612570070
cd /tmp/build021612570070; cvs export -D "2021-02-06 00:07" BasiliskII SheepShaver
cvs export: No CVSROOT specified!  Please use the `-d' option
cvs [export aborted]: or set the CVSROOT environment variable.
make: *** [Makefile:37: SheepShaver-2.3-20210206.tar.gz] Erro 1

Maybe I'm doing something wrong? Thanks for the help.

MaddTheSane commented 3 years ago

make tarball looks like it still thinks that the repository is CVS. I think it migrated to SVN then git from then.

In short, make tarball needs to be updated to work with git, or removed.