bug#39999: make install fails on mac (Catilina, Guile-3.0.1)

2020-03-11 Thread Massimiliano Gubinelli
Hi Ludovic, the problem seems to be the multiple -e together with -i. Example: Horst:clean mgubi$ cat - > test pippo Horst:clean mgubi$ sed -i -e 's,pippo,pluto,g' -e 's,pippo,pluto,g' -e 's,pippo,pluto,g' test sed: -e: No such file or directory Horst:clean mgubi$ sed -e 's,pippo,pluto,g'

bug#39999: make install fails on mac (Catilina, Guile-3.0.1)

2020-03-11 Thread Ludovic Courtès
Hi Massimiliano, Massimiliano Gubinelli skribis: > Is ok to do > > Horst:clean mgubi$ sed -e 's,pippo,pluto,g' -e 's,pippo,pluto,g' -e > 's,pippo,pluto,g' -i ‘' test Does it modify the file called ‘test’ in this case? Thanks for testing! Ludo’.

bug#39999: make install fails on mac (Catilina, Guile-3.0.1)

2020-03-11 Thread Ludovic Courtès
Hi, Massimiliano Gubinelli skribis: > make install on the last Guile 3.0.1 fails on my Mac (Catilina) with the > following message > > > ../build-aux/install-sh -c -d > '/Users/mgubi/t/guile3-usr/include/guile/3.0/libguile' > /usr/bin/install -c -m 644 version.h scmconfig.h >

bug#39999: make install fails on mac (Catilina, Guile-3.0.1)

2020-03-09 Thread Massimiliano Gubinelli
Hi, make install on the last Guile 3.0.1 fails on my Mac (Catilina) with the following message ../build-aux/install-sh -c -d '/Users/mgubi/t/guile3-usr/include/guile/3.0/libguile' /usr/bin/install -c -m 644 version.h scmconfig.h '/Users/mgubi/t/guile3-usr/include/guile/3.0/libguile'