sandy icon indicating copy to clipboard operation
sandy copied to clipboard

Build fails without GNU make

Open eserte opened this issue 2 years ago • 0 comments

On systems where the default make is not GNU make, e.g. on FreeBSD systems, the build step fails. On older FreeBSD systems:

Output from '/usr/bin/make':

make: "/home/cpansand/.cpan/build/2023092409/App-Sandy-0.25-vurlG2/Makefile" line 1560: Need an operator
make: "/home/cpansand/.cpan/build/2023092409/App-Sandy-0.25-vurlG2/Makefile" line 1573: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /home/cpansand/.cpan/build/2023092409/App-Sandy-0.25-vurlG2

or with newer FreeBSD:

Output from '/usr/bin/make':

make: "/usr/home/cpansand/.cpan/build/2023091918/App-Sandy-0.25-0/Makefile" line 1402: Invalid line type
make: "/usr/home/cpansand/.cpan/build/2023091918/App-Sandy-0.25-0/Makefile" line 1415: Invalid line type
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/home/cpansand/.cpan/build/2023091918/App-Sandy-0.25-0

eserte avatar Oct 06 '23 05:10 eserte