This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/21573] GCC 7: /usr/bin/install: cannot remove '/usr/include/stdlib.h': Permission denied


https://sourceware.org/bugzilla/show_bug.cgi?id=21573

--- Comment #13 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, release/2.25/master has been updated
       via  b64e0298661a084d8aab6756b08dbced515449d8 (commit)
      from  4e4cfd77617c190a7c8b3f83c41e1ad0771bd569 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b64e0298661a084d8aab6756b08dbced515449d8

commit b64e0298661a084d8aab6756b08dbced515449d8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Sep 11 09:04:57 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.

        * configure.ac (find_cxx_header): Suppress compiler error message.
        * configure: Regenerated.

        [BZ #21573]
        * Makerules [$(c++-bits-std_abs-h) != ""] (before-compile): Add
        $(common-objpfx)bits/std_abs.h.
        [$(c++-bits-std_abs-h) != ""] ($(common-objpfx)bits/std_abs.h):
        New target.
        * config.make.in (c++-bits-std_abs-h): New.
        * configure.ac (find_cxx_header): Use "\,$1," with sed.
        (CXX_BITS_STD_ABS_H): New.
        (AC_SUBST(CXX_BITS_STD_ABS_H)): Likewise.
        * configure: Regenerated.

    (cherry picked from commit a65ea28d1833d3502c5070472e43bda04410e6b5 and
     commit c2528fef3b05bcffb1ac27c6c09cc3ff24b7f03f)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |   17 +++++++++++++++++
 Makerules      |    8 ++++++++
 config.make.in |    1 +
 configure      |    6 +++++-
 configure.ac   |    5 ++++-
 5 files changed, 35 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]