Date: Wed, 24 Apr 2024 19:28:55 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 278560] www/chromium 124.0.6367.60 on 13.2-RELEASE-p10 compile failure Message-ID: <bug-278560-28929-3XCaUgULga@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278560-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-278560-28929@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=3D278560 --- Comment #5 from George Mitchell <george@m5p.com> --- Still trying to figure out the right way to fix this bug. There are forty-= two files names 'config.h' under work/chromium-124.0.6367.60 that #define HAVE_PTHREAD_SET_NAME_NP, and they all assert "/* Automatically generated by configure - do not modify! */". Forty of them #define HAVE_PTHREAD_SET_NAM= E_NP 0 and the other two define it to 1. Clearly for FreeBSD it should always be one. But I have no idea where the configure script that generates these config.h files is to be found, and so I can't tell why HAVE_PTHREAD_SET_NAM= E_NP is set wrongly. Is it possible these config.h files are in the distfiles, having already been generated? --=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-278560-28929-3XCaUgULga>