I'm trying to compile 3.3 from source on a Raspberry Pi running Raspbian, configured as follows:
./configure --enable-sdlui2 --enable-ethernet --with-alsa --enable-rs232 --disable-ipv6
...and I'm encountering the following error during the make cycle:
Making all in PRINTER
Making all in fonts
Making all in man
Making all in doc
Making all in building
Making all in html
Making all in readmes
/bin/bash: no: command not found
Makefile:1097: recipe for target 'vice.txt' failed
make[2]: *** [vice.txt] Error 127
Makefile:727: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:504: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Any thoughts?
Just tried this with Raspbian and current trunk, works fine here (after 52 bloody minutes running make).
Did you install texinfo?
A purge and reinstall of texinfo fixed it. Looks like something went sideways on my end, apologies for the trouble (and long compile time to test). Thank you!
No problem, I'm glad the issue got fixed. :)
I have the same error, and although I installed, purged and re installed texinfo, the error still persists
is that with trunk?
If I create a
nocommant withvi /bin/no
chmod +x /bin/no
I get this output at the end of make and make stops afterwards:
is that with trunk?
Well, try with trunk - afaik it was fixed