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

CORRUPT DEPENDENCY while building elm/core Ubuntu Linux i386 #1854

Closed
movefasta opened this issue Nov 21, 2018 · 3 comments
Closed

CORRUPT DEPENDENCY while building elm/core Ubuntu Linux i386 #1854

movefasta opened this issue Nov 21, 2018 · 3 comments

Comments

@movefasta
Copy link

Hello
Got an issue while building elm/core package:

$ elm make
Starting downloads...

  ● elm/time 1.0.0
  ● elm/url 1.0.0
  ● elm/virtual-dom 1.0.0
  ● elm/browser 1.0.0
  ● elm/json 1.0.0
  ● elm/html 1.0.0
  ● elm/core 1.0.2

Dependencies ready!                
-- CORRUPT DEPENDENCY ----------------------------------------------------------

I ran into a problem while building the following package:

    elm/core 1.0.2

This probably means the downloaded files got corrupted somehow. Try deleting
/home/brylev/.elm (a directory for caching build artifacts) and see if that
resolves the issue.

OS: Ubuntu 14.04.5 LTS
Kernel: Linux 3.13.0-161-generic (i686)
Elm Version: 0.19
Elm executables compiled from sources using GHC 8.2.2 without elm reactor (issue and source code patch )

@evancz
Copy link
Member

evancz commented Nov 21, 2018

It sounds like you are using a custom build rather than the pre-built binaries. I cannot support errors that come from people modifying the source code in other ways, especially without an SSCCE. If there is some bug that needs to be fixed, that can make an issue.

@evancz evancz closed this as completed Nov 21, 2018
@karldray
Copy link

karldray commented Jun 3, 2019

@movefasta did you ever solve this? i'm running into the same thing trying to install elm on 32-bit linux.

@rlefevre
Copy link
Member

There is an unofficial patch for 32bit support in Elm 0.19.1 here:
https://github.com/dmy/elm-raspberry-pi/blob/master/patches/elm-0.19.1.patch

There is an unofficial Debian 10 i386 version without support here:
https://gist.github.com/rlefevre/8fcf368d9951137e9e810c06c111bba1

Please do not report issues about those here.

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

4 participants