This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 bootstrap/78220] New: Add 'remounting exec' suggestion


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78220

            Bug ID: 78220
           Summary: Add 'remounting exec' suggestion
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tulipawn at gmail dot com
  Target Milestone: ---

Restarting a build on a `noexec` partition fails with:

checking whether the C compiler works... configure: error: in
`/mnt/gcc-svn-master/build-lto/gcc':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.

The above suggestion could include the most obvious, i.e. exec permissions, for
example: 

"Check if the partition hasn't been (re)mounted noexec."

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