public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c
@ 2015-02-12  9:40 terry.guo at arm dot com
  2015-02-26 15:34 ` [Bug libgcc/65038] [regression 5] " ktietz at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: terry.guo at arm dot com @ 2015-02-12  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65038
           Summary: Unable to find ftw.h for libgcov-util.c
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: terry.guo at arm dot com

I am doing a clean trunk build for mingw and facing below issue:

/home/build/work/GCC-5-0-build/src/gcc/gcc/../libgcc/libgcov-util.c:55:17:
fatal error: ftw.h: No such file or directory
compilation terminated.
make[1]: *** [libgcov-util.o] Error 1

This looks very similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61889.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcc/65038] [regression 5] Unable to find ftw.h for libgcov-util.c
  2015-02-12  9:40 [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c terry.guo at arm dot com
@ 2015-02-26 15:34 ` ktietz at gcc dot gnu.org
  2015-02-27 12:37 ` ktietz at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-26 15:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Suggested patch send at
https://gcc.gnu.org/ml/gcc-patches/2015-02/msg01615.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcc/65038] [regression 5] Unable to find ftw.h for libgcov-util.c
  2015-02-12  9:40 [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c terry.guo at arm dot com
  2015-02-26 15:34 ` [Bug libgcc/65038] [regression 5] " ktietz at gcc dot gnu.org
@ 2015-02-27 12:37 ` ktietz at gcc dot gnu.org
  2015-02-27 12:42 ` ktietz at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-27 12:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Author: ktietz
Date: Fri Feb 27 12:05:02 2015
New Revision: 221055

URL: https://gcc.gnu.org/viewcvs?rev=221055&root=gcc&view=rev
Log:
    PR target/65038
    * config.in: Regenerated.
    * configure: Likewise.
    * configure.ac (AC_HEADER_STDC): Add explicit.
    (AC_CHECK_HEADERS): Check for default headers
    plus for ftw.h one.
    * libgcov-util.c (gcov_read_profile_dir): Disable use
    of ftw-function, if header not found.
    (ftw_read_file): Don't translate if ftw header isn't
    present.


Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.in
    trunk/libgcc/configure
    trunk/libgcc/configure.ac
    trunk/libgcc/libgcov-util.c


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcc/65038] [regression 5] Unable to find ftw.h for libgcov-util.c
  2015-02-12  9:40 [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c terry.guo at arm dot com
  2015-02-26 15:34 ` [Bug libgcc/65038] [regression 5] " ktietz at gcc dot gnu.org
  2015-02-27 12:37 ` ktietz at gcc dot gnu.org
@ 2015-02-27 12:42 ` ktietz at gcc dot gnu.org
  2015-02-27 13:22 ` ktietz at gcc dot gnu.org
  2015-02-27 14:12 ` ktietz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-27 12:42 UTC (permalink / raw)
  To: gcc-bugs

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Bootstrap fixed


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcc/65038] [regression 5] Unable to find ftw.h for libgcov-util.c
  2015-02-12  9:40 [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c terry.guo at arm dot com
                   ` (2 preceding siblings ...)
  2015-02-27 12:42 ` ktietz at gcc dot gnu.org
@ 2015-02-27 13:22 ` ktietz at gcc dot gnu.org
  2015-02-27 14:12 ` ktietz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-27 13:22 UTC (permalink / raw)
  To: gcc-bugs

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Kai Tietz <ktietz at gcc dot gnu.org> ---
I had to revert patch as on boostrap libgcc now tries to test ability to
compile, which is of course not possible.
Other miracle is that configure.ac and actual present configure seem to be
divergent ...


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcc/65038] [regression 5] Unable to find ftw.h for libgcov-util.c
  2015-02-12  9:40 [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c terry.guo at arm dot com
                   ` (3 preceding siblings ...)
  2015-02-27 13:22 ` ktietz at gcc dot gnu.org
@ 2015-02-27 14:12 ` ktietz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-02-27 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> ---
Now fixed without regression.
Problem was that header-checks were done before gcc-no-execution.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-27 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12  9:40 [Bug libgcc/65038] New: Unable to find ftw.h for libgcov-util.c terry.guo at arm dot com
2015-02-26 15:34 ` [Bug libgcc/65038] [regression 5] " ktietz at gcc dot gnu.org
2015-02-27 12:37 ` ktietz at gcc dot gnu.org
2015-02-27 12:42 ` ktietz at gcc dot gnu.org
2015-02-27 13:22 ` ktietz at gcc dot gnu.org
2015-02-27 14:12 ` ktietz at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).