FS#39549 - [pypanel] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Thursday, 20 March 2014, 03:24 GMT
Last edited by Lukas Fleischer (lfleischer) - Sunday, 06 July 2014, 19:18 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_XFT=1 -DIMLIB2_FIX=1 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/python2.7 -c ppmodule.c -o build/temp.linux-x86_64-2.7/ppmodule.o -Wall
ppmodule.c: In function '_ppfont':
ppmodule.c:91:13: warning: pointer targets in passing argument 3 of 'XftTextExtentsUtf8' differ in signedness [-Wpointer-sign]
XftTextExtentsUtf8(dsp, xf, text, len, &ginfo);
^
In file included from ppmodule.c:37:0:
/usr/include/X11/Xft/Xft.h:319:1: note: expected 'const FcChar8 *' but argument is of type 'char *'
XftTextExtentsUtf8 (Display *dpy,
^
ppmodule.c:106:5: warning: pointer targets in passing argument 6 of 'XftDrawStringUtf8' differ in signedness [-Wpointer-sign]
XftDrawStringUtf8(draw, &xftcol, xf, font_x, font_y, text, len);
^
In file included from ppmodule.c:37:0:
/usr/include/X11/Xft/Xft.h:219:1: note: expected 'const FcChar8 *' but argument is of type 'char *'
XftDrawStringUtf8 (XftDraw *draw,
^
ppmodule.c: In function '_ppfontsize':
ppmodule.c:136:5: warning: pointer targets in passing argument 3 of 'XftTextExtentsUtf8' differ in signedness [-Wpointer-sign]
XftTextExtentsUtf8(dsp, xf, text, len, &ginfo);
^
In file included from ppmodule.c:37:0:
/usr/include/X11/Xft/Xft.h:319:1: note: expected 'const FcChar8 *' but argument is of type 'char *'
XftTextExtentsUtf8 (Display *dpy,
^
ppmodule.c: In function '_ppicon':
ppmodule.c:166:9: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
if (!XGetGeometry(dsp, win_icon, &root, &s1, &s1, &s1, &s1, &s1, &s1))
^
In file included from ppmodule.c:22:0:
/usr/include/X11/Xlib.h:2632:15: note: expected 'unsigned int *' but argument is of type 'int *'
extern Status XGetGeometry(
^
ppmodule.c:166:9: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
if (!XGetGeometry(dsp, win_icon, &root, &s1, &s1, &s1, &s1, &s1, &s1))
^
In file included from ppmodule.c:22:0:
/usr/include/X11/Xlib.h:2632:15: note: expected 'unsigned int *' but argument is of type 'int *'
extern Status XGetGeometry(
^
ppmodule.c:166:9: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
if (!XGetGeometry(dsp, win_icon, &root, &s1, &s1, &s1, &s1, &s1, &s1))
^
In file included from ppmodule.c:22:0:
/usr/include/X11/Xlib.h:2632:15: note: expected 'unsigned int *' but argument is of type 'int *'
extern Status XGetGeometry(
^
ppmodule.c:166:9: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign]
if (!XGetGeometry(dsp, win_icon, &root, &s1, &s1, &s1, &s1, &s1, &s1))
^
In file included from ppmodule.c:22:0:
/usr/include/X11/Xlib.h:2632:15: note: expected 'unsigned int *' but argument is of type 'int *'
extern Status XGetGeometry(
^
creating build/lib.linux-x86_64-2.7
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/ppmodule.o -L/usr/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng16 -lharfbuzz -lXft -lImlib2 -lpython2.7 -o build/lib.linux-x86_64-2.7/ppmodule.so @my_libs@
gcc: error: @my_libs@: No such file or directory
error: command 'gcc' failed with exit status 1
==> ERROR: A failure occurred in package().
Aborting...

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Lukas Fleischer (lfleischer)
Sunday, 06 July 2014, 19:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed via  FS#39345 .
Comment by Doug Newgard (Scimmia) - Thursday, 20 March 2014, 04:35 GMT
Caused by  FS#39345 , not sure if this should be closed as a duplicate or not.

Loading...