Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: jmckinzie on March 25, 2020, 04:16:36 PM
-
I am running tce-load -w libattr
D/Ling
Connecting to Repo repo.tinycore.com
wget: server returned error No such file or directory.
Error on libattr.tcz.
So, given i cannot install it via a repository, how can I install it?
-
Hi jmckinzie
When reporting an issue, you need to include version (TC10 or TC11) and architecture (x86, x86_64, ARMv6, etc).
-
TC 11 x86
Any ideas?
-
Hi jmckinzie
The TC 11 x86 repository shows libattr.tcz is present:
http://tinycorelinux.net/11.x/x86/tcz/
Maybe you meant TC 11 x86_64 (64 bit)? If that's the case, try downloading the TC9 version:
wget http://tinycorelinux.net/9.x/x86/tcz/libattr.tcz
It has no dependencies. Please report back if this works for you.
[EDIT]: Post contents struck out because this guy didn't know what he was talking about. Rich
-
Hi jmckinzie
TC 11 x86
Any ideas?
Yes. First of all, disregard everything I said in my previous post.
It appears libattr.so was separated from attr.tcz for x86. Over time, a newer version of libattr.so was added back into attr.tcz.
However, the libattr.tcz extension continued to exist in the repository.
In x86_64 , that separation never took place, so there you would want attr.tcz.
-
libattr removed and dep files adjusted
-
Hi jmckinzie
I just noticed something else:
... Connecting to Repo repo.tinycore.com ...
That address looks wrong. Your /opt/tcemirror file is probably wrong. Do this:
echo "http://repo.tinycorelinux.net/" > /opt/tcemirror
See if that fixes your downloading problem.
-
That did not seem to work. Sorry I was pulled off on different projects and just got back to this.
Any other ideas?