Summary: | gnumeric-1.4.1 does not compile with corba_workbook.c error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Seth Robertson <in-gentoo> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | jean.brefort |
Priority: | Low | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | a tentative patch |
Description
Seth Robertson
2005-01-20 09:14:30 UTC
I had exactly the same error, but I could fix it. I read something about scrollkeeper and the doc USEFLAG as requirement, so I re-emerged scrollkeeper with this flag. # USE="doc" emerge scrollkeeper After this I could update Gnumeric without any problem. # emerge -u gnumeric Wow. That fixed it. Thanks. I guess another dependency needs to be added to gnumeric scrollkeeper is already a dep & the error has absolutely nothing todo with it. Most probably a make -j2 problem. In the trace we clearly see that the operation do not occur in the right order. We have first: i686-pc-linux-gnu-gcc ... corba-application.c and on the next line: orbit-idl-2 2.12.0 compiling orbit-idl starts generating GNOME_Gnumeric.h and some other files but gcc already needs it. Remove the -j2 option from MAKEOPTS, and the problrm will disappear. set max jobs to 1 for gnumeric-1.4.2, still this is a workaround & should really be fixed in the makefiles. Created attachment 54865 [details, diff]
a tentative patch
The patch is for plugins/corba/Makefile.am. It is a backport of the work
currently done in the HEAD branch by Stepan Kasal. We would like to know it it
does fix this bug.
no response so far, so I added the patch to 1.4.3. We'll go from there. reopen if it breaks again. |