ShadeOfBlue wrote:
inst shows these internal package names by default and I think there's an option to have that same behaviour in swmgr.
Thanks,
Blue
. Do you think perhaps the useless dickwads who wrote the
Help
and Techpubs how-to's might have included this information ? 6.2, 6.4 and 6.5 Techpubs, all same. They kept the secret for more than ten years, I'm so happy for them.
Although I spose it's possible that they didn't
want
anyone to port software to Irix cuz the os is so kewl and l33t but, well, look where that got them ?
jan-jaap wrote:
S
o
ftware -> S
h
ort Product Names
Thanks
That works good also. In fact, it works a little better because the letters have all worn off my high-quality special SGI keyboard so the graphical approach can be nice. I know. If I were a real computer guy I'd never ever have to look at the keys.
porter wrote:
hamei wrote:
Meanwhile, back on the ranch, wtf is "the maximum value that a long int can hold" supposed to mean ?
(2 to the power of (32-1))-1 for 32 bit system
(2 to the power of (64-1))-1 for a 64 bit system
assuming signed long int.
You put that tongue any farther into your cheek and something'll bust, Porter
Here's an example from fontconfig :
Code:
prereq {
neko.zlib.sw.lib 6 maxint
}
While here's a listing of the files in neko_zlib
Code:
neko_zlib.sw.lib
/usr/nekoware/lib/libz.a
/usr/nekoware/lib/libz.so
/usr/nekoware/lib/libz.so.1
/usr/nekoware/lib/libz.so.1.2.5
/usr/nekoware/lib/pkgconfig/zlib.pc
6 ... hmmm. It must come from somewhere. 1+2+5 =8, no. 1+2+5+1=9 ... hmm. 9/2=4.5, no. 9 -1 = 8, no. 9-3=6, hey ! We gottit ! Add all the integers from all the available version numbers together. Now take the sum of the two leftmost digits of the largest version number and subtract from the sum of all versions. Right ? Or does this number come from the Assyrian calendar somehow ?
This has to have some explanation but as I'm not from an alien planet, the clues escape me. And I'm not stoopid enough to expect Techpubs or the
Help
tutorial to explain it. Been there, done that.
Where's canavan ? he uses this mess, he should understand it .... this is the worst-explained part of making a tardist so if someone could describe it and we got it into the wiki, that'd be a big help for the future. What future ? okay, okay ...
My thanks to the rest of you hippies. You're more useful than SGI ... although so is an exploding watermelon, at this point.
edit
: a little more on the maxint thing ...
Alver wrote:
Code:
replaces self
prereq (
neko_fooware.sw.lib 1 maxint
neko_somelib.sw.lib 2 maxint
neko_thatapp.sw.eoe 7 maxint
neko_thestuff.sw.hdr 1 maxint
)
I don't have to draw a picture here - the package replaces earlier packages with the same name, and the dependencies - prereqs - are listed, each with the minimum version they require.
I believe this is incorrect because of the example above, where maxint was six but the highest version number of any library was 1.2.5
On the other hand, later on
Techpubs wrote:
In the following example, subsystem s can be installed if either: both p.q.r (any version between 100-200, inclusive) and x.y.z (any version greater than 400) are also installed; or, a.b.c version 1000 is also installed:
Code:
subsystem s
prereq ( p.q.r 100 200
x.y.z 400 maxint)
prereq ( a.b.c 1000 1000 )
But if that is correct, then fontconfig would not work. Except it does ...