WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing dependencies for cdrdao  (Read 1534 times)

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Missing dependencies for cdrdao
« on: December 06, 2009, 08:07:01 PM »
It appears that cdrdao.tcz has no .dep file, but on a "plain" system there are several libraries missing:

Quote
tc@box:~$ ldd `which cdrdao` | grep 'not found'
        libmad.so.0 => not found
        libvorbisfile.so.3 => not found
        libvorbis.so.0 => not found
        libogg.so.0 => not found
        libao.so.2 => not found

As far as I can tell the following entries should be in cdrdao.tcz.dep:
  • libmad.tczl
  • ogg-vorbis.tczl

Since cdrdao.tcz is in bashburn.tcz.dep, the following is missing there as well:
  • libmad.tczl

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Missing dependencies for cdrdao
« Reply #1 on: December 06, 2009, 08:50:35 PM »
Done.

Thanks.