<@U6ZRNH0TC>: hm. that is unexpected. goals change...
# general
w
@aloof-angle-91616: hm. that is unexpected. goals changed recently in master though.
i don't repro though... what sha is this?
a
this is something eugene also reported last october as it happens i believe it’s a general issue unrelated to goals (@gorgeous-alligator-94763 can confirm whether this happens with all commands or just goals)
i’ve had it happen once and go away and don’t remember why hence asking here not too helpful lol sorry
(i also don’t repro)
w
@gorgeous-alligator-94763: what sha is this?
g
@witty-crayon-22786 sha: 5de9012dd53942b492dfe259beaf5ce29d3aa617
it happens with any pants command I run
i suspect its because I haven’t run oss pants in months
w
@gorgeous-alligator-94763: can you
set -e
in the pants script, and see if that shows where it is failing? i don't think we're actually making it to pants itself
g
it already has it
w
oh, sorry.
-x
so
set -ex
g
Copy code
+ GCC_VERSION='xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun'
maybe it’s that?
a
oh wow sorry
xcode-select --install
should fix it i think
we should fix that error message
can you provide the full terminal output?
@hundreds-father-404 i'm gonna fix this error message too
h
Is that different from the python3 thing?
a
yes but related
as in, bad error message when something isn't on the PATH
quick fix
h
Cool. Maybe we make the top of the script start with an audit that every requires program is there You might want to wait till I get the 4 PRs I have in the works for that repo. They will make it much easier do test things
g
I am making forward progress! thank you all!
🔥 1
a
radical!!!
h
Ohhh I thought we were talking about the
./pants
we distribute to other people. Didn’t realize this is our development version
So never mind on waiting for tests. Everything I’m working atm is for the external
./pants
, not ours
a
ok, that's what i was thinking but was moving too fast
thanks for clearing it up