Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3248 - koffice-1.2_beta1-r2 fails to emerge (cannot find -lpython2.0)
Summary: koffice-1.2_beta1-r2 fails to emerge (cannot find -lpython2.0)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 23:54 UTC by SpanKY
Modified: 2002-07-03 17:56 UTC (History)
1 user (show)

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


Attachments
koffice config.log (config.log,58.79 KB, text/plain)
2002-06-06 09:41 UTC, Wolfram Kahl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-05-30 23:54:49 UTC
when the emerge goes to compile libkiviopart.so, it fails with 
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lpython2.0 
scanning config.log shows that everytime configure tested for support of a 
library, it failed saying python2.0 was not found ... but since configure wasnt 
testing for libpython2.0, configure didnt fail the test 
 
i only had the latest ver of python installed, 2.2.1  
i emerged python-2.0-r7 and tried again, but with same results ... 
any thoughts ? 
 
oddly enough, koffice-1.2_beta1-r1 did emerge for me before ... not sure what  
packages i had installed at that point
Comment 1 Wolfram Kahl 2002-06-06 09:41:16 UTC
Created attachment 1371 [details]
koffice config.log

I have the same symptoms as the original report.

emerge -s produces:

*  dev-lang/python
      Latest version Available: 2.2.1
      Latest version Installed: 2.2.1
      Homepage: http://www.python.org
      Description: 
      A really great language
 
How do I get a list of all installed versions?
I have:

root # find /usr -name libpython\*
/usr/lib/python2.2/config/libpython2.2.a
/usr/lib/python2.0/config/libpython2.0.a

The attached config.log was produced after:

ln -s /usr/lib/python2.0/config/libpython2.0.a /usr/lib

This produced a different error:

../../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to
`PyType_I
sSubtype'
collect2: ld returned 1 exit status
make[5]: *** [libkivioconnectortool.la.closure] Error 1
make[5]: Leaving directory
`/var/tmp/portage/koffice-1.2_beta1-r2/work/koffice-1
.2-beta1/kivio/plugins/kivioconnectortool'
Comment 2 Bart Verwilst 2002-06-28 12:39:22 UTC
Is this fixed in the latest beta? (beta2) 
Please check it out, and let me know!  
Comment 3 SpanKY gentoo-dev 2002-06-28 15:45:32 UTC
the new ebuild/beta2 works for me ;)

i figure we make sure all is golden for Wolfram Kahl and we call it a day