Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925662 - net-analyzer/hydra USE=rdp cannot build against net-misc/freerdp-3.x
Summary: net-analyzer/hydra USE=rdp cannot build against net-misc/freerdp-3.x
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL: https://github.com/vanhauser-thc/thc-...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-02-28 00:03 UTC by Hank Leininger
Modified: 2024-03-17 16:35 UTC (History)
0 users

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 Hank Leininger 2024-02-28 00:03:11 UTC
Filed a bug upstream, see $URL

tl;dr: hydra can't build RDP support against freerdp-3.x.

Most of the ebuilds in ::gentoo that depend on net-misc/freerdp explicitly block >=freerdp-3:

$ egrep -ilr 'net-misc/freerdp' *-* | wc -l
17
$ egrep -ilr '<net-misc/freerdp-3' *-* | wc -l
12

hydra should probably join them.
Comment 1 Larry the Git Cow gentoo-dev 2024-03-17 16:35:13 UTC
The bug has been referenced in the following commit(s):

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

commit c2081661cb30896789e361f9eaa8085e4adf30c2
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-03-16 16:50:17 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-03-17 16:34:02 +0000

    net-analyzer/hydra: depend on slotted freerdp
    
    Bug: https://bugs.gentoo.org/925662
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 .../{hydra-9.5.ebuild => hydra-9.5-r1.ebuild}      |   4 +-
 net-analyzer/hydra/hydra-9.5-r10.ebuild            | 128 +++++++++++++++++++++
 2 files changed, 130 insertions(+), 2 deletions(-)