Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188936 - dev-dotnet/ipod-sharp-0.6.3 depends on >=media-libs/libipoddevice-0.5.3
Summary: dev-dotnet/ipod-sharp-0.6.3 depends on >=media-libs/libipoddevice-0.5.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High trivial (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 02:34 UTC by Taylor Braun-Jones
Modified: 2008-01-27 12:13 UTC (History)
0 users

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


Attachments
Simple patch to fix libipoddevice version dependency (ipod-sharp-0.6.3-libipoddevice_patch,383 bytes, patch)
2007-08-15 15:12 UTC, Taylor Braun-Jones
Details | Diff
Diffed using correct old/new order (ipod-sharp-0.6.3-libipoddevice_patch,383 bytes, patch)
2007-08-15 19:15 UTC, Taylor Braun-Jones
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Taylor Braun-Jones 2007-08-15 02:34:05 UTC
Build fails when checking that ipoddevice-0.5.3 is available.

Reproducible: Always

Steps to Reproduce:
1.Install <media-libs/libipodevice-0.5.3
2.Install dev-dotnet/ipod-sharp-0.6.3
3.Ebuild fails



Expected Results:  
Ebuild should require that >=media-libs/libipoddevice-0.5.3 be installed
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-15 05:40:00 UTC
(In reply to comment #0)
> 1.Install <media-libs/libipodevice-0.5.3

Can't; no such version in the tree.
Comment 2 Taylor Braun-Jones 2007-08-15 15:10:50 UTC
Okay, I guess step one should read "Begin with <media-libs/libipodevice-0.5.3 installed"

All I was trying to say with this bug was that the ebuild should DEPEND on on  >=media-libs/libipoddevice-0.5.3 since the configure script checks for this and fails if it is not satisfied.
Comment 3 Taylor Braun-Jones 2007-08-15 15:12:05 UTC
Created attachment 128183 [details, diff]
Simple patch to fix libipoddevice version dependency
Comment 4 Luis Medinas (RETIRED) gentoo-dev 2007-08-15 18:28:26 UTC
hu ?? The ebuild is fine. maybe it's a bug on portage.
Comment 5 Taylor Braun-Jones 2007-08-15 19:15:10 UTC
Created attachment 128199 [details, diff]
Diffed using correct old/new order

Sorry, the last patch was diffed with the wrong order to make it look like the current portage ebuild is already correct. The current ebuild depends on 0.5.0 and the patch changes it to 0.5.3
Comment 6 Disaster 2007-08-24 10:09:13 UTC
checking for IPODDEVICE... configure: error: Package requirements (ipoddevice >= 0.5.3 gtk-sharp-2.0) were not met:

Requested 'ipoddevice >= 0.5.3' but version of libipoddevice is 0.5.1

same bug here(sync of yesterday), solved with the patch
Comment 7 Taylor Braun-Jones 2007-08-24 15:03:59 UTC
It looks like I'm not crazy and this is a valid bug that should be fixed.
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2008-01-27 12:13:09 UTC
+  27 Jan 2008; Samuli Suominen <drac@gentoo.org> ipod-sharp-0.6.3.ebuild:
+  Change libipoddevice depend from 0.5.0 to 0.5.3 wrt #188936.
+