Hello,

I've recently installed T2 SDE on the PS3 successfully from the
following ISO: 
https://dl.t2sde.org/binary/2018/t2-minimal-desktop-ppc64-32-r47324_smaller2.iso

I am now attempting to update packages to hopefully install a newer
kernel, however run into an issue when attempting to run
./scripts/Config and receive the below error

---
root@localhost:/home/t2/trunk# ./scripts/Config
Aquiring config write lock (may take until other configs finished) ...
T2 21-svn configuration ...
Building src/luabash.so.
  LINK LIB  /home/t2/trunk/src/Linux-ppc64/lua/lua.a
ld: relocatable linking with relocations from format elf32-powerpc
(/home/t2/trunk/src/Linux-ppc64/lua/lapi.o) to format elf64-powerpc
(/home/t2/trunk/src/Linux-ppc64/lua/lua.a) is not supported
make: *** [build/bottom.make:65:
/home/t2/trunk/src/Linux-ppc64/lua/lua.a] Error 1
Error building the Lua bash accelerator.
root@localhost:/home/t2/trunk#
---

I have also attached verbose logging (running bash -x).

Does anyone have any tips on how to get this working? I'm happy to
contribute a fix, I just don't know what the fix is :-)
+ '[' -z '' -o -z '' ']'
++ type -p stty
+ '[' /bin/stty ']'
++ stty size
++ cut '-d ' -f1
+ lines=111
++ stty size
++ cut '-d ' -f2
+ columns=274
+ '[' -z 111 -o 111 -le 0 ']'
+ '[' -z 274 -o 274 -le 0 ']'
++ egrep '^sdever=' scripts/parse-config
+ eval sdever=21-svn
++ sdever=21-svn
+ config=default
+ do_config_cycle=0
+ delete_mode=0
+ oldconfig=
+ cfgtmpdir=
+ profile=
+ '[' -cfg ']'
+ case "$1" in
+ config=default
+ shift
+ shift
+ '[' -cycle ']'
+ case "$1" in
+ do_config_cycle=1
+ shift
+ '[' '' ']'
+ '[' -z default ']'
+ '[' '!' -d config/default -a -n '' ']'
+ '[' '!' -d config/default -a -e /etc/SDE-CONFIG/config ']'
+ '[' 0 = 1 ']'
+ cfgtmpdir=src/default
+ '[' 1 = 0 ']'
+ echo 'Building src/luabash.so.'
Building src/luabash.so.
+ rm -rf src/luabash.so
++ nproc
+ j=2
+ make -j2 --no-print-directory -C misc/luabash X_OUTTOP=/home/t2/trunk/src install
  LINK LIB  /home/t2/trunk/src/Linux-ppc64/lua/lua.a
ld: relocatable linking with relocations from format elf32-powerpc (/home/t2/trunk/src/Linux-ppc64/lua/lapi.o) to format elf64-powerpc (/home/t2/trunk/src/Linux-ppc64/lua/lua.a) is not supported
make: *** [build/bottom.make:65: /home/t2/trunk/src/Linux-ppc64/lua/lua.a] Error 1
+ unset j
+ '[' '!' -f src/luabash.so ']'
+ echo 'Error building the Lua bash accelerator.'
Error building the Lua bash accelerator.
+ exit 1
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
li...@t2-project.org with a subject of: unsubscribe t2

Reply via email to