net-mgmt/nagios-check_bacula15 build failures
"Dan Langille" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
At the following we see:
...
!!! Jail is newer than host. (Jail: 1600009, Host: 1600007) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!
...
Compiling conio.c
--- bbconsjson.o ---
Compiling bbconsjson.c
--- conio.o ---
conio.c:150:23: error: variable has incomplete type 'struct termios'
150 | static struct termios old_term_params;
| ^
conio.c:150:15: note: forward declaration of 'termios'
150 | static struct termios old_term_params;
| ^
conio.c:939:19: error: variable has incomplete type 'struct termios'
939 | struct termios t;
| ^
conio.c:150:15: note: forward declaration of 'termios'
150 | static struct termios old_term_params;
| ^
conio.c:954:11: error: use of undeclared identifier 'VMIN'
954 | t.c_cc[VMIN] = 1; /* satisfy read after 1 char */
| ^
conio.c:955:11: error: use of undeclared identifier 'VTIME'
955 | t.c_cc[VTIME] = 0;
| ^
...
Is that the cause of the build failure? I don't think so, but wanted to check.
re https://pkg-status.freebsd.org/beefy24/data/main-amd64-default/p648a61d8ce9b_seacc501eff/logs/errors/nagios-check_bacula15-15.0.3.log
--
Dan Langille
[email protected]