[Bug 193274] New: [maintainer] [patch] net/yate: fix build on 11-CURRENT
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 3 07:55:07 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193274
Bug ID: 193274
Summary: [maintainer] [patch] net/yate: fix build on 11-CURRENT
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: koue at chaosophia.net
Created attachment 146717
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146717&action=edit
build-11-current
Yate build fails on 11-CURRENT-i386 and 11-CURRENT-amd64 with:
===> Building for yate-5.4.0.p1
gmake[1]: Entering directory `/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1'
gmake -C ./engine all
gmake[2]: Entering directory
`/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1/engine'
c++ -Wall -I.. -I.. -O2 -pipe -I/usr/local/include -fno-strict-aliasing
-fno-check-new -fno-exceptions -fPIC -DHAVE_GCC_FORMAT_CHECK
-DHAVE_BLOCK_RETURN -DATOMIC_OPS -DHAVE_GMTOFF -c TelEngine.cpp
c++: error: unknown argument: '-fno-check-new'
gmake[2]: *** [TelEngine.o] Error 1
gmake[2]: Leaving directory
`/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1/engine'
gmake[1]: *** [library] Error 2
gmake[1]: Leaving directory `/wrkdirs/usr/ports/net/yate/work/yate-5.4.0-1'
*** Error code 1
http://beefy1.isc.freebsd.org/data/head-i386-default/2014-08-28_22h03m04s/logs/yate-5.4.0.p1.log
http://beefy2.isc.freebsd.org/data/head-amd64-default/2014-08-29_00h36m14s/logs/yate-5.4.0.p1.log
Following patch removes "no-check-new" build option.
https://redports.org/~koue/20140903071401-38198-240447/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240448/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240449/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240450/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240451/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240452/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240453/yate-5.4.0.p1_1.log
https://redports.org/~koue/20140903071401-38198-240454/yate-5.4.0.p1_1.log
"make check-plist" and "make stage-qa" report no errors.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list