Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 558738

Summary: app-misc/pax-utils should not require autoreconf
Product: Gentoo Linux Reporter: Pariksheet Nanda <pariksheet.nanda>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement CC: floppym, pariksheet.nanda
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pariksheet Nanda 2015-08-25 16:49:07 UTC
It would be wonderful if pax-utils releases shipped with `configure', etc to avoid requiring autotools (specifically gnulib) for HPC environments.

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2015-08-27 02:29:30 UTC
Err... they do. What version/tarball are you looking at?
Comment 2 Pariksheet Nanda 2015-08-27 02:54:26 UTC
I was trying version 1.1 from:
https://gitweb.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-1.1.tar.gz

My use case is just to be able to use lddtree to help troubleshoot brain-dead,  proprietary software.
Comment 3 Mike Gilbert gentoo-dev 2015-08-27 12:06:36 UTC
Ok, that's a tarball being generated directly from the git repo. It's generally bad practice to commit a configure script in git.

Use this instead. It's a "make dist" style tarball.

http://dev.gentoo.org/~vapier/dist/pax-utils-1.1.tar.xz
Comment 4 SpanKY gentoo-dev 2015-09-12 04:00:16 UTC
lddtree.py doesn't require configure to run in the first place ...