Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 16:20:00 GMT
From:      Alexander Panyushkin <vsityz@gmail.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/188596: textproc/py-libxml2  fails to build
Message-ID:  <201404251620.s3PGK0vc079365@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188596; it has been noted by GNATS.

From: Alexander Panyushkin <vsityz@gmail.com>
To: Koop Mast <kwm@rainbow-runner.nl>, bug-followup@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
 



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