[Bug 251465] devel/bmake fails unit tests in build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 29 20:11:26 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251465
Bug ID: 251465
Summary: devel/bmake fails unit tests in build
Product: Ports & Packages
Version: Latest
Hardware: i386
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: trociny at FreeBSD.org
Reporter: mjl at luckie.org.nz
Assignee: trociny at FreeBSD.org
Flags: maintainer-feedback?(trociny at FreeBSD.org)
During ports build on FreeBSD 12.2 i386
# test varparse-dynamic
# test varparse-errors
# test varparse-mod
# test varparse-undef-partial
# test varquote
--- /usr/ports/devel/bmake/work/bmake/unit-tests/varmod-gmtime.exp
2020-11-01 11:57:02.000000000 +1300
+++ varmod-gmtime.out 2020-11-30 09:10:11.540801000 +1300
@@ -17,7 +17,7 @@
: 0 becomes ok.
: 1 becomes Thu Jan 1 00:00:01 1970.
: INT32_MAX becomes Tue Jan 19 03:14:07 2038.
-: INT32_MAX + 1 becomes Tue Jan 19 03:14:08 2038.
+: INT32_MAX + 1 becomes Fri Dec 13 20:45:52 1901.
make: Invalid time value: 10000000000000000000000000000000}.
: overflow becomes mtime=10000000000000000000000000000000}.
--- /usr/ports/devel/bmake/work/bmake/unit-tests/varmod-localtime.exp
2020-11-01 11:57:02.000000000 +1300
+++ varmod-localtime.out 2020-11-30 09:10:11.953868000 +1300
@@ -17,7 +17,7 @@
: 0 becomes ok.
: 1 becomes Thu Jan 1 01:00:01 1970.
: INT32_MAX becomes Tue Jan 19 04:14:07 2038.
-: INT32_MAX + 1 becomes Tue Jan 19 04:14:08 2038.
+: INT32_MAX + 1 becomes Fri Dec 13 21:45:52 1901.
make: Invalid time value: 10000000000000000000000000000000}.
: overflow becomes ocaltime=10000000000000000000000000000000}.
Failed tests: varmod-gmtime varmod-localtime
*** Error code 1
Stop.
bmake[2]: stopped in /usr/ports/devel/bmake/work/bmake/unit-tests
*** Error code 1
Stop.
bmake[1]: stopped in /usr/ports/devel/bmake/work/bmake
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/bmake
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list