WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: doxygen.tcz - file not found  (Read 2130 times)

Offline TaoTePuh

  • Full Member
  • ***
  • Posts: 172
doxygen.tcz - file not found
« on: April 12, 2011, 09:41:01 PM »
I do not know if this file is needed ...

Code: [Select]
$ tce-load -i doxygen.tcz
libdevil.tcz: OK
libgd.tcz: OK
Warning: Could not load "/tmp/tcloop/graphviz/usr/local/lib/graphviz/libgvplugin_gs.so.6" - file not found
Warning: Could not load "/tmp/tcloop/graphviz/usr/local/lib/graphviz/libgvplugin_gs.so.6" - file not found
graphviz.tcz: OK
doxygen.tcz: OK


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: doxygen.tcz - file not found
« Reply #1 on: April 12, 2011, 11:17:31 PM »
What does this say:
Code: [Select]
$ ldd /usr/local/lib/graphviz/libgvplugin_gs.so.6
I'd guess it's looking for an earlier version of libgs?

Offline TaoTePuh

  • Full Member
  • ***
  • Posts: 172
Re: doxygen.tcz - file not found
« Reply #2 on: April 13, 2011, 12:03:09 AM »
What does this say:
Code: [Select]
$ ldd /usr/local/lib/graphviz/libgvplugin_gs.so.6
I'd guess it's looking for an earlier version of libgs?

Code: [Select]
$ ldd /usr/local/lib/graphviz/libgvplugin_gs.so.6
...
...
        libgs.so.8 => not found
...
...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: doxygen.tcz - file not found
« Reply #3 on: April 13, 2011, 12:05:32 AM »
I guess a quick and dirty fix would be to make a symlink libgs.so.8 -> libgs.so.9

I'm not totally sure what the permanent solution to this is..

Offline TaoTePuh

  • Full Member
  • ***
  • Posts: 172
Re: doxygen.tcz - file not found
« Reply #4 on: April 13, 2011, 12:35:12 AM »
Thanks for the workaround.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: doxygen.tcz - file not found
« Reply #5 on: April 13, 2011, 05:08:47 AM »
updated extension posted.

This checks for the presence of libgs.so.8 and creates it if not found.

I also adjusted the deps to match those of libgs and not /usr/local/bin/gs*, since I'm not sure these are used by the majority of applications.