WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Lynx: missing contents "gzip.tcz" of depend file  (Read 1833 times)

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Lynx: missing contents "gzip.tcz" of depend file
« on: July 31, 2012, 09:41:11 PM »
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.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Lynx: missing contents "gzip.tcz" of depend file
« Reply #1 on: August 01, 2012, 03: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 ;)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10961
Re: Lynx: missing contents "gzip.tcz" of depend file
« Reply #2 on: August 01, 2012, 03:14:39 AM »
With most sites using deflate, it's not really optional today ;) Added.
The only barriers that can stop you are the ones you create yourself.

Offline Akane

  • Jr. Member
  • **
  • Posts: 71
    • My home server by RaspberryPi
Re: Lynx: missing contents "gzip.tcz" of depend file
« Reply #3 on: August 02, 2012, 09:10:12 PM »
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.
Sorry for my terrible English.
Country: Japan
Interested in: HPC, low-level programming, embedded system and so on