12:40 DottorLeo: Hi! I'm building mesa but i'm not sure, RustiCL isn't build by default, right? I have to edit the meson file?
12:42 DottorLeo: also, this error could be a problem if i try to build with Rusticl?
12:42 DottorLeo: [518/3287] Generating bindings for Rust src/compiler/rust/rustmod-bindgen-bindings.h
12:42 DottorLeo: Failed to run rustfmt: No such file or directory (os error 2) (non-fatal, continuing)
12:42 DottorLeo: i've git cloned Mesa, switch to branch origin/25.0 and building from there
12:44 DottorLeo: i'd like to build from that branch with a Debug build to use the NIR_DEBUG option to catch more info on a bug on the tracker
13:00 MrCooper: DottorLeo: the gallium-rusticl option controls building rusticl, rustfmt is optional
13:01 DottorLeo: yeah i'm rebuilding right now to test if clinfo works now
13:01 DottorLeo: i've found the option
13:03 DottorLeo: yeah! it works!
13:04 DottorLeo: clinfo show me 25.0.5 (git-XXXXX)
13:06 DottorLeo: now next step, i need to use NIR_DEBUG=print,validate suggested by @karolherbst, so i need to build the Debug version of mesa, right? @MrCooper
13:06 karolherbst: in debug builds "validate" is the default
13:07 DottorLeo: but i need to specify on the meson file that i want a debug build?
13:08 karolherbst: no, debug should be the default afaik
13:09 karolherbst: well.. can always pass in `-Dbuildtype=debug`
13:09 DottorLeo: so if i'm building with the git code i'm already on a debug build?
13:13 DottorLeo: @karolherbst yes it print me more info
13:13 DottorLeo: i'm updating the Bugreport about rusticl on GFX6
13:14 DottorLeo: there are validation errors
13:16 DottorLeo: do you think it's better to try the git before updating the bugreport? I'm using the 25.0.5 stable release (fedora is still on 25.0.4, that's why i'm building from mesa directly)
13:39 DottorLeo: whoa, there are even more informations on the HEAD build...but it's cut on the terminal ^^"
13:39 DottorLeo: how can i pipe the terminal output on a file?
13:40 DottorLeo: sorry guys still quite new with terminal commands, please have patience
13:42 DottorLeo: ok done :D
13:48 DottorLeo: ...almost done, the coredump problem doesn't let me output on the COMMAND > output.txt
14:01 DottorLeo: yesssss, "script" works perfectly!
14:10 DottorLeo: thanks for the help! Bye! :)