Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921252 - net-misc/freerdp-3.2.0 fails to compile (GCC-14-SYSTEM): unicode_icu.c:100:55: error: passing argument 3 of ucnv_convert from incompatible pointer type [-Wincompatible-pointer-types]
Summary: net-misc/freerdp-3.2.0 fails to compile (GCC-14-SYSTEM): unicode_icu.c:100:55...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting 927731 927732
  Show dependency tree
 
Reported: 2024-01-03 08:55 UTC by Agostino Sarubbo
Modified: 2024-03-24 19:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,264.54 KB, text/plain)
2024-01-03 08:55 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 2024-01-03 08:55:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/freerdp-3.0.0 fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-03 08:55:56 UTC
Created attachment 881353 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-03 08:55:58 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) 
  Could not find a package configuration file provided by "cJSON" with any of
  Could not find a package configuration file provided by "PulseAudio" with
  Could not find a package configuration file provided by "uriparser" with
-- Could NOT find libsystemd (missing: LIBSYSTEMD_LIBRARY LIBSYSTEMD_INCLUDE_DIR) 
--   Package 'libavresample', required by 'virtual:world', not found
/var/tmp/portage/net-misc/freerdp-3.0.0/work/freerdp-3.0.0/winpr/libwinpr/crt/unicode_icu.c:100:55: error: passing argument 3 of ‘ucnv_convert’ from incompatible pointer type [-Wincompatible-pointer-types]
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-28 18:10:49 UTC
gcc14_tinderbox has reproduced this issue with version 3.2.0 - Updating summary.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-16 10:21:31 UTC
I've reported all the errors I can hit with `ninja -k1` at https://github.com/FreeRDP/FreeRDP/issues/9986.
Comment 5 Larry the Git Cow gentoo-dev 2024-03-24 19:59:34 UTC
The bug has been closed via the following commit(s):

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

commit b7bbba6ba542f531dabd8e9091c5d09fc4f85dc5
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-03-24 19:30:54 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-03-24 19:59:08 +0000

    net-misc/freerdp: backport pointer fixes
    
    Closes: https://bugs.gentoo.org/921252
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 .../files/freerdp-3.4.0-incompatible-pointer.patch | 279 +++++++++++++++++++++
 net-misc/freerdp/freerdp-3.4.0-r11.ebuild          |   7 +
 2 files changed, 286 insertions(+)