[OpenAFS-devel] Re: new aix buildbot slave available
Andrew Deason
adeason@sinenomine.net
Fri, 5 Nov 2010 11:16:04 -0500
On Fri, 5 Nov 2010 09:39:00 +0100 (MET)
Niklas Edmundsson <Niklas.Edmundsson@hpc2n.umu.se> wrote:
> My bad. The automatic restart upon boot failed to pick the right
> environment, so it had a PATH pointing to the IBM provided auto* RPMs
> which are rather old. I failed to point&click on the buildbot page to
> make it trigger a rebuild, but it should hopefully work better now
> (although no guarantees until I see that it actually did what I wanted
> it to do upon reboot of the LPAR ;).
Well, it gets further now but
>> case bit64 in \
>> bit64 ) \
>> cp -p /scratch/buildbot/slave2/power-aix/build/src/afs/AIX/osi_assem64.s osi_assem.s ;; \
>> * ) \
>> cp -p /scratch/buildbot/slave2/power-aix/build/src/afs/AIX/osi_assem32.s osi_assem.s ;; \
>> esac
>> as -a64 -o osi_assem.o osi_assem.s
>> osi_assem.s: Assembler messages:
>> osi_assem.s:19: Error: Unrecognized opcode: `br'
>> osi_assem.s:21: Error: unknown pseudo-op: `.tbtag'
>> osi_assem.s:34: Error: Unrecognized opcode: `l'
>> osi_assem.s:35: Error: Unrecognized opcode: `l'
>> osi_assem.s:36: Error: Unrecognized opcode: `br'
>> osi_assem.s:38: Error: unknown pseudo-op: `.tbtag'
>> make[4]: *** [osi_assem.o] Error 1
Hmm, is this maybe picking up the wrong 'as' or something?
/usr/ccs/bin/as can assemble this on a 5.3 box. (If that's the case,
perhaps the build system should specify a specific as on AIX by
default...)
--
Andrew Deason
adeason@sinenomine.net