Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833281 - dev-dotnet/dotnet-sdk-bin misses a dep on dev-libs/icu
Summary: dev-dotnet/dotnet-sdk-bin misses a dep on dev-libs/icu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-13 17:50 UTC by Gamcheong Yuen
Modified: 2022-07-20 23:11 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 Gamcheong Yuen 2022-02-13 17:50:05 UTC
If you want to run dotnet with globalization support, optionally to add dev-libs/icu as dep. Maybe to add optional use flags.

Run dotnet with globalization support without dev-libs/icu installed will get:

Process terminated. Couldn't find a valid ICU package installed on the system. Please install libicu using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information.
Comment 1 Larry the Git Cow gentoo-dev 2022-07-20 23:11:44 UTC
The bug has been closed via the following commit(s):

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

commit e396408c30767babb730a3b80fb6866d458642a4
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2022-07-20 23:11:02 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-07-20 23:11:41 +0000

    dev-dotnet/dotnet-sdk-bin: icu optfeature
    
    Closes: https://bugs.gentoo.org/833281
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild    | 8 ++++++++
 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.421.ebuild    | 8 ++++++++
 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.407-r1.ebuild | 8 ++++++++
 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.408.ebuild    | 8 ++++++++
 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild    | 8 ++++++++
 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.302.ebuild    | 8 ++++++++
 6 files changed, 48 insertions(+)