Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Sep 2014 19:37:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193331] New: graphics/libcdr-0.0.16_1 fails to build with clang on 9.2-RELEASE
Message-ID:  <bug-193331-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jrm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193331-13>