Arch Linux

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!
Tasklist

FS#34961 - 'makepkg -cs' won't compile

Attached to Project: Arch Linux
Opened by Felipe ! (lowdread) - Thursday, 25 April 2013, 20:26 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 25 April 2013, 20:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When i try do a 'makepkg -cs' won't compile.
Appears a error with some words about python.
And actually ... i can't use plugins in python in gedit.
In attach file .... you can see the error in the compilation.

Additional info:
* package version(s): 1.8.0-2
* config and/or log files etc.


Steps to reproduce:
Trying do a 'makepkg -cs' ... will won't compile.
This task depends upon

Closed by  Dave Reisner (falconindy)
Thursday, 25 April 2013, 20:38 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Not a makepkg bug. Open a bug report against python.
Comment by Felipe ! (lowdread) - Thursday, 25 April 2013, 20:27 GMT
(...)
make[3]: Entrando no diretório `/var/abs/extra/libpeas/src/libpeas-1.8.0/loaders/gjs'
CC peas-extension-gjs.lo
In file included from /usr/include/gjs-1.0/gjs/jsapi-util.h:31:0,
from /usr/include/gjs-1.0/gjs/native.h:32,
from /usr/include/gjs-1.0/gjs/gjs-module.h:28,
from peas-extension-gjs.c:28:
/usr/include/gjs-1.0/gjs/compat.h:50:15: warning: 'JS_NewNumberValue' defined but not used [-Wunused-function]
static JSBool JS_NewNumberValue(JSContext *cx, double d, jsval *rval)
^
CC peas-plugin-loader-gjs.lo
In file included from /usr/include/gjs-1.0/gjs/jsapi-util.h:31:0,
from /usr/include/gjs-1.0/gjs/native.h:32,
from /usr/include/gjs-1.0/gjs/gjs-module.h:28,
from peas-plugin-loader-gjs.c:26:
/usr/include/gjs-1.0/gjs/compat.h:50:15: warning: 'JS_NewNumberValue' defined but not used [-Wunused-function]
static JSBool JS_NewNumberValue(JSContext *cx, double d, jsval *rval)
^
CCLD libgjsloader.la
make[3]: Saindo do diretório `/var/abs/extra/libpeas/src/libpeas-1.8.0/loaders/gjs'
Making all in python
make[3]: Entrando no diretório `/var/abs/extra/libpeas/src/libpeas-1.8.0/loaders/python'
CC peas-extension-python.lo
In file included from /usr/include/python2.7/Python.h:126:0,
from peas-extension-python.c:30:
/usr/include/python2.7/modsupport.h:27: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: some warnings being treated as errors
make[3]: ** [peas-extension-python.lo] Erro 1
make[3]: Saindo do diretório `/var/abs/extra/libpeas/src/libpeas-1.8.0/loaders/python'
make[2]: ** [all-recursive] Erro 1
make[2]: Saindo do diretório `/var/abs/extra/libpeas/src/libpeas-1.8.0/loaders'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/var/abs/extra/libpeas/src/libpeas-1.8.0'
make: ** [all] Erro 2
==> ERRO: Uma falha ocorreu em build().
Abortando...
Comment by Dave Reisner (falconindy) - Thursday, 25 April 2013, 20:38 GMT
What does this have to do with makepkg? It's clearly a compile time error specific to python.

e.g. https://bugs.archlinux.org/task/34658

Loading...