Tiny Core Base > piCore Test Releases

piCore-8.0beta1

<< < (2/8) > >>

bmarkus:
Check source code of extensions in the 6.x or other previous version

http://tinycorelinux.net/6.x/armv6/tcz/src/

TC GUI tools in the TC GIT:

http://git.tinycorelinux.net/index.cgi

Or just make it from upstream source.

bmarkus:

--- Quote from: mikedev on June 01, 2016, 01:53:28 PM ---
It works on my pi Zero, may I know where I can download the source of Xorg, Xvesa, etc. so that I can test compile them myself and test out the GUI capabilities of my pi zero?


--- End quote ---

There are no Xvesa for RPi, only Xorg.

mikedev:
Thank you!

(pi zero)
Bug report: "Illegal instruction" on wget/curl with HTTPS download
There is something wrong with gmp.tcz and nettle.tcz in the repository.  The issue can be repeatedly duplicated.

The issue applies to wget.tcz and curl.tcz since they both use the mentioned tcz:


--- Quote ---$ tce-load -il wget
libtasn1.tcz: OK
p11-kit.tcz: OK
gmp.tcz: OK
nettle.tcz: OK
libidn.tcz: OK
gnutls.tcz: OK
wget.tcz: OK

$ /usr/local/bin/wget https://gmplib.org/download/gmp/gmp-6.1.0.tar.xz
--2016-06-03 14:26:47--  https://gmplib.org/download/gmp/gmp-6.1.0.tar.xz
Resolving gmplib.org (gmplib.org)... 37.252.124.96
Connecting to gmplib.org (gmplib.org)|37.252.124.96|:443... connected.
Illegal instruction

$ curl https://gmplib.org/download/gmp/gmp-6.1.0.tar.xz
Illegal instruction
--- End quote ---

I have rebuild the gmp.tcz and nettle.tcz natively on my pi zero according the to commands in gmp.build and nettle.build, with the only difference of downloading the source from upstream:
https://gmplib.org/download/gmp/gmp-6.1.0.tar.xz
ftp://ftp.gnu.org/gnu/nettle/nettle-3.2.tar.gz

Then, I load my rebuild gmp.tcz and nettle.tcz first, and then load wget/curl from the repository so that the rest of the dependencies will be loaded from the repository as well.

Then both wget and curl no longer experience "Illegal instruction" error.


--- Quote ---$ /usr/local/bin/wget https://gmplib.org/download/gmp/gmp-6.1.0.tar.xz
--2016-06-03 14:42:29--  https://gmplib.org/download/gmp/gmp-6.1.0.tar.xz
Resolving gmplib.org (gmplib.org)... 37.252.124.96
Connecting to gmplib.org (gmplib.org)|37.252.124.96|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1950316 (1.9M) [application/octet-stream]
Saving to: 'gmp-6.1.0.tar.xz.2'

gmp-6.1.0.tar.xz.2               100%[========================================================>]   1.86M   122KB/s    in 15s

2016-06-03 14:42:46 (127 KB/s) - 'gmp-6.1.0.tar.xz.2' saved [1950316/1950316]
--- End quote ---


Thanks,

mikedev:
The "Illegal instruction" issue exists on HTTPS download with wget/curl, but not HTTP.

HTTP download by wget/curl is fine with the repository's gmp and nettle packages.

bmarkus:
Thanks for reporting. I can reproduce it on RPi-B board. WIll investigate.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version