ports/188596: textproc/py-libxml2 fails to build
Koop Mast
kwm at rainbow-runner.nl
Tue Apr 15 10:20:01 UTC 2014
The following reply was made to PR ports/188596; it has been noted by GNATS.
From: Koop Mast <kwm at rainbow-runner.nl>
To: bug-followup at FreeBSD.org, vsityz at 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
More information about the freebsd-gnome
mailing list