[Bug 193331] New: graphics/libcdr-0.0.16_1 fails to build with clang on 9.2-RELEASE
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 4 19:37:14 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193331
Bug ID: 193331
Summary: graphics/libcdr-0.0.16_1 fails to build with clang on
9.2-RELEASE
Product: Ports Tree
Version: Latest
Hardware: amd64
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: jrm at ftfl.ca
The poudriere build log can be found here:
http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2014-09-04_14h06m17s/logs/errors/libcdr-0.0.16_1.log
A workaround is to build with gcc47/g++47 by adding
.if !empty(.CURDIR:M/usr/ports/graphics/libcdr) && exists(/usr/local/bin/gcc47)
CC=gcc47
CXX=g++47
CPP=cpp47
.endif
to /etc/make.conf.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list