Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 10:20:00 GMT
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        gnome@FreeBSD.org
Subject:   Re: ports/188596: textproc/py-libxml2  fails to build
Message-ID:  <201404151020.s3FAK0rZ011150@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: Koop Mast <kwm@rainbow-runner.nl>
To: bug-followup@FreeBSD.org, vsityz@gmail.com
Cc:  
Subject: Re: ports/188596: textproc/py-libxml2  fails to build
Date: Tue, 15 Apr 2014 12:09:19 +0200

 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



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