Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinstalling failed #2

Open
gjaeger opened this issue Sep 25, 2020 · 2 comments
Open

Reinstalling failed #2

gjaeger opened this issue Sep 25, 2020 · 2 comments
Assignees

Comments

@gjaeger
Copy link

gjaeger commented Sep 25, 2020

After updating qt5 (5.15.0 -> 5.15.1), while updating git-lfs (2.11.0 -> 2.12.0) I got the following message:

==> Reinstalling 1 broken dependent from source:
jupedsim/jps/jpsvis
==> Cloning https://github.com/JuPedSim/jpsvis.git
Updating /Users/username/Library/Caches/Homebrew/jpsvis--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 574d6f5 Parsing for additional output
==> Reinstalling jupedsim/jps/jpsvis
==> cmake ..
Last 15 lines from /Users/username/Library/Logs/Homebrew/jpsvis/01.cmake:
Call Stack (most recent call first):
  /usr/local/opt/qt/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  CMakeLists.txt:297 (qt5_use_modules)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Checking for C++11 compiler ................... yes
-- Using compiler ................................
-- qt_lib_dirs
-- bin install dir: .
-- Configuring incomplete, errors occurred!
See also "/tmp/jpsvis-20200925-62098-e6x8qa/build/CMakeFiles/CMakeOutput.log".

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/jupedsim/homebrew-jps/issues
@chraibi
Copy link
Member

chraibi commented Sep 25, 2020

did you try to deinstall jpsvis and install it again?

@gjaeger
Copy link
Author

gjaeger commented Sep 25, 2020

not yet. Below is the result of the proposed procedure:

$ brew uninstall jpsvis
Uninstalling /usr/local/Cellar/jpsvis/HEAD-574d6f5... (9 files, 1.3MB)
& brew install jpsvis
Updating Homebrew...
==> Auto-updated Homebrew!
...

Error: jupedsim/jps/jpsvis is a head-only formula
Install with `brew install --HEAD jupedsim/jps/jpsvis`
$ brew install --HEAD jupedsim/jps/jpsvis
==> Installing jpsvis from jupedsim/jps
==> Cloning https://github.com/JuPedSim/jpsvis.git
Updating /Users/username/Library/Caches/Homebrew/jpsvis--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 574d6f5 Parsing for additional output
==> cmake ..
Last 15 lines from /Users/username/Library/Logs/Homebrew/jpsvis/01.cmake:
Call Stack (most recent call first):
  /usr/local/opt/qt/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:431 (_qt5_warn_deprecated)
  CMakeLists.txt:297 (qt5_use_modules)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Checking for C++11 compiler ................... yes
-- Using compiler ................................
-- qt_lib_dirs
-- bin install dir: .
-- Configuring incomplete, errors occurred!
See also "/tmp/jpsvis-20200925-65868-rv136/build/CMakeFiles/CMakeOutput.log".

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/jupedsim/homebrew-jps/issues

Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC.```

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

No branches or pull requests

2 participants