Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34658 - [pyalpm] fail build pyalpm git
Attached to Project:
Arch Linux
Opened by Gustavo Alvarez (sl1pkn07) - Sunday, 07 April 2013, 14:33 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Tuesday, 16 April 2013, 06:57 GMT
Opened by Gustavo Alvarez (sl1pkn07) - Sunday, 07 April 2013, 14:33 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Tuesday, 16 April 2013, 06:57 GMT
|
Detailsgcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.3m -c src/pyalpm.c -o build/temp.linux-x86_64-3.3/src/pyalpm.o -Wall -Wextra -Werror -Wconversion -Wno-unused-parameter -Wno-unused-function -Wdeclaration-after-statement -ansi -D_FILE_OFFSET_BITS=64 -DVERSION="0.6"
In file included from /usr/include/python3.3m/Python.h:112:0, from src/pyalpm.h:21, from src/pyalpm.c:21: /usr/include/python3.3m/modsupport.h:29:1: error: ‘PyArg_ParseTuple’ is an unrecognized format function type [-Werror=format=] PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); ^ cc1: all warnings being treated as errors error: command 'gcc' failed with exit status 1 |
This task depends upon
Closed by Rémy Oudompheng (remyoudompheng)
Tuesday, 16 April 2013, 06:57 GMT
Reason for closing: Won't fix
Additional comments about closing: Not a pyalpm bug, please open a bug for the python package.
Tuesday, 16 April 2013, 06:57 GMT
Reason for closing: Won't fix
Additional comments about closing: Not a pyalpm bug, please open a bug for the python package.
See https://bugzilla.redhat.com/show_bug.cgi?id=927358
and http://pkgs.fedoraproject.org/cgit/python3.git/commit/?id=b4d586e10
not use gcc4.8 and python3?
build [extra] package fail for me in same point
http://bugs.python.org/issue17547
patch is at http://bugs.python.org/file29574/00175-fix-configure-Wformat.patch
add -Wno-format in CFLAGS fix build in GIT
greetings