Skip Menu |

This queue is for tickets about the Alien-uPB CPAN distribution.

Report information
The Basics
Id: 113197
Status: resolved
Priority: 0/
Queue: Alien-uPB

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: 0.07



Subject: gmake required for building upb
While trying to build Alien-uPB on freebsd systems I get the following errors: ... + make default googlepb USER_CPPFLAGS="-I/usr/local/include -D_THREAD_SAFE -pthread -fPIC" make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04-B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" line 60: Missing dependency operator make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04-B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" line 64: Need an operator make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04-B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" line 66: Missing dependency operator make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04-B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" line 68: Need an operator ... This is an indication that the Makefile here is not compatible with BSD make, just with GNU make.
On 2016-03-20 08:57:16, SREZIC wrote: Show quoted text
> While trying to build Alien-uPB on freebsd systems I get the following > errors: > > ... > + make default googlepb USER_CPPFLAGS="-I/usr/local/include > -D_THREAD_SAFE -pthread -fPIC" > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > line 60: Missing dependency operator > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > line 64: Need an operator > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > line 66: Missing dependency operator > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > line 68: Need an operator > ... > > This is an indication that the Makefile here is not compatible with > BSD make, just with GNU make.
A possible patch can be found at: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Alien-uPB-0.04-RT113197.patch Note that this patch is missing the specification of the Alien::gmake dependency.
On 2016-03-20 08:59:24, SREZIC wrote: Show quoted text
> On 2016-03-20 08:57:16, SREZIC wrote:
> > While trying to build Alien-uPB on freebsd systems I get the > > following > > errors: > > > > ... > > + make default googlepb USER_CPPFLAGS="-I/usr/local/include > > -D_THREAD_SAFE -pthread -fPIC" > > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > > line 60: Missing dependency operator > > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > > line 64: Need an operator > > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > > line 66: Missing dependency operator > > make: "/home/cpansand/.cpan/build/2016031921/Alien-uPB-0.04- > > B6yMnP/_alien/upb-b0976f608b40fb320263f399e83f4ad9d5f3bd68/Makefile" > > line 68: Need an operator > > ... > > > > This is an indication that the Makefile here is not compatible with > > BSD make, just with GNU make.
> > A possible patch can be found at: > http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Alien-uPB- > 0.04-RT113197.patch > > Note that this patch is missing the specification of the Alien::gmake > dependency.
Still a problem with the recent 0.06.