Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902855 - net-dialup/ppp fail to build after update to clang16.0.0
Summary: net-dialup/ppp fail to build after update to clang16.0.0
Status: RESOLVED DUPLICATE of bug 885697
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-24 02:29 UTC by 464270342
Modified: 2023-03-24 02:34 UTC (History)
0 users

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


Attachments
build log (ppp-build-log,51.54 KB, application/octet-stream)
2023-03-24 02:29 UTC, 464270342
Details
emerge info (emerge-info,7.90 KB, text/plain)
2023-03-24 02:30 UTC, 464270342
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 464270342 2023-03-24 02:29:03 UTC
ppp fail to build with clang, and it report:

mplscp.c:42:3: error: incompatible function pointer types initializing 'int (*)(fsm *, u_char *, int, int)' (aka 'int (*)(struct fsm *, unsigned char *, int, int)') with an expression of type 'int (fsm *, u_char *, int)' (aka 'int (struct fsm *, unsigned char *, int)') [-Wincompatible-function-pointer-types]
  mplscp_nakci,                 /* NAK our Configuration Information */
  ^~~~~~~~~~~~

Reproducible: Always
Comment 1 464270342 2023-03-24 02:29:51 UTC
Created attachment 858775 [details]
build log
Comment 2 464270342 2023-03-24 02:30:04 UTC
Created attachment 858777 [details]
emerge info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-24 02:34:21 UTC

*** This bug has been marked as a duplicate of bug 885697 ***