This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

other/636: Build fails for gcc 2.95.2 (during libio build) on debian woody



>Number:         636
>Category:       other
>Synopsis:       Build fails for gcc 2.95.2 (during libio build) on debian woody
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 12 14:26:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     jeh@isomorphic.net
>Release:        gcc 2.95.2
>Organization:
>Environment:
Debian Linux (woody) 
Kernel version 2.2.17
glibc 2.1.94
>Description:
When doing a make bootstrap of gcc 2.95.2 on a debian
woody box (very stripped down, essentially just the debian
compiler, and a basic build environment) I get the following
compilation failure:

est x"no" != xyes || \
  /tmp/gcc-2.95.2/gcc/xgcc -B/tmp/gcc-2.95.2/gcc/ -B/sw/pkgs/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO  indstream.cc -o pic/indstream.o
/tmp/gcc-2.95.2/gcc/xgcc -B/tmp/gcc-2.95.2/gcc/ -B/sw/pkgs/gcc-2.95.2/i686-pc-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO indstream.cc
indstream.cc: In method `struct streampos indirectbuf::seekoff(long long int, ios::seek_dir, int = 3)':
indstream.cc:82: `struct streampos' used where a `int' was expected
indstream.cc:85: `struct streampos' used where a `int' was expected
indstream.cc:87: `struct streampos' used where a `int' was expected
indstream.cc:89: conversion from `int' to non-scalar type `streampos' requested
indstream.cc: In method `struct streampos indirectbuf::seekpos(_G_fpos64_t, int = 3)':
indstream.cc:99: `struct streampos' used where a `int' was expected
indstream.cc:102: `struct streampos' used where a `int' was expected
indstream.cc:104: `struct streampos' used where a `int' was expected
indstream.cc:106: conversion from `int' to non-scalar type `streampos' requestedmake: *** [indstream.o] Error 1

Any suggestions? 
>How-To-Repeat:
download clean source, get most recent updated debian,
./configure, make bootstrap.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]