Tiny Core Base > piCore Test Releases

piCore-12.0beta1

<< < (4/8) > >>

polikuo:

--- Quote from: Juanito on October 02, 2020, 04:25:48 AM ---getlocale, mirrors, submitqc and unifont copied to aarch64 repo

--- End quote ---

Sorry~~ :-[
I've already hacked around the submitqc script and I totally forgot about it.
To make this script works on this platform, it'll need some tinkering.

Please append a new option around line 185.

--- Quote ---aarch64) BASELIBS="$BASELIBS ld-linux-aarch64.so.1 linux-vdso.1"; ARCH="aarch64";;

--- End quote ---

The result should looks like

--- Code: ---case "$ARCH" in
   x86_64) BASELIBS="$BASELIBS ld-linux-x86-64.so.2 linux-vdso.so.1" ;;
   i686) BASELIBS="$BASELIBS ld-linux.so.2 linux-gate.so.1"; ARCH="x86" ;;
   x86) BASELIBS="$BASELIBS ld-linux.so.2 linux-gate.so.1" ;;         
   armv7l) BASELIBS="$BASELIBS ld-linux-armhf.so.3 linux-vdso.1"; ARCH="armv7";;
   aarch64) BASELIBS="$BASELIBS ld-linux-aarch64.so.1 linux-vdso.1"; ARCH="aarch64";;
   *) echo "$SCRIPT: Unrecognized architecture '$ARCH'. See --help." && exit 1 ;;
esac

--- End code ---


BTW, I just finished compiling openbox and sent it to picoresubmit AT gmail DOT com
Working and Tested. (I'm using it right now  8))

Furthermore, the openbox-config.tcz on x86_64 can be copied without tweaks as well.
Please port it over.  ;)


--- Quote from: Juanito on October 02, 2020, 03:11:42 AM ---Please use /usr/local/lib/appname for libexec so we know where the files came from.

--- End quote ---
Noted  :)

--- Code: ---./configure --prefix=/usr/local --libexecdir=/usr/local/lib/openbox
--- End code ---

Cheers  ;D

Juanito:
Please submit the submitqc changes as a patch and any piCore extensions to the standard email address - nobody knows the password to the piCore email address..

polikuo:

--- Quote from: Juanito on October 02, 2020, 01:02:16 PM ---Please submit the submitqc changes as a patch and any piCore extensions to the standard email address - nobody knows the password to the piCore email address..

--- End quote ---

Extensions re-emailed to tcesubmit AT gmail DOT com
Along with the submitqc patch file.

Many thanks

Juanito:
posted - thanks  :)

polikuo:
Hi, wrong dep file for util-linux-python.tcz

There's no python.tcz in this arch, only python2.7.tcz or python3.8.tcz

I believe it should be python2.7.tcz

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version