Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: valmir_kairy on July 28, 2016, 10:31:10 AM

Title: paxutils
Post by: valmir_kairy on July 28, 2016, 10:31:10 AM
Hello everyone!
I have used tinycore and microcore for a long time (since version 2.x), but I'm new in this forum.
I'm using microcore in a virtual machine to help me in my software development tests and now I need the scanelf utility, which is provided by the paxutils package.
I cannot find this package for TL. Is there any?
Thanks for the help and for the great work.
Title: Re: paxutils
Post by: Juanito on July 28, 2016, 11:33:28 AM
Perhaps you could submit a paxutils extension to the repo  ;)
Title: Re: paxutils
Post by: valmir_kairy on July 28, 2016, 12:46:53 PM
Thanks for the answer Juanito!
Would very nice contribute to this great project :)
I'll try to generate the extension and submit it ;)
Title: Re: paxutils
Post by: valmir_kairy on August 02, 2016, 02:09:41 PM
Extension sent to the e-mail for review.
Title: Re: paxutils
Post by: Zlika on November 14, 2016, 07:53:15 AM
Hi,

I installed pax-utils to use lddtree but it's not working. The extension defines no dependency, but lddtree is a python script so I think the extension should have python(3.x) as a dependency.
My problem is that even if I manually install python (or python3.5) I have an error with lddtree because python cannot find the elftools module.

Can you help me?

Regards
Title: Re: paxutils
Post by: Juanito on November 14, 2016, 09:47:50 PM
There are several issues with this extension:

* the first line of lddtree should read !/usr/local/bin/python
* lddtree depends on pyelftools not present in the repo
* lddtree depends on python, but the extension does not have a dep file

Since the rest of the utilities in the extension work without python/pyelftools, perhaps a suitable comment could be added to the info file?
Title: Re: paxutils
Post by: Juanito on November 14, 2016, 11:50:50 PM
pyelftools posted