Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LibreOffice 4.0-git [geki-overlay] flavored features!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Sep 10, 2011 12:35 pm    Post subject: Reply with quote

Lustmored
as expected! :D
now, please pastebin output of equery files oracle-jdk-bin.

it looks like some paths or library naming changed, so that runtime fails to detect it.

edit #1
paths look just fine. going to investigate. :o
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Sep 10, 2011 2:05 pm    Post subject: Reply with quote

o what fun ... https://bugs.gentoo.org/382521
_________________
hear hear
Back to top
View user's profile Send private message
Lustmored
Apprentice
Apprentice


Joined: 28 May 2010
Posts: 206
Location: Poland

PostPosted: Sat Sep 10, 2011 3:08 pm    Post subject: Reply with quote

http://pastebin.com/mAybvUWv

Pastebined, as requested :)
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Sep 11, 2011 12:59 am    Post subject: Reply with quote

Lustmored
I was too quick and upgraded to oracle-jdk-bin.
now, I have to merge sun-jdk:1.6 again, see below.

so, with revision 252 oracle is added to the list of vendors.
hsqldb fails to build with jdk-1.7. o what fun. any great java guru to fix that, please? :o
_________________
hear hear
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8932

PostPosted: Sun Sep 11, 2011 7:43 am    Post subject: Reply with quote

Btw, I recently emerged qt-*-4.7.4 and then (portage) libreoffice-3.4.3.2-r1 and I still experience that annoying drag and drop bug. :lol:
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Sep 11, 2011 9:35 am    Post subject: Reply with quote

woohoo, oracle java 1.7 is now detected at runtime.
icedtea 1.7 should already be detected.

genstorm
would you mind to build a debug build? ( USE="debug" CFLAGS+='-g' ) :roll:
crashes are easy to trace with gdb.

I wonder, you have icu-4.8.1-r1 installed? older versions caused crashes, too. :o
_________________
hear hear
Back to top
View user's profile Send private message
Lustmored
Apprentice
Apprentice


Joined: 28 May 2010
Posts: 206
Location: Poland

PostPosted: Sun Sep 11, 2011 6:51 pm    Post subject: Reply with quote

I cannot compile (even with -java to be sure no problems there):

Code:
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:471:45: error: 'PyString_AsString' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::isInterface(PyObject*, PyObject*)':
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:494:59: error: 'PyInt_FromLong' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:496:30: error: 'PyInt_FromLong' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::invoke(PyObject*, PyObject*)':
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:602:56: error: 'PyString_Check' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:604:78: error: 'PyString_AsString' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:621:86: error: 'PyString_AsString' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::setCurrentContext(PyObject*, PyObject*)':
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:671:90: error: 'PyString_AsString' was not declared in this scope
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx: In function 'void initpyuno()':
/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyun
o/source/module/pyuno_module.cxx:717:70: error: 'Py_InitModule' was not declared in this scope
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/pyuno_module.obj'
dmake:  Error code 255, while making 'do_it_noopt'


Any ideas? 3.4.3.2::geki-overlay compiled fine, and -r10 does not. Maybe some other packages I've upgraded in the meantime?
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Sep 11, 2011 7:06 pm    Post subject: Reply with quote

as it says: Py...thon. thats known, python 3.2. and this should not choose 3.2:
http://code.google.com/p/gekis-playground/source/browse/trunk/eclass/libreoffice.eclass#22
_________________
hear hear
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8932

PostPosted: Sun Sep 11, 2011 7:09 pm    Post subject: Reply with quote

geki wrote:
I wonder, you have icu-4.8.1-r1 installed? older versions caused crashes, too. :o

Yes, 4.8.1-r1, and no, it's not such a big showstopper that I ultimately needed it to be solved so far, but at least I know that it is just the same with the regular ebuild. Will USE="debug" with the next bump then.
Back to top
View user's profile Send private message
Lustmored
Apprentice
Apprentice


Joined: 28 May 2010
Posts: 206
Location: Poland

PostPosted: Sun Sep 11, 2011 7:11 pm    Post subject: Reply with quote

Code:
vindor ~ # eselect python list
Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.1
  [3]   python3.2


does this mean libreoffice doesn't work with python-2.7 now? I will try again with python3.1 totally removed (donno why it's still there anyway), but it takes hours on my machine, so probably tomorrow will have the results ;)

[EDIT] I see libreoffice pulls python3.1 in. So why it's still failing? :(
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Sep 11, 2011 8:15 pm    Post subject: Reply with quote

Lustmored
well, depend and version used at build time are two different things.
depend is fine, whereas choosing abi is only possible for major versions: 2 or 3.
and with that it chooses 3.2 if available afaict from python.eclass.

i.e.: http://code.google.com/p/gentoo-progress/source/browse/overlays/progress/eclass/python.eclass#2351

though, it should take the depend string into account for:
http://code.google.com/p/gekis-playground/source/browse/trunk/eclass/libreoffice.eclass#265

with my PYTHON_BDEPEND it should select 3.1. :?
see: http://code.google.com/p/gekis-playground/source/browse/trunk/eclass/libreoffice.eclass#22


edit #1
hmm, I have 2.7 selected and 3.1 and 3.2 installed. but my build succeeds. ehh?! :roll:
_________________
hear hear
Back to top
View user's profile Send private message
Lustmored
Apprentice
Apprentice


Joined: 28 May 2010
Posts: 206
Location: Poland

PostPosted: Sun Sep 11, 2011 9:50 pm    Post subject: Reply with quote

I will temporarily unmerge python3.2 and run libreoffice installation for night, we'll see what happens.

But I'm afraid than some other... things... may not work? As I'm not going to do python-updater - on my gear it can take forever ;)

Will report tomorrow on the matter anyways :)

Code:
>>> Starting pkg_setup

!!! ERROR in app-office/libreoffice-3.4.3.2-r10::geki-overlay:
!!! In _python_final_sanity_checks at line 1559
!!! dev-lang/python:3.2 is not installed

!!! Call stack:
!!!    * _python_final_sanity_checks (/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/temp/loadsaveenv:1559)
!!!    * python_set_active_version (/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/temp/loadsaveenv:10374)
!!!    * libreoffice_pkg_setup (/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/temp/loadsaveenv:7320)
!!!    * pkg_setup (/var/tmp/paludis/app-office-libreoffice-3.4.3.2-r10/temp/loadsaveenv:8213)
!!!    * ebuild_f_setup (/usr/libexec/paludis/0/pkg_setup.bash:43)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:646)
!!!    * main (/usr/libexec/paludis/ebuild.bash:672)

diefunc: making ebuild PID 23358 exit with error
die trap: exiting with error.

Error:
  * In program cave --log-level warning perform install --hooks --managed-output --output-exclusivity with-others =app-office/libreoffice-3.4.3.2-r10:0::geki-overlay --destination installed --replacing =app-office/libreoffice-3.4.3.2:0::installed --x-of-y 1 of 10:
  * When installing 'app-office/libreoffice-3.4.3.2-r10:0::geki-overlay' replacing { 'app-office/libreoffice-3.4.3.2:0::installed' }:
  * When running an ebuild command on 'app-office/libreoffice-3.4.3.2-r10:0::geki-overlay':
  * Install failed for 'app-office/libreoffice-3.4.3.2-r10:0::geki-overlay' (paludis::ActionFailedError)


Failed install to / for app-office/libreoffice-3.4.3.2-r10:0::geki-overlay replacing 3.4.3.2:0::installed


I sniff something strange here
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Mon Sep 12, 2011 7:47 pm    Post subject: copy & paste style Reply with quote

writer
I have two documents. docA has a paragraph style docB does NOT have.
Copying text from docA to docB should copy the style, right?
It doesn't. :-(
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
s0be
Apprentice
Apprentice


Joined: 23 Nov 2002
Posts: 240

PostPosted: Mon Sep 12, 2011 8:52 pm    Post subject: Reply with quote

Not sure if this will be fatal or not but:

Code:

/var/lib/layman/openoffice-geki/eclass/python.eclass: eval: line 917: syntax error near unexpected token `if'
/var/lib/layman/openoffice-geki/eclass/python.eclass: eval: line 917: `if use python; then if ! has_version "$(python_get_implementational_package)[threads,xml]"; then die "$(python_get_implementational_package)[threads,xml] not installed"; fi; fi if ! has_version "$(python_get_implementational_package)[threads,xml]"; then die "$(python_get_implementational_package)[threads,xml] not installed"; fi'


(sorry about abridged output, didn't think to grab more)
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Mon Sep 12, 2011 9:21 pm    Post subject: Reply with quote

bjlockie
I wonder if the style should be copied. I would feel annoyed by that.
I prefer that to be independent; text and style in that context.

though, I generally dislike styled text copies.
long live plain ascii and assembly code. :lol:


s0be
yes, non-fatal and non-failing bug in python.eclass.
it generates some code constructs twice like you see there.

first, not necessary and second misses a ';' between 'fi if'. if you have a closer look. :o
though, python.eclass is highly optimized and not fixable for an outsider.
_________________
hear hear
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Mon Sep 12, 2011 10:45 pm    Post subject: Reply with quote

geki wrote:
bjlockie
I wonder if the style should be copied. I would feel annoyed by that.
I prefer that to be independent; text and style in that context.


That is why there is "paste special".
I do think you should be able to set the default and special should be the other formats.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Tue Sep 13, 2011 6:42 am    Post subject: Reply with quote

bjlockie
then, I would check freedesktop bugzilla for that feature.
_________________
hear hear
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Tue Sep 13, 2011 2:22 pm    Post subject: Reply with quote

geki wrote:
bjlockie
then, I would check freedesktop bugzilla for that feature.


Quote:
writer
I have two documents. docA has a paragraph style docB does NOT have.
Copying text from docA to docB should copy the style, right?
It doesn't. :-(


I asked on the libreoffice-users list and it does copy the style for other people.
Can anyone confirm it works for them?
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
s0be
Apprentice
Apprentice


Joined: 23 Nov 2002
Posts: 240

PostPosted: Wed Sep 14, 2011 7:01 pm    Post subject: Reply with quote

If my last post was too brief, this may be too verbose ;-)

Code:

s0be@anvil ~ $ eselect python list --python2
Available Python 2 interpreters:
  [1]   python2.7 *
s0be@anvil ~ $ eselect python list --python3
Available Python 3 interpreters:
  [1]   python3.1 *
s0be@anvil ~ $ eselect python list
Available Python interpreters:
  [1]   python2.7 *
  [2]   python3.1
s0be@anvil ~ $ sudo emerge -av libreoffice

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] app-office/libreoffice-3.4.3.2-r10  USE="branding cups dbus graphite gtk java ldap mysql nsplugin opengl python -custom-cflags -debug -eds -gnome -gstreamer -jemalloc -junit -kde (-kdeenablefinal) -languagetool -odbc -odk -reportbuilder -templates -webdav -wiki" LINGUAS="en -de -en_GB -en_ZA -es -fr -hu -it" 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /var/lib/layman/openoffice-geki

Would you like to merge these packages? [Yes/No]

<SNIP>
Code:

-----------------------------------------------------------------------
        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.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/pyuno/source/module

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


Hmmm... so I investigate:

Code:

Building module pyuno
=============
Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/unotools/inc

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/UnoControls/source/controls

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/ucb/inc

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/rsc/source/misc

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/l10ntools/inc

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/xmlscript/inc

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/idl/inc

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/shell/inc

mkout -- version: 1.8
mkout -- version: 1.8
mkout -- version: 1.8
mkout -- version: 1.8
mkout -- version: 1.8
mkout -- version: 1.8
mkout -- version: 1.8
mkout -- version: 1.8
Compiling: UnoControls/source/controls/progressbar.cxx
Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/pyuno/source/module

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/unotools/source/i18n

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/UnoControls/source/base

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/rsc/source/parser

Compiling: rsc/source/misc/rsclst.cxx
Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/l10ntools/source/filter/utils

Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/xmlscript/source/xmllib_imexp

Compiling: unotools/source/i18n/caserotate.cxx
Compiling: UnoControls/source/base/multiplexer.cxx
Making:    yyrscyacc.cxx
mkout -- version: 1.8
../../unxlngx6.pro/misc/stripped_rscyacc.y: conflicts: 2 shift/reduce
Compiling: xmlscript/source/xmllib_imexp/xmllib_import.cxx
Making:    FCFGUtils.dpj
Compiling: rsc/source/parser/rscpar.cxx
Compiling: unotools/source/i18n/charclass.cxx
Compiling: pyuno/unxlngx6.pro/misc/pyuno_version.c
Compiling: pyuno/source/module/pyuno_module.cxx
Compiling: unotools/source/i18n/calendarwrapper.cxx
Compiling: UnoControls/source/controls/framecontrol.cxx
Compiling: rsc/source/misc/rscdbl.cxx
Compiling: UnoControls/source/base/basecontrol.cxx
Compiling: xmlscript/source/xmllib_imexp/xmllib_export.cxx
Compiling: unotools/source/i18n/collatorwrapper.cxx
Compiling: rsc/source/parser/rscyacc.cxx
Compiling: unotools/source/i18n/intlwrapper.cxx
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::extractOneStringArg(PyObject*, const char*)':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:233:30: error: 'PyString_Check' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::createUnoStructHelper(PyObject*, PyObject*)':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:256:44: error: 'PyString_Check' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:260:94: error: 'PyString_AsString' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::getClass(PyObject*, PyObject*)':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:471:45: error: 'PyString_AsString' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::isInterface(PyObject*, PyObject*)':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:494:59: error: 'PyInt_FromLong' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:496:30: error: 'PyInt_FromLong' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::invoke(PyObject*, PyObject*)':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:602:56: error: 'PyString_Check' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:604:78: error: 'PyString_AsString' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:621:86: error: 'PyString_AsString' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'PyObject* {anonymous}::setCurrentContext(PyObject*, PyObject*)':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:671:90: error: 'PyString_AsString' was not declared in this scope
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx: In function 'void initpyuno()':
/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/clone/libreoffice-ure-3.4.3.2/pyuno/source/module/pyuno_module.cxx:717:70: error: 'Py_InitModule' was not declared in this scope
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Making:    FCFGUtils.dpj
Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/idl/source/prj

dmake:  Error code 1, while making '../../unxlngx6.pro/slo/pyuno_module.obj'
dmake:  Error code 255, while making 'do_it_noopt'
Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/shell/source/all

<SNIP>

So it looks like PyString, PyObject, or likely python.h... But I can't get anywhere in figuring out who/why/what should provide that. Boost? cython? python-[23]???

Testing python-updater now, see if that helps. Any other hints?
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Sep 14, 2011 7:53 pm    Post subject: Reply with quote

s0be
thats known. python-3.2 used. just had that discussion with Lustmored.
does not happen here. so, it is not just paludis. :?

I have python 2.7, 3.1 and 3.2 installed; 2.7 selected. so why?! ... what?! ... the f....

jfyi, my libreoffice eclass prints the python version used on a failed build.
_________________
hear hear
Back to top
View user's profile Send private message
s0be
Apprentice
Apprentice


Joined: 23 Nov 2002
Posts: 240

PostPosted: Wed Sep 14, 2011 8:23 pm    Post subject: Reply with quote

geki wrote:
s0be
thats known. python-3.2 used. just had that discussion with Lustmored.
does not happen here. so, it is not just paludis. :?

I have python 2.7, 3.1 and 3.2 installed; 2.7 selected. so why?! ... what?! ... the f....

jfyi, my libreoffice eclass prints the python version used on a failed build.


I uninstalled 3.2, did a python updater, and recompile is running. Man, you'd think an i7 840QM with 16GB of ram would take less than a month to shit itself on a build.
Back to top
View user's profile Send private message
s0be
Apprentice
Apprentice


Joined: 23 Nov 2002
Posts: 240

PostPosted: Wed Sep 14, 2011 8:59 pm    Post subject: Reply with quote

Still sharted.

Code:

-----------------------------------------------------------------------

rm -Rf /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2/pyuno/unxlngx6.pro # optional mod
ule 'clean'
/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2
source ./LinuxX86-64Env.Set.sh
cd pyuno
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
make: *** [all] Error 1
 * ERROR: app-office/libreoffice-3.4.3.2-r10 failed (compile phase):
 *   make failed
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 9460:  Called libreoffice_src_compile
 *   environment, line 6338:  Called die
 * The specific snippet of code:
 *       make || die "make failed"
 *
 * If you need support, post the output of 'emerge --info =app-office/libreoffice-3.4.3.2-r10',
 * the complete build log and the output of 'emerge -pqv =app-office/libreoffice-3.4.3.2-r10'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/openoffice-geki/eclass/libreoffice.eclass
 *   /var/lib/layman/openoffice-geki/eclass/boost-utils.eclass
 *   /var/lib/layman/openoffice-geki/eclass/python.eclass
 * This ebuild is from an overlay named 'geki-overlay': '/var/lib/layman/openoffice-geki/'
!!! 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.27"
JAVACFLAGS="-source 1.6 -target 1.6" COMPILER=""
and of course, the output of emerge --info
Python: 3.1
 * The complete build log is located at '/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/temp/environment'.
 * S: '/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/work/libreoffice-bootstrap-3.4.3.2'

>>> Failed to emerge app-office/libreoffice-3.4.3.2-r10, Log file:

>>>  '/var/tmp/portage/app-office/libreoffice-3.4.3.2-r10/temp/build.log'


Any chance this is the cause?

Code:

anvil ~ # gcc-config -l
 [1] x86_64-pc-linux-gnu-4.5.3
 [2] x86_64-pc-linux-gnu-4.6.1 *
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Sep 14, 2011 9:12 pm    Post subject: Reply with quote

that is most interesting. would be worst a try.

I wonder if it suffices to switch gcc and do ebuild /path/to/ebuild compile just to test compilation.
or if it needs a clean environment for gcc change.
_________________
hear hear
Back to top
View user's profile Send private message
s0be
Apprentice
Apprentice


Joined: 23 Nov 2002
Posts: 240

PostPosted: Wed Sep 14, 2011 9:39 pm    Post subject: Reply with quote

geki wrote:
that is most interesting. would be worst a try.

I wonder if it suffices to switch gcc and do ebuild /path/to/ebuild compile just to test compilation.
or if it needs a clean environment for gcc change.


I have to clean my car out tonight, so I'll start the compile and go do that.

Set it and forget it!
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Thu Sep 15, 2011 2:58 am    Post subject: Reply with quote

1. Create a new Writer document
2. Create a new table (whatever it defaults to (but at least 2 rows))
3. Type 'test' in the top left cell
4. Merge the 1st and 2nd cells in the first column
5. SaveAs (change the format to Microsoft Word 97/2000/xp/2003)
6. Close the document and then open it

The merge is lost.

Can anyone reproduce that?

It works on other distros.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 7 of 9

 
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