[suse-sparc] Zope 2.6.0 on sparc32 ?

From: Charles Gillet (charles_at_federales.com)
Date: Sat Nov 23 2002 - 20:58:05 CET

  • Next message: Bruno Kriener: "[suse-sparc] <Kein Betreff>"
    Date: Sat, 23 Nov 2002 11:58:05 -0800
    From: Charles Gillet <charles@federales.com>
    Message-id: <3DDFDDCD.9040205@federales.com>
    Subject: [suse-sparc] Zope 2.6.0 on sparc32 ?
    

    All,

    I'm trying to get Zope 2.6.0 and CMF running on my ss20 running SuSE
    7.3, but Zope doesn't like the python version bundled with 7.3. So I
    pulled down python 2.1.3, which is the latest version Zope likes,
    compiled it --with-threads as required, and now I get a seg fault while
    it's trying to load some math-related shared object during startup. Has
    anyone gotten 2.6.0 to run happily on SuSE/sparc32? I'm trying to get
    plone (plone.org) running on the box and it runs atop Zope and CMF.

    I noticed SuSE 8.1 for x86 still comes with zope 2.5.1. Is that because
    of problems in 2.6.0? Is there going to be a SuSE 8.x release that runs
    on sparc32 machines (and perhaps with a 2.4 kernel)? I've seen a few
    people ask that question on the list, but I don't recall seeing a
    definitive answer from the SuSE folks.

    Any help appreciated,

    -charles

    strace /opt/python/bin/python z2.py -D
    ...
    ...
    ...
    open("/opt/python/lib/python2.1/lib-tk/mathmodule.so", O_RDONLY) = -1
    ENOENT (No such file or directory)
    open("/opt/python/lib/python2.1/lib-tk/math.py", O_RDONLY) = -1 ENOENT
    (No such file or directory)
    open("/opt/python/lib/python2.1/lib-tk/math.pyc", O_RDONLY) = -1 ENOENT
    (No such file or directory)
    stat64("/opt/python/lib/python2.1/lib-dynload/math", 0xefff1158) = -1
    ENOENT (No such file or directory)
    open("/opt/python/lib/python2.1/lib-dynload/math.so", O_RDONLY) = 13
    fstat64(13, {st_mode=S_IFREG|0755, st_size=55399, ...}) = 0
    open("/opt/python/lib/python2.1/lib-dynload/math.so", O_RDONLY) = 14
    read(14, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\23"...,
    1024) = 1024
    fstat64(14, {st_mode=S_IFREG|0755, st_size=55399, ...}) = 0
    mmap(NULL, 77600, PROT_READ|PROT_EXEC, MAP_PRIVATE, 14, 0) = 0x50530000
    mprotect(0x50533000, 65312, PROT_NONE) = 0
    mmap(0x50540000, 12288, PROT_READ|PROT_WRITE|PROT_EXEC,
    MAP_PRIVATE|MAP_FIXED, 14, 0) = 0x50540000
    close(14) = 0
    close(13) = 0
    --- SIGSEGV (Segmentation fault) ---
    +++ killed by SIGSEGV +++

    -- 
    To unsubscribe, e-mail: suse-sparc-unsubscribe@suse.com
    For additional commands, e-mail: suse-sparc-help@suse.com
    


    This archive was generated by hypermail 2.1.4 : Sat Nov 23 2002 - 20:58:10 CET