public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/29482]  New: libcpp/configure -  no usable dependency style found
@ 2006-10-16 14:59 mircea_lutic at yahoo dot com
  2006-10-16 15:46 ` [Bug bootstrap/29482] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: mircea_lutic at yahoo dot com @ 2006-10-16 14:59 UTC (permalink / raw)
  To: gcc-bugs

Dependency creation fails for libcpp on OpenUnix 8.5.
Surprisingly enough the previous phases of the gcc bootstrap work well enough
and also seemed to do some dependency work.

The cc on Caldera OpenUnix 8.5 can generate dependencies but it's not used for
this purpose. Here is the man : 
  -H
         Causes the pathnames of all files included to be printed, one
         per line, on the standard error output.

I'm not a shell wizzard but I guess something like the following should be
added to depcomp (I mean - the following does NOT work :) ). 
sco)
  cc -c -H "$object" 2>"$tmpdepfile"
  stat=$?
        cat $tmpdepfile
  if test $stat -eq 0; then :
  else
    rm -f "$tmpdepfile"
    exit $stat
  fi
  mv "$tmpdepfile" "$depfile"
  ;;

I know the stderr may not available for the purpose.
May be someone more familiar with these scripts can do the trick?


Thank you,
Mircea

P.S.1 Here's the uname -a : OpenUNIX T114p 5 8.0.0 i386 x86at Caldera UNIX_SVR5

P.S.2 May be mp4 could be made to generate these dependencies so this whole
script collection becomes unneeded?


-- 
           Summary: libcpp/configure -  no usable dependency style found
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mircea_lutic at yahoo dot com
 GCC build triplet: i686-unknown-sysv5OpenUNIX8.0.0
  GCC host triplet: i686-unknown-sysv5OpenUNIX8.0.0
GCC target triplet: i686-unknown-sysv5OpenUNIX8.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <bug-29482-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2021-06-06 12:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-16 14:59 [Bug bootstrap/29482] New: libcpp/configure - no usable dependency style found mircea_lutic at yahoo dot com
2006-10-16 15:46 ` [Bug bootstrap/29482] " pinskia at gcc dot gnu dot org
2007-01-02 16:38 ` maxim dot yegorushkin at gmail dot com
2007-01-03 12:31 ` maxim dot yegorushkin at gmail dot com
2007-01-19 22:57 ` tromey at gcc dot gnu dot org
2007-03-15 13:23 ` aschorr at telemetry-investments dot com
2009-08-08 22:53 ` steven at gcc dot gnu dot org
2009-08-09  0:09 ` tromey at gcc dot gnu dot org
     [not found] <bug-29482-4@http.gcc.gnu.org/bugzilla/>
2011-02-10 15:18 ` kevin at teews dot com
2021-06-06 12:59 ` nicolas at debian dot 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).