-
EasyNTDoes anyone know if there are any known compatibility issues with an Intel Xeon E-2468 system (128GB RAM, Dell PowerEdge R260) running the latest Illumos (SmartOS)?
-
richloweandyf, alanc: Do you happen to know how pkgdepend knows that /platform/SUNW,Sun-Fire-T200 has /platform/sun4v in its runpath?
-
richlowe(I picked an example that should register for everyone, I don't need to be told sparc is obsolete)
-
richlowethere's a comment in our elf.py that asks exactly what I'm asking
-
richlowewhich doesn't bode well
-
richlowejclulow: you too, if helios searches this way
-
jclulowrichlowe: I don't know off hand, I'm afraid, but I feel like I've looked in here before
-
tsoomethats about pkg?
-
jclulowrichlowe: I think it's some combination of the actual runpath in the ELF thing, and manipulating the pkg.depend.runpath attribute through mogs or whatever?
-
richlowejclulow: that doesn't work for kernel objects
-
richlowethough the mogs would, but I can't find that. I'll check
-
richloweit looks like pkgdepend generate is filling in the pkg.depend.runpath bits
-
richloweso probably back to the comment in elf.py I referenced
-
tsoomedoes doc/filter.txt give a hint?
-
richlowemuch of doc/ is from before anything really got written
-
alancI don't remember beyond what's in elf.py
-
alancoracle/solaris-ips 661d15d isn't really enlightening either
-
richlowemy problem is in fact that `else:`
-
richloweat least spiritually, I didn't debug it
-
richloweif I'm in /platform/<board platform>/kernel/... pkgdepend believes it can't find /platform/<platform>/kernel
-
richlowe<platform> is in a PLATFORM= token, but if that code gets skipped if I'm a platform too...
-
richlowethat would totally line up with what I see
-
richloweyeah, it's broken, it looks xen as was worked around it too
-
richloweI filed omniosorg/pkg5 #510
-
richlowebecause I don't know where else pkg bugs that might someday get fixed can be filed