[Laszlo-dev] Fwd: [Laszlo-builds] FAILURE for 3322-openlaszlo-branches-legals on linux-builder.corp.laszlosystems.com
John Sundman
jsundman at laszlosystems.com
Tue Jan 9 10:53:57 PST 2007
I have used this version sucessfully until now, but it should be no
problem to update to the proper version.
jrs
On Jan 9, 2007, at 1:46 PM, Jim Grandy wrote:
> This is a different problem. It looks like you aren't running the
> proper version of Python -- you've got the PowerPC version
> installed instead of the Intel version. Have you done a successful
> build on this machine yet?
>
> jim
>
> On Jan 9, 2007, at 10:42 AM, John Sundman wrote:
>
>> I sync'd & built this morning and got still another failure.
>> Note: I have not updated my tools recently so may be out of sync
>> for that reason.
>>
>> jrs
>>
>>
>> [rng2dtd] Traceback (most recent call last):
>> [rng2dtd] File "rng2dtd.py", line 191, in ?
>> [rng2dtd] main(sys.argv[1:])
>> [rng2dtd] File "rng2dtd.py", line 182, in main
>> [rng2dtd] schema = readSchema(fname)
>> [rng2dtd] File "/Users/jfx/src/svn/openlaszlo/legals/WEB-INF/
>> lps/schema/rngparse.py", line 740, in readSchema
>> [rng2dtd] schema = SCHEMA_CACHES[fname] = _readSchema(fname)
>> [rng2dtd] File "/Users/jfx/src/svn/openlaszlo/legals/WEB-INF/
>> lps/schema/rngparse.py", line 728, in _readSchema
>> [rng2dtd] schema = Schema(fname)
>> [rng2dtd] File "/Users/jfx/src/svn/openlaszlo/legals/WEB-INF/
>> lps/schema/rngparse.py", line 299, in __init__
>> [rng2dtd] self.parse(fname)
>> [rng2dtd] File "/Users/jfx/src/svn/openlaszlo/legals/WEB-INF/
>> lps/schema/rngparse.py", line 313, in parse
>> [rng2dtd] from xml.dom.ext.reader import PyExpat
>> [rng2dtd] File "/System/Library/Frameworks/Python.framework/
>> Versions/2.3/lib/python2.3/site-packages/_xmlplus/dom/ext/reader/
>> PyExpat.py", line 24, in ?
>> [rng2dtd] from xml.parsers import expat
>> [rng2dtd] File "/System/Library/Frameworks/Python.framework/
>> Versions/2.3/lib/python2.3/site-packages/_xmlplus/parsers/
>> expat.py", line 4, in ?
>> [rng2dtd] from pyexpat import *
>> [rng2dtd] ImportError: dlopen(/System/Library/Frameworks/
>> Python.framework/Versions/2.3/lib/python2.3/site-packages/_xmlplus/
>> parsers/pyexpat.so, 2): no suitable image found. Did find:
>> [rng2dtd] /System/Library/Frameworks/Python.framework/
>> Versions/2.3/lib/python2.3/site-packages/_xmlplus/parsers/
>> pyexpat.so: mach-o, but wrong architecture
>>
>> BUILD FAILED
>> /Users/jrs/src/svn/openlaszlo/legals/build.xml:471: The following
>> error occurred while executing this line:
>> /Users/jrs/src/svn/openlaszlo/legals/WEB-INF/lps/schema/build.xml:
>> 59: exec returned: 1
>>
>> On Jan 9, 2007, at 1:22 PM, Jim Grandy wrote:
>>
>>> Legals build it failing, but not for the same reason as
>>> yesterday. Here's the relevant tail of the log:
>>>
>>> test:
>>> [echo] running demos test
>>> [apply] Exception in thread "main"
>>> org.openlaszlo.utils.ChainedException:
>>> java.io.FileNotFoundException: lzpreloader.lzl
>>> [apply] at org.openlaszlo.compiler.SWFWriter.addPreloader
>>> (SWFWriter.java:237)
>>> [apply] at org.openlaszlo.compiler.SplashCompiler.compile
>>> (SplashCompiler.java:68)
>>> [apply] at org.openlaszlo.compiler.Compiler.compileElement
>>> (Compiler.java:596)
>>> [apply] at org.openlaszlo.compiler.CanvasCompiler.compile
>>> (CanvasCompiler.java:159)
>>> [apply] at org.openlaszlo.compiler.Compiler.compileElement
>>> (Compiler.java:596)
>>> [apply] at org.openlaszlo.compiler.Compiler.compile
>>> (Compiler.java:423)
>>> [apply] at org.openlaszlo.compiler.Compiler.compile
>>> (Compiler.java:171)
>>> [apply] at org.openlaszlo.compiler.Main.compile(Main.java:235)
>>> [apply] at org.openlaszlo.compiler.Main.lzc(Main.java:211)
>>> [apply] at org.openlaszlo.compiler.Main.main(Main.java:77)
>>> [apply] Caused by: java.io.FileNotFoundException:
>>> lzpreloader.lzl
>>> [apply] at
>>> org.openlaszlo.compiler.DefaultFileResolver.resolve
>>> (FileResolver.java:170)
>>> [apply] at
>>> org.openlaszlo.compiler.DefaultFileResolver.resolve
>>> (FileResolver.java:59)
>>> [apply] at
>>> org.openlaszlo.compiler.CompilationEnvironment.resolve
>>> (CompilationEnvironment.java:488)
>>> [apply] at org.openlaszlo.compiler.SWFWriter.addPreloader
>>> (SWFWriter.java:235)
>>> [apply] ... 9 more
>>> [apply] Caused by: java.io.FileNotFoundException:
>>> lzpreloader.lzl
>>> [apply] at
>>> org.openlaszlo.compiler.DefaultFileResolver.resolve
>>> (FileResolver.java:170)
>>> [apply] at
>>> org.openlaszlo.compiler.DefaultFileResolver.resolve
>>> (FileResolver.java:59)
>>> [apply] at
>>> org.openlaszlo.compiler.CompilationEnvironment.resolve
>>> (CompilationEnvironment.java:488)
>>> [apply] at org.openlaszlo.compiler.SWFWriter.addPreloader
>>> (SWFWriter.java:235)
>>> [apply] at org.openlaszlo.compiler.SplashCompiler.compile
>>> (SplashCompiler.java:68)
>>> [apply] at org.openlaszlo.compiler.Compiler.compileElement
>>> (Compiler.java:596)
>>> [apply] at org.openlaszlo.compiler.CanvasCompiler.compile
>>> (CanvasCompiler.java:159)
>>> [apply] at org.openlaszlo.compiler.Compiler.compileElement
>>> (Compiler.java:596)
>>> [apply] at org.openlaszlo.compiler.Compiler.compile
>>> (Compiler.java:423)
>>> [apply] at org.openlaszlo.compiler.Compiler.compile
>>> (Compiler.java:171)
>>> [apply] at org.openlaszlo.compiler.Main.compile(Main.java:235)
>>> [apply] at org.openlaszlo.compiler.Main.lzc(Main.java:211)
>>> [apply] at org.openlaszlo.compiler.Main.main(Main.java:77)
>>>
>>>
>>> Begin forwarded message:
>>>
>>>> From: svnbuild at laszlosystems.com
>>>> Date: January 9, 2007 12:47:16 AM PST
>>>> To: laszlo-builds at openlaszlo.org
>>>> Subject: [Laszlo-builds] FAILURE for 3322-openlaszlo-branches-
>>>> legals on linux-builder.corp.laszlosystems.com
>>>>
>>>> FAILURE: build failed (1) for 3322-openlaszlo-branches-legals at
>>>> Tue Jan 9 00:47:14 PST 2007 (Megatest failed) attaching /home/
>>>> svnbuild/logs/tail-3322-branches-legals-nightly.log
>>> <tail-3322-branches-legals-nightly.log>
>>>>
>>>> _______________________________________________
>>>> Laszlo-builds mailing list
>>>> Laszlo-builds at openlaszlo.org
>>>> http://www.openlaszlo.org/mailman/listinfo/laszlo-builds
>>>
>>
>
More information about the Laszlo-dev
mailing list