Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem emerging libreoffice 3.5.1.2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Alex_5252
n00b
n00b


Joined: 15 Jun 2004
Posts: 4
Location: Nizhny Novgorod

PostPosted: Mon Mar 26, 2012 10:12 am    Post subject: problem emerging libreoffice 3.5.1.2 Reply with quote

when i try to emerge libreoffice-3.5.1.2 i get the following error:
Code:

Making:    spell.lib
Making:    libspelllo.so
lingucomponent deliver
Module 'lingucomponent' delivered successfully. 12 files copied, 2 files unchanged

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development
 
  internal build errors:

ERROR: error 65280 occurred while making /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source

 it seems that the error is inside 'l10ntools', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2
source ./Env.Host.sh
cd l10ntools
rm -Rf /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/unxlngx6.pro # optional module 'clean'
build 

when the problem is isolated and fixed exit and re-run 'make' from the top-level
make[1]: *** [build] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2'
make: *** [source-env-and-recurse] Error 2

i have no clue on how to fix this.

Use flags set are:

app-office/libreoffice-3.5.1.2 [3.5.0.3] USE="branding cups gnome graphite gstreamer gtk java nsplugin opengl pdfimport svg vba webdav xmlsec -aqua -binfilter -dbus -debug -eds -jemalloc -kde -mysql -odk -postgres -test -gtk3"

All output for command (539K)
emerge -v =app-office/libreoffice-3.5.1.2, at link:
ftp://lo.5252.ru/gentoo/bugs/20120326-app-office-libreoffice-3.5.1.2.txt
Back to top
View user's profile Send private message
Alex_5252
n00b
n00b


Joined: 15 Jun 2004
Posts: 4
Location: Nizhny Novgorod

PostPosted: Mon Mar 26, 2012 5:26 pm    Post subject: Re: problem emerging libreoffice 3.5.1.2 Reply with quote

I more detailed error:
Code:

lo libreoffice-core-3.5.1.2 # source /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/Env.Host.sh
lo l10ntools # rm -r unxlngx6.pro
lo l10ntools # deliver -delete
Module 'l10ntools' delivered successfully. 0 files removed, 40 files unchanged
lo l10ntools # build

=============
(1/1) Building module l10ntools
=============
Entering /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/inc

Entering /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source

Compiling: l10ntools/source/export.cxx
Compiling: l10ntools/source/export2.cxx
Compiling: l10ntools/source/merge.cxx
Compiling: l10ntools/source/srciter.cxx
Compiling: l10ntools/source/xmlparse.cxx
Compiling: l10ntools/source/helpmerge.cxx
Compiling: l10ntools/source/helpex.cxx
Compiling: l10ntools/source/file.cxx
Compiling: l10ntools/source/directory.cxx
Making:    transex.lib
Making:    libtransex.a
x86_64-pc-linux-gnu-ar: creating ../unxlngx6.pro/lib/libtransex.a
flex -l -w -8 -o../unxlngx6.pro/misc/src_yy.c srclex.l
Compiling: l10ntools/source/src_yy_wrapper.c
Making:    transex3
Making:    helpex
Compiling: l10ntools/source/lngmerge.cxx
Compiling: l10ntools/source/lngex.cxx
Making:    ulfex
Compiling: l10ntools/source/gsicheck.cxx
Compiling: l10ntools/source/tagtest.cxx
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx: In member function 'void SimpleParser::Parse(String)':
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:671: error: no match for 'operator=' in '((SimpleParser*)this)->SimpleParser::aNextTag = TokenInfo(0, 65535)'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx: In member function 'TokenInfo SimpleParser::GetNextToken(ParserMessageList&)':
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:682: error: no match for 'operator=' in '((SimpleParser*)this)->SimpleParser::aNextTag = TokenInfo(0, 65535)'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:721: error: no match for 'operator=' in 'aResult = TokenInfo(36866, ((int)nTokenStartPos), String(((const String&)((const String*)(&((SimpleParser*)this)->SimpleParser::aLastToken)))), ((ParserMessageList&)((ParserMessageList*)rErrorList)))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:724: error: no match for 'operator=' in 'aResult = TokenInfo(36865, ((int)nTokenStartPos), String(((const String&)((const String*)(&((SimpleParser*)this)->SimpleParser::aLastToken)))), ((ParserMessageList&)((ParserMessageList*)rErrorList)))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:729: error: no match for 'operator=' in '((SimpleParser*)this)->SimpleParser::aNextTag = TokenInfo(36866, ((int)nTokenStartPos), String(((const String&)((const String*)((String*)String::CreateFromAscii(const sal_Char*)().String::Append(((const String&)((const String*)(& TokenInfo::GetTagName() const())))))->String::AppendAscii(((const char*)"\\>"))))), ((ParserMessageList&)((ParserMessageList*)rErrorList)))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:738: error: no match for 'operator=' in 'aResult = TokenInfo(((int)aKnownTags[((int)i)].Tag::nTag), ((int)nTokenStartPos))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:743: error: no match for 'operator=' in 'aResult = TokenInfo(34816, ((int)nTokenStartPos), String(((const String&)((const String*)(&((SimpleParser*)this)->SimpleParser::aLastToken)))))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx: In member function 'void TokenParser::Parse(const String&, ParserMessageList*)':
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:828: error: no match for 'operator=' in '((TokenParser*)this)->TokenParser::aTag = SimpleParser::GetNextToken(ParserMessageList&)(((ParserMessageList&)((TokenParser*)this)->TokenParser::pErrorList))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx: In member function 'sal_Bool TokenParser::match(const TokenInfo&, const TokenInfo&)':
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:1308: error: no match for 'operator=' in '((TokenParser*)this)->TokenParser::aTag = SimpleParser::GetNextToken(ParserMessageList&)(((ParserMessageList&)((TokenParser*)this)->TokenParser::pErrorList))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx: In member function 'void TokenParser::ParseError(sal_uInt16, ByteString, const TokenInfo&)':
/var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source/tagtest.cxx:1338: error: no match for 'operator=' in '((TokenParser*)this)->TokenParser::aTag = SimpleParser::GetNextToken(ParserMessageList&)(((ParserMessageList&)((TokenParser*)this)->TokenParser::pErrorList))'
../inc/tagtest.hxx:68: note: candidates are: TokenInfo& TokenInfo::operator=(TokenInfo&)
dmake:  Error code 1, while making '../unxlngx6.pro/obj/tagtest.obj'

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/source

 it seems that the error is inside 'l10ntools', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2
source ./Env.Host.sh
cd l10ntools
rm -Rf /var/tmp/portage/app-office/libreoffice-3.5.1.2/work/libreoffice-core-3.5.1.2/l10ntools/unxlngx6.pro # optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
Back to top
View user's profile Send private message
baaann
Guru
Guru


Joined: 23 Jan 2006
Posts: 558
Location: uk

PostPosted: Mon Mar 26, 2012 10:06 pm    Post subject: Reply with quote

From your output I would check that $LINGUAS is set correctly in /etc/make.conf and

Code:
emerge -av1 libreoffice-l10n


as it does not appear that you have the lang set
Back to top
View user's profile Send private message
mcdebugger
n00b
n00b


Joined: 11 Dec 2009
Posts: 3
Location: Ivanovo, Russian Federation

PostPosted: Thu Apr 26, 2012 10:45 am    Post subject: Reply with quote

The same problem here.
I have LINGUAS="ru en" set in /etc/make.conf
I re-emerged libreoffice-l10n as recommended in this post and now I'll try to re-emerge libreoffice. I think it will not fix the problem cause libreoffice-l10n depends on libreoffice so an old version was re-emerged.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum