Bug 104535

Summary: "make install" of py-gtk2 is not installing libglade2
Product: Ports & Packages Reporter: Progga <progga>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Progga 2006-10-18 15:00:34 UTC
According to the Makefile of py-gtk2, libglade2 is a dependency.
So "make install" of py-gtk2 is supposed to fetch and install libglade2.
That's not happening.  I had to manually install libglade2 to make
this pygtk app work - http://freeshell.in/~kushal/eng2beng-0.1.tar.gz.

Fix: 

Makefile of py-gtk2 needs modification so that libglade2 really gets installed.
How-To-Repeat: Install pygkt2, glade2 and then try to run the above mentioned app.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-18 15:23:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2006-10-18 18:46:08 UTC
State Changed
From-To: open->closed

You need to make sure you have everything up to date such as your full ports 
tree, installed ports and etc. The py-gtk2 is already depend on libglade. See 
here: 

# make depends 
===>   py24-gtk-2.10.2 depends on shared library: intl - found 
===>   py24-gtk-2.10.2 depends on shared library: atk-1.0.0 - found 
===>   py24-gtk-2.10.2 depends on shared library: glib-2.0.0 - found 
===>   py24-gtk-2.10.2 depends on shared library: gtk-x11-2.0.0 - found 
===>   py24-gtk-2.10.2 depends on shared library: glade-2.0.0 - found 
--------------------------------------------------^^^^^^^^^^^^^^^^^^^ 
===>   py24-gtk-2.10.2 depends on shared library: xml2.5 - found 
===>   py24-gtk-2.10.2 depends on shared library: pango-1.0.0 - found 
[...goes on...]