13:19:06 Hi all, it's been a while since I built OmniOS from source and I'm having some issues following the instructions from the website. In particular, omni build_illumos is failing very early. 13:20:26 I'm trying to build r151058 (on r151058) 13:21:28 The error that pops out at me from nightly.log is: couldn't run /opt/gcc-7/bin/gcc: No such file or directory 13:22:14 Could anyone point me in the right direction? 13:29:59 install gcc-7? 13:41:15 @Woodstock: thanks for your reply. Is that a general requirement? gcc 7 doesn't seem to be available in pkg? 13:42:24 It's been two or three years since I last built OmniOS from source but I don't remember that or this issue; IIRC the last time the build instructions just worked. 13:42:33 its developer/gcc7 13:42:46 These days we build with gcc10 (and gcc14 as a shadow compiler to keep us honest). 13:43:35 So you must have an environment file that is out of date somehow, and that could be something we missed. 13:43:51 If you run `omni cfg` you will see the env file it's using in the output there. 13:47:14 @andyf: Thanks for the directions! I see the PRIMARY_CC is gcc10, and the SHADOW_CC is gcc7 13:48:21 This is in /build/omnios.env, generated by the omni tool. 13:48:28 Take a look at https://downloads.omnios.org/env/build-gate-on-r151058.env for the current settings. 13:48:37 Ah, ok, that sounds like the omni tool needs an update. 13:49:19 Is it possible that I ran the wrong version of the omni tool? (I'm doing this on a clean r151058 install in a KVM VM) 13:49:44 It's almost definitely that the omni tool hasn't been updated for the switch. I have made a note to take a look at it later on today. 13:51:06 andyf: Perfect! Thank you kindly :-). I'll try again this evening. Failing that (mystery hopefully solved) would switching to bloody help? 13:51:54 No, I doubt it will help. I'll know more when I look later. 14:05:16 In the meantime, I've updated by /build/omnios.env with the GCC settings from build-gate-on-r151058.env and things are moving forward 14:05:28 Thanks again, @andy