Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: wget on June 23, 2011, 09:15:28 PM

Title: The Vim needs libXaw7
Post by: wget on June 23, 2011, 09:15:28 PM
This is not a bug,
the version 3.7.1 hasn't got
libXaw.so.7
libXaw7.so
libXaw7.so.7
libXaw7.so.7.0.0

The usrs have to copy them back themself.
Title: Re: The Vim needs libXaw7
Post by: maro on June 23, 2011, 10:28:39 PM
I don't quite see what the issue might be: The required library (i.e. 'libXaw.so.7') for 'vim' is now (since about 2011-05-10) a part of the 'Xorg-7.5-lib.tcz' extension. This extension is (currently) in the dependency list of the 'vim.tcz' extension. It was AFAIK added to 'vim.tcz.dep' at about the same time as it got included in 'Xorg-7.5-lib.tcz' (and before '/usr/lib/Xaw*' were removed as part of the TC 3.7 release).

Download and installation of 'vim.tcz' works as expected and no unresolved dependency was found in my little testing. I assume you'll need to update your extension (or rather it's *.dep file).

One point though is the fact that 'Xorg-7.5-lib.tcz.list' did not get updated. As a consequence provides.sh libXaw.so.7 && cat info.lst delivers the "wrong" (or rather misleading, as it is outdated) "answer" of 'Xlibs.tcz'.
Title: Re: The Vim needs libXaw7
Post by: wget on June 23, 2011, 11:55:48 PM
Thank you.
I'm sorry I haven't checked the vim.dep, I'll notice more information when using a new version.
The files in Xorg-7.5-lib.tcz are right.
Updating is a hard work, for DEVELOPERS and me.   ;D
Title: Re: The Vim needs libXaw7
Post by: curaga on June 24, 2011, 04:03:13 AM
Thanks, fixed the .list oversight.

Yeah, it's good to check with appsaudit when these kinds of moves are done (update extensions, update deps, check for missing deps).