Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932544 - dev-db/lmdb-0.9.31 verify failed (filesize does not match)
Summary: dev-db/lmdb-0.9.31 verify failed (filesize does not match)
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-23 09:24 UTC by reg-gentoo
Modified: 2024-05-24 21:03 UTC (History)
1 user (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 reg-gentoo 2024-05-23 09:24:58 UTC
When emerging dev-db/lmdb-0.9.31 with USE="-static-libs" ABI_X86="(64) -32 (-x32)" the emerge fails with a file size error for openldap-LMDB_0.9.31.tar.gz

It seems that the Manifest.xml is out of date and should be updated.

Reproducible: Always

Steps to Reproduce:
1. emerge --ask =dev-db/lmdb-0.9.31

Actual Results:  
>>> Emerging (1 of 267) dev-db/lmdb-0.9.31::gentoo
 * Fetching files in the background.
 * To view fetch progress, run in another terminal:
 * tail -f /var/log/emerge-fetch.log
>>> Downloading 'htt ps://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.31/openldap-LMDB_0.9.31.tar.gz'
--2024-05-23 11:14:21--  htt ps://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.31/openldap-LMDB_0.9.31.tar.gz
Resolving git.openldap.org... 198.58.99.104, 2600:3c00:e000:2d7::1
Connecting to git.openldap.org|198.58.99.104|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 145218 (142K) [application/octet-stream]
Saving to: ‘/var/cache/distfiles/openldap-LMDB_0.9.31.tar.gz.__download__’

/var/cache/distfile 100%[===================>] 141.81K   231KB/s    in 0.6s

2024-05-23 11:14:22 (231 KB/s) - ‘/var/cache/distfiles/openldap-LMDB_0.9.31.tar.gz.__download__’ saved [145218/145218]

!!! Fetched file: openldap-LMDB_0.9.31.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      145218
!!! Expected: 145086
Refetching... File renamed to '/var/cache/distfiles/openldap-LMDB_0.9.31.tar.gz._checksum_failure_.l7a001ex'

!!! Couldn't download 'openldap-LMDB_0.9.31.tar.gz'. Aborting.


Expected Results:  
The package should emerge correctly.

This is a fresh install with the default/linux/amd64/23.0/desktop/plasma profile. The 0.9.32 (masked) version emerges correctly.