You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command
make base kernel packages arm-3G DEVICE=RPI DEBUG=1
During the build process it eventually fails out during the process building readline-8.2.13_2 with the following error:
install: ./rltest2.c: No such file or directory
*** Error code 71
When manually building it errors out with this too.
Workaround that resolves the manually building:
cd /usr/ports/devel/readline
sudo pkg install devel/gmake devel/binutils devel/autoconf devel/libtool
sudo make config
sudo make
sudo make reinstall
I am not sure if this is expected to have these tools as part of building but if not maybe catch the error then mention this or check to enure these tools are installed and install them then attempt to build readline or re-build readline?
Environment is:
FreeBSD 14.2 (arm64)
Raspberry Pi 4
Thank you again as always!
The text was updated successfully, but these errors were encountered:
When running the command
make base kernel packages arm-3G DEVICE=RPI DEBUG=1
During the build process it eventually fails out during the process building readline-8.2.13_2 with the following error:
install: ./rltest2.c: No such file or directory
*** Error code 71
When manually building it errors out with this too.
Workaround that resolves the manually building:
cd /usr/ports/devel/readline sudo pkg install devel/gmake devel/binutils devel/autoconf devel/libtool sudo make config sudo make sudo make reinstall
I am not sure if this is expected to have these tools as part of building but if not maybe catch the error then mention this or check to enure these tools are installed and install them then attempt to build readline or re-build readline?
Environment is:
FreeBSD 14.2 (arm64)
Raspberry Pi 4
Thank you again as always!
The text was updated successfully, but these errors were encountered: