Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 132412
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: greg [...] turnstep.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.11.0
Fixed in: 3.11.1



Subject: Build failure on freebsd: Makefile ... Inconsistent operator for fulltest (3.11.0)
On FreeBSD systems: ... Output from '/usr/bin/make': make: "/usr/home/cpansand/.cpan/build/2020042317/DBD-Pg-3.11.0-1/Makefile" line 1098: Inconsistent operator for fulltest make: Fatal errors encountered -- cannot continue make: stopped in /usr/home/cpansand/.cpan/build/2020042317/DBD-Pg-3.11.0-1 ... Just a guess: maybe non-portable GNU make specific syntax is used here?
Thanks for the report. That's a good guess regarding the Makefile syntax; I will look into it.
On 2020-04-23 13:34:04, TURNSTEP wrote: Show quoted text
> Thanks for the report. That's a good guess regarding the Makefile > syntax; I will look into it.
It's seems BSD make does not like mixing : and :: If I change the line fulltest :: $(TEST_TYPE) to fulltest: $(TEST_TYPE) then the make is successful.
Much appreciated. The fix was applied in 20d25655af36c467765901c6a11d1d5853ec8c90 Will be part of the next release.