Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808853 - media-libs/libffado-2.4.4-r1 on riscv: admin/config.guess: unable to guess system type
Summary: media-libs/libffado-2.4.4-r1 on riscv: admin/config.guess: unable to guess sy...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: riscv Linux
: Normal normal (vote)
Assignee: Hector Martin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-18 09:59 UTC by Marek Szuba
Modified: 2021-09-19 11:28 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 Marek Szuba archtester gentoo-dev 2021-08-18 09:59:14 UTC
src_configure dies due to the bundled 8 year-old config.guess failing to recognise this arch.
Comment 1 Larry the Git Cow gentoo-dev 2021-08-18 10:05:43 UTC
The bug has been referenced in the following commit(s):

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

commit 4df5642eb609c654e2680ccb509a5b1239cfe11e
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2021-08-18 09:43:28 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2021-08-18 10:05:34 +0000

    media-libs/libffado: keyword 2.4.4-r1 for -riscv
    
    src_configure dies with
    
    "Trying to find the system triple: admin/config.guess: unable to guess system type
    
    This script, last modified 2013-06-10, has failed to recognize
    the operating system you are using."
    
    With the latest config.guess version from
    https://git.savannah.gnu.org/cgit/config.git/plain/config.guess
    (dated 2021-06-03 at the time of me writing this) the ebuild emerges
    fine but - but the two versions differ so much that I'd rather have the
    maintainers decide if they want to update this file or not.
    
    Bug: https://bugs.gentoo.org/808853
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 media-libs/libffado/libffado-2.4.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2021-09-19 11:28:48 UTC
The bug has been closed via the following commit(s):

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

commit 49bf146fe32b66b7c98806841bdd2c704f183d81
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2021-09-19 11:23:01 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2021-09-19 11:28:39 +0000

    media-libs/libffado: use newer config.guess
    
    Needed for libffado to build successfully on riscv. Doesn't seem to
    break anything on previously supported arches - or at least not on
    amd64.
    
    Invoking maintainer time-out.
    
    Closes: https://bugs.gentoo.org/808853
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 media-libs/libffado/Manifest                 | 1 +
 media-libs/libffado/libffado-2.4.4-r1.ebuild | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)