Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 893910

Summary: app-pda/libusbmuxd: possible configure breakage with clang 16
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Matthew Smith <matthew>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/libimobiledevice/libusbmuxd/pull/129
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-11 05:17:39 UTC
```
--- /tmp/clang/home/tinderbox/img/17.1_systemd-j4_test-20221211-060004/var/tmp/clang/app-pda/libusbmuxd-2.0.2-r1/clang16-safe.log       2023-02-11 03:38:27.880229566 +0000
+++ /tmp/clang/home/tinderbox/img/17.1_systemd-j4_test-20221211-060004/var/tmp/clang/app-pda/libusbmuxd-2.0.2-r1/clang16-errors.log     2023-02-11 03:38:27.880229566 +0000

-ignoreme: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'int' [-Wint-conversion]
+ignoreme: error: incompatible pointer to integer conversion returning 'char *' from a function with result type 'int' [-Wint-conversion]
 return program_invocation_short_name;
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Comment 1 Larry the Git Cow gentoo-dev 2023-02-12 10:21:52 UTC
The bug has been closed via the following commit(s):

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

commit bd85cb926a5d1c7f88eefcb22fa3272a40637f9c
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2023-02-12 10:20:32 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2023-02-12 10:20:32 +0000

    app-pda/libusbmuxd: fix configure breakage with clang-16
    
    Closes: https://bugs.gentoo.org/893910
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 .../files/libusbmuxd-2.0.2-configure.patch         | 32 +++++++++++++++++
 app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild      | 40 ++++++++++++++++++++++
 2 files changed, 72 insertions(+)