Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: TaoTePuh on April 12, 2011, 09:41:01 PM

Title: doxygen.tcz - file not found
Post by: TaoTePuh 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

Title: Re: doxygen.tcz - file not found
Post by: Juanito 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?
Title: Re: doxygen.tcz - file not found
Post by: TaoTePuh 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
...
...
Title: Re: doxygen.tcz - file not found
Post by: Juanito 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..
Title: Re: doxygen.tcz - file not found
Post by: TaoTePuh on April 13, 2011, 12:35:12 AM
Thanks for the workaround.
Title: Re: doxygen.tcz - file not found
Post by: Juanito 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.