Thanks you guys for working hard to make OOo-2.0 a reality for BLFS !!

Unfortunately, my attempts to get it up and running according to the directions
at the link given below have gotten stuck at the .bootstrap && source
LinuxIntelenv.Set.sh && dmake stage. I have a BLFS 6.1 stable system - so I
didn't apply the gcc4 patch (should I have?)

The last part of the compile output (none of which I really understand as an
amateur) looks as follows:

compile:
Compiling 143 source files to
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/classes
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/BshMethod.java:306:
warning: [deprecation]
getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has
been deprecated
                                        argValues[i] =
Types.getAssignableForm(
                                                            ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/BshMethod.java:387:
warning: [deprecation]
getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has
been deprecated
                                ret = Types.getAssignableForm( ret,
(Class)returnType );
                                           ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/BSHEnhancedForStatement.java:66:
warning: [deprecation]
setTypedVariable(java.lang.String,java.lang.Class,java.lang.Object,boolean)
in bsh.NameSpace has been deprecated
                                eachNameSpace.setTypedVariable(
                                             ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/BSHPrimarySuffix.java:193:
warning: [deprecation]
getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has
been deprecated
                                indexVal = Types.getAssignableForm(
indexVal, Integer.TYPE);
                                                ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/BSHTryStatement.java:123:
warning: [deprecation]
getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has
been deprecated
                                                thrown =
(Throwable)Types.getAssignableForm(
                                                                         ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/BSHTryStatement.java:151:
warning: [deprecation]
setTypedVariable(java.lang.String,java.lang.Class,java.lang.Object,boolean)
in bsh.NameSpace has been deprecated
                                                cbNameSpace.setTypedVariable(
                                                           ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:137:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                this.superClassName = Type.getInternalName( superClass
);
                                      ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:185:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                        interfaceNames[i]=Type.getInternalName(
interfaces[i] );
                                          ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:362:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                Type.getType(Object.class),
                                ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:363:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                new Type [] { 
                                    ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:364:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                        Type.getType(String.class), 
                                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:365:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                        Type.getType(Object [].class),
                                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:366:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                        Type.getType(Interpreter.class),
                                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:367:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                        Type.getType(CallStack.class),
                                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:368:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                        Type.getType(SimpleNode.class),
                                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:369:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                                        Type.getType(Boolean.TYPE) 
                                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/ClassGeneratorUtil.java:361:
reference to Type is ambiguous, both class java.lang.reflect.Type in
java.lang.reflect and class bsh.org.objectweb.asm.Type in
bsh.org.objectweb.asm match
                        Type.getMethodDescriptor( 
                        ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/Reflect.java:129:
warning: [deprecation]
getAssignableForm(java.lang.Object,java.lang.Class) in bsh.Types has
been deprecated
                                tmpArgs[i] = Types.getAssignableForm(
args[i], types[i] );
                                                  ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/Remote.java:143:
warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder
has been deprecated
                sb.append( URLEncoder.encode( text ) );
                                     ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/AWTConsole.java:223:
warning: [deprecation] getPeer() in java.awt.Component has been
deprecated
                ((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition( 
                                                  ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/AWTConsole.java:328:
warning: [deprecation] show() in java.awt.Window has been deprecated
                f.show();
                 ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/ClassBrowser.java:412:
warning: [deprecation] show() in java.awt.Window has been deprecated
                f.show();
                 ^
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/src/bsh/util/Util.java:83:
warning: [deprecation] show() in java.awt.Window has been deprecated
        win.show();
           ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
11 errors
12 warnings

BUILD FAILED
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell/unxlngi6.pro/misc/build/BeanShell/build.xml:176:
Compile failed; see the compiler error output for details.

Total time: 5 seconds
dmake:  Error code 1, while making 'ANTBUILD'
'---* tg_merge.mk *---'
dmake:  Error code 255, while making
'./unxlngi6.pro/misc/build/so_built_ooo_beanshell'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/joerg/Temp/OOo_2.0.0rc3_src/beanshell
dmake:  Error code 1, while making 'build_instsetoo_native'
'---* tg_merge.mk *---'

---end compile output---

Any ideas about what's causing this? 

Thanks,

Joerg

--- DJ Lucas <[EMAIL PROTECTED]> wrote:

> It's released!  Current build instructions and patches are available at 
> http://www.linuxfromscratch.org/~dj/OOo_2.0/.  Patches are unattributed 
> yet, however, most were from upstream cvs/issuzilla and the jdk-1.5 
> stuff was mostly from ooo-build with some from myself (bsh).  I've been 
> informed already that the note about firefox and no ldap is 
> incorrect....it'll be corrected at a later time as it's still not real 
> easy to use FF with ATM.
> 
> David Ciecierski has been working towards a system installed 
> firefox/thunderbird patch now.  A change will need to be added in the 
> current Mozilla gcc4 patch, I believe.  Have a look at the second change 
> in the OOo-gcc4 patch.  This change will be necessary to build the mozab 
> project (mozilla address book) with system installed Moz/FF/TB.
> 
> This monster takes forever to build, 456 minutes on my PC, where I have 
> a 233 second SBU, so it'll be a while till it hits the book.  Just 
> wanted to let know those who are interested.
> 
> -- DJ Lucas
> -- 
> http://linuxfromscratch.org/mailman/listinfo/blfs-dev
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to