https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243015
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(gecko@ |maintainer-feedback+ |FreeBSD.org) | Severity|Affects Some People |Affects Only Me --- Comment #2 from Jan Beich <[email protected]> --- I can't reproduce. Can you proide build log from poudriere or something similar with lots of details about the environment captured? {BUILD_WRKSRC}/dist/system_wrappers/string.h including String.h instead of string.h is weird. According to ${WRKSRC}/config/make-system-wrappers.py the header names should printed as is within the template, not with the first letter capitalized. One way it could happen if both string.h and String.h wrappers got written into the same file (e.g., on a case-insensitive filesystem) but according to C collation 'S' comes before 's'. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
