Syncthing Jail

Status
Not open for further replies.

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Could you please explain why this is happening.

Code:
root@syncthing:/usr/ports/net/syncthing # uname -a
FreeBSD syncthing 11.1-STABLE FreeBSD 11.1-STABLE #2 r321665+366f54a78b2(freenas/11.1-stable): Wed Mar 21 23:04:13 UTC 2018



Code:
root@syncthing:/usr/ports/net/syncthing # make config-recursive
===> Setting user-specified options for syncthing-0.14.45 and dependencies
===> Building/installing dialog4ports as it is required for the config dialog
===>  Cleaning for dialog4ports-0.1.6
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.
i cant explain why as i do not ubderstand the issue. its a recent bug with the FreeBSD pacakge builds. I googled the issue and helped someone else fix it with a pkg update/upgrade while forcing the OS version
 

KrisBee

Wizard
Joined
Mar 20, 2017
Messages
1,288
Could you please explain why this is happening.

Code:
root@syncthing:/usr/ports/net/syncthing # uname -a
FreeBSD syncthing 11.1-STABLE FreeBSD 11.1-STABLE #2 r321665+366f54a78b2(freenas/11.1-stable): Wed Mar 21 23:04:13 UTC 2018



Code:
root@syncthing:/usr/ports/net/syncthing # make config-recursive
===> Setting user-specified options for syncthing-0.14.45 and dependencies
===> Building/installing dialog4ports as it is required for the config dialog
===>  Cleaning for dialog4ports-0.1.6
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.

Probably due to kernel and user environment being out of step in warden. Compare uname -K with uname -U in the jail you created.

Adding "ALLOW_UNSUPPORTED_SYSTEM=yes" to the file /etc/make.conf should enable you to proceed.
 

TrashKing

Dabbler
Joined
Feb 15, 2018
Messages
28

root@syncthing:/usr/ports/shells/psh # uname -K
1101505
root@syncthing:/usr/ports/shells/psh # uname -U
1100122


Well played, sir.
 
Status
Not open for further replies.
Top