Issue 77909

Summary: cppu fail to build
Product: udk Reporter: hub <hub>
Component: codeAssignee: kay.ramme
Status: CLOSED DUPLICATE QA Contact: issues@udk <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 680m212   
Target Milestone: ---   
Hardware: PC (x86_64)   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
patch to fix the problem none

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 ...