public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3
@ 2002-01-27 15:53 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-01-27 15:53 UTC (permalink / raw)
  To: ckrackowiz, gcc-bugs, gcc-prs, nobody

Synopsis: 2.95.2 runs, change in .h leads to compile error of 2.95.3

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Jan 27 15:53:03 2002
State-Changed-Why:
    obsolete in gcc 3.0.3

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


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

* Re: other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3
@ 2002-01-02  1:36 Christian Krackowizer
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Krackowizer @ 2002-01-02  1:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Christian Krackowizer <ckrackowiz@std.schuler-ag.com>
To: rodrigc@gcc.gnu.org, ckrackowiz@std.schuler-ag.com, gcc-bugs@gcc.gnu.org,
       gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: other/2411: 2.95.2 runs, change in .h leads to compile
  error of 2.95.3
Date: Wed, 02 Jan 2002 10:31:46 +0100

 At 05:02 02.01.2002 +0000, you wrote:
 >Synopsis: 2.95.2 runs, change in .h leads to compile error of 2.95.3
 >
 >State-Changed-From-To: open->feedback
 >State-Changed-By: rodrigc
 >State-Changed-When: Tue Jan  1 21:02:15 2002
 >State-Changed-Why:
 >     Does the following patch help?  It looks very similar
 >     to what you have reported:
 >     http://gcc.gnu.org/ml/gcc-patches/2000-09/msg01139.html
 >
 >http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2411 
 >
 
 I got this simple patch which helps:
 
  >>>
 
 I ran into exactly the same problem on Ultrix 4.4. Here's the amazingly
 simple fix ...
 Look for the file _G_config.h (in <build_directory>/libio).
 And apply these diff's
 ----------
 32c32
 < typedef long _G_fpos_t;
 ---
  > typedef int _G_fpos_t;
 ----------
 What happens is that in libioP.h, they once define _IO_default_seekpos (and
 others) as needing _G_fpos_t and once as _G_off_t. One of them is
 typedeffed as int, the other as long. Don't ask my why as on Ultrix int
 == long.
 
  >>>
 
 looks like the same as the mentioned above.
 
 with best regards
 
 Christian Krackowizer
 schuler technodat GmbH
 Jakob-Haringer-Strasse 6
 A-5020 Salzburg
 Phone: +43(0)662/2282-0
 FAX: +43(0)662/2282-9
 e-Mail: ckrackowiz@std.schuler-ag.com
 


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

* Re: other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3
@ 2002-01-01 21:02 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-01-01 21:02 UTC (permalink / raw)
  To: ckrackowiz, gcc-bugs, gcc-prs, nobody

Synopsis: 2.95.2 runs, change in .h leads to compile error of 2.95.3

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Tue Jan  1 21:02:15 2002
State-Changed-Why:
    Does the following patch help?  It looks very similar
    to what you have reported:
    http://gcc.gnu.org/ml/gcc-patches/2000-09/msg01139.html

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


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

* other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3
@ 2001-03-28  2:56 ckrackowiz
  0 siblings, 0 replies; 4+ messages in thread
From: ckrackowiz @ 2001-03-28  2:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2411
>Category:       other
>Synopsis:       2.95.2 runs, change in .h leads to compile error of 2.95.3
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 28 02:56:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Christian Krackowizer / schuler technodat Gmbh
>Release:        2.95.3
>Organization:
>Environment:
Ultrix 4.3 Y2Kready
>Description:
Hi,
I know Ultrix is an old OS, but up to now, I managed it to
get all older releases running, last good is 2.95.2.
Now, in the contents of ../libio/libioP.h has changed
compared with 2.95.2. This leads to a build error.
Maybe you have a hint.
regards from Austria
Christian

>How-To-Repeat:
just 'make'
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="gcc.txt"
Content-Disposition: inline; filename="gcc.txt"



/pub/tmp/obj/gcc/xgcc -B/pub/tmp/obj/gcc/ -B/usr/local/mips-dec-ultrix4.3/bin/ -
c -g -O2 -I. -I../../../gcc-2.95.3/libio  ../../../gcc-2.95.3/libio/genops.c
../../../gcc-2.95.3/libio/genops.c:472: conflicting types for `_IO_default_seekpos'
../../../gcc-2.95.3/libio/libioP.h:349: previous declaration of `_IO_default_seekpos'
../../../gcc-2.95.3/libio/genops.c:556: conflicting types for `_IO_default_seekoff'
../../../gcc-2.95.3/libio/libioP.h:348: previous declaration of `_IO_default_seekoff'
../../../gcc-2.95.3/libio/genops.c:887: conflicting types for `_IO_default_seek'
../../../gcc-2.95.3/libio/libioP.h:358: previous declaration of `_IO_default_seek'
make[1]: *** [genops.o] Error 1
make[1]: Leaving directory `/pub/tmp/obj/mips-dec-ultrix4.3/libio'
make: *** [all-target-libio] Error 2 


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

end of thread, other threads:[~2002-01-27 23:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-27 15:53 other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-01-02  1:36 Christian Krackowizer
2002-01-01 21:02 rodrigc
2001-03-28  2:56 ckrackowiz

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