Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556736 - >=www-servers/nginx-1.8.0 module headers_more checksum failure
Summary: >=www-servers/nginx-1.8.0 module headers_more checksum failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-05 10:59 UTC by devnull
Modified: 2016-02-03 22:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description devnull 2015-08-05 10:59:34 UTC
>>> Emerging (1 of 1) www-servers/nginx-1.8.0::gentoo
 * nginx-1.8.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                       [ ok ]
 * ngx_devel_kit-0.2.19-r1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                           [ ok ]
>>> Downloading 'http://de-mirror.org/distro/gentoo/distfiles/ngx_http_headers_more-0.26.tar.gz'
--2015-08-05 12:34:25--  http://de-mirror.org/distro/gentoo/distfiles/ngx_http_headers_more-0.26.tar.gz
Resolving de-mirror.org... 195.20.242.90, 2001:8d8:580:400::c314:f25a
Connecting to de-mirror.org|195.20.242.90|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-08-05 12:34:25 ERROR 404: Not Found.

>>> Downloading 'https://github.com/agentzh/headers-more-nginx-module/archive/v0.26.tar.gz'
--2015-08-05 12:34:25--  https://github.com/agentzh/headers-more-nginx-module/archive/v0.26.tar.gz
Resolving github.com... 192.30.252.128
Connecting to github.com|192.30.252.128|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/openresty/headers-more-nginx-module/archive/v0.26.tar.gz [following]
--2015-08-05 12:34:26--  https://github.com/openresty/headers-more-nginx-module/archive/v0.26.tar.gz
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openresty/headers-more-nginx-module/tar.gz/v0.26 [following]
--2015-08-05 12:34:26--  https://codeload.github.com/openresty/headers-more-nginx-module/tar.gz/v0.26
Resolving codeload.github.com... 192.30.252.146
Connecting to codeload.github.com|192.30.252.146|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28033 (27K) [application/x-gzip]
Saving to: '/usr/portage/distfiles/ngx_http_headers_more-0.26.tar.gz'

/usr/portage/distfi 100%[=====================>]  27.38K   150KB/s   in 0.2s

2015-08-05 12:34:26 (150 KB/s) - '/usr/portage/distfiles/ngx_http_headers_more-0.26.tar.gz' saved [28033/28033]

!!! Fetched file: ngx_http_headers_more-0.26.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      28033
!!! Expected: 28028
Refetching... File renamed to '/usr/portage/distfiles/ngx_http_headers_more-0.26.tar.gz._checksum_failure_.cXXV8p'

!!! Couldn't download 'ngx_http_headers_more-0.26.tar.gz'. Aborting.



Maybe the checksum in Manifest was created before the last update on Jul 17, 2015, the nginx 1.7 branch is not affected and compiles fine with 0.25-r1.

https://github.com/openresty/headers-more-nginx-module/commit/4b20caa6334353c1f7ac97d1ee9c3a5989ba8dca

Reproducible: Always

Steps to Reproduce:
1. set NGINX_MODULES_HTTP="headers_more"
2. emerge -av =www-servers/nginx-1.8.0
3.
Comment 1 Johan Bergström 2016-02-03 22:21:49 UTC
I think this was rebaked after we pushed. Fixed in newer versions.