Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165508 - app-misc/gramps-2.0.9 compilation econf fail - python bindings for gnome.2.0 could not be found
Summary: app-misc/gramps-2.0.9 compilation econf fail - python bindings for gnome.2.0 ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Theology Herd (disbanded)
URL: http://gramps-project.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 21:00 UTC by Krzysio
Modified: 2008-01-05 18:47 UTC (History)
1 user (show)

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


Attachments
attach config.log as said in error message (config.log,7.72 KB, text/plain)
2007-02-05 21:02 UTC, Krzysio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysio 2007-02-05 21:00:39 UTC
During the compilation of gramps 2.0.9 the process stopped with error message as below:

--CUT--
checking Python bindings for gtk2.4 (pygtk2>=2.3.4)... ok
checking Python bindings for gnome... configure: error:
**** The python bindings for gnome 2.0 (gnome-python2) could not be found.

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

!!! ERROR: app-misc/gramps-2.0.9 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called gnome2_src_compile
  gnome2.eclass, line 70:   Called gnome2_src_configure
  gnome2.eclass, line 66:   Called econf '--disable-mime-install'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
--END--


Reproducible: Always

Steps to Reproduce:
1. write in console: USE="scanner" emerge gramps
2. hit "enter"
3. wait a while

Actual Results:  
Error message, as described in description. Below the complete list of messages from compilation:

flamenco108# USE="scanner" emerge gramps
Calculating dependencies... done!

>>> Emerging (1 of 1) app-misc/gramps-2.0.9 to /
 * gramps-2.0.9.tar.gz MD5 ;-) ...                                                                                   [ ok ]
 * gramps-2.0.9.tar.gz RMD160 ;-) ...                                                                                [ ok ]
 * gramps-2.0.9.tar.gz SHA1 ;-) ...                                                                                  [ ok ]
 * gramps-2.0.9.tar.gz SHA256 ;-) ...                                                                                [ ok ]
 * gramps-2.0.9.tar.gz size ;-) ...                                                                                  [ ok ]
 * checking ebuild checksums ;-) ...                                                                                 [ ok ]
 * checking auxfile checksums ;-) ...                                                                                [ ok ]
 * checking miscfile checksums ;-) ...                                                                               [ ok ]
 * checking gramps-2.0.9.tar.gz ;-) ...                                                                              [ ok ]
>>> Unpacking source...
>>> Unpacking gramps-2.0.9.tar.gz to /var/tmp/portage/gramps-2.0.9/work
 * Fixing OMF Makefiles ...                                                                                          [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/gramps-2.0.9/work/gramps-2.0.9 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-mime-install --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
Using directory $(prefix)/share/mime for installation of mime type definitions
checking for msgfmt... /usr/bin/msgfmt
checking for msgconv... /usr/bin/msgconv
checking for iconv... /usr/bin/iconv
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for sh... /bin/sh
checking Python bindings for gtk2.4 (pygtk2>=2.3.4)... ok
checking Python bindings for gnome... configure: error:
**** The python bindings for gnome 2.0 (gnome-python2) could not be found.

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

!!! ERROR: app-misc/gramps-2.0.9 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1255:   Called gnome2_src_compile
  gnome2.eclass, line 70:   Called gnome2_src_configure
  gnome2.eclass, line 66:   Called econf '--disable-mime-install'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Expected Results:  
Install gramps 2.0.9

Well, my comp is a laptop IBM ThinkPad T30 with Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz and 256MB RAM. During the compilation I had running firefox, kmail, kile.
Comment 1 Krzysio 2007-02-05 21:02:35 UTC
Created attachment 109263 [details]
attach config.log as said in error message
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-05 22:00:33 UTC
Kindly review http://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2007-02-17 15:17:18 UTC
checking Python bindings for gnome... configure: error:
**** The python bindings for gnome 2.0 (gnome-python2) could not be found.

Did you have gnome-python installed?
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2007-12-13 19:20:09 UTC
(In reply to comment #3)
> checking Python bindings for gnome... configure: error:
> **** The python bindings for gnome 2.0 (gnome-python2) could not be found.
> Did you have gnome-python installed?

 Krzysio, did you?