Homebrew.jl icon indicating copy to clipboard operation
Homebrew.jl copied to clipboard

WARNING: The following packages do not have relocatable bottles, installation may fail!

Open gvallemoura opened this issue 7 years ago • 4 comments

@staticfloat, I was trying to build the package Ipopt and got the following message:

WARNING: The following packages do not have relocatable bottles, installation may fail! Please report these packages to https://github.com/JuliaLang/Homebrew.jl: staticfloat/juliadeps/libgfortran staticfloat/juliadeps/ipopt ==> Installing libgfortran from staticfloat/juliadeps ==> Downloading https://github.com/staticfloat/homebrew-libgfortran-formula/arch Already downloaded: /Users/guilhermemoura/Library/Caches/Homebrew.jl/libgfortran-7.2.tar.gz ==> cp /Users/guilhermemoura/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.2.0_1/li Last 15 lines from /Users/guilhermemoura/Library/Logs/Homebrew/libgfortran/01.cp: 2018-01-18 09:11:17 -0200

cp /Users/guilhermemoura/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.2.0_1/lib/gcc/7/libquadmath.0.dylib /Users/guilhermemoura/.julia/v0.6/Homebrew/deps/usr/Cellar/libgfortran/7.2/lib

cp: /Users/guilhermemoura/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.2.0_1/lib/gcc/7/libquadmath.0.dylib: No such file or directory

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

These open issues may also help: Optimizationservices depends on wrong libgfortran https://github.com/staticfloat/homebrew-juliadeps/issues/121 ===========================================================================[ ERROR: Ipopt ]============================================================================

LoadError: failed process: Process(/Users/guilhermemoura/.julia/v0.6/Homebrew/deps/usr/bin/brew install --ignore-dependencies staticfloat/juliadeps/libgfortran, ProcessExited(1)) [1] while loading /Users/guilhermemoura/.julia/v0.6/Ipopt/deps/build.jl, in expression starting on line 89

=======================================================================================================================================================================

===========================================================================[ BUILD ERRORS ]============================================================================

WARNING: Ipopt had build errors.

  • packages with build errors remain installed in /Users/guilhermemoura/.julia/v0.6
  • build the package(s) and all dependencies with Pkg.build("Ipopt")
  • build a single package by running its deps/build.jl script

======================================================================================================================================================================= INFO: Package database updated

gvallemoura avatar Jan 18 '18 11:01 gvallemoura

i have a similar issue:

julia> Pkg.add("Ipopt")
INFO: Cloning cache of Ipopt from https://github.com/JuliaOpt/Ipopt.jl.git
INFO: Cloning cache of MathProgBase from https://github.com/JuliaOpt/MathProgBase.jl.git
INFO: Installing Ipopt v0.2.6
INFO: Installing MathProgBase v0.7.0
INFO: Building Homebrew
INFO: Building Ipopt
WARNING: The following packages do not have relocatable bottles, installation may fail!
Please report these packages to https://github.com/JuliaLang/Homebrew.jl:
  staticfloat/juliadeps/libgfortran
  staticfloat/juliadeps/ipopt
============================================[ ERROR: Ipopt ]============================================

LoadError: failed process: Process(`/Users/florian.oswald/.julia/v0.6/Homebrew/deps/usr/bin/brew install --ignore-dependencies staticfloat/juliadeps/libgfortran`, ProcessExited(1)) [1]
while loading /Users/florian.oswald/.julia/v0.6/Ipopt/deps/build.jl, in expression starting on line 89

========================================================================================================

============================================[ BUILD ERRORS ]============================================

WARNING: Ipopt had build errors.

 - packages with build errors remain installed in /Users/florian.oswald/.julia/v0.6
 - build the package(s) and all dependencies with `Pkg.build("Ipopt")`
 - build a single package by running its `deps/build.jl` script

========================================================================================================
INFO: Package database updated

floswald avatar Jan 31 '18 21:01 floswald

Also,

  • [ ] staticfloat/juliadeps/imagemagick@6

Thanks!! :)

NHDaly avatar Feb 05 '18 21:02 NHDaly

Same problem here:

WARNING: The following packages do not have relocatable bottles, installation may fail! Please report these packages to https://github.com/JuliaLang/Homebrew.jl: staticfloat/juliadeps/libgfortran staticfloat/juliadeps/ipopt ==> Installing libgfortran from staticfloat/juliadeps ==> Downloading https://github.com/staticfloat/homebrew-libgfortran-formula/arch Already downloaded: /Users/OL/Library/Caches/Homebrew.jl/libgfortran-7.2.tar.gz ==> cp /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.3.0/lib/gcc/7/libqua Last 15 lines from /Users/OL/Library/Logs/Homebrew/libgfortran/01.cp: 2018-02-05 20:40:06 -0500

cp /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.3.0/lib/gcc/7/libquadmath.0.dylib /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/libgfortran/7.2/lib

cp: /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.3.0/lib/gcc/7/libquadmath.0.dylib: No such file or directory

If reporting this issue please do so to (not Homebrew/brew or Homebrew/core): staticfloat/juliadeps

These open issues may also help: Optimizationservices depends on wrong libgfortran https://github.com/staticfloat/homebrew-juliadeps/issues/121 ========================================================[ ERROR: Ipopt ]========================================================

LoadError: failed process: Process(/Users/OL/.julia/v0.6/Homebrew/deps/usr/bin/brew install --ignore-dependencies staticfloat/juliadeps/libgfortran, ProcessExited(1)) [1] while loading /Users/OL/.julia/v0.6/Ipopt/deps/build.jl, in expression starting on line 89

================================================================================================================================

========================================================[ BUILD ERRORS ]========================================================

WARNING: Ipopt and Homebrew had build errors.

  • packages with build errors remain installed in /Users/OL/.julia/v0.6
  • build the package(s) and all dependencies with Pkg.build("Ipopt", "Homebrew")
  • build a single package by running its deps/build.jl script

========================================================================

olugovoy avatar Feb 06 '18 01:02 olugovoy

There is a solution to this here

https://github.com/JuliaOpt/Ipopt.jl/issues/94

On Tue 6 Feb 2018 at 02:43, olugovoy [email protected] wrote:

Same problem here:

WARNING: The following packages do not have relocatable bottles, installation may fail! Please report these packages to https://github.com/JuliaLang/Homebrew.jl: staticfloat/juliadeps/libgfortran staticfloat/juliadeps/ipopt ==> Installing libgfortran from staticfloat/juliadeps ==> Downloading https://github.com/staticfloat/homebrew-libgfortran-formula/arch Already downloaded: /Users/OL/Library/Caches/Homebrew.jl/libgfortran-7.2.tar.gz ==> cp /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.3.0/lib/gcc/7/libqua Last 15 lines from /Users/OL/Library/Logs/Homebrew/libgfortran/01.cp: 2018-02-05 20:40:06 -0500

cp

/Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.3.0/lib/gcc/7/libquadmath.0.dylib /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/libgfortran/7.2/lib

cp: /Users/OL/.julia/v0.6/Homebrew/deps/usr/Cellar/gcc/7.3.0/lib/gcc/7/libquadmath.0.dylib: No such file or directory

If reporting this issue please do so to (not Homebrew/brew or Homebrew/core): staticfloat/juliadeps

These open issues may also help: Optimizationservices depends on wrong libgfortran staticfloat/homebrew-juliadeps#121 https://github.com/staticfloat/homebrew-juliadeps/issues/121 ========================================================[ ERROR: Ipopt ]========================================================

LoadError: failed process: Process(/Users/OL/.julia/v0.6/Homebrew/deps/usr/bin/brew install --ignore-dependencies staticfloat/juliadeps/libgfortran, ProcessExited(1)) [1] while loading /Users/OL/.julia/v0.6/Ipopt/deps/build.jl, in expression starting on line 89

================================================================================================================================

========================================================[ BUILD ERRORS ]========================================================

WARNING: Ipopt and Homebrew had build errors.

  • packages with build errors remain installed in /Users/OL/.julia/v0.6
  • build the package(s) and all dependencies with Pkg.build("Ipopt", "Homebrew")
  • build a single package by running its deps/build.jl script

========================================================================

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JuliaPackaging/Homebrew.jl/issues/218#issuecomment-363282480, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-WdkOTswb41KL0viPxcfRno-mhXsGBks5tR65ZgaJpZM4Riw0h .

floswald avatar Feb 06 '18 07:02 floswald