vom513
2022-Dec-18 17:38 UTC
[Nut-upsuser] Compiling on Solaris 8 sparc - configure errors
> On Dec 18, 2022, at 11:35 AM, vom513 <vom513 at gmail.com> wrote: > > checking which drivers to build... ./configure: line 13084: syntax error near unexpected token `(' > ./configure: line 13084: ` get_drvlist() (? >Sorry to self reply? got past this by using my sunfreeware / more modern bash to run configure instead of the Solaris 8 ?sh?. On to the next error ! ;)
vom513
2022-Dec-18 20:00 UTC
[Nut-upsuser] Compiling on Solaris 8 sparc - configure errors
So with a bit of hacking and tweaking, I think I?m really close to having the build finish successfully. I make it to a part with nut-scanner and I get this: Regenerating the USB helper files in SRC dir. Can't use an undefined value as a symbol reference at ../tools/nut-usbinfo.pl line 237. *** Error code 29 make: Fatal error: Command failed for target `nut-scanner/nutscan-usb.h' Current working directory /export/home/vom/Downloads/nut-2.8.0/tools *** Error code 1 make: Fatal error: Command failed for target `nutscan-usb.h' Current working directory /export/home/vom/Downloads/nut-2.8.0/tools/nut-scanner *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /export/home/vom/Downloads/nut-2.8.0/tools *** Error code 1 make: Fatal error: Command failed for target `all-recursive? I added ?-?without-usb? to configure, but it?s still hitting this part. Anyone know what this is ? Or - is there something I can further disable using ./configure that will skip this ? Thanks.