Bug 2301351 - vinagre: FTBFS in Fedora >= f40
Summary: vinagre: FTBFS in Fedora >= f40
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: vinagre
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Yaakov Selkowitz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 2261776 2341509 (view as bug list)
Depends On:
Blocks: F41FTBFS F42FTBFS F40FTBFS
TreeView+ depends on / blocked
 
Reported: 2024-07-29 21:41 UTC by Fedora Release Engineering
Modified: 2025-01-24 16:31 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-01-24 16:31:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (32.00 KB, text/plain)
2024-07-29 21:42 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2024-07-29 21:42 UTC, Fedora Release Engineering
no flags Details
state.log (1.64 KB, text/plain)
2024-07-29 21:42 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2024-07-29 21:41:52 UTC
vinagre failed to build from source in Fedora rawhide/f41

https://koji.fedoraproject.org/koji/taskinfo?taskID=120788028


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Please fix vinagre at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
vinagre will be orphaned. Before branching of Fedora 42,
vinagre will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2024-07-29 21:42:01 UTC
Created attachment 2042943 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Fedora Release Engineering 2024-07-29 21:42:06 UTC
Created attachment 2042944 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2024-07-29 21:42:10 UTC
Created attachment 2042945 [details]
state.log

Comment 4 Debarshi Ray 2024-07-31 12:14:17 UTC
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 *)

Comment 5 Debarshi Ray 2025-01-24 16:11:07 UTC
*** Bug 2341509 has been marked as a duplicate of this bug. ***

Comment 6 Debarshi Ray 2025-01-24 16:11:45 UTC
*** Bug 2261776 has been marked as a duplicate of this bug. ***

Comment 7 Debarshi Ray 2025-01-24 16:13:19 UTC
It turns out that vinagre has been failing to build since Fedora 40.

Pull request:
https://src.fedoraproject.org/rpms/vinagre/pull-request/4


Note You need to log in before you can comment on or make changes to this bug.