Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: DrRob on July 07, 2017, 10:38:11 AM

Title: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Post by: DrRob on July 07, 2017, 10:38:11 AM
Hi,

I'm curious why sox.tcz is in the package repository for 7.x but not for 8.x or 9.x?  I found that the 7.x package works in 9.x once I figured out all the dependencies that needed to be installed as well, which are (I think):

Thanks,
Rob.
Title: Re: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Post by: mocore on July 10, 2017, 05:51:14 PM
You didnt mention what methods you used to identify all the dependencies ...
the file at http://tinycorelinux.net/7.x/armv6/tcz/sox.tcz.dep
says
Quote
gcc_libs.tcz
lame.tcz
libao.tcz
libid3tag.tcz
libltdl.tcz
libmad.tcz
libpng.tcz
opencore-amr.tcz
twolame.tcz
wavpack.tcz
ftr
Title: Re: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Post by: mocore on July 10, 2017, 06:24:50 PM
You didnt mention what methods you used to identify all the dependencies ...
perhaps depfinder: script to find dependencies (http://forum.tinycorelinux.net/index.php/topic,17454.0.html) ?
Title: Re: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Post by: Juanito on July 11, 2017, 12:15:23 PM
sox copied to piCore-{8.x,9.x} armv{6,7} repos
Title: Re: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Post by: DrRob on July 14, 2017, 09:43:36 AM
You didnt mention what methods you used to identify all the dependencies ...
the file at http://tinycorelinux.net/7.x/armv6/tcz/sox.tcz.dep
says
Quote
gcc_libs.tcz
lame.tcz
libao.tcz
libid3tag.tcz
libltdl.tcz
libmad.tcz
libpng.tcz
opencore-amr.tcz
twolame.tcz
wavpack.tcz
ftr

Sorry for the slow reply (busy week...).

I found the dependencies by trying to run sox, getting an error about missing library, working out which package said library came from, install, and repeat until it worked.  Next time I'll try the depfinder script that mocore mentioned (thanks).

Rob.
Title: Re: Why is sox.tcz in the repo for 7.x but not for 8.x or 9.x?
Post by: DrRob on July 14, 2017, 09:44:19 AM
sox copied to piCore-{8.x,9.x} armv{6,7} repos

Thank you.

(I wish there was a "thanks" or "+1" button in this forum...)

Rob.