[Bug 204645] devel/binutils fails to build if earlier version is present
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 17 21:53:47 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204645
Bug ID: 204645
Summary: devel/binutils fails to build if earlier version is
present
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: bapt at FreeBSD.org
Reporter: svvoyt at i.ua
Assignee: bapt at FreeBSD.org
Flags: maintainer-feedback?(bapt at FreeBSD.org)
Created attachment 163267
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163267&action=edit
Patch for port's Makefile
OS version: FreeBSD 10.2-RELEASE-p7
Arch: amd64
Previous version of binutils is 2.23.2
Build error caused by new define "ATTRIBUTE_RETURNS_NONNULL". I didn't remove
old version before build new one. So, in /usr/local/include was ansidecl.h from
old package version. Solution for me was to add "-I../include" before usual
path in Makefile's variable "CFLAGS" (see attachment).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list