You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2020/04/27 13:23:53 UTC

[Issue 128373] New: Build stops in offapi at XBitmapCanvas

https://bz.apache.org/ooo/show_bug.cgi?id=128373

          Issue ID: 128373
        Issue Type: DEFECT
           Summary: Build stops in offapi at XBitmapCanvas
           Product: Build Tools
           Version: 4.2.0-dev
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: GNU make
          Assignee: issues@openoffice.apache.org
          Reporter: nmset@yandex.com
  Target Milestone: ---

Build fails in Linux x86_64 (Arch) as below.

Using either gcc 9.3 or clang 10.0.

How can one resolve this ?

Thank you.


$ pwd
/home/arc/src/aoo/main/offapi
#arc@localhost offapi[0]$ make
[ build RDB ] offapi
[ build HPP ] offapi
mkdir -p /home/arc/src/aoo/main/solver/450/unxlngx6.pro/workdir/UnoApiTarget/
&& RESPONSEFILE=/tmp/gbuild.xgXJPL &&
LD_LIBRARY_PATH=/home/arc/src/aoo/main/solver/450/unxlngx6.pro/lib
SOLARBINDIR=/home/arc/src/aoo/main/solver/450/unxlngx6.pro/bin
/home/arc/src/aoo/main/solver/450/unxlngx6.pro/bin/regmerge @${RESPONSEFILE} &&
rm -f ${RESPONSEFILE}
R=/home/arc/src/aoo && S=$R/main && O=$S/solver/450/unxlngx6.pro &&
W=$O/workdir &&  mkdir -p $W/UnoApiTarget/ && mkdir -p  $W/Misc &&
RESPONSEFILE=`mktemp -t gbuild.XXXXXX` && echo " -Gc -L -BUCR
-O$W/UnoApiHeaders/offapi -X$O/bin/udkapi.rdb $W/UnoApiTarget/offapi.rdb " >
${RESPONSEFILE} && LD_LIBRARY_PATH=$O/lib SOLARBINDIR=$O/bin $O/bin/cppumaker
@${RESPONSEFILE} && rm -f ${RESPONSEFILE}
cppumaker ERROR: cannot dump Type 'com/sun/star/rendering/XBitmapCanvas'
make: *** [/home/arc/src/aoo/main/solenv/gbuild/UnoApiTarget.mk:199:
/home/arc/src/aoo/main/solver/450/unxlngx6.pro/workdir/UnoApiTarget/offapi.rdb]
Error 99
make: *** Deleting file
'/home/arc/src/aoo/main/solver/450/unxlngx6.pro/workdir/UnoApiTarget/offapi.rdb'




Using dmake does not help either : 

#arc@localhost offapi[0]$ build
build -- version: -


=============
Building module offapi
=============

Entering /home/arc/src/aoo/main/offapi/prj

cd .. && make -s -r -j1   && make -s -r deliverlog
[ build RDB ] offapi
[ build HPP ] offapi
cppumaker ERROR: cannot dump Type 'com/sun/star/rendering/XBitmapCanvas'
make: *** [/home/arc/src/aoo/main/solenv/gbuild/UnoApiTarget.mk:199:
/home/arc/src/aoo/main/solver/450/unxlngx6.pro/workdir/UnoApiTarget/offapi.rdb]
Error 99
make: *** Deleting file
'/home/arc/src/aoo/main/solver/450/unxlngx6.pro/workdir/UnoApiTarget/offapi.rdb'
dmake:  Error code 2, while making 'all'
ERROR: error 65280 occurred while making /home/arc/src/aoo/main/offapi/prj

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

--- Comment #4 from SET <nm...@yandex.com> ---
The latest revision builds in one step using GNU make 4.3.

Thanks and regards.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

--- Comment #3 from Matthias Seidel <ms...@apache.org> ---
The latest revision should build with make 4.3.

Could you please test?

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

SET <nm...@yandex.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED_WITHOUT_CODE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from SET <nm...@yandex.com> ---
After downgrading GNU make to 4.2, the build indeed completed !

Thank you very much.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

SET <nm...@yandex.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nmset@yandex.com

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mseidel@apache.org

--- Comment #1 from Matthias Seidel <ms...@apache.org> ---
I have seen that while building AOO on Windows with Cygwin.

It occurred after the upgrade to GNU make 4.3, downgrading to make 4.2 resolved
the error.

Just a workaround at the moment...

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128373] Build stops in offapi at XBitmapCanvas

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128373

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED_WITHOUT_CODE          |FIXED

--- Comment #5 from Matthias Seidel <ms...@apache.org> ---
Just for the record:

Fix committed to trunk with:
https://github.com/apache/openoffice/commit/7f3d5d1d1e5d0e51092276ddff205b8a31aab26f

Cherry-picked for AOO42X and AOO418

-- 
You are receiving this mail because:
You are the assignee for the issue.