Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833872 - net-misc/youtube-dl-2021.12.17-r1 stablereq
Summary: net-misc/youtube-dl-2021.12.17-r1 stablereq
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on:
Blocks:
 
Reported: 2022-02-22 07:48 UTC by Ionen Wolkens
Modified: 2022-03-06 21:22 UTC (History)
3 users (show)

See Also:
Package list:
net-misc/youtube-dl-2021.12.17-r1 net-misc/yt-dlp-2022.2.4-r1
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ionen Wolkens gentoo-dev 2022-02-22 07:48:15 UTC
Early'ish but want to propagate this change to stable to make users migrate to yt-dlp unless they really need the python module or (optionally) the original command.

Its new "dependency" on yt-dlp also require to match stable keywords (arm, ppc, ppc64) which isn't a bad thing if encouraging people to switch and/or before eventual last-rites.

Thanks.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-22 19:24:04 UTC
amd64 done
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-22 19:24:59 UTC
ppc done
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-22 19:25:02 UTC
ppc64 done
Comment 4 Jakov Smolić archtester gentoo-dev 2022-02-22 19:36:05 UTC
x86 done
Comment 5 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2022-02-26 11:53:25 UTC
arm done

all arches done
Comment 6 Nuno Silva 2022-03-06 19:05:23 UTC
This is intentionally installing the youtube-dl manual page even when USE=yt-dlp, but are the configuration file paths described there actually read by youtube-dl from yt-dlp? At least here I had to use one of the paths from the yt-dlp manpage instead; this was apparently also mentioned on gentoo-user a couple months ago [1].

Perhaps this difference could be pointed out with an ewarn message?

[1] https://marc.info/?l=gentoo-user&m=164161953720959
Comment 7 Larry the Git Cow gentoo-dev 2022-03-06 21:20:06 UTC
The bug has been referenced in the following commit(s):

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

commit a95f867c4fff4a78488114c5ff26c732b4229e0f
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-03-06 21:15:40 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-03-06 21:19:14 +0000

    net-misc/youtube-dl: warn about yt-dlp wrapper differences
    
    wrt bug #833872 comment #6
    
    This is similar to what the yt-dlp ebuild itself warns about, but
    yt-dlp only does it once while here it wouldn't hurt to nag every
    time given the end goal is make people stop using youtube-dl.
    
    Bug: https://bugs.gentoo.org/833872
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild | 8 ++++++++
 net-misc/youtube-dl/youtube-dl-9999.ebuild          | 8 ++++++++
 2 files changed, 16 insertions(+)
Comment 8 Ionen Wolkens gentoo-dev 2022-03-06 21:22:01 UTC
(In reply to Nuno Silva from comment #6)
> Perhaps this difference could be pointed out with an ewarn message?
Thanks, did so. But preferably open a separate bug in the future. Easy to miss messages in old stabilization bugs and this isn't related to the stabilization process.