Though if you're on OSX, then it's a good thing that Elliot saw this, and 
as in https://github.com/JuliaOpt/Ipopt.jl/issues/30 you shouldn't have to 
deal with compiling from source because the package should just download a 
binary using Homebrew.jl. The fact that it isn't is a different bug 
somewhere.

As a temporary fix, you can comment out these 
lines 
https://github.com/JuliaOpt/Ipopt.jl/blob/99b85463ca408aefb4931d2ebaaa97cf5f821acc/deps/build.jl#L42-L45
 
in Ipopt/deps/build.jl, delete Ipopt/deps/src and rerun Pkg.build("Ipopt").


On Monday, March 2, 2015 at 10:20:58 PM UTC-8, Elliot Saba wrote:
>
> Looks like it's downloading to 1.3.0, when it should be downloading as 
> 1.3.0.tar.gz
> -E
>
> On Mon, Mar 2, 2015 at 7:32 PM, Gabriel Mihalache <[email protected] 
> <javascript:>> wrote:
>
>> It's trying to download a dependency but the link is broken and it fails.
>>
>> Did anyone manage to find a way around this? Especially since I won't be 
>> using the AMPL stuff anyway.
>>
>> Thank you!
>>
>>
>> Running script for downloading the source code for the ASL
>>
>> Downloading the source code from Github...
>> --2015-03-02 22:28:50--  https://github.com/ampl/mp/archive/1.3.0.tar.gz
>> Resolving github.com... 192.30.252.128
>> Connecting to github.com|192.30.252.128|:443... connected.
>> HTTP request sent, awaiting response... 302 Found
>> Location: https://codeload.github.com/ampl/mp/tar.gz/1.3.0 [following]
>> --2015-03-02 22:28:51--  https://codeload.github.com/ampl/mp/tar.gz/1.3.0
>> Resolving codeload.github.com... 192.30.252.145
>> Connecting to codeload.github.com|192.30.252.145|:443... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 1322272 (1.3M) [application/x-gzip]
>> Saving to: “1.3.0”
>>
>> 100%[=========================================================================================================================================================================>]
>>  
>> 1,322,272   6.06M/s   in 0.2s
>>
>> 2015-03-02 22:28:51 (6.06 MB/s) - “1.3.0” saved [1322272/1322272]
>>
>> Download finished.
>> Unpacking the source code...
>> gzip: 1.3.0.tar.gz: No such file or directory
>>
>>
>

Reply via email to