Bug 112075 - Error 1 when executed "make" command
Summary: Error 1 when executed "make" command
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 4.2
Hardware: athlon
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-14 01:01 UTC by JM Fraser
Modified: 2007-04-18 17:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-10-03 20:27:55 UTC
Embargoed:


Attachments (Terms of Use)

Description JM Fraser 2003-12-14 01:01:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1)
Gecko/20030225

Description of problem:
*** PLS NOTE that the package I selected was labelled "latest version"
and the directory name is: php4-200312132230 *** I did not uninstall
the -4.1.2* version prior to installing this latest one. Duh... Pls
advise.

Below are the full instructions, I initiated before committing the
"make" command:

./configure \
	--with-apxs2=/usr/local/apache/bin/apxs \
	--with-mysql \
	--prefix=/usr/local/apache/php \
	--with-config-file-path=/usr/local/apache/php \
	--enable-track-vars \
	--enable-force-cgi-redirect \
	--disable-cgi \
	--with-zlib \
	--with-gettext \
	--with-gdbm
make

AND below is the error msg which halted the configuration:

/pub/php4-200312132230/ext/session/session.c: In function
`php_session_register_module':
/pub/php4-200312132230/ext/session/session.c:216: Internal error:
Segmentation fault.
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make: *** [ext/session/session.lo] Error 1
[root@frodo php4-200312132230]#

Hope you can help, mail me if you need any further information.

rgds
Jules

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

How reproducible:
Always

Steps to Reproduce:
1. initiate code as advised above
2. make
3.
    

Actual Results:  The system ran thru the code and ended up where I had
originally advised.

Expected Results:  PHP should be sorted and installed!

Additional info:

jmf.uk

Comment 1 Joe Orton 2003-12-15 20:34:51 UTC
For a compiler crash, you need to include at least:

gcc -v

and select the correct version of Red Hat Linux to which this bug applies.

Comment 2 Jakub Jelinek 2003-12-23 00:45:31 UTC
Well, for a compiler crash you should first of all see if it is reproducable or not.
In the former case provide preprocessed output (e.g by adding -save-temps
option to gcc), in the latter case there is likely some hardware fault.

Comment 3 Jakub Jelinek 2004-10-03 20:27:55 UTC
No feedback, closing.


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