Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

cabal-install: unset VERBOSE, fixes compile error #15485

Closed
wants to merge 1 commit into from

Conversation

2bits
Copy link
Contributor

@2bits 2bits commented Oct 16, 2012

Cabal-install runs a series of commands that use the env var
VERBOSE which has to be either unset or equal to --verbose.
Doing a brew install -v cabal-install sets VERBOSE=1 and
breaks the build.

  • Unset VERBOSE

Fixes #12155

Cabal-install runs a series of commands that use the env var
`VERBOSE` which has to be either unset or equal to `--verbose`.
Doing a `brew install -v cabal-install` sets `VERBOSE=1` and
breaks the build.

- Unset `VERBOSE`

Fixes Homebrew#12155
@adamv
Copy link
Contributor

adamv commented Oct 16, 2012

Ping @mxcl I'm going to pull this, and we should probably use "HOMEBREW_VERBOSE" to prevent future clashes.

@adamv adamv closed this in accca20 Oct 20, 2012
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this pull request Dec 17, 2012
Cabal-install runs a series of commands that use the env var
`VERBOSE` which has to be either unset or equal to `--verbose`.
Doing a `brew install -v cabal-install` sets `VERBOSE=1` and
breaks the build.

- Unset `VERBOSE`

Fixes Homebrew#12155

Closes Homebrew#15485.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cabal-install issue
2 participants