Quote:
Originally Posted by NiLuJe
@knc1: Possibly, but I wasn't using one of their binary releases, I built a softfloat one using their build tools  . (Target selection, at least, worked as advertised ^^).
|
To get the build system to do all of its tricks, you really need LSB installed.
The script that abe ships has:
Code:
LSB_ARCH="x86_64"
LSB_VER="4.1"
hardcoded.
The releases are shipped as *.rpm packages (groan).
But abe requires that you have alien installed (and complains if you don't, so I suppose you do).
(And if you really, really hate alien, I have a bash script that will open *.rpm packages - but I think libarchive will also)
Since I am working on a 32-bit / *.deb system . . . .
Long story short -
I attach here the LSB release tree layout as pseudo code.
I.E: A more general system's support could be scripted - but I probably never will.
( I am going to download the five archives I need at the moment and let the rest of the world deal with this on their own terms.)