Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 665378

Summary: sci-libs/hdf5-1.10.5-r1: QA Notice: Pre-stripped files found
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: rossi.f, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sci-libs:hdf5-1.10.1:20180906-163338.log.xz

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-09-06 16:54:05 UTC
* QA Notice: Pre-stripped files found:
 * /usr/bin/h5watch
 * /usr/bin/h52gif
 * /usr/bin/gif2h5
 * /usr/bin/h5perf_serial
 * /usr/bin/h5stat
 * /usr/bin/h5format_convert
 * /usr/bin/h5copy
 * /usr/bin/h5unjam
 * /usr/bin/h5jam
 * /usr/bin/h5repack
 * /usr/bin/h5import
 * /usr/bin/h5clear
 * /usr/bin/h5mkgrp
 * /usr/bin/h5repart
 * /usr/bin/h5debug
 * /usr/bin/h5dump
 * /usr/bin/h5ls
 * /usr/bin/h5diff
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-09-06 16:54:34 UTC
Created attachment 546116 [details]
sci-libs:hdf5-1.10.1:20180906-163338.log.xz
Comment 2 Fabio Rossi 2019-01-09 15:52:23 UTC
it seems a simple --enable-symbols flag added to the myeconfargs array in src_configure() is enough to avoid pre-stripping
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-09 22:10:47 UTC
(In reply to Fabio Rossi from comment #2)
> it seems a simple --enable-symbols flag added to the myeconfargs array in
> src_configure() is enough to avoid pre-stripping

Nice, thanks!
Comment 4 Agostino Sarubbo gentoo-dev 2021-10-12 12:57:42 UTC
ci has reproduced this issue with version 1.12.1-r1 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2021-10-12 12:58:16 UTC
ci has reproduced this issue with version 1.10.5-r1 - Updating summary.
Comment 6 Larry the Git Cow gentoo-dev 2022-06-21 19:34:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190df0ab054369a109eaa566e2503213ecb0e326

commit 190df0ab054369a109eaa566e2503213ecb0e326
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-21 19:33:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-21 19:34:29 +0000

    sci-libs/hdf5: update EAPI 7 -> 8; drop back to autotools
    
    Bug: https://github.com/HDFGroup/hdf5/issues/1814
    Closes: https://bugs.gentoo.org/665378
    Signed-off-by: Sam James <sam@gentoo.org>

 .../hdf5/files/hdf5-1.12.2-no-messing-ldpath.patch |  20 ++++
 .../hdf5/files/hdf5-1.12.2-no-strip-symbols.patch  |  16 +++
 sci-libs/hdf5/hdf5-1.12.2-r3.ebuild                | 108 +++++++++++++++++++++
 3 files changed, 144 insertions(+)