09-24-2022, 04:43 AM
(This post was last modified: 09-24-2022, 04:44 AM by mnrvovrfc.
Edit Reason: "size" option wacky today.
)
Void Linux (64-bit "libc" *not* "musl"): It looks like the "setup_lnx.sh" would need better logic for existence of "make" utility. This didn't happen before, why is it happening? I'm showing a bit of what happened to me at the terminal a short time ago.
And the rest of it to success. Note that I did *not* do the full-system update before asking to install "make" because I had done that two weeks ago or so.
Code: (Select All)
[xx@xxxxxxxx qbpe]$ ./setup_lnx.sh
VoidLinux detected.
Compiling and installing QB64-PE...
./setup_lnx.sh: line 112: make: command not found
./setup_lnx.sh: line 113: make: command not found
It appears that the qb64pe executable file was not created, this is usually an indication of a compile failure (You probably saw lots of error messages pop up on the screen)
Usually these are due to missing packages needed for compilation. If you're not running a distro supported by this compiler, please note you will need to install the packages listed above.
If you need help, please feel free to post on the QB64 Phoenix Edition Forums detailing what happened and what distro you are using.
Also, please tell them the exact contents of this next line:
DISTRO: voidlinux
Thank you for using the QB64-PE installer.
[xx@xxxxxxxx qbpe]$ sudo xbps-install make
Password:
Name Action Version New version Download size
make install - 4.3_3 489KB
Size to download: 489KB
Size required on disk: 1997KB
Space available on disk: 16GB
Do you want to continue? [Y/n] y
[*] Downloading packages
make-4.3_3.x86_64.xbps.sig: 512B [avg rate: 7813KB/s]
make-4.3_3.x86_64.xbps: 489KB [avg rate: 602KB/s]
make-4.3_3: verifying RSA signature...
[*] Collecting package files
make-4.3_3: collecting files...
[*] Unpacking packages
make-4.3_3: unpacking ...
[*] Configuring unpacked packages
make-4.3_3: configuring ...
make-4.3_3: installed successfully.
1 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.
[xx@xxxxxxxx qbpe]$ ./setup_lnx.sh
VoidLinux detected.
Compiling and installing QB64-PE...