Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101832 - gnubiff-2.1.3 ebuild fails due to lack of 'fam' dependancy
Summary: gnubiff-2.1.3 ebuild fails due to lack of 'fam' dependancy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Masatomo Nakano (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 02:50 UTC by MarkE
Modified: 2006-01-30 09:25 UTC (History)
1 user (show)

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 MarkE 2005-08-09 02:50:32 UTC
gnubiff-2.1.3 fails during configure step due to missing fam dependancy

Reproducible: Always
Steps to Reproduce:
1. emerge --unmerge fam
2. emerge gnubiff
Actual Results:  
emerge does as usual then crashes at:

checking for main in -lfam... no
configure: error:
        Cannot find fam (File Alteration Monitor) library
        Please consider installing it before installing gnubiff

Problem fixed with:
emerge fam
emerge gnubiff

Expected Results:  
gnubiff ebuild should have fam as a dependancy and fam should be automatically
emerged before gnubiff.

emerge --info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.11-gentoo-r3-r8-r2-fb-r2-hsf-r5-acpi-crypto i686)
=================================================================
System uname: 2.6.11-gentoo-r3-r8-r2-fb-r2-hsf-r5-acpi-crypto i686 Intel(R)
Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS=" mirror.aarnet.edu.au/pub/gentoo
ftp://mirror.pacific.net.au/linux/Gentoo ftp://ftp.planetmirror.com/pub/gentoo
/ftp://mirror.isp.net.au/pub/gentoo http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X acpi alsa avi berkdb bzlib crypt cups dga divx4linux dvb dvd
dvdread emacs encode fbcon ffmpeg fftw flac fortran ftp gdbm gif gmp gpm gtk
gtk2 imagemagick imlib ipv6 jpeg libsamplerate libwww mad mmx motif mp3 mpeg
ncurses ogg oggvorbis openal opengl pam pcmcia pdflib perl png python quicktime
readline sdl spell sse ssl tcpd tetex tiff truetype truetype-fonts type1-fonts
usb vorbis wifi xinerama xml2 xmms xv xvid zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2006-01-30 09:25:50 UTC
ok, fixed now