WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Corepure64 / Re: gcc-15.1.0 installation error
« Last post by Rich on July 06, 2025, 07:03:41 AM »
Hi chikunjiho920@gmail.com
That's not an installation error, that's a build error. TC16 x86_64 has
gcc 14.2.0 available. For some reason you are attempting to build
version 15.1.0.

When compiling anything on Tinycore, you should install a proper
toolchain, which is compiletc.tcz.
Did you do that?

Notes related to building gcc are included in here:
http://tinycorelinux.net/16.x/x86_64/release/src/toolchain/compile_tc16_x86_64
You may need to rebuild some gcc dependencies first, I don't know.
Juanito typically builds the toolchain, maybe he has some additional comments.

Notes on how the currently available version of ruby was compiled are here:
http://tinycorelinux.net/15.x/x86_64/tcz/src/ruby/compile_ruby

Why are you attempting to rebuild gcc and ruby?
22
Corepure64 / gcc-15.1.0 installation error
« Last post by chikunjiho920@gmail.com on July 05, 2025, 11:55:59 PM »
running TinyCorePure64 version 16.12.11 in
Oracle VirtualBox Version 7.1.10 r169112 (Qt6.5.3) in
Windows 11 Home 24H2 - 26100.4351 on
AMD Ryzen 5 5625U Acer Aspire Thin & Light Laptop with 48GB RAM (16GB + 32GB) & 512GB SSD NVMe M.2 2280 PCIe3.0

I am installing gcc-15.1.0 and I am getting this error:

Code: [Select]
checking for long long... yes
checking size of long long... configure: error: in `/home/tc/gcc-15.1.0/build/gcc':
configure: error: cannot compute sizeof (long long)
See `config.log' for more details
make[2]: *** [Makefile:4424: configure-stage1-gcc] Error 77
make[2]: Leaving directory '/home/tc/gcc-15.1.0/build'
make[1]: *** [Makefile:26661: stage1-bubble] Error 2
make[1]: Leaving directory '/home/tc/gcc-15.1.0/build'
make: *** [Makefile:1103: all] Error 2


Similar error while installing ruby-3.4.4
Any help to resolve would be appreciated. Thanks.
23
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by Rich on July 05, 2025, 11:49:49 PM »
Hi oso2k
Code: [Select]
/dev/loop1 on /tmp/tcloop/openssh type squashfs (ro,relatime,errors=continue)
/dev/loop0 on /tmp/tcloop/openssl type squashfs (ro,relatime,errors=continue)
/dev/loop2 on /tmp/tcloop/ca-certificates type squashfs (ro,relatime,errors=continue)
/dev/loop3 on /tmp/tcloop/firmware-rpi-wifi type squashfs (ro,relatime,errors=continue)
/dev/loop4 on /tmp/tcloop/wifi type squashfs (ro,relatime,errors=continue)
Most of the extensions you listed are not even installed. Did you remember to download
the  .tcz.dep  files for extensions that have them? How about the  .tcz.md5.txt  files?

24
Hi CNK
... But it installs to "/usr/local/firefox-nightly-27.0/" so it shouldn't cause trouble? ...
Since that extension doesn't include a /usr/local/bin entry, I didn't know the answer
to that. So I mounted it and looked at the /usr/local/tce.installed/firefox-nightly file.
It creates a /usr/local/bin/firefox-nightly-27.0 link, so no, it won't cause trouble.


Quote
... Plus I don't understand how this causes the error described. ...
Maybe he had an older version of at-spi2-core.tcz. It was just updated on 2025/06/17.
25
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 09:43:17 PM »
One last log file
26
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 09:42:40 PM »
Hmm.  I'm still having issues.  I don't see the device being recognized in `dmesg` nor do I see the module loaded in `lsmod`.

FWIW, I'm using these two guides

https://gist.github.com/BillyNate/13732d02c41378f1c630fa914fe63378

https://web.archive.org/web/20200710094536/https://www.novaspirit.com/2018/01/09/tiny-core-raspberry-pi-zero-w-install/
27
Your issue was due to trying to load multiple firefox extensions at the same time.
All of the firefox extensions will attempt to create the link  /usr/local/bin/firefox.
Once an extension creates that link, other extensions cannot overwrite it.
So the first firefox extension that gets loaded is the one that will run.

Odd, firefox_getLatest.sh is supposed to remove firefox-ESR.tcz if it's found when it's run (I suppose it could be installed afterwards though). I see there's also firefox-nightly.tcz, so maybe I should make it delete that if found as well? But it installs to "/usr/local/firefox-nightly-27.0/" so it shouldn't cause trouble?

Plus I don't understand how this causes the error described. The "/tmp/tcloop/firefox/usr/local/firefox/libmozgtk.so" part is correct, so something must have been wrong with "/usr/local/lib/libatk-1.0.so.0", no? The latter isn't in the firefox extensions.
28
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 02:39:24 PM »
Hi oso2k
... I'm using the following packages ...
I don't see see these in your list:
regdb.tcz
openssl.tcz
ca-certificates.tcz

Oh....good catch. I've been piecing together my automation script from two sources and must have missed a couple steps in my script that I performed manually.  openssl & ca-certs I recognize.  regdb is new to me but makes sense.  Thanks.
29
Off-Topic - Tiny Core Lounge / anyone using youtube premium?
« Last post by gadget42 on July 05, 2025, 10:07:54 AM »
reference:
https://www.youtube.com/premium/annual

doing some research after reading this very interesting commentary:
https://www.adotat.com/2025/01/streamings-big-lie-the-future-of-tv-is-already-broke/

which i found by being directed to this one first...go figure...ha!
https://www.adotat.com/2024/09/googles-monopoly-game-all-the-pieces-all-the-power/
30
Hi chikunjiho920@gmail.com
You are welcome. Glad I could help.

Your issue was due to trying to load multiple firefox extensions at the same time.
All of the firefox extensions will attempt to create the link  /usr/local/bin/firefox.
Once an extension creates that link, other extensions cannot overwrite it.
So the first firefox extension that gets loaded is the one that will run.
Pages: 1 2 [3] 4 5 ... 10