Opened 10 months ago

Closed 10 months ago

Last modified 10 months ago

#67822 closed defect (fixed)

bmake @20230711 error in unit tests on PPC: "varmod-localtime.mk" line 61: Malformed conditional

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: powerpc Cc: ryandesign (Ryan Carsten Schmidt)
Port: bmake

Description

--- /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bmake/bmake/work/bmake/unit-tests/varmod-localtime.exp	2023-06-04 09:24:20.000000000 +0800
+++ varmod-localtime.out	2023-07-25 07:14:22.000000000 +0800
@@ -2,6 +2,9 @@
 make: "varmod-localtime.mk" line 61: Malformed conditional (${:L:localtime=-1} != "")
 make: "varmod-localtime.mk" line 72: Invalid time value " 1"
 make: "varmod-localtime.mk" line 72: Malformed conditional (${:L:localtime= 1} != "")
+make: "varmod-localtime.mk" line 88: Missing argument for ".error"
+make: "varmod-localtime.mk" line 94: Missing argument for ".error"
+make: "varmod-localtime.mk" line 107: Missing argument for ".error"
 make: "varmod-localtime.mk" line 120: Invalid time value "10000000000000000000000000000000"
 make: "varmod-localtime.mk" line 120: Malformed conditional (${:L:localtime=10000000000000000000000000000000} != "")
 make: "varmod-localtime.mk" line 133: Invalid time value "error"
Failed tests: varmod-localtime
*** Error code 1

Stop.
bmake[1]: stopped in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bmake/bmake/work/bmake/unit-tests
*** Error code 1

Stop.

I have reported the issue to upstream.

Change History (3)

comment:1 Changed 10 months ago by barracuda156

Reply from upstream:

Ok, this was a bug in the test in configure for wether TZ=Europe/Berlin works. From about 23:00 UTC until midnight the test would fail. It should work if you simply re-run, but try: https://www.crufty.net/ftp/pub/sjg/beta/bmake-20230723.tar.gz

comment:2 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In a95cafc2d506cb81cadfe59af9ea753ec0c2b196/macports-ports (master):

bmake: Update to 20230723

Closes: #67822

comment:3 Changed 10 months ago by barracuda156

Thank you! All good now.

Note: See TracTickets for help on using tickets.