Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272159 - app-office/openoffice-3.1.0 fails to compile when LINGUAS includes hu
Summary: app-office/openoffice-3.1.0 fails to compile when LINGUAS includes hu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
: 272791 283622 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-01 21:03 UTC by Dmitry Karasik
Modified: 2009-09-04 12:19 UTC (History)
3 users (show)

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


Attachments
emerge --info (emerge-info.txt,6.09 KB, text/plain)
2009-06-01 21:04 UTC, Dmitry Karasik
Details
build.log (build.log,36.41 KB, text/plain)
2009-06-01 21:05 UTC, Dmitry Karasik
Details
Proposed fix (openoffice-3.1.0-templates_hu.diff,1.58 KB, patch)
2009-06-02 15:21 UTC, Dmitry Karasik
Details | Diff
Modified diff for solving the bug (openoffice-3.1.0-templates_hu-v2.diff,1.22 KB, patch)
2009-07-25 23:01 UTC, Attila Tóth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Karasik 2009-06-01 21:03:26 UTC
Looking for /var/tmp/portage/app-office/openoffice-3.1.0/distdir/Sun_ODF_Template_Pack_hu.oxt ... missing required archive; run ./download'
make: *** [/var/tmp/portage/app-office/openoffice-3.1.0/work/ooo/build/ooo310-m11/unpack] Error 1
 *
 * ERROR: app-office/openoffice-3.1.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 5138:  Called die
 * The specific snippet of code:
 *       make || die "Build failed"
 *  The die message:
 *   Build failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-office/openoffice-3.1.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-3.1.0/temp/environment'.
 *
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.14"
JAVACFLAGS="-source 1.5 -target 1.5" COMPILER=""
and of course, the output of emerge --info

>>> Failed to emerge app-office/openoffice-3.1.0, Log file:

>>>  '/var/tmp/portage/app-office/openoffice-3.1.0/temp/build.log'
Comment 1 Dmitry Karasik 2009-06-01 21:04:16 UTC
Created attachment 193181 [details]
emerge --info
Comment 2 Dmitry Karasik 2009-06-01 21:05:40 UTC
Created attachment 193182 [details]
build.log
Comment 3 Dmitry Karasik 2009-06-02 15:21:10 UTC
Created attachment 193300 [details, diff]
Proposed fix

The attached patch allows the emerge to succeed.
Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2009-06-05 19:57:01 UTC
*** Bug 272791 has been marked as a duplicate of this bug. ***
Comment 5 aidar 2009-07-14 03:53:55 UTC
the OOO 3.1.0 is broken after I got FF3.5 with corresponding xulrunner.

can't emerge it as well, can't revdep rebuild it as well. Here is what it says : 

In file included from ../inc/plugin/unx/plugcon.hxx:105,                                                     
                 from ../inc/plugin/unx/sysplug.hxx:35,                                                      
                 from ../inc/plugin/impl.hxx:85,                                                             
                 from /var/tmp/portage/app-office/openoffice-3.1.0/work/ooo/build/ooo310-m11/extensions/source/plugin/base/service.cxx:38:                                                                                
/usr/include/xulrunner-1.9.1/stable/npapi.h:155: error: redefinition of 'struct _NPP'                        
/var/tmp/portage/app-office/openoffice-3.1.0/work/ooo/build/ooo310-m11/solver/310/unxlngx6.pro/inc/npsdk/npapi.h:210: error: previous definition of 'struct _NPP'                                     


is there anyone doing something on this ?
Comment 6 Paul de Vrieze (RETIRED) gentoo-dev 2009-07-14 20:58:08 UTC
@aidar: The firefox issue is known. That's bug #256773
Comment 7 Attila Tóth 2009-07-25 23:01:29 UTC
Created attachment 199174 [details, diff]
Modified diff for solving the bug

Dmitry's patch didn't work for me. Here is a solution works for me.

Kind Regards:
Dwokfur
Comment 8 Attila Tóth 2009-07-25 23:02:39 UTC
I think this bug should affect all persons with the template keyword.
Comment 9 Andreas Proschofsky (RETIRED) gentoo-dev 2009-09-04 10:51:25 UTC
*** Bug 283622 has been marked as a duplicate of this bug. ***
Comment 10 Andreas Proschofsky (RETIRED) gentoo-dev 2009-09-04 10:52:59 UTC
(In reply to comment #8)
> I think this bug should affect all persons with the template keyword.
> 

No, it just affects those who use hungarian translation + template keyword, all others are fine.

Besides that: Why did you change the SRC_URIs to Sourceforge? 
Comment 11 Attila Tóth 2009-09-04 11:12:47 UTC
(In reply to comment #10)
> (In reply to comment #8)
> > I think this bug should affect all persons with the template keyword.
> > 
> 
> No, it just affects those who use hungarian translation + template keyword, all
> others are fine.

Obviously right.

> 
> Besides that: Why did you change the SRC_URIs to Sourceforge? 
> 

I just couldn't locate the Hungarian oxt URL at extensions.services.openoffice.org, but managed to find it at sourceforge.
http://extensions.services.openoffice.org/project/oxygenoffice-hungarian-templates download link took me there. I found there templates of other languages as well.
If one has the correct URL, than it is completely enough to extend the list of template sources only with the Hungarian.
Thank you for taking a look at on my sloppy bug report and solution.
Comment 12 Andreas Proschofsky (RETIRED) gentoo-dev 2009-09-04 12:19:42 UTC
I've added the path for the hungarian template pack in 3.1.1 now. Besides that I left things unchanged, because unfortunately the template packs are unversioned, so changing the path would result in breakage for the users.

Something for another bug, though...

Closing.