**** BEGIN LOGGING AT Sat Jul 29 03:00:01 2017 Jul 29 15:39:51 rburton: fixed the llvm tblgen issue and pushed to kraj/llvm Jul 29 15:40:04 rburton: the problem was that I missed adding depends on llvm-native Jul 29 15:40:42 and since I switched testing to qemux86 he was happy to use internal llvm-tblgen which wont work in all cross compile scenarios Jul 29 15:41:12 I also took opportunity to just build llvm-tblgen surgically for native host so we dont build whole llvm twice Jul 29 15:41:18 rburton: give it a shot now Jul 29 15:42:13 rburton: re autoconf, we need a find a suitable grave for it Jul 29 16:25:25 nice Jul 29 16:25:52 anything to avoid looking at a loop in urllib Jul 29 16:26:48 khem: was it just llvm that changed in the last push? Jul 29 16:32:34 rburton: yes just llvm Jul 29 16:39:24 khem: sorry Jul 29 16:39:25 | ../mesa-17.1.5/configure: line 22349: test: : integer expression expected Jul 29 16:39:25 | ../mesa-17.1.5/configure: line 22355: test: : integer expression expected Jul 29 16:39:27 | configure: error: LLVM 3.3.0 or newer is required for gallium Jul 29 16:40:06 i have sh as dash Jul 29 16:46:00 rburton: interesting Jul 29 16:46:18 can you post the code around those lines ? Jul 29 16:46:25 in configure Jul 29 16:47:52 llvm-config-version.patch touches configure Jul 29 16:48:11 just want to make sure its not causing this. although I think it probably is not Jul 29 16:57:57 i suspect its not too Jul 29 17:03:46 22349 if test "$LLVM_VERSION_MAJOR" -gt "$llvm_target_version_major"; then Jul 29 17:04:08 the other line is the same but a different test Jul 29 17:12:22 rburton: I think similar fix is needed in other places in configure.ac Jul 29 17:12:24 I believe Jul 29 17:12:39 I use zsh for /bin/sh Jul 29 17:13:24 actuall bash not zsh Jul 29 17:13:30 zsh is interactive shell **** ENDING LOGGING AT Sun Jul 30 03:00:01 2017