Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924851 - dev-lang/mond-0.10.0 fails to compile: Mond.RemoteDebugger.csproj : error NU1102: Unable to find package Microsoft.NET.ILLink.Tasks with version (>= 8.0.2) Mond.Repl.csproj]
Summary: dev-lang/mond-0.10.0 fails to compile: Mond.RemoteDebugger.csproj : error NU1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
: 924886 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-02-18 07:14 UTC by Agostino Sarubbo
Modified: 2024-02-18 19:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,46.42 KB, text/plain)
2024-02-18 07:14 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-18 07:14:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/mond-0.10.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-18 07:14:56 UTC
Created attachment 885267 [details]
build.log

build log and emerge --info
Comment 2 Maciej Barć gentoo-dev 2024-02-18 18:56:16 UTC
*** Bug 924886 has been marked as a duplicate of this bug. ***
Comment 3 Maciej Barć gentoo-dev 2024-02-18 18:58:35 UTC
Enabling AOT compilation the following way:

> <IsAotCompatible>true</IsAotCompatible>

pulls in the package "microsoft.net.illink.tasks" which is pinned to the .NET SDK version.

I will have to add appropriate "microsoft.net.illink.tasks" versions to dotnet-runtime-nugets.
Comment 4 Larry the Git Cow gentoo-dev 2024-02-18 19:56:25 UTC
The bug has been closed via the following commit(s):

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

commit 636d15dd40cbc5e4987c05519b1fd4eacb48f64a
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-02-18 19:30:40 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-02-18 19:56:21 +0000

    dev-dotnet/dotnet-runtime-nugets: for >=8.0.0 install illink.tasks
    
    and also microsoft.net.sdk.webassembly.pack
    
    Closes: https://bugs.gentoo.org/924851
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-dotnet/dotnet-runtime-nugets/Manifest                           | 6 ++++++
 ...me-nugets-8.0.1.ebuild => dotnet-runtime-nugets-8.0.0-r1.ebuild} | 4 ++++
 ...me-nugets-8.0.2.ebuild => dotnet-runtime-nugets-8.0.1-r1.ebuild} | 4 ++++
 ...me-nugets-8.0.0.ebuild => dotnet-runtime-nugets-8.0.2-r1.ebuild} | 6 +++++-
 4 files changed, 19 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit dc8e97221d76518a73a7a14e175b1293ee8e7417
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-02-18 19:52:11 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-02-18 19:56:21 +0000

    dev-lang/mond: cleanup NUGETS
    
    Bug: https://bugs.gentoo.org/924851
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/mond/Manifest           | 2 --
 dev-lang/mond/mond-0.10.0.ebuild | 2 --
 2 files changed, 4 deletions(-)