Tiny Core Base > piCore Final Releases
piCore-12.0 released
Rich:
Hi polikuo
There is a build script attached here if you are interested:
http://forum.tinycorelinux.net/index.php/topic,24266.msg153590.html#msg153590
Find the section that says case "PROCESSOR_TYPE" in and add an aarch64 item to it.
It creates all of the package files and bundles them ready to be emailed.
polikuo:
--- Quote from: Juanito on October 28, 2020, 12:01:29 PM ---I believe the thinking was that, since RPi are less likely to be used with a gui, there wouldn't be much need for an Xorg-7.7-bin extension.
setxkbmap exists for armv6/7, maybe you could submit an extension for aarch64?
--- End quote ---
As an individual extension ?
OK, I'll see what I can do.
polikuo:
Hi, busybox tar is acting weird with '-j' option
--- Code: ---tc@box:/tmp$ mktemp -d
/tmp/tmp.Vztz7Lzwvs
tc@box:/tmp$ cd /tmp/tmp.Vztz7Lzwvs
tc@box:/tmp/tmp.Vztz7Lzwvs$ which tar
/bin/tar
tc@box:/tmp/tmp.Vztz7Lzwvs$ realpath /bin/tar
/bin/busybox
tc@box:/tmp/tmp.Vztz7Lzwvs$ tar -jxf /mnt/mmcblk0p2/compile/setxkbmap-1.3.2.tar.bz2
tar: removing leading '/' from member names
tc@box:/tmp/tmp.Vztz7Lzwvs$ ls
-jxf
tc@box:/tmp/tmp.Vztz7Lzwvs$ cd ..
tc@box:/tmp$ mktemp -d
/tmp/tmp.eF240QqKWL
tc@box:/tmp$ cd /tmp/tmp.eF240QqKWL
tc@box:/tmp/tmp.eF240QqKWL$ busybox tar -jxf /mnt/mmcblk0p2/compile/setxkbmap-1.3.2.tar.bz2
tc@box:/tmp/tmp.eF240QqKWL$ ls
setxkbmap-1.3.2/
--- End code ---
P.S. I can't replicate it anymore.
Not sure what happened. :(
curaga:
I guess you accidentally pressed alt-gr or some other many-level shift key, which changed the - from a normal dash to some utf8 dash. Tar then interpreted it as a file name, and created an archive called "-jxf" containing the setxkbmap file.
polikuo:
--- Quote from: curaga on October 29, 2020, 04:22:42 AM ---I guess you accidentally pressed alt-gr or some other many-level shift key, which changed the - from a normal dash to some utf8 dash. Tar then interpreted it as a file name, and created an archive called "-jxf" containing the setxkbmap file.
--- End quote ---
Thanks for the input, but I don't think so.
I can't replicate it, but what happened back then is 'j' option specific.
With or without dash, doesn't matter.
tar zxf something.tar.gz --> O
tar jxf something.tar.bz2 --> X
Called from busybox directly was fine
busybox tar zxf something.tar.gz --> O
busybox tar jxf something.tar.bz2 --> O
A potential busybox bug ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version