Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183780 - app-pda/gtkpod-0.99.10 requires libgnomecanvas-2.0
Summary: app-pda/gtkpod-0.99.10 requires libgnomecanvas-2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 22:50 UTC by ra
Modified: 2007-07-22 05:58 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 ra 2007-06-30 22:50:01 UTC
gtkpod seems to need libgnomecanvas as a dependency. 

configure: error: *** No package 'libgnomecanvas-2.0' found
See `config.log' for more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/app-pda/gtkpod-0.99.10/work/gtkpod-0.99.10/config.log

!!! ERROR: app-pda/gtkpod-0.99.10 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 644:   Called econf
  ebuild.sh, line 578:   Called die

Problem fixed with a "emerge -1 libgnomecanvas"

Reproducible: Always

Steps to Reproduce:
1. emerge gtkpod
2.
3.

Actual Results:  
emerge fails

Expected Results:  
not to fail
Comment 1 Olliver Schinagl 2007-07-01 18:06:20 UTC
I don't think it's 'fixed' that way :p it's a workaround

The ebuild is either missing libgnomecanvas as a dependancy

or upstream should make it a tuneable configure flag (which I think is the right solution, we don't need yet a nother iPod app that only works with gnome, gtkpod was nice and DE independant) I'll file a bug about this upstream too.
 
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2007-07-03 00:16:12 UTC
thanks, I fixed the dependencies on gtkpod for real now.
Comment 3 Max Arnold 2007-07-22 05:58:05 UTC
Is there any news from upstream about removing libgnomecanvas dependency?