Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97148 - compile error when trying to emerge pystatgrab
Summary: compile error when trying to emerge pystatgrab
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 15:54 UTC by Torben
Modified: 2005-06-27 14:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torben 2005-06-26 15:54:27 UTC
I am not able to compile pystatgrab, even tho all dependencies have been fulfilled.
I forced the newest version of libstatgrab into the system, as my application
(Systemmonitor) needs it, and pystatgrab. It went right through, but emerging
pystatgrab gives me the following error!

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge  =libstatgrab-0.11.1
2. emerge pystatgrab
Actual Results:  
root@plazm SystemMonitor-0.1.2 # emerge pystatgrab
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-python/pystatgrab-0.3 to /
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) metadata.xml
>>> md5 files   ;-) pystatgrab-0.3.ebuild
>>> md5 files   ;-) files/digest-pystatgrab-0.3
>>> md5 src_uri ;-) pystatgrab-0.3.tar.gz
>>> Unpacking source...
>>> Unpacking pystatgrab-0.3.tar.gz to /var/tmp/portage/pystatgrab-0.3/work
>>> Source unpacked.
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
copying statgrab.py -> build/lib.linux-i686-2.3
running build_ext
building '_statgrab' extension
creating build/temp.linux-i686-2.3
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=pentium3
-pipe -fomit-frame-pointer -fforce-addr -fprefetch-loop-arrays -fPIC
-I/usr/include/python2.3 -c _statgrab.c -o build/temp.linux-i686-2.3/_statgrab.o
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_set_error':
_statgrab.c:341: error: `sg_error' undeclared (first use in this function)
_statgrab.c:341: error: (Each undeclared identifier is reported only once
_statgrab.c:341: error: for each function it appears in.)
_statgrab.c:341: error: parse error before "__pyx_1"
_statgrab.c:349: error: `__pyx_1' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_set_error_with_errno':
_statgrab.c:370: error: `sg_error' undeclared (first use in this function)
_statgrab.c:370: error: parse error before "__pyx_1"
_statgrab.c:378: error: `__pyx_1' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_error':
_statgrab.c:396: error: `sg_error' undeclared (first use in this function)
_statgrab.c:396: error: parse error before "__pyx_v_s"
_statgrab.c:403: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_error_arg':
_statgrab.c:432: warning: passing arg 1 of `PyString_FromString' makes pointer
from integer without a cast
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_str_error':
_statgrab.c:491: error: `sg_error' undeclared (first use in this function)
_statgrab.c:491: error: parse error before "__pyx_1"
_statgrab.c:499: error: `__pyx_1' undeclared (first use in this function)
_statgrab.c:500: warning: passing arg 1 of `PyString_FromString' makes pointer
from integer without a cast
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_host_info':
_statgrab.c:532: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_cpu_stats':
_statgrab.c:628: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_cpu_stats_diff':
_statgrab.c:734: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_cpu_percents':
_statgrab.c:839: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_mem_stats':
_statgrab.c:936: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_load_stats':
_statgrab.c:1017: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_user_stats':
_statgrab.c:1092: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_swap_stats':
_statgrab.c:1163: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_fs_stats':
_statgrab.c:1245: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_disk_io_stats':
_statgrab.c:1391: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_disk_io_stats_diff':
_statgrab.c:1512: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_network_io_stats':
_statgrab.c:1638: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_network_io_stats_diff':
_statgrab.c:1789: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_network_iface_stats':
_statgrab.c:1935: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_page_stats':
_statgrab.c:2054: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_page_stats_diff':
_statgrab.c:2124: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_process_stats':
_statgrab.c:2209: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `__pyx_f_9_statgrab_py_sg_get_process_count':
_statgrab.c:2406: error: `__pyx_v_s' undeclared (first use in this function)
_statgrab.c: In function `init_statgrab':
_statgrab.c:2526: error: `SG_ERROR_NONE' undeclared (first use in this function)
_statgrab.c:2531: error: `SG_ERROR_ASPRINTF' undeclared (first use in this function)
_statgrab.c:2536: error: `SG_ERROR_DEVSTAT_GETDEVS' undeclared (first use in
this function)
_statgrab.c:2541: error: `SG_ERROR_DEVSTAT_SELECTDEVS' undeclared (first use in
this function)
_statgrab.c:2546: error: `SG_ERROR_ENOENT' undeclared (first use in this function)
_statgrab.c:2551: error: `SG_ERROR_GETIFADDRS' undeclared (first use in this
function)
_statgrab.c:2556: error: `SG_ERROR_GETMNTINFO' undeclared (first use in this
function)
_statgrab.c:2561: error: `SG_ERROR_GETPAGESIZE' undeclared (first use in this
function)
_statgrab.c:2566: error: `SG_ERROR_KSTAT_DATA_LOOKUP' undeclared (first use in
this function)
_statgrab.c:2571: error: `SG_ERROR_KSTAT_LOOKUP' undeclared (first use in this
function)
_statgrab.c:2576: error: `SG_ERROR_KSTAT_OPEN' undeclared (first use in this
function)
_statgrab.c:2581: error: `SG_ERROR_KSTAT_READ' undeclared (first use in this
function)
_statgrab.c:2586: error: `SG_ERROR_KVM_GETSWAPINFO' undeclared (first use in
this function)
_statgrab.c:2591: error: `SG_ERROR_KVM_OPENFILES' undeclared (first use in this
function)
_statgrab.c:2596: error: `SG_ERROR_MALLOC' undeclared (first use in this function)
_statgrab.c:2601: error: `SG_ERROR_OPEN' undeclared (first use in this function)
_statgrab.c:2606: error: `SG_ERROR_OPENDIR' undeclared (first use in this function)
_statgrab.c:2611: error: `SG_ERROR_PARSE' undeclared (first use in this function)
_statgrab.c:2616: error: `SG_ERROR_SETEGID' undeclared (first use in this function)
_statgrab.c:2621: error: `SG_ERROR_SETEUID' undeclared (first use in this function)
_statgrab.c:2626: error: `SG_ERROR_SETMNTENT' undeclared (first use in this
function)
_statgrab.c:2631: error: `SG_ERROR_SOCKET' undeclared (first use in this function)
_statgrab.c:2636: error: `SG_ERROR_SWAPCTL' undeclared (first use in this function)
_statgrab.c:2641: error: `SG_ERROR_SYSCONF' undeclared (first use in this function)
_statgrab.c:2646: error: `SG_ERROR_SYSCTL' undeclared (first use in this function)
_statgrab.c:2651: error: `SG_ERROR_SYSCTLBYNAME' undeclared (first use in this
function)
_statgrab.c:2656: error: `SG_ERROR_SYSCTLNAMETOMIB' undeclared (first use in
this function)
_statgrab.c:2661: error: `SG_ERROR_UNAME' undeclared (first use in this function)
_statgrab.c:2666: error: `SG_ERROR_UNSUPPORTED' undeclared (first use in this
function)
_statgrab.c:2671: error: `SG_ERROR_XSW_VER_MISMATCH' undeclared (first use in
this function)
_statgrab.c:2676: error: `SG_IFACE_DUPLEX_FULL' undeclared (first use in this
function)
_statgrab.c:2681: error: `SG_IFACE_DUPLEX_HALF' undeclared (first use in this
function)
_statgrab.c:2686: error: `SG_IFACE_DUPLEX_UNKNOWN' undeclared (first use in this
function)
_statgrab.c:2691: error: `SG_PROCESS_STATE_RUNNING' undeclared (first use in
this function)
_statgrab.c:2696: error: `SG_PROCESS_STATE_SLEEPING' undeclared (first use in
this function)
_statgrab.c:2701: error: `SG_PROCESS_STATE_STOPPED' undeclared (first use in
this function)
_statgrab.c:2706: error: `SG_PROCESS_STATE_ZOMBIE' undeclared (first use in this
function)
_statgrab.c:2711: error: `SG_PROCESS_STATE_UNKNOWN' undeclared (first use in
this function)
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1

!!! ERROR: dev-python/pystatgrab-0.3 failed.
!!! Function distutils_src_compile, Line 38, Exitcode 1
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Steev Klimaszewski (RETIRED) gentoo-dev 2005-06-26 18:25:47 UTC
shouldn't this be assigned to the python herd, not perl?
Comment 2 Torben 2005-06-27 14:02:20 UTC
The bug appeared because an old version of libstatgrab somehow managed to get
into /usr/local/
Comment 3 Torben 2005-06-27 14:07:55 UTC
thanks to marienz @ #gentoo - freenode irc