JuPedSim / homebrew-jps

homebrew formula for JuPedSim
GNU General Public License v3.0
0 stars 2 forks source link

Reinstalling failed #2

Open gjaeger opened 3 years ago

gjaeger commented 3 years ago

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 commented 3 years ago

did you try to deinstall jpsvis and install it again?

gjaeger commented 3 years ago

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.```