Some of the suggestions here may help - https://github.com/JuliaLang/WinRPM.jl/issues/27
On Thu, Sep 4, 2014 at 6:48 PM, Daniel Høegh <[email protected]> wrote: > I have the exact same problem with LibCURL. I am running Julia 0.3 on > Windows. > > Den onsdag den 3. september 2014 21.21.04 UTC+2 skrev Kevin W Li: > >> This happened when I Pkg.add("IJulia") from a new Julia 0.3: >> >> >> julia> Pkg.add("IJulia") >> INFO: Installing IJulia v0.1.15 >> INFO: Installing JSON v0.3.7 >> INFO: Installing REPLCompletions v0.0.3 >> INFO: Installing ZMQ v0.1.13 >> INFO: Building LibCURL >> ===================================================[ ERROR: LibCURL >> ]=================================================== >> >> None of the selected providers can install dependency libcurl-4. >> Use BinDeps.debug(package_name) to see available providers >> while loading C:\Users\t-wenlli\.julia\v0.3\LibCURL\deps\build.jl, in >> expression starting on line 13 >> ============================================================ >> ============================================================ >> INFO: Building WinRPM >> INFO: Downloading http://download.opensuse.org/ >> repositories/windows:/mingw:/win32/openSUSE_13.1//repodata/repomd.xml >> INFO: Downloading http://download.opensuse.org/ >> repositories/windows:/mingw:/win64/openSUSE_13.1//repodata/repomd.xml >> INFO: Building Nettle >> ===================================================[ ERROR: Nettle >> ]==================================================== >> >> None of the selected providers can install dependency nettle. >> Use BinDeps.debug(package_name) to see available providers >> while loading C:\Users\t-wenlli\.julia\v0.3\Nettle\deps\build.jl, in >> expression starting on line 35 >> ============================================================ >> ============================================================ >> INFO: Building ZMQ >> INFO: Building IJulia >> Found IPython version 2.1.0 ... ok. >> Creating julia profile in IPython... >> (Existing KernelManager.kernel_cmd setting in ipython_config.py is >> untouched.) >> (Existing IPythonWidget.execute_on_complete_input setting in >> ipython_qtconsole_config.py is untouched.) >> (Existing FrontendWidget.lexer_class setting in >> ipython_qtconsole_config.py is untouched.) >> (Existing NotebookApp.port setting in ipython_notebook_config.py is >> untouched.) >> (Existing ipynblogo.png file untouched.) >> (Existing ipynblogo.svg file untouched.) >> (Existing favicon.ico file untouched.) >> (Existing custom.js file untouched.) >> (Existing julia.js file untouched.) >> ====================================================[ BUILD ERRORS >> ]==================================================== >> >> WARNING: LibCURL and Nettle had build errors. >> - packages with build errors remain installed in >> C:\Users\t-wenlli\.julia\v0.3 >> - build a package and all its dependencies with `Pkg.build(pkg)` >> - build a single package by running its `deps/build.jl` script >> ============================================================ >> ============================================================ >> INFO: Package database updated >> >> >> There seems to be no problem with downloading so it's different to many >> other problems with were to do with internet connectivity... >> >> I haven't been able to find a solution to this, so any help would be very >> much appreciated. Thanks! >> >> Kevin >> >
