Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46549 - straw ebuild lacks dependancies
Summary: straw ebuild lacks dependancies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 20:01 UTC by Chris Schmidt
Modified: 2004-04-01 23:56 UTC (History)
0 users

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 Chris Schmidt 2004-04-01 20:01:27 UTC
When attempting to build straw on x86, recieved following messages.

running install
running build
running build_py
running build_scripts
running build_mo
running install_modules_check
Error: pyorbit Python module is required to install Straw
Error: gnome-python Python module is required to install Straw
Error: gnome-python's gnomevfs Python module is required to install Straw
Error: gnome-python's gtkhtml2 Python module is required to install Straw
Error: gnome-python's gconf Python module is required to install Straw

!!! ERROR: net-www/straw-0.22.1 failed.
!!! Function distutils_src_install, Line 43, Exitcode 1
!!! (no error message)

[1 crschmidt@peanut ~]$ esearch pyorbit
[ Results for search key : pyorbit ]
[ Applications found : 1 ]

*  dev-python/pyorbit
      Latest version available: 2.0.0
      Latest version installed: 2.0.0
      Size of downloaded files: 240 kB
      Homepage:    http://www.daa.com.au/~james/pygtk/
      Description: ORBit2 bindings for Python

*  dev-python/gnome-python
      Latest version available: 2.0.0-r1
      Latest version installed: 2.0.0
      Size of downloaded files: 314 kB
      Homepage:    http://www.daa.com.au/~james/pygtk/
      Description: GNOME 2 bindings for Python

Not sure where exactly the problem is, or why it refuses to build, but it seems that the dependancies, either in the ebuild or in the program itself, are somehow confused as to what I actually have installed.

I'm not sure if this is an site specific problem, or something that is more widespread - anyone have any knowledge on why this is occuring?

(Sorry in advance if this is a duplicate - couldn't find anything else that seemed to match, and it seemed like a bug.)
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-04-01 20:19:38 UTC
one of the error telling you to compile gnome-python with gtkhtml support before emerge straw.
# USE="gtkhtml" emerge gnome-python straw
Comment 2 Chris Schmidt 2004-04-01 20:47:27 UTC
Was already using gtkhtml, but it seems that the newest build of gnome-python 
fixes most of these problems. Since pyorbit comes from the same place ( 
http://www.daa.com.au/~james/software/pygtk/ ) I'm assuming that it's a problem 
with where the PyGTK bindings are placing themselves. 

Error messages are now:

running install
running build
running build_py
running build_scripts
running build_mo
running install_modules_check
Error: pyorbit Python module is required to install Straw

!!! ERROR: net-www/straw-0.22.1 failed.
!!! Function distutils_src_install, Line 43, Exitcode 1
!!! (no error message)
Comment 3 Tuan Van (RETIRED) gentoo-dev 2004-04-01 22:05:08 UTC
I just looked at the gnome-pyhton ebuild, it depends on pyorbit, so you should have pyorbit on your system to satify straw when you emerged gnome-python. I am confused now.
Comment 4 Chris Schmidt 2004-04-01 22:10:19 UTC
I have PyOrbit installed. I also had gnome-python installed. The recent (today or 
yesterday?) gnome-python versino bump from 2.0.0 to 2.0.0-r1 fixed all of the 
gnome-python issues I was having. Since both gnome-python and pyorbit are 
exhibiting the same behavior, and they come from the same place, I expect that a 
similar version bump from pyorbit will correct the problem that pyorbit is now 
exhibiting.

Did that make more sense?
Comment 5 Tuan Van (RETIRED) gentoo-dev 2004-04-01 22:38:45 UTC
which version of pyorbit is on your system? mine is pyorbit-2.0.0 and I don't have problem emerge straw.
Comment 6 Chris Schmidt 2004-04-01 23:56:24 UTC
Reemerged pyorbit. Fixed problems. Closing bug as invalid - must have been a temporary problem for some reaosn on my machine. Thanks for your help.