sysinstall: Command not found.
root@localhost:~ # pkg install gcc8
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
gcc8: 8.2.0_1
Number of packages to be installed: 1
The process will require 169 MiB more space.
41 MiB to be downloaded.
Proceed with this action? [y/N]: y
pkg: http://pkg.FreeBSD.org/FreeBSD:11:i386/quarterly/All/gcc8-8.2.0_1.txz: Not Found
root@localehost:~ #
root@localhost:/Srcs/Server # gmake all
--------------------------------------
Update Revision
--------------------------------------
41025
--------------------------------------
Full Build Start
--------------------------------------
gmake -C liblua/5.0 clean
gmake[1]: Entering directory '/Srcs/Server/liblua/5.0'
cd include; gmake clean
gmake[2]: Entering directory '/Srcs/Server/liblua/5.0/include'
gmake[2]: Nothing to be done for 'clean'.
gmake[2]: Leaving directory '/Srcs/Server/liblua/5.0/include'
cd src; gmake clean
gmake[2]: Entering directory '/Srcs/Server/liblua/5.0/src'
rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o ../lib/liblua.a
gmake[2]: Leaving directory '/Srcs/Server/liblua/5.0/src'
cd src/lib; gmake clean
gmake[2]: Entering directory '/Srcs/Server/liblua/5.0/src/lib'
rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
gmake[2]: Leaving directory '/Srcs/Server/liblua/5.0/src/lib'
gmake[1]: Leaving directory '/Srcs/Server/liblua/5.0'
gmake -C liblua/5.0
gmake[1]: Entering directory '/Srcs/Server/liblua/5.0'
cd include; gmake all
gmake[2]: Entering directory '/Srcs/Server/liblua/5.0/include'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Srcs/Server/liblua/5.0/include'
cd src; gmake all
gmake[2]: Entering directory '/Srcs/Server/liblua/5.0/src'
gcc8 -O2 -g -m32 -Wall -I../include -c -o lapi.o lapi.c
/usr/local/bin/gcc8: 1: Syntax error: "(" unexpected
gmake[2]: *** [<builtin>: lapi.o] Error 2
gmake[2]: Leaving directory '/Srcs/Server/liblua/5.0/src'
gmake[1]: *** [Makefile:12: all] Error 2
gmake[1]: Leaving directory '/Srcs/Server/liblua/5.0'
gmake: *** [Makefile:87: all] Error 2
root@localhost:/Srcs/Server # cd /
root@localhost:/ # sysinstall
sysinstall: Command not found.
root@localhost:/ #