Skip to content

(travis-ci) fix travis-ci mac build (don't try to install libjpeg as it is already installed)#1345

Merged
daschuer merged 1 commit intomixxxdj:masterfrom
sblaisot:fix-travis-mac-build
Sep 17, 2017
Merged

(travis-ci) fix travis-ci mac build (don't try to install libjpeg as it is already installed)#1345
daschuer merged 1 commit intomixxxdj:masterfrom
sblaisot:fix-travis-mac-build

Conversation

@sblaisot
Copy link
Copy Markdown
Member

This PR fix Travis-CI mac build.

Somewhere between August 6 and August 11 a new version (9b) of libjpeg became available for MacOSX.
libjpeg 8d was already installed on the macos builder.
This resulted in a faulty run of brew install libjpeg.
Behaviour of brew install is to issue a warning when (the package is already installed and no newer version is available) and an error when the package has a new version available (you have to use brew upgrade in order to upgrade a package, not brew install).

Removing libjpeg from the list of packages to install fixes the error.

@sblaisot sblaisot mentioned this pull request Sep 16, 2017
@sblaisot
Copy link
Copy Markdown
Member Author

The error began following this commit Homebrew/homebrew-core@1fee4a3

@Be-ing
Copy link
Copy Markdown
Contributor

Be-ing commented Sep 17, 2017

Travis passed 👍

@daschuer
Copy link
Copy Markdown
Member

Thank you for instantly looking into it!

@daschuer daschuer merged commit 5fe7982 into mixxxdj:master Sep 17, 2017
@sblaisot sblaisot deleted the fix-travis-mac-build branch September 17, 2017 07:53
@sblaisot sblaisot restored the fix-travis-mac-build branch October 2, 2017 13:10
@sblaisot sblaisot deleted the fix-travis-mac-build branch December 31, 2017 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants