On 12.08.2017 19:16, Michael Tuexen wrote:
Just my luck -- deciding to update to the latest 10.x today...
sys/netinet/tcp_syncache.c:280:50: error: implicit conversion from 'long long'
to 'time_t' (aka 'int') changes value from -9223372036854775808 to 0
[-Werror,-Wconstant-conversion]
V_tcp_syncache.hashbase[i].sch_last_overflow = INT64_MIN;
~ ^~~~~~~~~
./x86/_stdint.h:89:41: note: expanded from macro 'INT64_MIN'
#define INT64_MIN (-0x7fffffffffffffffLL-1)
Yours,
Right... I need to MFC
alsohttps://svnweb.freebsd.org/base?view=revision&revision=317244
Will do that tomorrow.
Thanks for reminding me...
You are welcome, but this means, stable is not currently buildable on
i386 -- a Tier1-platform... Is not that monitored for? On the ports side
of things, I'd be getting an automated build-failure notice shortly
after making a change, that breaks a build...
I applied the diff you linked to by hand and the kernel-build moved on,
thank you! Yours,
-mi
-mi
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"