Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: jmckinzie on March 25, 2020, 04:16:36 PM

Title: Error on libattr.tcz
Post 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?
Title: Re: Error on libattr.tcz
Post by: Rich on March 25, 2020, 04:27:39 PM
Hi jmckinzie
When reporting an issue, you need to include version (TC10 or TC11) and architecture (x86, x86_64, ARMv6, etc).
Title: Re: Error on libattr.tcz
Post by: jmckinzie on March 25, 2020, 04:40:18 PM
TC 11 x86

Any ideas?
Title: Re: Error on libattr.tcz
Post by: Rich on March 25, 2020, 04:46:33 PM
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
Title: Re: Error on libattr.tcz
Post by: Rich on March 26, 2020, 09:34:34 AM
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.
Title: Re: Error on libattr.tcz
Post by: Juanito on March 27, 2020, 02:32:46 AM
libattr removed and dep files adjusted
Title: Re: Error on libattr.tcz
Post by: Rich on March 27, 2020, 10:30:50 AM
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:
Code: [Select]
echo "http://repo.tinycorelinux.net/" > /opt/tcemirrorSee if that fixes your downloading problem.
Title: Re: Error on libattr.tcz
Post by: jmckinzie on November 11, 2020, 03:25:32 PM
That did not seem to work.  Sorry I was pulled off on different projects and just got back to this.

Any other ideas?