Bug 270249 - exp-run: Please test these fixes to math.h and cdefs.h
Summary: exp-run: Please test these fixes to math.h and cdefs.h
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-15 18:05 UTC by Warner Losh
Modified: 2023-11-28 03:50 UTC (History)
1 user (show)

See Also:


Attachments
diffs under review (13.46 KB, patch)
2023-03-15 18:05 UTC, Warner Losh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Warner Losh freebsd_committer freebsd_triage 2023-03-15 18:05:59 UTC
Created attachment 240877 [details]
diffs under review

I need an exp run for some system header file changes
https://reviews.freebsd.org/D39098
and
https://reviews.freebsd.org/D39097
are the changes. I've included a diff here. It passes buildworld on amd64.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2023-03-16 19:56:57 UTC
buildworld fails:

/poudriere/data/src-PR270249/contrib/netbsd-tests/lib/libc/ssp/h_stpncpy.c:44:5: error: function-like macro '__GNUC_PREREQ__' is not defined
#if __GNUC_PREREQ__(4, 8)
    ^
1 error generated.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2023-11-28 03:50:22 UTC
^Triage: fix Summary.

imp, since D39098 (math.h) shows as Abandoned, and the cdefs.h change has been handled elsewhere, is this PR OBE?