Boyd Stephen Smith Jr. ha scritto:
On Tuesday 18 January 2005 09:59 am, Heinz Sporn <[EMAIL PROTECTED]> wrote:Following this suggestions:
Making: ../../unxlngi4.pro/lib/libpyuno.so
gcc -c -fPIC -o ../../unxlngi4.pro/slo/pyuno_version.o .....
This command does not correspond directly with the errors you give below. This is a compile command 'gcc -c' and the errors are link time. To find the command that is actually in error, you'll want to look for a line with (probably) '-o ../../unxlngi4.pro/lib/libpyuno.so' taking ../../unxlngi4.pro/slo/pyuno_runtime.o as input.
with
../../unxlngi4.pro/slo/pyuno_runtime.o(.text+0x1b): In function
`pyuno::getRuntimeImpl(pyuno::PyRef&, pyuno::PyRef&)': : undefined reference to `PyThreadState_Get'
etc. etc.
Once you find the offending line, attempt to determine what python native libraries are being used in to link that are not in the current emerge. Then, determine what package they are in and recompile them.
MAKEOPTS="-j1" emerge openoffice
may make things more readable because it force a "serial" compilation, and the output of only one step is given a time.
however on a p4 it should be slightly slower than MAKEOPTS="-j2" that is the default for gentoo
-- [email protected] mailing list
