JuliaWeb / GnuTLS.jl

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

WARNING: GnuTLS had build errors. #61

Open programistawpf opened 6 years ago

programistawpf commented 6 years ago

D:\pawel\Julia_6.0_otwarty>C:\Users\PC\AppData\Local\Julia-0.6.3\bin\julia.exe -L start.jl Pracujesz w aktalogu: D:\pawel\Julia_6.0otwarty () | A fresh approach to technical computing () | () () | Documentation: https://docs.julialang.org | | | Type "?help" for help. | | | | | | |/ ` | | | | || | | | (| | | Version 0.6.3 (2018-05-28 20:20 UTC) / |_'|||_'_| | Official http://julialang.org/ release |/ | x86_64-w64-mingw32

julia> using GnuTLS INFO: Recompiling stale cache file C:\Users\PC.julia\lib\v0.6\Compat.ji for module Compat. ERROR: LoadError: GnuTLS not properly installed. Please run Pkg.build("GnuTLS") Stacktrace: [1] error(::String) at .\error.jl:21 [2] include_from_node1(::String) at .\loading.jl:576 [3] eval(::Module, ::Any) at .\boot.jl:235 [4] _require(::Symbol) at .\loading.jl:490 [5] require(::Symbol) at .\loading.jl:405 while loading C:\Users\PC.julia\v0.6\GnuTLS\src\GnuTLS.jl, in expression starting on line 11

julia> Pkg.build("GnuTLS") INFO: Building WinRPM INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openS USE_Leap_42.2/repodata/repomd.xml INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openS USE_Leap_42.2/repodata/repomd.xml INFO: Building Nettle INFO: Updating WinRPM package list INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openS USE_Leap_42.2/repodata/repomd.xml INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openS USE_Leap_42.2/repodata/repomd.xml INFO: Building GnuTLS =================================================[ ERROR: GnuTLS ]=================================================

LoadError: UndefVarError: Uint8 not defined while loading C:\Users\PC.julia\v0.6\GnuTLS\deps\build.jl, in expression starting on line 6

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

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

WARNING: GnuTLS had build errors.

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

julia>

quinnj commented 6 years ago

Note that this package is effectively unmaintained; https://github.com/JuliaWeb/MbedTLS.jl is the recommended package for SSL functionality.