Kevin Burke

Results 177 comments of Kevin Burke

There's a Mac ARM build in there already, and it's passing on main/master. So I would need to find the difference between the Mac ARM build in CI, and my...

Ah - the CICD sets the `feat_os_macos` flag, which I wasn't. So I can reproduce the behavior on main with the following target: ``` make install PREFIX=/Users/kburke/local/coreutils BUILD_SPEC_FEATURES=feat_os_macos ``` And...

@sylvestre here is that commit, it is the only commit that does not have a "features" tag - https://github.com/kevinburke/coreutils/commit/24ff36ee8 I'm still a bit confused - isn't there something that can...

@kpcyrd I can compile on Mac with no problems if I remove this patch and apply your patch.

My sense is what's happening here is that you are pointing at a server that is returning HTML instead of JSON. Can you double check what your connection settings are...

I can also reproduce this on a Mac: ``` Could not init the localization system: I/O error loading '/Users/kburke/local/coreutils/bin/cut/en-US.ftl': Not a directory (os error 20) ``` I believe it needs...

Hi, I'd also like this. I manage the instrumentation layer for a few thousand engineers deploying code to several different environments. What I would like to be able to do...