Project

General

Profile

Actions

Bug #1158

closed

make appears to hang on compilation of parse.c with gcc version 4.3.2

Added by sinobra (Fred Obermann) about 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux]
Backport:
[ruby-core:22060]

Description

=begin
Download ruby 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb () (gcc version 4.3.2 (GCC) ))
unpacked the code and ran ./configure
ran make
gcc appears to hang indefinitely on:

gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c

I kill 'make' and run the above command again, changing -02 to -01 and the file compiles in about 5 seconds
=end

Actions #1

Updated by nobu (Nobuyoshi Nakada) about 15 years ago

=begin
Hi,

At Sat, 14 Feb 2009 16:03:57 +0900,
Fred Obermann wrote in [ruby-core:22060]:

Download ruby 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb () (gcc version 4.3.2 (GCC) ))
unpacked the code and ran ./configure
ran make
gcc appears to hang indefinitely on:

gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c

I kill 'make' and run the above command again, changing -02 to -01 and the file compiles in about 5 seconds

It doesn't "hang" but just takes several minutes, and gcc's
issue. -O3 is defaulted in the repository already.

--
Nobu Nakada

=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) about 15 years ago

  • Status changed from Open to Rejected

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0