ports/161494: devel/anjuta: gmake[3]: Entering directory
`/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader'
CC plugin.lo cc1: error: invalid option argument ' -OPT:Olimit=0'
gmake[3]: *** [plugin.lo] Error 1
Matthias Andree
mandree at FreeBSD.org
Sun Feb 26 13:00:10 UTC 2012
The following reply was made to PR ports/161494; it has been noted by GNATS.
From: Matthias Andree <mandree at FreeBSD.org>
To: bug-followup at FreeBSD.org, ohartman at zedat.fu-berlin.de
Cc:
Subject: Re: ports/161494: devel/anjuta: gmake[3]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader'
CC plugin.lo cc1: error: invalid option argument '-OPT:Olimit=0'
gmake[3]: *** [plugin.lo] Error 1
Date: Sun, 26 Feb 2012 13:51:37 +0100
(Note I'm not a member of the gnome@ team.)
While I can reproduce the build failure with clang (possibly related to
the "not portable" warnings your're seeing), building anjuta with gcc
works fine for me.
Can you post the command lines and relevant configuration files (like
make.conf) that you've used to attempt a build with GCC? Chances are you
haven't thoroughly switched to GCC. For me, using portmaster's -m
option wouldn't work.
Note that you can pass V=1 as make argument to get the full compiler
command lines, rather than the short "CC" "CCLD" lines, to see what's
actually happening.
More information about the freebsd-gnome
mailing list