Menu

#1100 /bin/bash: no: Command not found on compile from source, ARM, Raspbian

v3.3
closed-fixed
nobody
None
SDL2x
2020-08-15
2019-02-19
No

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?

Discussion

  • compyx

    compyx - 2019-02-28

    Just tried this with Raspbian and current trunk, works fine here (after 52 bloody minutes running make).
    Did you install texinfo?

     
  • Justin Carpenter

    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!

     
  • compyx

    compyx - 2019-02-28
    • status: open --> closed-fixed
     
  • compyx

    compyx - 2019-02-28

    No problem, I'm glad the issue got fixed. :)

     
  • Ruben Barkow-Kuder

    I have the same error, and although I installed, purged and re installed texinfo, the error still persists

     
  • gpz

    gpz - 2020-08-15

    is that with trunk?

     
    • Ruben Barkow-Kuder

      no, with the latest tarball Tarball: vice-3.4.tar.gz (from sourceforge)
      
       
  • Ruben Barkow-Kuder

    If I create a no commant with

    vi /bin/no

    1
    2
    #!/bin/bash 
    echo $@
    

    chmod +x /bin/no

    I get this output at the end of make and make stops afterwards:

    -Dplatformall -o vicetmp.txt --no-validate --no-headers ./vice.texi
    
     
  • gpz

    gpz - 2020-08-15

    is that with trunk?

     
  • gpz

    gpz - 2020-08-15

    Well, try with trunk - afaik it was fixed

     

Log in to post a comment.