public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/7716: can't compile getpwd.c during build
@ 2002-08-25 14:06 Robert W. Hasker
  0 siblings, 0 replies; 4+ messages in thread
From: Robert W. Hasker @ 2002-08-25 14:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7716
>Category:       bootstrap
>Synopsis:       can't compile getpwd.c during build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 25 13:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Robert W. Hasker
>Release:        3.2
>Organization:
UW-Platteville
>Environment:
System: OSF1 baobab.cs.uwplatt.edu V4.0 1530 alpha
Machine: alpha
	
host: alpha-dec-osf4.0g
build: alpha-dec-osf4.0g
target: alpha-dec-osf4.0g
configured with: ../gcc-3.2/configure --with-stabs --enable-languages=c,c++,f77,java
>Description:
On the alpha, it seems HAVE_SYS_STAT_H is not being set properly.  When I
build ("make bootstrap" followed by "make install"), I get the following
error: 

        /usr2/sys/usr/local/src/b/gcc/xgcc -B/usr2/sys/usr/local/src/b/gcc/ -B/usr/local/alpha-dec-osf4.0g/bin/ -B/usr/local/alpha-dec-osf4.0g/lib/ -isystem /usr/local/alpha-dec-osf4.0g/include -c -DHAVE_CONFIG_H -g -I. -I../../../gcc-3.2/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.2/libiberty/getpwd.c
        ../../../gcc-3.2/libiberty/getpwd.c: In function `getpwd':
        ../../../gcc-3.2/libiberty/getpwd.c:74: storage size of `dotstat' isn't known
        ../../../gcc-3.2/libiberty/getpwd.c:74: storage size of `pwdstat' isn't known
        ../../../gcc-3.2/libiberty/getpwd.c:78: warning: implicit declaration of function `getenv'
        ../../../gcc-3.2/libiberty/getpwd.c:78: warning: assignment makes pointer from integer without a cast
        ../../../gcc-3.2/libiberty/getpwd.c:80: warning: implicit declaration of function `stat'
        ../../../gcc-3.2/libiberty/getpwd.c:86: warning: implicit declaration of function `getcwd'
        ../../../gcc-3.2/libiberty/getpwd.c:89: warning: implicit declaration of function `free'
        ../../../gcc-3.2/libiberty/getpwd.c:74: warning: unused variable `dotstat'
        ../../../gcc-3.2/libiberty/getpwd.c:74: warning: unused variable `pwdstat'
        *** Exit 1
        Stop.
        *** Exit 1
        Stop.
I then edited getpwd.c to change the line
        #if HAVE_SYS_STAT_H
to
        #if 1
and getpwd.c builds just fine.

>How-To-Repeat:
"make bootstrap" (which requires a number of fixes for Digial Unix; see
earlier PR'S) followed by "make install".
>Fix:
See description.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/7716: can't compile getpwd.c during build
@ 2003-05-20  1:46 Robert W. Hasker
  0 siblings, 0 replies; 4+ messages in thread
From: Robert W. Hasker @ 2003-05-20  1:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/7716; it has been noted by GNATS.

From: "Robert W. Hasker" <hasker@baobab.cs.uwplatt.edu>
To: dhazeghi@yahoo.com
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: bootstrap/7716: can't compile getpwd.c during build
Date: Mon, 19 May 2003 20:38:31 -0500 (CDT)

    could the submitter please report whether this problem still occurs  
    with gcc 3.3? Thanks,
 
 I have verified that it doesn't happen in gcc 3.2.3.  Please let me know if
 you think testing version 3.3 would be important.
 
 Rob Hasker


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

* Re: bootstrap/7716: can't compile getpwd.c during build
@ 2003-05-14 10:52 giovannibajo
  0 siblings, 0 replies; 4+ messages in thread
From: giovannibajo @ 2003-05-14 10:52 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, hasker, nobody

Synopsis: can't compile getpwd.c during build

State-Changed-From-To: open->feedback
State-Changed-By: bajo
State-Changed-When: Wed May 14 10:52:28 2003
State-Changed-Why:
    See Dara's question.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7716


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

* Re: bootstrap/7716: can't compile getpwd.c during build
@ 2003-05-14  9:26 Dara Hazeghi
  0 siblings, 0 replies; 4+ messages in thread
From: Dara Hazeghi @ 2003-05-14  9:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/7716; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: hasker@baobab.cs.uwplatt.edu, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/7716: can't compile getpwd.c during build
Date: Wed, 14 May 2003 02:23:25 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=7716
 
 Hello,
 
 could the submitter please report whether this problem still occurs  
 with gcc 3.3? Thanks,
 
 Dara
 


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

end of thread, other threads:[~2003-05-20  1:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-25 14:06 bootstrap/7716: can't compile getpwd.c during build Robert W. Hasker
2003-05-14  9:26 Dara Hazeghi
2003-05-14 10:52 giovannibajo
2003-05-20  1:46 Robert W. Hasker

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).