Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: EversteelE on November 01, 2020, 06:59:05 AM
-
Hello,
Installing Dillo on piCore 12 and getting a missing "ipv6-5.4.51-piCore.tcz" dependency (404 not found in repository).
I know what you're thinking... I get a fancy RPi0 W ;) and why do I want a browser like dillo? So I can more easily post code snippets in the forums and spam you all, of course directly from my RPi0 W. Now that I think of it, I hope dillo is capable of rendering the forum!
Thanks for listening!
Stay tuned for a future episode of, "This Dude has NO Idea what he's Doing," featuring the RPi0 W and Bluetooth goodness!
-
Hi EversteelE
ipv6-KERNEL-piCore.tcz was merged with netfilter-KERNEL-piCore.tcz. Change that line in your dillo.tcz.dep file to:
ipv6-netfilter-KERNEL-piCore.tcz
-
Hi Rich,
You challenge me, Sir! Thank you for that!
I found the "dillo.tcz.dep" file in optional, made the change there and loaded that specific .tcz manually. But there is still an issue.
Apps seems to be looking at another dep file. Where do I change that? Even if I run from the shell, it's looking for the file listed in the Apps Dep tab (it seems).
Maybe the mirror doesn't have the same .dep file as I have locally?
-
Hi EversteelE
So your dillo.tcz.dep file now looks like this:
fltk-1.3.tcz
ipv6-netfilter-KERNEL.tcz
wget.tcz
Run this:
tce-load -w ipv6-netfilter-KERNEL
tce-load -i dillo
Does that work?
[EDIT]: Fixed typo. Changed ipv6-KERNEL to ipv6-netfilter-KERNEL. Rich
-
It’s too early Rich,
ipv6-netfilter-KERNEL.tcz. Is the correct dep.
-
Hi Paul_123
Hi EversteelE
So your dillo.tcz.dep file now looks like this:
fltk-1.3.tcz
ipv6-KERNEL.tcz
wget.tcz
...
Typo. That should have read:
fltk-1.3.tcz
ipv6-netfilter-KERNEL.tcz
wget.tcz
-
Hi Rich,
Correct, that's what my dep file looks like (except "ipv6-netfilter-KERNEL.tcz") and it's downloaded and seems happy.
dillo.tcz is not local/downloaded and fails on download because the of the dependency.
I could find a mirror and just snatch the file, but I want to make sure I have the proper one for piCore 12.
Sometimes that get confusing with piCore 11 & 12 and ARM6 & 7 and the different repo locations.
-
Hi EversteelE
... dillo.tcz is not local/downloaded and fails on download because the of the dependency. ...
My mistake. Try it this way:
tce-load -iw dillo
-
My mistake. Try it this way:
tce-load -iw dillo
Hi again,
Yes, I've tried that and did so again, just now.
It is still looking for "ipv6-5.4.51-piCore.tcz" and the only place I see it as a dependency is in Apps. But, I can't change it there... I'm assuming APPs'' dependency files are on the server and need to be changed there?
It's not urgent or mission critical. I just happen to be up on a Sunday morning and tinkering.
-
Hi EversteelE
I updated the repo. Delete any local dillo files you have and try this again:
tce-load -iw dillo
-
Hi,
Nope. Not working... deleted the only local dillo file (.dep) and rebooted.
I'll retype what I see:
tc@box:"$ tce-load -iw dillo
dillo.tcz.dep OK
Downloading: ipv6-5.4.51-piCore.tcz
Connecting to distro.ibiblio.org (152.19.134.43:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: ipv6-5.4.51-piCore.tcz.md5.txt: No such file or directory
Error on ipv6-5.4.51-piCore.tcz
tc@box:"$
-
Hi EversteelE
... ----- Snip -----
Connecting to distro.ibiblio.org (152.19.134.43:80)
----- Snip -----
It's going to take time (24 hours ?) for that mirror to update its copy. Edit:
/opt/tcemirror
and change its contents to point to our repo:
http://repo.tinycorelinux.net/
Then, delete any local dillo files you have and try this again:
tce-load -iw dillo
-
Rich,
BOOM! Awesome! Done!
I'll give dillo a whirl and check out this forum on it.
Grateful guy here! Much thanks!
-
Hi EversteelE
You are welcome. Glad we got that straightened out.
-
Hi Juanito
The following dependency files have been updated in piCore 12.x armv6 and armv7:
dillo.tcz.dep
libmnl.tcz.dep
tcpdump.tcz.dep
-
thanks :)