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

Pkg.build(BioMedQuery) error on Julia 0.6.4 #58

Closed
anthonyagudelox3 opened this issue Jun 14, 2019 · 1 comment
Closed

Pkg.build(BioMedQuery) error on Julia 0.6.4 #58

anthonyagudelox3 opened this issue Jun 14, 2019 · 1 comment

Comments

@anthonyagudelox3
Copy link

Hello,

I am having an issue when I attempting to build BioMedQuery on Julia 0.6.4 and get the following build error with one of BioMedQuery's dependencies SQLite. I am running the Julia on windows 10 machine.

`julia> Pkg.build("BioMedQuery")
INFO: Building CodecZlib
INFO: Building LibCURL
INFO: Building LightXML
INFO: Building MbedTLS
INFO: Building SpecialFunctions
INFO: Building DecFP
INFO: Building MySQL
INFO: Building Gumbo
INFO: Building WinRPM
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Building SQLite
INFO: Updating WinRPM package list
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2/repodata/repomd.xml
INFO: Nothing to do
===================================================[ ERROR: SQLite ]====================================================

LoadError: Provider BinDeps.PackageManager failed to satisfy dependency sqlite3_lib
while loading C:\Users\Thor.julia\v0.6\SQLite\deps\build.jl, in expression starting on line 19

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

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

WARNING: SQLite had build errors.

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

julia>`

@DilumAluthge
Copy link
Member

Hi @anthonyagudelox3, thanks for submitting this issue.

Unfortunately, Julia 0.6 is no longer supported. I would recommend that you transition to Julia 0.7 and then subsequently to Julia 1.0.

If you encounter an error building BioMedQuery.jl on Julia 0.7 and/or Julia 1.0, please open a new issue.

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