[Bug nptl/21573] GCC 7: /usr/bin/install: cannot remove '/usr/include/stdlib.h': Permission denied
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Tue Jun 13 11:36:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21573
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, hjl/pr21573 has been created
at 9523a49dfad1e034ddbcf2893fca9b40e18e7c3e (commit)
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9523a49dfad1e034ddbcf2893fca9b40e18e7c3e
commit 9523a49dfad1e034ddbcf2893fca9b40e18e7c3e
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Tue Jun 13 04:30:26 2017 -0700
Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
<bits/std_abs.h> from GCC 7 will include /usr/include/stdlib.h from
"#include_next" (instead of stdlib/stdlib.h in the glibc source
directory), and this turns up as a make dependency. Also make a copy
of <bits/std_abs.h> to prevent it from including /usr/include/stdlib.h.
[BZ #21573]
* configure.ac (find_cxx_header): Add a second argument to
support <bits/std_abs.h>.
(CXX_CSTDLIB_HEADER): Updated. Also make a copy of
<bits/std_abs.h>.
(CXX_CMATH_HEADER): Updated.
* configure: Regenerated.
-----------------------------------------------------------------------
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list