Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893912 - dev-db/mysql-connector-c: possible configure breakage with clang 16
Summary: dev-db/mysql-connector-c: possible configure breakage with clang 16
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2023-02-11 05:18 UTC by Sam James
Modified: 2023-05-09 13:16 UTC (History)
1 user (show)

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:18:42 UTC
```
--- /tmp/clang/home/tinderbox/img/17.1_no_multilib_hardened-j4-20221204-010004/var/tmp/clang/games-fps/quakeforge-0.7.2_p20210722-r1/clang16-safe.log   2023-02-11 03:38:29.993568907 +0000
+++ /tmp/clang/home/tinderbox/img/17.1_no_multilib_hardened-j4-20221204-010004/var/tmp/clang/games-fps/quakeforge-0.7.2_p20210722-r1/clang16-errors.log 2023-02-11 03:38:29.993568907 +0000

-/var/tmp/portage/dev-db/mysql-connector-c-8.0.31/work/mysql-8.0.31/cmake/stack_direction.c:33:16: warning: incompatible function pointer types initializing 'volatile int (*)(int *)' with an expression of type 'int (int *)' [-Wincompatible-function-pointer-types]
+/var/tmp/portage/dev-db/mysql-connector-c-8.0.31/work/mysql-8.0.31/cmake/stack_direction.c:33:16: error: incompatible function pointer types initializing 'volatile int (*)(int *)' with an expression of type 'int (int *)' [-Werror,-Wincompatible-function-pointer-types]
 volatile int (*ptr_f)(int *) = f;
                ^               ~
```