On Thu, 17 May 2012 14:43:57 -0300
Ariel Constenla-Haile <arie...@apache.org> wrote:

_omissis__
> > And still no succes also adding -mno-fp-in-toc -mno-sum-in-toc CXXFLAGS
> 
> AFAIK our gbuild environment will not recognize it, you should add them
> to the gb_CXXFLAGS
> 
> 

hallo Ariel,
thanks a lot for your support. It was a mistake of mine proper adding 
CXXFLAGS...
Asap, i'll try a native build on ppc (32bit) too. 
Indeed it fixes my build error:

root@radio:/mnt/EXT/aoo# cat ppc64-cxxflags.patch
--- a/solenv/gbuild/platform/linux.mk   2012-05-18 03:31:50.338498189 +0200
+++ b/solenv/gbuild/platform/linux.mk   2012-05-18 04:35:34.238439552 +0200
@@ -83,6 +83,8 @@
        -pipe \

 gb_CXXFLAGS := \
+       -fno-optimize-sibling-calls \
+       -mminimal-toc \
        -Wall \
        -Wendif-labels \
        -Wextra \


Anyway, now i need to understand why i get this one:
ERROR: File not found: upden-US.res

here from build log:
[...]
... creating log file log_AOO340_en-US.log
Fri May 18 18:39:15 2012 (00:04 min.)
... reading include pathes ...
... analyzing script: 
/mnt/EXT/aoo/work/src/aoo-3.4.0/main/solver/340/unxlngppc64.pro/bin/setup_osl.ins
 ...
... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing unix links ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...
------------------------------------
... languages en-US ...
... reading include pathes ...
... analyzing script: 
/mnt/EXT/aoo/work/src/aoo-3.4.0/main/solver/340/unxlngppc64.pro/bin/setup_osl.ins
 ...
... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing unix links ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...
------------------------------------
... languages en-US ...

**************************************************
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**************************************************

**************************************************
ERROR: Saved logfile: 
/mnt/EXT/aoo/work/src/aoo-3.4.0/main/instsetoo_native/unxlngppc64.pro/OpenOffice/native/logging/en-US/log_AOO340_en-US.log
**************************************************
... analyzing files ...
preparing 0 extension blobs for language en-US:
preparing 0 bundled extensions for language en-US:

ERROR: The following files could not be found:
ERROR: File not found: upden-US.res
... cleaning the output tree ...
... removing directory /tmp/ooopackaging/i_83161337359151 ...
Fri May 18 18:39:17 2012 (00:06 min.)
dmake:  Error code 255, while making 'openoffice_en-US.native'

1 module(s):
        instsetoo_native
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/mnt/EXT/aoo/work/src/aoo-3.4.0/main/instsetoo_native/util

When you have fixed the errors in that module you can resume the build by 
running:

        build --from instsetoo_native
[...]




cheers,
--nico
-- 
acrux <acrux...@libero.it>

Reply via email to