JuliaPackaging / BinDeps.jl

Tool for building binary dependencies for Julia modules
Other
56 stars 74 forks source link

Extraction fails on Windows if folder already exists #76

Open IainNZ opened 10 years ago

IainNZ commented 10 years ago

In HttpParser.jl, the downloaded zip file is internally organized as usr/lib/*.dll. If this folder doesn't exist, this works fine. If it does already exist, and is empty, I get the "Provider Binaries failed to satisfy..." error. The last thing it says before giving up is

INFO: Directory ...\deps\usr already created
IainNZ commented 9 years ago

This is probably not fixed, but its not really causing any issues right now either.

tkelman commented 9 years ago

Actually this (or something like it) was just causing trouble in https://github.com/JuliaAstro/FITSIO.jl/pull/42, there are likely improvements to be made here.

IainNZ commented 9 years ago

Ah good to know, thought it might have just been me being silly