ports/188596: textproc/py-libxml2 fails to build
Alexander Panyushkin
vsityz at gmail.com
Fri Apr 25 16:20:01 UTC 2014
The following reply was made to PR ports/188596; it has been noted by GNATS.
From: Alexander Panyushkin <vsityz at gmail.com>
To: Koop Mast <kwm at rainbow-runner.nl>, bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/188596: textproc/py-libxml2 fails to build
Date: Fri, 25 Apr 2014 19:13:35 +0300
Helo!
I build with default make.conf
The same error
config.log
Selected GCC installation:
configure:3346: $? = 0
configure:3335: cc -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:3346: $? = 1
configure:3335: cc -qversion >&5
cc: error: unknown argument: '-qversion'
cc: error: no input files
configure:3346: $? = 1
configure:3366: checking whether the C compiler works
configure:3388: cc -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing
-std=gnu89 -I/usr/local/include/python2.7 -I/usr/local/include/python2.7
-fno-st
rict-aliasing -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe
-Qunused-arguments -Qunused-parameter -Wformat -Wformat-security
-DNDEBUG -DLIBI
CONV_PLUG -L/usr/local/lib -L/usr/local/lib -pthread -lintl -lutil -lm
-lpython2.7 conftest.c >&5
cc: error: unknown argument: '-Qunused-parameter'
<root> clang -v
FreeBSD clang version 3.4 (tags/RELEASE_34/final 197956) 20140216
Target: x86_64-unknown-freebsd10.0
Thread model: posix
Selected GCC installation:
How can I remove this option to specify?
On 15.04.2014 13:09, Koop Mast wrote:
> configure:3366: checking whether the C compiler works
> configure:3388: cc -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe
> -Wformat -Wformat-security -DLIBICONV_PLUG -std=gnu89
> -D_FORTIFY_SOURCE=2 -I/usr/local/include/python2.7
> -I/usr/local/include/python2.7 -fno-strict-aliasing -Oz
> -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Qunused-arguments
> -Qunused-parameter -Wformat -Wformat-security -DNDEBUG -DLIBICONV_PLUG
> -L/usr/local/lib -L/usr/local/lib -pthread -lintl -lutil -lm -lpython2.7
> conftest.c >&5
> cc: error: unknown argument: '-Qunused-parameter'
> configure:3392: $? = 1
> configure:3430: result: no
>
> -Qunused-parameter doesn't exists as far as I know, it should work with
> clang 3.4 if you change it to -Qunused-arguments.
>
> -Koop
--
Alexander
More information about the freebsd-gnome
mailing list