Bug 2301351
Summary: | vinagre: FTBFS in Fedora >= f40 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | vinagre | Assignee: | Yaakov Selkowitz <yselkowi> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | amigadave, cfergeau, debarshir, feborges, gnome-sig, marcandre.lureau | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2025-01-24 16:31:27 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 2231791, 2260875, 2300528 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2024-07-29 21:41:52 UTC
Created attachment 2042943 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2042944 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2042945 [details]
state.log
Fly-by comment. The build errors appear to be: vinagre/vinagre-dirs.c: In function ‘vinagre_dirs_get_package_data_file’: vinagre/vinagre-dirs.c:121:25: error: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘const gchar * const*’ {aka ‘const char * const*’} [-Wincompatible-pointer-types] 121 | _tmp1_ = _tmp0_ = g_get_system_data_dirs (); | ^ vinagre/vinagre-utils.c: In function ‘vinagre_utils_show_many_errors’: vinagre/vinagre-utils.c:243:34: error: passing argument 2 of ‘g_slist_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] 243 | g_slist_foreach (_tmp1_, ___lambda5__gfunc, _data2_); | ^~~~~~~~~~~~~~~~~ | | | void (*)(const void *, void *) *** Bug 2341509 has been marked as a duplicate of this bug. *** *** Bug 2261776 has been marked as a duplicate of this bug. *** It turns out that vinagre has been failing to build since Fedora 40. Pull request: https://src.fedoraproject.org/rpms/vinagre/pull-request/4 |