| Summary: | interactive installer: fails on sparc-solaris in stage1 (solaris 10 sparc) - python/libffi issue | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Jeremy Olexa (darkside) (RETIRED) <darkside> |
| Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jeremy Olexa (darkside) (RETIRED)
2012-08-13 14:14:59 UTC
I cannot reproduce this, my sparc-solaris bootstrap (sol10) went up to emerge -e system phase (In reply to comment #1) > I cannot reproduce this, my sparc-solaris bootstrap (sol10) went up to > emerge -e system phase What required info do you need? I just tried again in the past hour and it failed still show me your gcc --version and type -P gcc this is stage1? you use sparc-sun-solaris2.10-gcc, that shouldn't be there (In reply to comment #3) > show me your gcc --version and type -P gcc hmm, gcc doesn't exist in my terminal's PATH, must be the script "finding it"?. I'll run the script again to see what happens try usr/sfw/<chost>/bin Found it: % pwd /usr/sfw/bin % ./gcc --version gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) odd, what kind of sparc cpu this is? (In reply to comment #8) > odd, what kind of sparc cpu this is? Maybe a UltraSPARC IV? It is a SunFire V490. Additional debugging, the result of bootstrap_gcc() is a confused assembler?? configure:3252: checking for sparc-sun-solaris2.10-gcc configure:3268: found /tmp/jolexa/tmp/usr/bin/sparc-sun-solaris2.10-gcc configure:3279: result: sparc-sun-solaris2.10-gcc configure:3548: checking for C compiler version configure:3557: sparc-sun-solaris2.10-gcc --version >&5 sparc-sun-solaris2.10-gcc (GCC) 4.1.1 <snip> configure:3588: checking whether the C compiler works configure:3610: sparc-sun-solaris2.10-gcc -I/tmp/jolexa/tmp/usr/include -L/tmp/jolexa/tmp/usr/lib -R/tmp/jolexa/tmp/usr/lib conftest.c >&5 /usr/ccs/bin/as: error: unknown option '-' /usr/ccs/bin/as: error: unknown option 't' /usr/ccs/bin/as: error: unknown option 'aditional-format' usage: /usr/ccs/bin/as [-V] [-Q{y,n}] [-q] [-s] [-S] [-K {pic,PIC}] [-o objfile] [-L] [-T] [-P [[-Yc,path] [-Ipath] [-Dname] [-Dname=def] [-Uname]]...] [-m [-Ym,path]] [-n] [-ul] [-xF] [-xarch={v7,v8,v8a,v8plus,v8plusa,v8plusb,v9,v9a,v9b}] [-xcode={pic13,pic32}] file.s... configure:3614: $? = 1 configure:3652: result: no it wants a gnu ld/as, so that's not usable but /usr/sfw/bin/gcc should be fine, we're using it all the time perhaps python finds/detects another compiler? (sunstudio?) I fixed a bug on opensolaris where we accidentially compiled python 64-bits, because zlib polluted the environment. It doesn't really look so, but maybe that is related? |