public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "prosfilaes at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/56752] New: GCC fails to bootstrap on Debian GNU/Linux 7.0 (wheezy) when x32 libraries aren't installed
Date: Wed, 27 Mar 2013 10:32:00 -0000	[thread overview]
Message-ID: <bug-56752-4@http.gcc.gnu.org/bugzilla/> (raw)


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

             Bug #: 56752
           Summary: GCC fails to bootstrap on Debian GNU/Linux 7.0
                    (wheezy) when x32 libraries aren't installed
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: prosfilaes@gmail.com


Created attachment 29737
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29737
Last lines of compilation

I ran CC=gcc-4.6 ../gcc-4.8.0/configure
--prefix=/home/prosfilaes/bin/gcc-4.8.0/
--enable-languages=ada,c,c++,java,fortran
and then
make bootstrap
It fails with 
In file included from /usr/include/stdio.h:28:0,
                 from ../../../../gcc-4.8.0/libgcc/../gcc/tsystem.h:87,
                 from ../../../../gcc-4.8.0/libgcc/libgcc2.c:27:
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or
directory
 #include <bits/predefs.h>
                          ^
compilation terminated.
make[5]: *** [_muldi3.o] Error 1
make[5]: Leaving directory
`/home/prosfilaes/Program_Source/gcc-480-objdir/x86_64-unknown-linux-gnu/32/libgcc'
(fuller log attached)
Poking at it, this seems to be telling me that I don't have a 32-bit
development package installed, which is true, but shouldn't it stop at
configure and tell me that instead of erring out in the middle of compilation
with an unhelpful error message?


             reply	other threads:[~2013-03-27 10:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27 10:32 prosfilaes at gmail dot com [this message]
2013-03-27 10:42 ` [Bug bootstrap/56752] " rguenth at gcc dot gnu.org
2013-03-27 10:55 ` prosfilaes at gmail dot com
2013-03-27 11:00 ` redi at gcc dot gnu.org
2013-03-27 11:08 ` [Bug bootstrap/56752] GCC fails to bootstrap on Debian GNU/Linux 7.0 (wheezy) when 32-bit " redi at gcc dot gnu.org
2013-03-29 10:00 ` prosfilaes at gmail dot com
2021-07-19  6:10 ` pinskia at gcc dot gnu.org
2021-07-19  6:12 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-56752-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).