00:07:15 i should probably finish porting the interface_check script to C (in the spirit of speeding up builds)... 00:07:36 just how pvs handles some of the verdef info to produce the output is a bit hard to follow and reproduce 00:07:49 and (AFAICT) not actually documented 01:30:18 okay, I think I have something working for me. 01:30:38 sommerfeld: sorry it was so rough 04:10:18 okay, really figured out the problem -- residual config.status file in the git tree that caused one of the sub-configures to emit `configure:3813: error: source directory already configured; run "make distclean" there first` 04:21:45 uugh 04:22:02 trying to debug automake configure scripts is its own circle of hell 19:08:28 jbk: the GCC ones are particularly special (I think, perhaps, they're the genesis of auto*) 19:09:19 gcc configures (top level, some sub levels(?)), and then configures other bits under 'make' too, so if the later ones fail they're desparately interleaved in stderr 19:20:43 we have a product that combines some management bits with openzfs + lustre + infiniband on Linux.... I think it's one of the lustre bits that has a 40,000+ line configure script 19:21:03 that I remember being on-site at a customer trying to debug at 2am 19:21:20 which turned out to be 'it expects exactly _1_ thing in usr/src with the letters 'zfs' in the filename) 19:21:36 and otherwise dies in a completely unscruitable fashion 19:22:13 oh no! 19:22:41 in it's way, it makes sd.c seem quaint and svelte :) 20:53:56 andyf: I've updated https://github.com/illumos/gcc/pull/56 with responses to review comments; you may want to take a look at those and pull them into your https://github.com/illumos/gcc/pull/57 21:00:58 be nice to get that in, thanks for working on it