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

Build install fails due to incorrect checksum #301

Open
sbiickert opened this issue Jun 11, 2022 · 1 comment
Open

Build install fails due to incorrect checksum #301

sbiickert opened this issue Jun 11, 2022 · 1 comment

Comments

@sbiickert
Copy link

When installing via cpanminus (cpanm install SDL), the installation fails.

==> Found dependencies: Alien::SDL
--> Working on Alien::SDL
Fetching http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-1.446.tar.gz ... OK
Configuring Alien-SDL-1.446 ... OK
Building and testing Alien-SDL-1.446 ... FAIL
! Installing Alien::SDL failed. See /Users/sjb/.cpanm/work/1654956143.91383/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Alien::SDL' is not installed
! Bailing out the installation for SDL-2.548.

In the log file (attached), additional details show that there is a checksum failure for jpegsrc.v8b.tar.gz:

Building and testing Alien-SDL-1.446
Build option used:
	Source code build
    z(v1.2.5) jpeg(v8b) tiff(v3.9.1) png(v1.4.1) freetype(v2.3.12) SDL_image(v1.2.11) ogg(v1.3.0) vorbis(v1.3.3) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.25) 
Building Alien-SDL
Fetching 'http://froggs.de/libz/zlib-1.2.5.tar.gz'...
Checking checksum for 'download/zlib-1.2.5.tar.gz'...
Fetching 'http://www.ijg.org/files/jpegsrc.v8b.tar.gz'...
###WARN## checksum for file download/jpegsrc.v8b.tar.gz is 34e86575444c59bef6c4c65e14e7188defbc547a but we expect 15dc1939ea1a5b9d09baea11cceb13ca59e4f9df
###ERROR### Checksum failed 'download/jpegsrc.v8b.tar.gz' at inc/My/Builder.pm line 161.
Checking checksum for 'download/jpegsrc.v8b.tar.gz'...
-> FAIL Installing Alien::SDL failed. See /Users/sjb/.cpanm/work/1654956143.91383/build.log for details. Retry with --force to force install it.
-> FAIL Installing the dependencies failed: Module 'Alien::SDL' is not installed
-> FAIL Bailing out the installation for SDL-2.548.

Simon
build.log

@shamrice
Copy link

I had the same exact issue trying to install. I ended up manually installing the jpeg library and was able to get the SDL module installed.
Some more info can be found here: https://stackoverflow.com/questions/69586380/checksum-failed-download-jpegsrc-v8b-tar-gz-while-installing-sdl-how-to-resolv

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