Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83681 - wmufo won't compile
Summary: wmufo won't compile
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 06:26 UTC by Wayne
Modified: 2005-03-03 00:52 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 Wayne 2005-03-01 06:26:53 UTC
I am trying to emerge this on both my x86 and my amd64. Both gave the same compilation error (below). The use information below is from my amd64 but if you need it I will provide my x86's use output.

Reproducible: Always
Steps to Reproduce:
1.emerge wmufo
2.
3.

Actual Results:  
In file included from wmufo.c:34:
seti.h:34:21: glibtop.h: No such file or directory
seti.h:35:31: glibtop/procstate.h: No such file or directory
In file included from seti.c:21:
seti.h:34:21: glibtop.h: No such file or directory
seti.h:35:31: glibtop/procstate.h: No such file or directory
seti.c: In function `get_status':
seti.c:80: error: `glibtop_proc_state' undeclared (first use in this function)
seti.c:80: error: (Each undeclared identifier is reported only once
seti.c:80: error: for each function it appears in.)
seti.c:80: error: parse error before "state"
seti.c:83: error: `state' undeclared (first use in this function)
make[1]: *** [seti.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [wmufo.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/wmufo-1.2.0/work/wmufo-1.2.0/src'
make: *** [all-recursive] Error 1



Expected Results:  
Successful compilation.

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r14 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r14 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  8 2005, 12:18:30)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://ftp.rucus.ru.ac.za/pub/.1
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa apache2 avi berkdb bitmap-fonts bzlib calendar cdb cdr
crypt cups curl dbase directfb divx4linux doc dvd dvdr emacs encode esd exif f77
fam flac flash font-server foomatic fortran gdbm gif gimpprint gphoto2 gpm gps
gstreamer gtk gtk2 imagemagick imlib ipv6 java jp2 jpeg junit kde kerberos ldap
libwww lzw lzw-tiff mad mime motif mozilla mpeg mpi msn multilib mysql ncurses
nls ntpl oav odbc oggvorbis opengl oss pam perl php png posix ppds python qt
quicktime readline samba scanner sdl spell ssl tcltk tcpd threads tiff truetype
truetype-fonts type1-fonts usb userlocales videos xgetdefault xml xml2 xpm
xprint xrandr xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2005-03-02 00:37:55 UTC
Added missing dependancy...
Comment 2 Wayne 2005-03-02 11:49:32 UTC
Thanks, works fine now on amd64 and x86 but I don't get it. Theres an alien looking at me, but whats the point? Can't click on it... Nothing seems to happen.
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2005-03-03 00:33:27 UTC
If you pass it the correct cmd line args, it will start/stop the seti client when you middle-click on it. Personally, I use lin-seti (guess why ;-P) to manage the client, and wmseti (not wmufo) do display analisys status...
Comment 4 Wayne 2005-03-03 00:52:46 UTC
Oh, I was expecting wmseti with more eyecandy... Oh well, thanks for the help all.