I made a change in shtool in 2.3.1 boot shell:

On PASE, there is no /usr/sbin/lsdev or /usr/sbin/lsattr and arch
should be presented
as powerpc.


        *:AIX:* )
            cpu_arch=rs6000

            # PASE case, no /usr/sbin/lsdev or /usr/sbin/lsattr AIX
but CPU is powerpc
            if [ -d /QOpenSys ]; then
                 cpu_arch=powerpc
            fi




2005/5/13, Henri Gomez <[EMAIL PROTECTED]>:
> It seems the .tbtag is for AIX assembler not for the GNU GAS ?
> 
> Did BeeCrypt on AIX generated AIX AS opcode ?
> 
> If so, I should rename the GNU AS to avoid it being used ...
> 
> 2005/5/13, Henri Gomez <[EMAIL PROTECTED]>:
> > I failed even with my newly compiled GAS 2.16 ;(
> >
> > GNU assembler 2.16
> > Copyright 2005 Free Software Foundation, Inc.
> > This program is free software; you may redistribute it under the terms of
> > the GNU General Public License.  This program has absolutely no warranty.
> > This assembler was configured for a target of `powerpc-ibm-aix5.2.0.0'.
> >
> >
> > 2005/5/13, Henri Gomez <[EMAIL PROTECTED]>:
> > > Ok 2.3.1 failed also, still in BeeCrypt :
> > >
> > > /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc -DHAVE_CONFIG_H
> > > -I. -I. -I. -I./..  -DOPTIMIZE_POWERPC  -O -fsigned-char -DNDEBUG
> > > -fomit-frame-pointer -c -o timestamp.lo timestamp.c
> > >  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DOPTIMIZE_POWERPC -O
> > > -fsigned-char -DNDEBUG -fomit-frame-pointer -c timestamp.c -o
> > > timestamp.o
> > > /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc -DHAVE_CONFIG_H
> > > -I. -I. -I. -I./..  -DOPTIMIZE_POWERPC  -O -fsigned-char -DNDEBUG
> > > -fomit-frame-pointer -c -o aesopt.lo `test -f aesopt.s || echo
> > > './'`aesopt.s
> > >  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DOPTIMIZE_POWERPC -O
> > > -fsigned-char -DNDEBUG -fomit-frame-pointer -c aesopt.s -o aesopt.o
> > > /bin/sh ./libtool --mode=compile --tag=CC /usr/bin/gcc -DHAVE_CONFIG_H
> > > -I. -I. -I. -I./..  -DOPTIMIZE_POWERPC  -O -fsigned-char -DNDEBUG
> > > -fomit-frame-pointer -c -o blowfishopt.lo `test -f blowfishopt.s ||
> > > echo './'`blowfishopt.s
> > >  /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DOPTIMIZE_POWERPC -O
> > > -fsigned-char -DNDEBUG -fomit-frame-pointer -c blowfishopt.s -o
> > > blowfishopt.o
> > > blowfishopt.s: Assembler messages:
> > > blowfishopt.s:394: Error: unknown pseudo-op: `.tbtag'
> > > blowfishopt.s:693: Error: unknown pseudo-op: `.tbtag'
> > > make[2]: *** [blowfishopt.lo] Error 1
> > > make[2]: Leaving directory `/QOpenSys/tmp/openpkg-2.3.1/beecrypt-4.1.2'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory `/QOpenSys/tmp/openpkg-2.3.1/beecrypt-4.1.2'
> > > make: *** [all] Error 2
> > > + exit 2
> > > + exit 2
> > > ./openpkg.boot:ERROR: script returned non-null value
> > >
> > > Could I disable ASM for BeeCrypt ?
> > >
> > >
> > > 2005/5/13, Henri Gomez <[EMAIL PROTECTED]>:
> > > > Another question.
> > > >
> > > > For now my 'hacked' uname return powerpc-ibm-os400 but some tools (ie
> > > > binutils bdf) din't know about it.
> > > >
> > > > PASE in fact is an AIX 5.2 emulation and for some binaries I do, I
> > > > used to pass :
> > > >
> > > > ./configure --build=powerpc-ibm-aix5.2.0.0 --host=powerpc-ibm-aix5.2.0.0
> > > >
> > > > Could these be defined outside like the TMPDIR ?
> > > >
> > > >
> > > > 2005/5/13, Henri Gomez <[EMAIL PROTECTED]>:
> > > > > Did the 2.3.1 .sh include the fix for obsolete config.guess and
> > > > > config.sub in make 3.80 for example ?
> > > > >
> > > > > Regards
> > > > >
> > > > > 2005/5/13, Henri Gomez <[EMAIL PROTECTED]>:
> > > > > > Ok, i'll get the 2.3.1 and redo all tests
> > > > > >
> > > > > > 2005/5/13, Ralf S. Engelschall <[EMAIL PROTECTED]>:
> > > > > > > On Fri, May 13, 2005, Henri Gomez wrote:
> > > > > > >
> > > > > > > > I do my openpkg boot from the the .sh 
> > > > > > > > (openpkg-2.3.0-2.3.0.src.sh)
> > > > > > >
> > > > > > > First, please try with at least openpkg-2.3.1-2.3.1.src.sh from
> > > > > > > ftp://ftp.openpkg.org/release/2.3/UPD/ as it contains some changes
> > > > > > > to BeeCrypt, too. Second, I talked about CURRENT which means the
> > > > > > > openpkg-200505XX-200505XX.src.sh from 
> > > > > > > ftp://ftp.openpkg.org/current/.
> > > > > > > Please try this one as it contains the newer config.* scripts.
> > > > > > >
> > > > > > >                                        Ralf S. Engelschall
> > > > > > >                                        [EMAIL PROTECTED]
> > > > > > >                                        www.engelschall.com
> > > > > > >
> > > > > > > ______________________________________________________________________
> > > > > > > The OpenPKG Project                                    
> > > > > > > www.openpkg.org
> > > > > > > Developer Communication List                   
> > > > > > > openpkg-dev@openpkg.org
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to