WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Extensions from 4.x repo verified ok with tc-5  (Read 178903 times)

Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #135 on: December 14, 2013, 07:30:51 PM »
I got the sound working in TinyCore 5.1 by just copying over OSS-modules-3.8.13-tinycore.tcz to the tce/optional folder and also adding it to the On-Boot. It has also clear the crashes that i was getting from Youtube. Thanks again coreplayer2.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #136 on: December 23, 2013, 12:25:29 PM »
Even latest bftpd is buggy with this glibc. I'll see if I can report that.

edit: It's an issue with crypt() being more strict in glibc 2.17. It also hit sudo and many other apps.

Bftpd 4.2 was just released with this bug fixed. Posted to 4.x and 5.x repos.
The only barriers that can stop you are the ones you create yourself.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #137 on: January 11, 2014, 12:58:26 AM »
I have xsane scanning with my mustek USB scanner.

xsane
sane-backends
libgphoto2
libieee1284
graphics-libs-1

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #138 on: January 11, 2014, 01:05:24 AM »
grahics-libs-1.tcz was splitted up to independent components, not needed in 5.x

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #139 on: January 11, 2014, 01:26:35 AM »
What was it split into so deps can be adjusted?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #140 on: January 11, 2014, 01:58:09 AM »
I've made an attempt at it, let me know if it works.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #141 on: January 11, 2014, 03:13:29 AM »
Looks good.  Thanks.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #142 on: February 10, 2014, 02:20:07 AM »
Audacious (media player) works in 5.x, at least for MP3.

Besides audacious.tcz, had to download audacious-plugins.tcz, libmcs.tcz, vorbis-tools.tcz, libmowgli.tcz, libssl-0.9.8.tcz (and associated dep/md5 files) from 4.x repo. Other dependencies are available in 5.x.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #143 on: February 10, 2014, 03:13:22 AM »
OK, but there is no plan to move libssl-0.9.8 to the 5.x repo, so anything that depends on that would need to be recompiled against openssl-1.0.0.

I didn't check, but I would also suspect that audacious would have a dep on libpng12, could you confirm that is not the case?
« Last Edit: February 10, 2014, 03:15:52 AM by Juanito »

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #144 on: February 10, 2014, 09:04:06 AM »
Quick find on my system shows I have libpng16 but not libpng12. So no dependency as far as I can tell for now. Is there a more definitive way to check?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #145 on: February 10, 2014, 09:25:09 AM »
Hi thane
Audacious has two files listed under  /usr/local/bin/ , audacious  and  audacious2. So try:
Code: [Select]
ldd `which audacious`
ldd `which audacious2`

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #146 on: February 10, 2014, 10:18:06 AM »
Thanks Rich. I'm away from my TC box but will check when I get home.

So I guess in the future I shouldn't copy over any lib* type files from 4.x to 5.x, to avoid possible library conflicts? If an app needs a library that's not already in 5.x the app needs to be recompiled?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #147 on: February 10, 2014, 10:34:41 AM »
Hi thane
I would say don't copy over any older versions of libraries. Just copy over missing libraries. Starting the app from the
command line will let you see if there are problems via error messages.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #148 on: February 10, 2014, 04:01:43 PM »
From what Juanito said above though, it sounds like libssl-0.9.8 might conflict with openssl-1.0.0, and maybe the other lib extensions I took from the 4.x repo could have similar issues with extensions from the 5.x repo. Audacious is nice  but I don't want a pathological setup...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Extensions from 4.x repo verified ok with tc-5
« Reply #149 on: February 10, 2014, 07:43:39 PM »
Hi thane
libssl.so.1.0.0 is provided by  openssl-1.0.0.tcz
libssl.so.0.9.8 is provided by  libssl-0.9.8.tcz  which is an older version of that library.
One thing I will point out is  openssl-1.0.0.tcz  provides  libssl.so  and  libssl-0.9.8.tcz  provides no such link. I suspect there
would be no conflict in that case but I'll defer to Juanito on that point.