[gentoo-user] Emerge gramps-3.1.2 fails

2009-09-18 Thread Jim Cunning
Trying to emerge gramps-3.1.2 fails with the following error:
===
checking for sh... /bin/sh  
 
checking Python bindings for gtk 2.10 (pygtk2=2.10.0)... configure: error: 
 

 The python bindings for gtk 2.10 (pygtk2=2.10.0) could not be found.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-misc/gramps-3.1.2/work/gramps-3.1.2/config.log
 * 
 * ERROR: app-misc/gramps-3.1.2 failed.
 * Call stack: 
 *   ebuild.sh, line   49:  Called src_configure   
 * environment, line 3604:  Called gnome2_src_configure
 * environment, line 2451:  Called econf '--disable-mime-install'
 *   ebuild.sh, line  534:  Called die   
 * The specific snippet of code: 
 *  die econf failed   
 *  The die message: 
 *   econf failed
 *   
 * If you need support, post the topmost build error, and the call stack if 
relevant.
 * A complete build log is located at '/var/tmp/portage/app-
misc/gramps-3.1.2/temp/build.log'.  
  
 * The ebuild environment file is located at '/var/tmp/portage/app-
misc/gramps-3.1.2/temp/environment'.
   
 *

 Failed to emerge app-misc/gramps-3.1.2, Log file:

  '/var/tmp/portage/app-misc/gramps-3.1.2/temp/build.log'
=

and yet, pygtk seems to be installed:

jlc64 ~ # eix -I pygtk
[D] dev-python/pygtk
 Available versions:  (2)  2.12.1-r2 2.14.1
{X doc examples}
 Installed versions:  2.14.1-r1(2)(23:46:21 09/17/09)(X -doc -examples)
 Homepage:http://www.pygtk.org/
 Description: GTK+2 bindings for Python

Any suggestions how to resolve this?
-- 
Jim


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Emerge gramps-3.1.2 fails

2009-09-18 Thread Arttu V.
On 9/18/09, Jim Cunning jcunn...@cunning.ods.org wrote:
 Trying to emerge gramps-3.1.2 fails with the following error:
 ===
 checking for sh... /bin/sh

 checking Python bindings for gtk 2.10 (pygtk2=2.10.0)... configure: error:


  The python bindings for gtk 2.10 (pygtk2=2.10.0) could not be found.

 !!! Please attach the following file when seeking support:
 !!! /var/tmp/portage/app-misc/gramps-3.1.2/work/gramps-3.1.2/config.log

You should attach config.log, or at a minimum the spot in there where
configure tries to find gtk and pygtk. Without that info it's very
hard to limit the things that could be broken.

-- 
Arttu V.



Re: [gentoo-user] Emerge gramps-3.1.2 fails SOLVED

2009-09-18 Thread Jim Cunning
On Friday 18 September 2009 02:50:03 Arttu V. wrote:
 On 9/18/09, Jim Cunning jcunn...@cunning.ods.org wrote:
  Trying to emerge gramps-3.1.2 fails with the following error:
  ===
  checking for sh... /bin/sh
  checking Python bindings for gtk 2.10 (pygtk2=2.10.0)... configure:
  error:
 
   The python bindings for gtk 2.10 (pygtk2=2.10.0) could not be
  found.
 
  !!! Please attach the following file when seeking support:
  !!! /var/tmp/portage/app-misc/gramps-3.1.2/work/gramps-3.1.2/config.log
 
 You should attach config.log, or at a minimum the spot in there where
 configure tries to find gtk and pygtk. Without that info it's very
 hard to limit the things that could be broken.
 
I looked at the configure script for gramps and discovered it was creating a 
python test for the gtk bindings.  dev-python/pygtk-2.14.1 was already 
installed, and re-emerging produced this:

 * Messages for package dev-python/pygtk-2.14.1:

 * Unable to establish /usr/lib64/python2.6/site-packages/pygtk.py symlink
 * Unable to establish /usr/lib64/python2.6/site-packages/pygtk.pth symlink

In gentoo forums, I found a discussion about pygobject and pygtk both needing 
to be re-emerged.  I did emerge -1 -av pygobject pygtk successfully and then 
the emerge for gramps is now proceeding past the point of earlier failure.
-- 
Jim


signature.asc
Description: This is a digitally signed message part.