pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49455: Build of boost-libs fails with error message



The following reply was made to PR pkg/49455; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: pkg/49455: Build of boost-libs fails with error message
Date: Sun, 7 Dec 2014 09:47:49 +0100

 On Sun, Dec 07, 2014 at 05:55:00AM +0000, mark%ofosos.org@localhost wrote:
 > Add pch=off to the bjam arguments on this target.
 > 
 > RCS file: /cvsroot/pkgsrc/devel/boost-libs/Makefile,v
 > retrieving revision 1.29
 > diff -r1.29 Makefile
 > 16c16
 > < .if $(OPSYS) == "NetBSD" && ($(MACHINE_ARCH) == "i386" || $(MACHINE_ARCH) == "sparc64")
 > ---
 > > .if $(OPSYS) == "NetBSD" && ($(MACHINE_ARCH) == "i386" || $(MACHINE_ARCH) == "sparc64" || $(MACHINE_ARCH) == "earmhf")
 
 In v1.31 this already looks like:
 .if $(OPSYS) == "NetBSD" && (($(MACHINE_ARCH) == "i386" || $(MACHINE_ARCH) == "sparc64") || (!empty(MACHINE_ARCH:Mearm*) && !empty(PKGSRC_COMPILER:Mgcc)))
 
 Can you please update and try again?
  Thomas
 


Home | Main Index | Thread Index | Old Index