Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942307 - dev-util/rustup-9999 fails to build: error: none of the selected packages contains these features: reqwest-default-tls
Summary: dev-util/rustup-9999 fails to build: error: none of the selected packages con...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-27 01:59 UTC by Fat-Zer
Modified: 2025-03-19 06:53 UTC (History)
2 users (show)

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


Attachments
rustup-9999-build.log (rustup-9999-build.log,77.48 KB, text/x-log)
2024-10-27 02:04 UTC, Fat-Zer
Details
emerge --info '=dev-util/rustup-9999::gentoo' (emerge.info,10.44 KB, text/plain)
2024-10-27 02:52 UTC, Fat-Zer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fat-Zer 2024-10-27 01:59:40 UTC
dev-util/rustup-9999 fails compile phase due to missing cargo package:

>>> Compiling source in /var/tmp/portage/dev-util/rustup-9999/work/rustup-9999 ...
 * cargo build --release --features no-self-update --features curl-backend --features reqwest-backend --features reqwest-default-tls --features reqwest-rustls-tls --no-default-features
error: none of the selected packages contains these features: reqwest-default-tls



Reproducible: Always
Comment 1 Fat-Zer 2024-10-27 02:04:48 UTC
Created attachment 906943 [details]
rustup-9999-build.log
Comment 2 Greg Kubaryk 2024-10-27 02:36:21 UTC
and emerge --info, please?
Comment 3 Fat-Zer 2024-10-27 02:52:34 UTC
Created attachment 906944 [details]
emerge --info '=dev-util/rustup-9999::gentoo'

(In reply to Greg Kubaryk from comment #2)
> and emerge --info, please?

added

$ emerge -pqv '=dev-util/rustup-9999::gentoo'
[ebuild   R   ] dev-util/rustup-9999  USE="-debug"
Comment 4 Amora Pottera 2025-03-18 06:49:18 UTC
(In reply to Fat-Zer from comment #0)
> dev-util/rustup-9999 fails compile phase due to missing cargo package:
> 
> >>> Compiling source in /var/tmp/portage/dev-util/rustup-9999/work/rustup-9999 
>  * cargo build --release --features no-self-update --features curl-backend
> --features reqwest-backend --features reqwest-default-tls --features
> reqwest-rustls-tls --no-default-features
> error: none of the selected packages contains these features:
> reqwest-default-tls
> 
> 
> 
> Reproducible: Always

Where are the fixes?
Comment 5 Larry the Git Cow gentoo-dev 2025-03-18 17:49:40 UTC
The bug has been closed via the following commit(s):

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

commit 43a2e9f6860dfdc8942cd14a23b0661de7237eec
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-03-18 17:37:24 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-03-18 17:49:33 +0000

    dev-util/rustup: sync live
    
    Closes: https://bugs.gentoo.org/942307
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-util/rustup/rustup-9999.ebuild | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)
Comment 6 Amora Pottera 2025-03-19 06:53:44 UTC
(In reply to Fat-Zer from comment #0)
> dev-util/rustup-9999 fails compile phase due to missing cargo package:
> 
> >>> Compiling source in /var/tmp/portage/dev-util/rustup-9999/work/rustup-9999 https://slopeio.org ...
>  * cargo build --release --features no-self-update --features curl-backend
> --features reqwest-backend --features reqwest-default-tls --features
> reqwest-rustls-tls --no-default-features
> error: none of the selected packages contains these features:
> reqwest-default-tls
> 
> 
> 
> Reproducible: Always

This is an important topic that needs to be addressed as soon as possible.