I've clean installed FreeBSD 11 to an old laptop: Fujitsu Amilo. The installation is complete and I have root + 1 user.
The first thing I tried to do is compile pkg by the following process:
but it fails with the following message (note, the forum's compiler reads 'parentheses - i' as a call for italics, so this is not quite verbatim, it should appear in the 'key' section):
I hit
"Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes ad rebuilt before reporting the failure to the maintainer."
The first thing I tried to do is compile pkg by the following process:
cd /usr/ports/ports-mgmt/pkg
make install clean
but it fails with the following message (note, the forum's compiler reads 'parentheses - i' as a call for italics, so this is not quite verbatim, it should appear in the 'key' section):
Code:
Making all in Blake2
CC sqlite/libsqlite_lasqlite3.lo
sqlite/sqlite3.c:55862:12: warning: unused variable 'pBlock' [-Wunused-variable]
sqlite3 *pBlock = 0
sqlite/sqlite3.c:60268:11: warning: unused variable 'key' [-Wunused-variable]
u32 key - get4byte(&apNew->aData[8]);
sqlite/sqlite3.c:8954:262: warning: unused variable 'sqlite3one' [-Wunused-const-variable]
SQLIT_PRIVATE const inst sqlite3one = 1;
I hit
ctrl-c
to quit the process and the following message appears:"Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes ad rebuilt before reporting the failure to the maintainer."