Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893910 - app-pda/libusbmuxd: possible configure breakage with clang 16
Summary: app-pda/libusbmuxd: possible configure breakage with clang 16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL: https://github.com/libimobiledevice/l...
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-11 05:17 UTC by Sam James
Modified: 2023-05-09 13:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)