Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271280 - dev-libs/libgweather-2.26.1 fails to configure with -python
Summary: dev-libs/libgweather-2.26.1 fails to configure with -python
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.26
  Show dependency tree
 
Reported: 2009-05-26 09:13 UTC by Timo Gurr (RETIRED)
Modified: 2009-05-31 19:07 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 Timo Gurr (RETIRED) gentoo-dev 2009-05-26 09:13:04 UTC
dev-libs/libgweather-2.26.1 checks for python even if USE="-python" was given and thus fails if dev-python/pygobject isn't installed:

checking for msgfmt... (cached) /usr/bin/msgfmt                                                                                                                                                                                   
checking for dcgettext... yes                                                                                                                                                                                                     
checking if msgfmt accepts -c... yes                                                                                                                                                                                              
checking for gmsgfmt... (cached) /usr/bin/gmsgfmt                                                                                                                                                                                 
checking for xgettext... (cached) /usr/bin/xgettext                                                                                                                                                                               
checking for struct tm.tm_gmtoff... yes                                                                                                                                                                                           
checking for _NL_MEASUREMENT_MEASUREMENT... yes                                                                                                                                                                                   
checking for python... /usr/bin/python                                                                                                                                                                                            
checking for python version... 2.6                                                                                                                                                                                                
checking for python platform... linux2                                                                                                                                                                                            
checking for python script directory... ${prefix}/lib64/python2.6/site-packages                                                                                                                                                   
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages                                                                                                                                    
checking for headers required to compile python extensions... found                                                                                                                                                               
checking for PYGOBJECT... configure: error: Package requirements (pygobject-2.0) were not met:                                                                                                                                    

No package 'pygobject-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.                      

Alternatively, you may set the environment variables PYGOBJECT_CFLAGS
and PYGOBJECT_LIBS to avoid the need to call pkg-config.             
See the pkg-config man page for more details.                        


!!! ERROR in dev-libs/libgweather-2.26.1:
!!! In econf at line 1303                
!!! econf failed

Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-31 19:07:15 UTC
emerge --info & config.log please, it builds just fine without python here. Did you run python-updater after python 2.6 upgrade ?