Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11642 - missing dependency in gnomemeeting-0.94.1.ebuild
Summary: missing dependency in gnomemeeting-0.94.1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 14:39 UTC by Bruno Viaris
Modified: 2003-02-04 19:42 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 Bruno Viaris 2002-12-05 14:39:45 UTC
gnomemeeting-0.94 needs esound (>=0.28) which isn't listed 
in the DEPEND section
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2002-12-07 08:01:13 UTC
didn't is compile if you don't have esound ?
Comment 2 Bruno Viaris 2002-12-09 15:54:10 UTC
in gnomemeeting-0.94/configure:
     if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
        echo "$as_me:$LINENO: checking for libgnomeui-2.0 >= 1.112.0 linc >= 0.5
.0 libbonobo-2.0 >= 2.0.0 esound >= 0.2.28" >&5
echo $ECHO_N "checking for libgnomeui-2.0 >= 1.112.0 linc >= 0.5.0 libbonobo-2.0
 >= 2.0.0 esound >= 0.2.28... $ECHO_C" >&6

I haven't seen an "if .. else" structure around these lines, so I think it is
for everybody. Anyway, configure checks always for libgnomeui, libbonobo, linc
and esound together, so as the 3 firsts are listed in the ebuild, I think that
esound should also be there...
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2002-12-09 16:59:13 UTC
fixed in cvs.

thx