20:07:30 Does 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)? 21:04:07 andyf, alanc: Do you happen to know how pkgdepend knows that /platform/SUNW,Sun-Fire-T200 has /platform/sun4v in its runpath? 21:04:26 (I picked an example that should register for everyone, I don't need to be told sparc is obsolete) 21:05:46 there's a comment in our elf.py that asks exactly what I'm asking 21:05:51 which doesn't bode well 21:07:12 jclulow: you too, if helios searches this way 21:17:24 richlowe: I don't know off hand, I'm afraid, but I feel like I've looked in here before 21:25:47 thats about pkg? 21:45:38 richlowe: 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? 21:46:37 jclulow: that doesn't work for kernel objects 21:47:01 though the mogs would, but I can't find that. I'll check 21:48:35 it looks like pkgdepend generate is filling in the pkg.depend.runpath bits 21:48:46 so probably back to the comment in elf.py I referenced 22:05:44 does doc/filter.txt give a hint? 22:22:55 much of doc/ is from before anything really got written 22:23:44 I don't remember beyond what's in elf.py 22:28:32 https://github.com/oracle/solaris-ips/commit/661d15d1dfc5010472cb7770d2760b552c31b462 isn't really enlightening either 22:29:27 my problem is in fact that `else:` 22:29:38 at least spiritually, I didn't debug it 22:30:15 if I'm in /platform//kernel/... pkgdepend believes it can't find /platform//kernel 22:31:25 is in a PLATFORM= token, but if that code gets skipped if I'm a platform too... 22:31:34 that would totally line up with what I see 22:46:31 yeah, it's broken, it looks xen as was worked around it too 22:54:47 I filed https://github.com/omniosorg/pkg5/issues/510 22:55:00 because I don't know where else pkg bugs that might someday get fixed can be filed