Date: Wed, 01 Jan 2020 08:39:14 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 243015] www/firefox: Fails to build outside of /usr/ports: system_wrappers/string.h:3:15: fatal error: 'String.h' file not found Message-ID: <bug-243015-21738-CTT6y8gQOd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243015-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-243015-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243015 Jan Beich <jbeich@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(gecko@ |maintainer-feedback+ |FreeBSD.org) | Severity|Affects Some People |Affects Only Me --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- I can't reproduce. Can you proide build log from poudriere or something sim= ilar 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'. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243015-21738-CTT6y8gQOd>