Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4779 - bonobo-python fails during configure
Summary: bonobo-python fails during configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-09 19:43 UTC by Alex Combas
Modified: 2003-02-04 19:42 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 Alex Combas 2002-07-09 19:43:55 UTC
I ran the comand 'emerge bonobo-python' and during configuration it failed and
out this error:
~~~~~~~~~~~~~~~~~
checking for sync in python module gnome.config... ./configure: line 5502: 32069
Aborted                 $PYTHON -c 'import gnome.config ; gnome.config.sync'
1>&5 2>&5
no
configure: error: Can't find pygnome

!!! ERROR: the ./configure command did not complete successfully.
!!! ("./configure --host=i686-pc-linux-gnu --prefix=/usr
--with-libIDL-prefix=/usr --with-orbit-prefix=/usr --with-oaf-prefix=/usr")
!!! Since this is a critical task, ebuild will be stopped.

!!! emerge aborting on 
/usr/portage/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild .
~~~~~~~~~~~~~~~~~~

I hope that this helps fix the problem.
Comment 1 Jon Nelson (RETIRED) 2002-07-16 21:10:20 UTC
Have you personally used python-bonobo in other distros or projects?
I'm working on the problem, and hope to have this solved in a day or two, but
this bonobo thing looks **really** powerful.

Comment 2 foser (RETIRED) gentoo-dev 2002-12-08 11:35:40 UTC
can you give the *full* output ?
Comment 3 Alex Combas 2002-12-08 13:04:15 UTC
I just tried to emerge it again.. I havent done it for a while and this time it
needed orbit-python to merge first.. which it did so I will start the output
right from the end of that emerge..



>>> Regenerating /etc/ld.so.cache...
>>> dev-python/orbit-python-0.3.1 merged.

 dev-python/orbit-python
    selected: none
   protected: 0.3.1
     omitted: none

>>> clean: No packages selected for removal.

>>> emerge (2 of 2) dev-python/bonobo-python-0.2.0-r1 to /
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/bonobo-python-0.2.0.tar.gz
--10:23:19-- 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/bonobo-python-0.2.0.tar.gz
           => `/usr/portage/distfiles/bonobo-python-0.2.0.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 275,238 [application/x-tar]

100%[===================================>] 275,238      103.22K/s    ETA 00:00

10:23:22 (103.22 KB/s) - `/usr/portage/distfiles/bonobo-python-0.2.0.tar.gz'
saved [275238/275238]

>>> md5 ;-) bonobo-python-0.2.0.tar.gz
>>> Unpacking source...
>>> Unpacking bonobo-python-0.2.0.tar.gz
>>> Source unpacked.
creating cache ./config.cache
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 how to run the C preprocessor... cc -E
checking for style of include used by make... GNU
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -mcpu=i686 -pipe ) works... yes
checking whether the C compiler (gcc -O2 -mcpu=i686 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for python... /usr/bin/python
checking if Python version >= 1.5... okay
checking local Python configuration... looks good
checking for headers required to compile python extensions... found
checking for python... (cached) /usr/bin/python
checking for GtkObject in python module gtk... yes
checking for sync in python module gnome.config... ./configure: line 5502: 24642
Aborted                 $PYTHON -c 'import gnome.config ; gnome.config.sync'
1>&5 2>&5
no
configure: error: Can't find pygnome

!!! ERROR: dev-python/bonobo-python-0.2.0-r1 failed.
!!! Function src_compile, Line 3, Exitcode 1
!!! (no error message)

root@h24-77-70-235 alex # 
Comment 4 Thomas Raschbacher gentoo-dev 2002-12-10 13:13:25 UTC
I added my patch to src_install and commited it ..

now closing the bug (finally!)