WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: libogg not available in piCore extension manager  (Read 1379 times)

Offline Ferret4181

  • Newbie
  • *
  • Posts: 6
libogg not available in piCore extension manager
« on: August 19, 2022, 11:49:05 AM »
Hello,

Just started using Tiny Core today on a Raspberry Pi, loving it so far!

I think I have come across a missing dependancy in the piCore extension manager. I am trying to install 'alsa-plugins', and it tires to also download libogg, however I get this error:

Code: [Select]
Downloading: libogg.tcz
Connecting to repo.picoreplayer.org (172.67.157.97:443)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: libogg.tcz.md5.txt: No such file or directory
Error on libogg.tcz

It also has a similar error when I try and install 'alsa-plugins-dev', however it is libogg-dev that is missing this time.

Thanks for any help, and apologies if I have missed something obvious.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: libogg not available in piCore extension manager
« Reply #1 on: August 19, 2022, 01:54:09 PM »
Are you using piCore or piCoreplayer?

Offline Ferret4181

  • Newbie
  • *
  • Posts: 6
Re: libogg not available in piCore extension manager
« Reply #2 on: August 19, 2022, 02:42:33 PM »
piCorePlayer, but I have also tried installing via the official piCore extension repository as well through the browser GUI.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: libogg not available in piCore extension manager
« Reply #3 on: August 19, 2022, 06:15:36 PM »
Hi Ferret4181
Welcome to the forum

... I think I have come across a missing dependancy in the piCore extension manager. I am trying to install 'alsa-plugins', and it tires to also download libogg, however I get this error:

Code: [Select]
Downloading: libogg.tcz
Connecting to repo.picoreplayer.org (172.67.157.97:443)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: libogg.tcz.md5.txt: No such file or directory
Error on libogg.tcz
You did not connect to the piCore repository, you connected to the piCoreplayer repository.

Looking in the piCoreplayer repository:
http://picoreplayer.sourceforge.net/tcz_repo/13.x/armv7/tcz/

Searching for  libogg  lists it as  pcp-libogg.tcz.
The  alsa-plugins.tcz.tree  lists this:
Code: [Select]
alsa-plugins.tcz
   libsamplerate.tcz
      libsndfile.tcz
         flac.tcz
         libasound.tcz
            alsa-modules-KERNEL.tcz
         libvorbis.tcz
         sqlite3.tcz
   speexdsp.tcz
      speex.tcz
         libogg.tcz

I'm not familiar with piCoreplayer and why some extensions have a  pcp  prefix.

I think you should ask this question on the piCoreplayer forum:
https://forums.slimdevices.com/forum.php

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: libogg not available in piCore extension manager
« Reply #4 on: August 20, 2022, 04:54:27 AM »
is "piCOREplayer" some extension in the PiCORE repo?  (i can't see it)

........or is it an APP for raspberry Pi's that just happens to share the same naming style "PiCORE" as
 tinycores offering of the "PiCORE" operating system for raspberry pis?

hmm

Thx
C

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: libogg not available in piCore extension manager
« Reply #5 on: August 20, 2022, 05:32:55 AM »
Hi vinceASPECT
piCOREplayer is a separate project:
https://picoreplayer.org/index.html

You can join their forum if you have more questions:
https://forums.slimdevices.com/forum.php

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: libogg not available in piCore extension manager
« Reply #6 on: August 20, 2022, 05:37:10 AM »
Mixing between the piCore and piCorePlayer repos can introduce some dependency issues.  when it comes to sound libraries, piCorePlayer uses dedicated libraries, that way there is less risk of version conflicts between repos.

Please post your questions about pCP over on our forum. https://picoreplayer.org/announce.latest

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: libogg not available in piCore extension manager
« Reply #7 on: August 20, 2022, 11:47:23 AM »
ahh yes,

i see what piCOREplayer project is.........and indeed one of it's many components is "piCORE" operating system by Tinycore linux.

ths
C

Offline Ferret4181

  • Newbie
  • *
  • Posts: 6
Re: libogg not available in piCore extension manager
« Reply #8 on: August 25, 2022, 02:40:48 AM »
Thank you all for your help (and apologies for the slow reply on my behalf).

It must have been a dependency issue with the piCorePlayer repos (as Paul_123 suggested) as I was able to install the extension when I switched to a piCore installation. I will bring the issue up in the other forum, thank you for directing me there.

Thank you again for your help :D