Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Akane on August 01, 2012, 12:41:11 AM

Title: Lynx: missing contents "gzip.tcz" of depend file
Post by: Akane on August 01, 2012, 12:41:11 AM
Here's reported and solved bug.
http://forum.tinycorelinux.net/index.php/topic,12219.msg65673.html

I'm very tired of doing
$ tce-load -i lynx gzip.tcz

Why don't you add "gzip.tcz" to the depend file?


Thanks.
Title: Re: Lynx: missing contents "gzip.tcz" of depend file
Post by: tinypoodle on August 01, 2012, 06:00:38 AM
IMHO it would be against the philosophy of core to create mandatory deps where not absolutely essential.

Feel free to create your own personal .dep file ;)
Title: Re: Lynx: missing contents "gzip.tcz" of depend file
Post by: curaga on August 01, 2012, 06:14:39 AM
With most sites using deflate, it's not really optional today ;) Added.
Title: Re: Lynx: missing contents "gzip.tcz" of depend file
Post by: Akane on August 03, 2012, 12:10:12 AM
Thanks for your reply, tinypoodle, curaga.

I forgot to say that lynx needs to "/usr/local/bin/gzip", but Busybox links gzip to "/usr/bin/gzip".
So I have to do
$ tce-load -i gzip.tcz
to prepare "/usr/local/bin/gzip".

Thanks for adding gzip.tcz to lynx.tcz.dep. I confirmed.
And I update it soon.