Community Packages

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#27196 - [xsensors] doesn't build

Attached to Project: Community Packages
Opened by Andrea Scarpino (BaSh) - Monday, 21 November 2011, 00:20 GMT
Last edited by Laurent Carlier (lordheavy) - Tuesday, 22 November 2011, 07:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Laurent Carlier (lordheavy)
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 -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -Werror -DG_LOG_DOMAIN=\"GnomeCPUInfoApplet\" -DGNOMELOCALEDIR=\""/usr//locale"\" -DDATADIR=\""/usr/share/pixmaps/xsensors"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -ansi -Wall -Wmissing-prototypes -Wmissing-declarations -Werror -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT chips.o -MD -MP -MF .deps/chips.Tpo -c -o chips.o chips.c
gui.c: In function 'draw_digits':
gui.c:86:9: error: implicit declaration of function 'gdk_draw_drawable' [-Werror=implicit-function-declaration]
gui.c: In function 'start_timer':
gui.c:264:31: error: 'GtkFunction' undeclared (first use in this function)
gui.c:264:31: note: each undeclared identifier is reported only once for each function it appears in
gui.c:264:44: error: expected ')' before 'update_sensor_data'
gui.c:265:9: error: too few arguments to function 'g_timeout_add'
/usr/include/glib-2.0/glib/gmain.h:525:10: note: declared here
gui.c:260:10: error: variable 'timer' set but not used [-Werror=unused-but-set-variable]
gui.c: In function 'add_sensor_tab':
gui.c:290:31: error: variable 'prev' set but not used [-Werror=unused-but-set-variable]
gui.c: In function 'start_gui':
gui.c:489:17: error: implicit declaration of function 'gdk_pixmap_colormap_create_from_xpm' [-Werror=implicit-function-declaration]
gui.c:489:23: error: assignment makes pointer from integer without a cast [-Werror]
gui.c:493:19: error: assignment makes pointer from integer without a cast [-Werror]
gui.c:503:19: error: assignment makes pointer from integer without a cast [-Werror]
cc1: all warnings being treated as errors

make[2]: *** [gui.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/chips.Tpo .deps/chips.Po
mv -f .deps/main.Tpo .deps/main.Po
make[2]: Leaving directory `/build/src/xsensors-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/src/xsensors-0.70'
make: *** [all] Error 2

Additional info:
* xsensors 0.70-2

Steps to reproduce:
Try to build it.
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Tuesday, 22 November 2011, 07:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  see xsensors-0.70-3

Loading...