Bug 118971 - same version of gcl can't compile between redhat releases
Summary: same version of gcl can't compile between redhat releases
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-23 13:58 UTC by Jonathan Hudson
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-03-23 15:01:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jonathan Hudson 2004-03-23 13:58:58 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031030

Description of problem:
gcl 2.5.3 compiled and worked fine under red hat 9.0.
Under Fedora Core 1 gcl 2.5.3 segfaults during compilation.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.tar -xzvf  gcl-2.5.3.tar.gx
2.cd gcl-2.5.3
3../configure
4.make

    

Actual Results:  The make progresses for a long time
but eventually segfaults.

Expected Results:  make should finish

Additional info:

Comment 1 Jakub Jelinek 2004-03-23 14:05:26 UTC
What segfaults? GCC or GCL?  If the latter, then it is more probably
a bug on GCL's side.
You might also try setarch i386 make
if GCL doesn't like address space randomization Fedora Core kernels
do.

Comment 2 Jonathan Hudson 2004-03-23 14:59:21 UTC
I tried setarch i386 and gcl compiled and ran correctly. Thanks!

Comment 3 Jakub Jelinek 2004-03-23 15:01:30 UTC
That means it makes incorrect assumptions about address space layout.
So it is GCL that needs to be fixed.


Note You need to log in before you can comment on or make changes to this bug.