pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49455: Build of boost-libs fails with error message
>Number: 49455
>Category: pkg
>Synopsis: Build of boost-libs fails due to PCH error
>Confidential: no
>Severity: critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Dec 07 05:55:00 +0000 2014
>Originator: Mark Meyer
>Release: NetBSD 7.99.1
>Organization:
>Environment:
System: NetBSD achilles 7.99.1 NetBSD 7.99.1 (CUBIETRUCK.201411201240Z) #0: Thu Nov 20 14:23:40 UTC 2014 builds%b47.netbsd.org@localhost:/home/builds/ab/HEAD/evbarm-earmhf/201411201240Z-obj/home/source/ab/HEAD/src/sys/arch/evbarm/compile/CUBIETRUCK evbarm
Architecture: earmhf
Machine: evbarm
>Description:
Build of boost-libs fails with the following error messages (and more):
...failed gcc.compile.c++ bin.v2/libs/math/build/gcc-4.8.4/release/link-static/threading-mu
lti/erfl.o...
gcc.compile.c++ bin.v2/libs/math/build/gcc-4.8.4/release/link-static/threading-multi/expm1l
.o
libs/math/build/../src/tr1/expm1l.cpp:1:0: fatal error: had to relocate PCH
>How-To-Repeat:
Get cubieboard 3/cubietruck images and build boost-libs; cd /usr/pkgsrc/devel/boost-libs && make
>Fix:
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")
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index