JuliaWeb / GnuTLS.jl

Transport Level Security for Julia Streams provided by GnuTLS
Other
8 stars 13 forks source link

Unable to build package on Windows. #58

Closed Ismael-VC closed 9 years ago

Ismael-VC commented 9 years ago

Ia m using Windows 7 and Julia v0.3.10, this is the error I get:

INFO: Building GnuTLS
INFO: Packages to update:  libnettle-4-6
INFO: Packages to install: libffi6, libhogweed-2-4, libp11-kit0, zlib1, libgmp10, libtasn1-6, libgnutls28, gnutls-lang, libintl8, gnutls
INFO: Downloading: libnettle-4-6
INFO: Extracting: libnettle-4-6

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18

Processing archive: C:\Users\Peter\.julia\v0.3\WinRPM\cache\2\noarch%2Fmingw64-libnettle-4-6-2.7-9.15.noarch.cpio

ERROR: Can not delete output file C:\Users\Peter\.julia\v0.3\WinRPM\deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin\libnettle-4-6.dll

Sub items Errors: 1

============================[ ERROR: GnuTLS ]============================

failed process: Process(`7z x -y 'C:\Users\Peter\.julia\v0.3\WinRPM\cache\2\noarch%2Fmingw64-libnettle-4-6-2.7-9.15.noarch.cpio' '-oC:\Users\Peter\.julia\v0.3\WinRPM\deps'`, ProcessExited(2)) [2]
while loading C:\Users\Peter\.julia\v0.3\GnuTLS\deps\build.jl, in expression starting on line 59

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

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

WARNING: GnuTLS had build errors.

 - packages with build errors remain installed in C:\Users\Peter\.julia\v0.3
 - build the package(s) and all dependencies with `Pkg.build("GnuTLS")`
 - build a single package by running its `deps/build.jl` script

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

julia>

I've tried checking out GnuTLS, running the ternminal with admin privileges and still the same, could this be an issue with 7zip?

Ismael-VC commented 9 years ago

Damn, fixed by the old windows method, ...reboot!