Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834966 - sci-libs/xdrfile: USE=fortran and USE=static-libs both no-ops
Summary: sci-libs/xdrfile: USE=fortran and USE=static-libs both no-ops
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2022-03-11 15:30 UTC by Sam James
Modified: 2023-04-21 08:54 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-11 15:30:00 UTC
- USE=static-libs does nothing in the ebuild

- USE=fortran does nothing in the ebuild (other than dependencies via eclass) because of a typo

src_configure() {
        local myeconfargs=( $(use_enable fortran) )

        default
}

'default' doesn't handle myeconfargs. Need to do econf "${myeconfargs[@]}" instead.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-03 07:13:50 UTC
ping
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-29 11:05:24 UTC
ping
Comment 3 Larry the Git Cow gentoo-dev 2023-03-19 17:14:10 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf257b1bf987abb5bd46e93835d7661fd151a84

commit 2cf257b1bf987abb5bd46e93835d7661fd151a84
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-03-19 17:14:00 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-03-19 17:14:00 +0000

    package.mask: Last rite sci-libs/xdrfile
    
    Bug: https://bugs.gentoo.org/683166
    Bug: https://bugs.gentoo.org/814658
    Bug: https://bugs.gentoo.org/834966
    Bug: https://bugs.gentoo.org/898262
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2023-04-21 08:54:57 UTC
The bug has been closed via the following commit(s):

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

commit ef54725de114b71f493fecd2d0bbe336d1835b1c
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-04-21 08:54:35 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-04-21 08:54:35 +0000

    sci-libs/xdrfile: treeclean
    
    Closes: https://bugs.gentoo.org/683166
    Closes: https://bugs.gentoo.org/814658
    Closes: https://bugs.gentoo.org/834966
    Closes: https://bugs.gentoo.org/898262
    Bug: https://bugs.gentoo.org/903559
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask                    |  6 ------
 sci-libs/xdrfile/Manifest                |  1 -
 sci-libs/xdrfile/metadata.xml            | 12 ------------
 sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild | 23 -----------------------
 4 files changed, 42 deletions(-)