Bug 115450 - m68k UnoApiTarget/udkapi.rdb build fails ("Bad input")
Summary: m68k UnoApiTarget/udkapi.rdb build fails ("Bad input")
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: sdk (show other bugs)
Version:
(earliest affected)
6.0.0.2 rc
Hardware: Other Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-04 22:12 UTC by Aaron M. Ucko
Modified: 2018-02-05 11:47 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron M. Ucko 2018-02-04 22:12:54 UTC
Description:
At least on Debian's autobuilders, builds of LibreOffice for m68k have been failing lately with a "Bad input" error when trying to build UnoApiTarget/udkapi.rdb.

Steps to Reproduce:
1. Attempt to build official Debian LibreOffice packages on m68k.


Actual Results:  
Per https://buildd.debian.org/status/fetch.php?pkg=libreoffice&arch=m68k&ver=1%3A6.0.0-1&stamp=1517451030&raw=0:

[build DBc] udkapi
mkdir -p /<<PKGBUILDDIR>>/workdir/UnoApiTarget/  && RESPONSEFILE=/tmp/gbuild.RTQBLH && LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/<<PKGBUILDDIR>>/instdir/program:/<<PKGBUILDDIR>>/instdir/program"   /<<PKGBUILDDIR>>/workdir/LinkTarget/Executable/unoidl-write  /<<PKGBUILDDIR>>/udkapi @${RESPONSEFILE} /<<PKGBUILDDIR>>/workdir/UnoApiTarget/udkapi.rdb && rm -f ${RESPONSEFILE}   && LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/<<PKGBUILDDIR>>/instdir/program:/<<PKGBUILDDIR>>/instdir/program"   /<<PKGBUILDDIR>>/instdir/sdk/bin/unoidl-check /<<PKGBUILDDIR>>/udkapi/type_reference/udkapi.idl --  /<<PKGBUILDDIR>>/workdir/UnoApiTarget/udkapi.rdb
[build MOD] codemaker
Bad input <file:///<<PKGBUILDDIR>>/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl>: cannot parse line 37: "out-of-range enum com.sun.star.reflection.TypeDescriptionSearchDepth member INFINITE value 9223372036854775807"
/<<PKGBUILDDIR>>/solenv/gbuild/UnoApiTarget.mk:45: recipe for target '/<<PKGBUILDDIR>>/workdir/UnoApiTarget/udkapi.rdb' failed
make[2]: *** [/<<PKGBUILDDIR>>/workdir/UnoApiTarget/udkapi.rdb] Error 1
make[2]: *** Waiting for unfinished jobs....



Expected Results:
A successful build.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Comment 1 Xisco Faulí 2018-02-05 11:47:54 UTC
Since this is an issue in the building system and not a bug in the software, could you please send an email to the dev list ( libreoffice@lists.freedesktop.org ) instead ? Thanks