Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109411 - ERROR: app-admin/gamin-0.1.6 failed
Summary: ERROR: app-admin/gamin-0.1.6 failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 19:44 UTC by Analyzer
Modified: 2005-10-24 20:19 UTC (History)
0 users

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


Attachments
Header to attach (inotify.h,4.08 KB, text/plain)
2005-10-17 23:08 UTC, Analyzer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Analyzer 2005-10-15 19:44:29 UTC
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../libgamin
-I../protocol -I../lib -I../libgamin -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DBINDIR=\""/usr/libexec"\" -DG_DISABLE_DEPRECATED
    -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_fs.o -MD -MP -MF
".deps/gam_fs.Tpo" -c -o gam_fs.o gam_fs.c; \
then mv -f ".deps/gam_fs.Tpo" ".deps/gam_fs.Po"; else rm -f ".deps/gam_fs.Tpo";
exit 1; fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../libgamin
-I../protocol -I../lib -I../libgamin -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DBINDIR=\""/usr/libexec"\" -DG_DISABLE_DEPRECATED
    -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_conf.o -MD -MP -MF
".deps/gam_conf.Tpo" -c -o gam_conf.o gam_conf.c; \
then mv -f ".deps/gam_conf.Tpo" ".deps/gam_conf.Po"; else rm -f
".deps/gam_conf.Tpo"; exit 1; fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../libgamin
-I../protocol -I../lib -I../libgamin -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DBINDIR=\""/usr/libexec"\" -DG_DISABLE_DEPRECATED
    -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_eq.o -MD -MP -MF
".deps/gam_eq.Tpo" -c -o gam_eq.o gam_eq.c; \
then mv -f ".deps/gam_eq.Tpo" ".deps/gam_eq.Po"; else rm -f ".deps/gam_eq.Tpo";
exit 1; fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../libgamin
-I../protocol -I../lib -I../libgamin -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DBINDIR=\""/usr/libexec"\" -DG_DISABLE_DEPRECATED
    -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
-Wnested-externs -Wsign-compare -Wno-sign-compare -O2 -MT gam_inotify.o -MD -MP
-MF ".deps/gam_inotify.Tpo" -c -o gam_inotify.o gam_inotify.c; \
then mv -f ".deps/gam_inotify.Tpo" ".deps/gam_inotify.Po"; else rm -f
".deps/gam_inotify.Tpo"; exit 1; fi
gam_inotify.c: In function `mask_to_string':
gam_inotify.c:198: error: `IN_ISDIR' undeclared (first use in this function)
gam_inotify.c:198: error: (Each undeclared identifier is reported only once
gam_inotify.c:198: error: for each function it appears in.)
gam_inotify.c:225: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:228: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c: In function `mask_to_gam_event':
gam_inotify.c:252: error: `IN_ISDIR' undeclared (first use in this function)
gam_inotify.c:259: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c:261: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:265: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_mask_to_gam_file_event':
gam_inotify.c:286: error: `IN_ISDIR' undeclared (first use in this function)
gam_inotify.c:290: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:291: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c:295: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_mask_to_gam_dir_event':
gam_inotify.c:318: error: `IN_ISDIR' undeclared (first use in this function)
gam_inotify.c:322: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:323: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c:325: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_event_new':
gam_inotify.c:397: error: structure has no member named `len'
gam_inotify.c:399: error: structure has no member named `name'
gam_inotify.c: In function `gam_inotify_emit_one_event':
gam_inotify.c:474: error: `IN_ISDIR' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_process_event':
gam_inotify.c:551: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c:572: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:572: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_read_handler':
gam_inotify.c:695: error: structure has no member named `len'
gam_inotify.c: In function `gam_inotify_add_subscription':
gam_inotify.c:824: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:824: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c:824: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_rm_watch':
gam_inotify.c:1025: warning: unused variable `e'
gam_inotify.c: In function `gam_inotify_nolonger_missing':
gam_inotify.c:1192: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:1192: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c:1192: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c: In function `gam_inotify_nolonger_link':
gam_inotify.c:1298: error: `IN_DELETE' undeclared (first use in this function)
gam_inotify.c:1298: error: `IN_CREATE' undeclared (first use in this function)
gam_inotify.c:1298: error: `IN_MOVE_SELF' undeclared (first use in this function)
gam_inotify.c: At top level:
gam_inotify.c:197: warning: 'mask_to_string' defined but not used
make[3]: *** [gam_inotify.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/gamin-0.1.6/work/gamin-0.1.6/server'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gamin-0.1.6/work/gamin-0.1.6/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gamin-0.1.6/work/gamin-0.1.6'
make: *** [all] Error 2

!!! ERROR: app-admin/gamin-0.1.6 failed.
!!! Function src_compile, Line 46, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.emerge -C fam
2.emerge gamin


Actual Results:  
dont compiled gamin


Portage 2.0.53_rc5 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 AMD Athlon(tm)
Gentoo Base System version 1.12.0_pre9
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="ru_RU.KOI8-R"
LC_ALL="ru_RU.KOI8-R"
LINGUAS="RU"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/bmg-main.alternative
/usr/local/overlays/bmg-gnome /usr/local/overlays/bmg-gnome-current.alternative
/usr/local/overlays/gentoo-de /usr/local/overlays/bmg-main"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext 7zip X aac aalib acl acpi activefilter adns aim
alsa amuled apache2 applet artworkextra atm audio audiofile avi bash-completion
bcmath berkdb bidi bitmap-fonts bmp bonobo buttons bzip2 bzlib cairo calendar
caps cdparanoia cdr chroot clamav cpdflib cpudetection crypt css cups curl
curlwrappers customlog dba dbus dga dhcp dillo divx4linux dv dvb dvd dvdr
dvdread dynagraph ecc edl eds emboss encode epiphany escreen etwin exif
extensions extras ffmpeg filepro flac flash font-server foomaticdb fortran fpx
freetds freetype ftp gcj gd geoip gg ggi gif glitz gnome-print gnutls gphoto2
gpm graphviz gstreamer gtk gtk2 guile hal howl iconv icq idea imagemagick imap
imlib irc java jbig jpeg jpeg2k justify kde kdeenablefinal kdexdeltas kdgraphics
kig-scripting lcms leim lesstif libcaca libclamav libedit libfpx libg++ libwww
lirc lj logmail logrotate lzo mad mailbox maildir mailwrapper matroska md5sum
memlimit mikmod milter mime mjpeg mmap mmx mmxext mng mono mozilla moznomail
mozsvg mozxmlterm mp3 mpeg mpi mplayer mppe-mppc musepack mysql mythtv nas
ncurses nethack network nis nls nntp nptl nptlonly nvidia objc odbc offensive
ogg oggvorbis opengl openntpd openssh oss pam pccts pcntl pcre pdflib perl php
plugin png portaudio posix povray python qt quicktime radius rar readline real
remote rss rtc rube ruby sdl session sharedext silc simplexml slang slp sockets
socks5 speedo speex spell sqlite sse ssl stats subtitles subversion svg symlink
tcltk tcpd tetex theora threads tiff toolbar truetype truetype-fonts type1
type1-fonts underscores unicode usb utf8 v4l v4l2 vcd vda vhosts visualization
vorbis win32codecs wma123 wmf xanim xface xine xinerama xinetd xml xml2 xmms
xosd xpm xrandr xsl xv xvid xvmc yahoo zeroconf zlib zvbi linguas_RU
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2005-10-16 09:20:02 UTC
Do you possibly have a /usr/include/linux/inotify.h ?
Comment 2 Analyzer 2005-10-17 23:08:51 UTC
Created attachment 70904 [details]
Header to attach
Comment 3 Analyzer 2005-10-17 23:09:23 UTC
i have this file. i attached it
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2005-10-24 06:16:23 UTC
Its probably an old version .. please remove it.
Comment 5 Analyzer 2005-10-24 20:19:36 UTC
yes, now installed... ty