Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779436 - net-misc/remmina-1.4.13 fails to compile
Summary: net-misc/remmina-1.4.13 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-30 21:57 UTC by Agostino Sarubbo
Modified: 2021-04-07 23:06 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,13.76 KB, text/plain)
2021-03-30 21:57 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,45.98 KB, text/plain)
2021-03-30 21:57 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 2021-03-30 21:57:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/remmina-1.4.13 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-30 21:57:46 UTC
Created attachment 696294 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-03-30 21:57:50 UTC
Created attachment 696297 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-03-30 21:57:51 UTC
Possible context of error(s):

--   Package 'libpcre2-8-0', required by 'virtual:world', not found
--   Package 'wayland-client', required by 'virtual:world', not found
Comment 4 Larry the Git Cow gentoo-dev 2021-03-30 22:45:10 UTC
The bug has been closed via the following commit(s):

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

commit ebc24263f992e3c17a2a4c431f9176bdd16b4b2e
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2021-03-30 22:44:50 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2021-03-30 22:45:04 +0000

    net-misc/remmina: add missing deps
    
    Closes: https://bugs.gentoo.org/779436
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 net-misc/remmina/remmina-1.4.13.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 5 Attila Tóth 2021-04-07 07:09:42 UTC
Remmina make wayland mandatory for no apparent reason:
https://github.com/FreeRDP/Remmina/commit/9945363202c92cf749ef6fd17f25b758e10d3f78
Comment 6 Ben Kohler gentoo-dev 2021-04-07 11:22:24 UTC
Open an upstream issue if you'd like to see it made optional please.  But wayland is a pretty small library dep, I personally don't think it's worth fighting.

When webkit-gtk showed up as a new dep, I opened an issue upstream to make THAT optional, and they were happy to do it, fwiw.
Comment 7 Attila Tóth 2021-04-07 12:49:20 UTC
(In reply to Ben Kohler from comment #6)
> Open an upstream issue if you'd like to see it made optional please.  But
> wayland is a pretty small library dep, I personally don't think it's worth
> fighting.
> 
> When webkit-gtk showed up as a new dep, I opened an issue upstream to make
> THAT optional, and they were happy to do it, fwiw.

https://gitlab.com/Remmina/Remmina/-/issues/2469
Comment 8 Attila Tóth 2021-04-07 12:50:19 UTC
https://bugs.gentoo.org/780741