Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387005 - libreoffice-3.4.9999-r1 failed to compile
Summary: libreoffice-3.4.9999-r1 failed to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 02:42 UTC by Egor Y. Egorov
Modified: 2011-10-16 18:01 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,146.59 KB, text/plain)
2011-10-13 02:43 UTC, Egor Y. Egorov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Y. Egorov 2011-10-13 02:42:07 UTC
libreoffice-3.4.9999-r1 failed to compile with USE="branding dbus gstreamer gtk java kde ldap mysql nsplugin odk opengl pdfimport%* templates vba (-aqua) -binfilter -custom-cflags -debug -eds -gnome -graphite -jemalloc (-kdeenablefinal) -python* -test -webdav" LINGUAS="-de -en_GB -en_ZA -es -fr -hu -it"

error:
------------------------------ 
Entering /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/scripting/util/provider/javascript

Script Provider for JavaScript build disabled.
Entering /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/scripting/util

Compiling: scripting/unxlngx6.pro/misc/scriptframe_version.c
: &&     LD_LIBRARY_PATH=/var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/solver/340/unxlngx6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} xsltproc --nonet --stringparam uri \
        'vnd.sun.star.expand:$OOO_BASE_DIR/program/libscriptframe.so' -o ../unxlngx6.pro/misc/scriptframe.component \
        /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/solenv/bin/createcomponent.xslt scriptframe.component
Making:    scriptframe.lib
Making:    libscriptframe.so
scripting deliver
deliver -- version: 275594
Module 'scripting' delivered successfully. 34 files copied, 0 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.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/odk/source/unowinreg/win

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

rm -Rf /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/odk/unxlngx6.pro # optional module 'clean'
/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999
source ./LinuxX86-64Env.Set.sh
cd odk
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
make: *** [all] Error 1

libreoffice-9999-r1 failed to compile with the same error.


Reproducible: Always
Comment 1 Egor Y. Egorov 2011-10-13 02:43:19 UTC
Created attachment 289727 [details]
build.log.xz
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2011-10-15 10:09:08 UTC
Please do those steps that are mentioned in the crash message:

cd /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999
source ./LinuxX86-64Env.Set.sh
cd odk
build


(I actually never tried to build odk, so it is quite possible that it would fail to build).
Comment 3 Egor Y. Egorov 2011-10-15 14:14:02 UTC
egorov-ey libreoffice-bootstrap-3.4.9999 # source ./LinuxX86-64Env.Set.sh
egorov-ey libreoffice-bootstrap-3.4.9999 # cd odk
egorov-ey odk # build
build -- version: 275224


=============
Building module odk
=============
Entering /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/odk/inc

Entering /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/odk/source/unowinreg/win

dmake:  Error: -- `/var/tmp/portage/app-office/libreoffice-3.4.9999-r1/distdir/185d60944ea767075d27247c3162b3bc-unowinreg.dll' not found, and can't be made

-----------------------------------------------------------------------
        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.9999-r1/work/libreoffice-bootstrap-3.4.9999/odk/source/unowinreg/win

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

rm -Rf /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999/odk/unxlngx6.pro # optional module 'clean'
/bin/sh
cd /var/tmp/portage/app-office/libreoffice-3.4.9999-r1/work/libreoffice-bootstrap-3.4.9999
source ./LinuxX86-64Env.Set.sh
cd odk
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
egorov-ey odk #
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2011-10-16 18:01:51 UTC
Cool, good catch.

Missing file dependency added. If you find more issues with +odk or elsewhere feel free to open more bugs or drop by on irc :).