Summary: | 2 broken ebuilds dependent by xfce-extra/xfce4-extras | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert Sebastian Gerus <ar> |
Component: | Current packages | Assignee: | XFCE Team <xfce> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | error msgs |
Description
Robert Sebastian Gerus
2005-09-28 06:38:18 UTC
Created attachment 69413 [details]
error msgs
On amd64 I have got the problem of the broken ebuild for xfce-extra/xfce4-cpugraph-0.2.2-r1 as well. windowlist however comiles cleanly. Additional info: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\"\" I/usr/include/xfce4 -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib64/ tk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gli -2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/atk-1.0 -march=k8 -O2 -pipe - omit-frame-pointer -g -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG K_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -MT libcpugraph_la-os.lo - D -MP -MF .deps/libcpugraph_la-os.Tpo -c os.c -o libcpugraph_la-os.o >/dev/null 2>&1 mv -f .libs/libcpugraph_la-os.lo libcpugraph_la-os.lo In file included from cpu.c:1: cpu.h:123: error: syntax error before '*' token cpu.h:124: error: syntax error before '*' token cpu.h:127: error: syntax error before '*' token cpu.c: In function `UpdateTooltip': cpu.c:310: warning: int format, different type arg (arg 3) cpu.c: In function `SetSize': cpu.c:315: warning: unused variable `base' cpu.c: In function `CreateOptions': cpu.c:353: warning: implicit declaration of function `gtk_option_menu_new' cpu.c:353: warning: assignment makes pointer from integer without a cast cpu.c:358: warning: implicit declaration of function `gtk_option_menu_set_menu' cpu.c:358: warning: implicit declaration of function `GTK_OPTION_MENU' cpu.c:376: warning: implicit declaration of function `gtk_option_menu_set_histo y' cpu.c:562: warning: assignment makes pointer from integer without a cast cpu.c:596: warning: assignment makes pointer from integer without a cast cpu.c: At top level: cpu.c:957: error: syntax error before '*' token cpu.c: In function `ModeChange': cpu.c:959: error: `base' undeclared (first use in this function) cpu.c:959: error: (Each undeclared identifier is reported only once cpu.c:959: error: for each function it appears in.) cpu.c:959: warning: implicit declaration of function `gtk_option_menu_get_histo y' cpu.c:959: error: `om' undeclared (first use in this function) cpu.c: At top level: cpu.c:985: error: syntax error before '*' token cpu.c: In function `UpdateChange': cpu.c:987: error: `base' undeclared (first use in this function) cpu.c:987: error: `om' undeclared (first use in this function) cpu.c: At top level: cpu.c:996: error: syntax error before '*' token cpu.c: In function `ColorModeChange': cpu.c:998: error: `base' undeclared (first use in this function) cpu.c:998: error: `om' undeclared (first use in this function) make[2]: *** [libcpugraph_la-cpu.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/xfce4-cpugraph-0.2.2-r1/work/xfce4 cpugraph-plugin/panel-plugin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/xfce4-cpugraph-0.2.2-r1/work/xfce4 cpugraph-plugin' make: *** [all] Error 2 (In reply to comment #2) This problem seems to have been fixed for me when using xfce-extra/xfce4-cpugraph-0.2.2-r2 please try the newer versions and reopen if still a problem |