Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47929 - gnomemeeting-1.00 requires pwlib 1.6.3 and openh323 1.13.2
Summary: gnomemeeting-1.00 requires pwlib 1.6.3 and openh323 1.13.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 08:29 UTC by Albert Hopkins (RETIRED)
Modified: 2004-10-24 08:27 UTC (History)
1 user (show)

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


Attachments
diff to correct incorrect dependency checking (gnomemeeting-1.00.ebuild.diff,437 bytes, patch)
2004-04-18 13:18 UTC, Douglas P. Price
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Hopkins (RETIRED) gentoo-dev 2004-04-15 08:29:31 UTC
The gnomemeeting configure script seems to prefer pwlib 1.6.3, but the ebuild does not require it.  Here is the error message when I "emerge gnomemeeting"

-------------------------------------------------------------------------------
checking for PWLib version... 1.6.6
configure: error: Sorry but the recommended PWLib version is 1.6.3
 
!!! ERROR: net-im/gnomemeeting-1.00 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
 # epm -q pwlib
pwlib-1.6.6
--------------------------------------------------------------------------------

Changing the RDEPEND to =dev-libs/pwlib-1.6.3-r2 fixed that problem, but then I got

--------------------------------------------------------------------------------
checking for Openh323 version... 1.13.5
configure: error: Sorry but the recommended Openh323 version is 1.13.2
 
!!! ERROR: net-im/gnomemeeting-1.00 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
 # epm -q openh323
openh323-1.13.5
--------------------------------------------------------------------------------
So I changed the RDEPEND TO =net-libs/openh323-1.13.2-r1.

After that I was able to emerge gnomemeeting 1.00
Comment 1 Mathis Ahrens 2004-04-18 07:31:27 UTC
Yes, the fix really should be applied to the 1.00-ebuild.

BTW: Just saw that 1.02 is out and depends on the new versions of pwlib and openh323, so if somebody is looking into the gnomemeeting ebuilds anyway... ;-)
Comment 2 Douglas P. Price 2004-04-18 13:18:49 UTC
Created attachment 29570 [details, diff]
diff to correct incorrect dependency checking

Gnome bugzilla indicates that only pwlib 1.6.3 and openh323 1.13.2, not newer
versions, will work with gnomemeeting 1.00. I've created a diff of the
gnomemeeting-1.00.ebuild to correct these dependency errors.
Comment 3 foser (RETIRED) gentoo-dev 2004-08-19 15:54:12 UTC
reassigning to our willing maintainer

btw mr stkn, please readd gnome as herd to metadata, we do want to track it.
Comment 4 Stefan Knoblich (RETIRED) gentoo-dev 2004-10-24 08:27:57 UTC
fixed some time ago