public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Make error with sid
@ 2002-10-18 14:10 Mike Cleary
  2002-10-18 14:14 ` Frank Ch. Eigler
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Cleary @ 2002-10-18 14:10 UTC (permalink / raw)
  To: sid; +Cc: clp

Greetings,
I have found the following make error for sid on an alpha with the 
alphaev56 configuration the basic baseline and the toolchain package, 
the same error occurs with the basic-gcc_3.2 baseline and the 
bootstrap-gcc_3.2 package:

c++ -DHAVE_CONFIG_H -I. 
-I/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/
vga -I.. -I../../../include 
-I/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bo
chs/vga 
-I/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/.. 
-I/mnt/u9
/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include 
-I/mnt/u9/to
olchain/buildsys/source/toolchain/sid/component/bochs/vga/../cpu 
-I/mnt/u9/toolchain/build
sys/source/toolchain/sid/component/bochs/vga/../../memory -g -O2 
-Wp,-MD,.deps/sid-vga-wra
pper.pp -c  -fPIC -DPIC -DPIC 
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bo
chs/vga/sid-vga-wrapper.cc -o .libs/sid-vga-wrapper.lo
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include/sidbu
sutil.h: In method `struct ::sid::bus::status 
::sidutil::passthrough_bus::write(host_int_4
, class ::sid::little_int_1)':
In file included from 
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/
sid-vga-wrapper.h:14,
                 from 
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/
sid-vga-wrapper.cc:7:
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include/sidbu
sutil.h:233: warning: implicit declaration of function `int 
__builtin_expect(...)'
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include/sidcp
uutil.h: At top level:
In file included from 
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/
sid-vga-wrapper.h:16,
                 from 
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/
sid-vga-wrapper.cc:7:
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include/sidcp
uutil.h:233: warning: ANSI C++ forbids declaration `cpu_trace_stream' 
with no type
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include/sidcp
uutil.h:233: structure `::sidutil::basic_cpu' not yet defined
/mnt/u9/toolchain/buildsys/source/toolchain/sid/component/bochs/vga/../../../include/sidcp
uutil.h:233: confused by earlier errors, bailing out
make[7]: *** [sid-vga-wrapper.lo] Error 1
make[7]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
/sid/component/bochs/vga'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
/sid/component/bochs'
make[5]: *** [all-recursive-am] Error 2
make[5]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
/sid/component/bochs'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
/sid/component'
make[3]: *** [all-recursive-am] Error 2
make[3]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
/sid/component'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
/sid'
make[1]: *** [all-sid] Error 2
make[1]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/basic/native/toolchain
'
make: *** [bootstrap] Error 2

I was wondering if anyone can help me with this.
Salutations,
-Mike

-- 
***********************************************
  Michael Cleary   Email: mcleary@iol.unh.edu
     UNH InterOperability Lab  Linux Group
121 Technology Dr., Suite 2,   Durham, NH 03824
Phone: 603-862-0401    http://linux.iol.unh.edu
***********************************************



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

* Re: Make error with sid
  2002-10-18 14:10 Make error with sid Mike Cleary
@ 2002-10-18 14:14 ` Frank Ch. Eigler
  2002-10-21 13:13   ` bemis
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Ch. Eigler @ 2002-10-18 14:14 UTC (permalink / raw)
  To: Mike Cleary; +Cc: sid, clp

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

Hi -

> I have found the following make error for sid on an alpha with the 
> alphaev56 configuration the basic baseline and the toolchain package, 
> the same error occurs with the basic-gcc_3.2 baseline and the 
> bootstrap-gcc_3.2 package:
> [...]

Yeah, we have some occasional C++-standard-compliance bugs in the
code that newer GCC versions pick on.  Also, I don't recall sid's
portability status to a 64-bit host.  I'll try to reproduce this
shortly.


- FChE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Make error with sid
  2002-10-18 14:14 ` Frank Ch. Eigler
@ 2002-10-21 13:13   ` bemis
  0 siblings, 0 replies; 3+ messages in thread
From: bemis @ 2002-10-21 13:13 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: Mike Cleary, sid, clp

do you need to add the line
using namespace std;
???
I have heard of this solving a similar problem?

Matt
"Frank Ch. Eigler" wrote:

> Hi -
>
> > I have found the following make error for sid on an alpha with the
> > alphaev56 configuration the basic baseline and the toolchain package,
> > the same error occurs with the basic-gcc_3.2 baseline and the
> > bootstrap-gcc_3.2 package:
> > [...]
>
> Yeah, we have some occasional C++-standard-compliance bugs in the
> code that newer GCC versions pick on.  Also, I don't recall sid's
> portability status to a 64-bit host.  I'll try to reproduce this
> shortly.
>
> - FChE
>
>   ------------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature

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

end of thread, other threads:[~2002-10-21 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-18 14:10 Make error with sid Mike Cleary
2002-10-18 14:14 ` Frank Ch. Eigler
2002-10-21 13:13   ` bemis

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