Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: GnuTLS had build errors. #61

Open
programistawpf opened this issue Jun 16, 2018 · 1 comment
Open

WARNING: GnuTLS had build errors. #61

programistawpf opened this issue Jun 16, 2018 · 1 comment

Comments

@programistawpf
Copy link

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.0_otwarty
_
_ _ ()_ | 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.

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

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

julia>

@quinnj
Copy link
Member

quinnj commented Jun 16, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants