Issue 77909 - cppu fail to build
Summary: cppu fail to build
Status: CLOSED DUPLICATE of issue 77422
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 680m212
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kay.ramme
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 21:34 UTC by hub
Modified: 2007-05-30 12:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch to fix the problem (705 bytes, patch)
2007-05-29 22:00 UTC, hub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description hub 2007-05-29 21:34:19 UTC
Bug is actually in m213, but version is not list in the bugzilla


cppu does not build on Linux x86_64 in src860_m213. Here is the error message:

ccache g++  -Wreturn-type -fmessage-length=0 -c -O2 -fno-strict-aliasing
-Wuninitialized   -I.  -I../../unxlngx6.pro/inc/AffineBridge -I../inc
-I../../inc/pch -I../../inc/cppu -I../../inc -I../../unx/inc
-I../../unxlngx6.pro/inc -I.
-I/home/hub/novell/OpenOffice2/solver/680/unxlngx6.pro/inc/stl
-I/home/hub/novell/OpenOffice2/solver/680/unxlngx6.pro/inc/external
-I/home/hub/novell/OpenOffice2/solver/680/unxlngx6.pro/inc
-I/home/hub/novell/OpenOffice2/solenv/unxlngx6/inc
-I/home/hub/novell/OpenOffice2/solenv/inc -I/home/hub/novell/OpenOffice2/res
-I/home/hub/novell/OpenOffice2/solver/680/unxlngx6.pro/inc/stl
-I/home/hub/novell/OpenOffice2/solenv/inc/Xp31 -I/usr/include
-I/usr/X11R6/include    
-I/home/hub/novell/OpenOffice2/solver/680/unxlngx6.pro/inc/offuh -I. -I../../res
-I. -pipe  -Wno-ctor-dtor-privacy -fno-use-cxa-atexit -Wextra
-fvisibility-inlines-hidden    -fpic -DLINUX -DUNX -DVCL -DGCC -DC341 -DX86_64
-DCVER=C341 -DNPTL -DGLIBC=2 -DX86_64 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR
-D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE
-DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.1.0 -DSUPD=680
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI
-DSOLAR_JAVA -DSRC680=SRC680   -DSHAREDLIB -D_DLL_   -fexceptions
-fno-enforce-eh-specs -DEXCEPTIONS_ON  -o ../../unxlngx6.pro/slo/AffineBridge.o
/home/hub/novell/OpenOffice2/cppu/source/AffineBridge/AffineBridge.cxx 
/home/hub/novell/OpenOffice2/cppu/source/AffineBridge/AffineBridge.cxx: In
member function 'virtual void AffineBridge::v_callInto_v(void
(*)(__va_list_tag*), __va_list_tag*)':
/home/hub/novell/OpenOffice2/cppu/source/AffineBridge/AffineBridge.cxx:276:
error: incompatible types in assignment of '__va_list_tag*' to '__va_list_tag [1]'
/home/hub/novell/OpenOffice2/cppu/source/AffineBridge/AffineBridge.cxx: In
member function 'virtual void AffineBridge::v_callOut_v(void
(*)(__va_list_tag*), __va_list_tag*)':
/home/hub/novell/OpenOffice2/cppu/source/AffineBridge/AffineBridge.cxx:309:
error: incompatible types in assignment of '__va_list_tag*' to '__va_list_tag [1]'
dmake:  Error code 1, while making '../../unxlngx6.pro/slo/AffineBridge.obj'



It did work fine in m211.
Comment 1 hub 2007-05-29 22:00:58 UTC
Created attachment 45497 [details]
patch to fix the problem
Comment 2 kay.ramme 2007-05-30 11:07:36 UTC
This the same as 77422 .


*** This issue has been marked as a duplicate of 77422 ***
Comment 3 kay.ramme 2007-05-30 12:28:47 UTC
closing ...