On Fri, Feb 21, 2020 at 09:12:58PM -0700, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > > Appears to be affecting every user for the last day or so. > > https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296 > > I just pushed a change to .travis.yml that the above article says helps. The > issue is that Travis is behind the times, and apparently forcing a "brew > update" > helps. It does slow down the CI job, though, so should be removed at a later > date when this issue is fixed.
My latest commit to .travis.yml fixed the issue, at the expense of adding about 92 seconds to the setup time for the virtual machine. We should monitor that travis-ci.community thread to see when Travis support actually updates the VM so that the "update: true" thing is no longer needed, and remove it at that time. > On Fri, Feb 21, 2020 at 09:03:06PM -0700, we recorded a bogon-computron > collision of the <[email protected]> flavor, containing: > > On Fri, Feb 21, 2020 at 08:56:58PM -0700, we recorded a bogon-computron > > collision of the <[email protected]> flavor, containing: > > > On Fri, Feb 21, 2020 at 08:55:17PM -0700, we recorded a bogon-computron > > > collision of the <[email protected]> flavor, containing: > > > > On Fri, Feb 21, 2020 at 07:04:35PM -0800, we recorded a bogon-computron > > > > collision of the <[email protected]> flavor, containing: > > > > > I'm scratching my head trying to figure out how my last checkin broke > > > > > the Travis CI OSX build... I only touched stuff having to do with NWS > > > > > shapefiles as far as I can tell. > > > > > > > > Your last checkin didn't break the Travis CI build on OS X. > > > > > > > > The build is borken because there's something wrong with the homebrew > > > > package installation. > > > > > > > > Homebrew is trying to install something called "bundle" and then trying > > > > to invoke it. That fails. It then gives up on package installation and > > > > keeps pressing on, failing in Xastir's configure when it can't find > > > > Motif > > > > headers. > > > > > > > > That is to say, Travis' OS X platform is borken somehow. > > > > > > And since it all worked about two weeks ago when I made a push, this is a > > > new breakage that may be a transient glitch in the OS X set up.. > > > > I told Travis to redo that job, and it failed in exactly the same way. It > > is failing (in a non-fatal way) at the "Installing Homebrew Packages" stage: > > ---- > > Installing Homebrew Packages > > $ rvm $brew_ruby do brew bundle --verbose --global > > /usr/local/bin/brew tap homebrew/bundle > > ==> Tapping homebrew/bundle > > Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'... > > remote: Enumerating objects: 93, done. > > remote: Counting objects: 100% (93/93), done. > > remote: Compressing objects: 100% (84/84), done. > > remote: Total 93 (delta 4), reused 34 (delta 2), pack-reused 0 > > Receiving objects: 100% (93/93), 47.74 KiB | 3.41 MiB/s, done. > > Resolving deltas: 100% (4/4), done. > > Tapped (102 files, 251.1KB). > > Error: Unknown command: bundle > > ----- > > > > And, because the failure isn't fatal, then tries to USE all the packages it > > didn't install to build Xastir. Which, predictably, fails. > > > > -- > > Tom Russo KM5VY > > Tijeras, NM > > > > echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] > > [n-z][a-m] > > -- > Tom Russo KM5VY > Tijeras, NM > > echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] -- Tom Russo KM5VY Tijeras, NM echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] _______________________________________________ Xastir-dev mailing list [email protected] http://xastir.org/mailman/listinfo/xastir-dev
