Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2011 16:30:41 GMT
From:      Oliver Hartmann <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   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
Message-ID:  <201110111630.p9BGUfP8081461@red.freebsd.org>
Resent-Message-ID: <201110111640.p9BGe3XU009609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161494
>Category:       ports
>Synopsis:       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
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 11 16:40:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Hartmann
>Release:        FreeBSD 9.0-BETA3/amd64 and FreeBSD 10.0-CURRENT/amd64 (built with CLANG)
>Organization:
FU Berlin
>Environment:
>Description:
Trying to install or update the port devel/anjuta fails on several boxes running FreeBSD with CLANG compiled OS. Even change to the legacy gcc 4.2 doesn't resilve the problem, since compilation still fails. It seems that the python 2.7 installed (and also compiled with CLANG) has problems. The belown shown errors are gathered on FreeBSD 9.0-BETA3/amd64 since it is well known that 10.0 has problems compiling ports correctly. 

USING gcc4.2 (legacy system compiler):
--------------------------------------

Making all in language-support-python
gmake[3]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/language-support-python'
  CC     plugin.lo
plugin.c: In function 'register_stock_icons':
plugin.c:1198: warning: unused variable 'icon_set'
plugin.c:1198: warning: unused variable 'icon_factory'
plugin.c: In function 'get_line_auto_indentation':
plugin.c:669: warning: 'point_ch' may be used uninitialized in this function
plugin.c:669: note: 'point_ch' was declared here
  CC     python-assist.lo
  CC     python-utils.lo
  CCLD   libpython_plugin.la
  GEN    python-plugin-properties.schemas
/usr/local/bin/intltool-merge ../../po python-plugin.plugin.in python-plugin.plugin -d -u -c ../../po/.intltool-merge-cache
Found cached translation database
Merging translations into python-plugin.plugin.
gmake[3]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/language-support-python'
Making all in python-loader
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
gmake[3]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/devel/anjuta.
*** Error code 1

Stop in /usr/ports/devel/anjuta.



USING CLANG:
-------------

gmake[6]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/anjuta-tags'
gmake[5]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/anjuta-tags'
Making all in images
gmake[5]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/images'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/images'
Making all in benchmark
gmake[5]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/benchmark'
Making all in symbol-db
gmake[6]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/benchmark/symbol-db'
  CC     benchmark.o
  CCLD   benchmark

*** Warning: Linking the executable benchmark against the loadable module
*** libanjuta-symbol-db.so is not portable!
./../.libs/libanjuta-symbol-db.so: undefined reference to `sdb_engine_get_statement_by_query_id'
./../.libs/libanjuta-symbol-db.so: undefined reference to `sdb_engine_get_tuple_id_by_unique_name'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[6]: *** [benchmark] Error 1
gmake[6]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/benchmark/symbol-db'
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db/benchmark'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/symbol-db'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/devel/anjuta.
*** Error code 1

Stop in /usr/ports/devel/anjuta.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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