login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #127 Building axiom from source fails on my Fedora Core 3 revision 1 of 2

1 2
Editor:
Time: 2007/11/17 21:55:17 GMT-8
Note: Is it fixed ?

changed:
-
Building axiom from source fails on my Fedora Core 3 system at the
following:


36 making /home/cfm/spad/axiom/mnt/fedora3/doc/src/boot/typrops.boot.dvi from /home/cfm/spad/axiom/src/boot/typrops.boot.pamphlet
40 making /home/cfm/spad/axiom/mnt/fedora3/doc/src/boot/tytree1.boot.dvi from /home/cfm/spad/axiom/src/boot/tytree1.boot.pamphlet
44 invoking make in /home/cfm/spad/axiom/src/boot with parms:
SYS= fedora3
LSP= /home/cfm/spad/axiom/lsp
PART= cprogs
SPAD= /home/cfm/spad/axiom/mnt/fedora3
SRC= /home/cfm/spad/axiom/src
INT= /home/cfm/spad/axiom/int
OBJ= /home/cfm/spad/axiom/obj
MNT= /home/cfm/spad/axiom/mnt
make[3]: *** [/home/cfm/spad/axiom/obj/fedora3/bin/bootsys] Error 255
make[3]: Leaving directory `/home/cfm/spad/axiom/src/boot'
make[2]: *** [bootdir] Error 2
make[2]: Leaving directory `/home/cfm/spad/axiom/src'
make[1]: *** [srcdir] Error 2
make[1]: Leaving directory `/home/cfm/spad/axiom'
make: *** [all] Error 2
cfm@cfm-pclap ~/spad/axiom %

Not very informative to me.

It seems to have finished building gcl. Since there is a binary
for FC3, someone must have built it successfully.

Chuck Miller <c.miller@ms.unimelb.edu.au>



From unknown Sun Mar 20 21:42:55 -0600 2005
From: 
Date: Sun, 20 Mar 2005 21:42:55 -0600
Subject: GCLOPT setting?
Message-ID: <20050320214255-0600@page.axiom-developer.org>

Chuck,

There is a variable in the Makefile.fedora3 called GCLOPTS. It should read:

GCLOPTS="--enable-vssize=65536*2 --enable-locbfd --disable-dynsysbfd \
         --disable-statsysbfd --enable-maxpage=128*1024"

Please check this and let me know the result.

Tim Daly <daly@axiom-developer.org>

From unknown Tue Mar 29 13:04:01 -0600 2005
From: unknown
Date: Tue, 29 Mar 2005 13:04:01 -0600
Subject: 
Message-ID: <20050329130401-0600@page.axiom-developer.org>

It seems to work if you use 'setarch i386 -X make' instead of just make.
Looks like the execstack problem again. Until gcl is fixed, there seems
to be no other way around.

Gerard Milmeister <gemi@bluewin.ch>

From unknown Wed Nov 16 08:20:44 -0600 2005
From: unknown
Date: Wed, 16 Nov 2005 08:20:44 -0600
Subject: 
Message-ID: <20051116082044-0600@www.axiom-developer.org>

with September source I have the same problem (still on FC3)
I try to use 'setarch i386 -X make' in vain!



From root Wed Nov 16 10:03:09 -0600 2005
From: root
Date: Wed, 16 Nov 2005 10:03:09 -0600
Subject: [#127 Building axiom from source fails on my	Fedora Core 3]
Message-ID: <200511161653.jAGGre228374@localhost.localdomain>
In-Reply-To: <20051116082044-0600@www.axiom-developer.org>
	(mathaction@axiom-developer.org)

===================================================================
FAQ 36: Axiom won't build on FC3
===================================================================
You need to turn off dynamic library load point randomization.
As root do:

echo 0 >/proc/sys/kernel/exec-shield


===================================================================
FAQ 37: Axiom won't build on FC4
===================================================================
You need to turn off dynamic library load point randomization.
As root do:

echo 0 >/proc/sys/kernel/randomize_va_space

or do

setarch i386 -R make axiom


From unknown Sat Jan 28 10:49:53 -0600 2006
From: unknown
Date: Sat, 28 Jan 2006 10:49:53 -0600
Subject: FC3
Message-ID: <20060128104953-0600@wiki.axiom-developer.org>

Tried the echo 0>.....
It didn't help; perhaps I need to reboot?
The setarch ...-X make also failed. 
I can make a batch file that's to prove the above if needed, but it's the randomized sbrk still failed.

From rrogers Fri Feb 3 13:46:36 -0600 2006
From: rrogers
Date: Fri, 03 Feb 2006 13:46:36 -0600
Subject: Resolution fedora fc3
Message-ID: <20060203134636-0600@wiki.axiom-developer.org>

As I mentioned elsewhere
Kerenl 2.6.12 ...  would not build even with echo... or setarch
Kernel 2.6.11-1.35_FC3  allowed a build without any fixes


From root Fri Feb 3 17:25:17 -0600 2006
From: root
Date: Fri, 03 Feb 2006 17:25:17 -0600
Subject: [#127 Building axiom from source fails on my	Fedora Core 3]
	Resolution fedora fc3
Message-ID: <200602040013.k140Dbp04618@localhost.localdomain>
In-Reply-To: <20060203134636-0600@wiki.axiom-developer.org>
	(mathaction@axiom-developer.org)

Roy,

Can you post the console trace of the failing axiom build
from the 'make' until the failure?

I can't imagine why there is a kernel issue except that
perhaps one has SELinux enabled by default and the other
does not.

Tim


From rrogers Fri Feb 3 17:31:41 -0600 2006
From: rrogers
Date: Fri, 03 Feb 2006 17:31:41 -0600
Subject: Building axiom from source fails on my	
Message-ID: <20060203173141-0600@wiki.axiom-developer.org>

Sure I will do it tomorrow, but it's the old sbrk thing that wouldn't cler with the other kernel.


Ray

From rrogers Sat Feb 4 16:33:46 -0600 2006
From: rrogers
Date: Sat, 04 Feb 2006 16:33:46 -0600
Subject: Building axiom  fc3  etc... compile listings.
Message-ID: <20060204163346-0600@wiki.axiom-developer.org>

Tim,
You will the make outputs at http://www.plaidheron.com/ray/temp
together with the batch file used to generate them.
BTW: My browser crashes on some searchs, and the listing indicates some errors together with missing NAG files.  Should I try to fix the errors?

Ray

From root Sat Feb 4 23:16:16 -0600 2006
From: root
Date: Sat, 04 Feb 2006 23:16:16 -0600
Subject: [#127 Building axiom from source fails on my	Fedora Core 3] Building
	axiom fc3 etc... compile listings.
Message-ID: <200602050604.k1564Vp05245@localhost.localdomain>
In-Reply-To: <20060204163346-0600@wiki.axiom-developer.org>
	(mathaction@axiom-developer.org)

Ray,

If you can find the cause of the hyperdoc crashes that would be most 
useful.

Tim


From BillPage Sun Feb 5 12:35:50 -0600 2006
From: Bill Page
Date: Sun, 05 Feb 2006 12:35:50 -0600
Subject: previous hyperdoc bug reports
Message-ID: <20060205123550-0600@wiki.axiom-developer.org>

See #153 #168 #236

Note in particular solution to the libdb.text problem in #153

From rrogers Sun Feb 5 13:49:54 -0600 2006
From: rrogers
Date: Sun, 05 Feb 2006 13:49:54 -0600
Subject: Building axiom  fc3 -- Browser
Message-ID: <20060205134954-0600@wiki.axiom-developer.org>

This is fun?
I found solution #153 on my own (should have looked here first).
BTW: you have several old libdb.text floating around that don't get undated; and confuse the issue.
int/algebra   has the right time stamp
Strangness:  after I did the copy, browse barfed on the libdb.text lines having dInteger
For instance Brose-> Integer->Documentation
Looking around I did cut and pastes for those lines (which is how I reached the conclusion)
Upon pasting the lines back they seemed to work??  
--- 
and of course there is another problem...
Sometimes hyperdoc (?) complains and dies    "NIL is not of type STREAM."
For instance: Browse -> Integer -> Operations
Ah well, I looked through the FAQ but found nothing.  Perhaps I will poke around some more.
 



From unknown Sat Jul 1 23:28:00 -0500 2006
From: unknown
Date: Sat, 01 Jul 2006 23:28:00 -0500
Subject: #
Message-ID: <20060701232800-0500@wiki.axiom-developer.org>

Category: building Axiom from source => Reduce 
Severity: serious => wishlist 
Status: open => not reproducible 


From greg Sun Jul 2 09:23:55 -0500 2006
From: greg
Date: Sun, 02 Jul 2006 09:23:55 -0500
Subject: property change
Message-ID: <20060702092355-0500@wiki.axiom-developer.org>

Category: Reduce => building Axiom from source 
Severity: wishlist => serious 
Status: not reproducible => open 


From greg Sun Jul 2 09:25:02 -0500 2006
From: greg
Date: Sun, 02 Jul 2006 09:25:02 -0500
Subject: Is it fixed ?
Message-ID: <20060702092502-0500@wiki.axiom-developer.org>



Submitted by : (unknown) at: 2007-11-17T21:55:17-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Building axiom from source fails on my Fedora Core 3 system at the
following:


36 making /home/cfm/spad/axiom/mnt/fedora3/doc/src/boot/typrops.boot.dvi from /home/cfm/spad/axiom/src/boot/typrops.boot.pamphlet
40 making /home/cfm/spad/axiom/mnt/fedora3/doc/src/boot/tytree1.boot.dvi from /home/cfm/spad/axiom/src/boot/tytree1.boot.pamphlet
44 invoking make in /home/cfm/spad/axiom/src/boot with parms:
SYS= fedora3
LSP= /home/cfm/spad/axiom/lsp
PART= cprogs
SPAD= /home/cfm/spad/axiom/mnt/fedora3
SRC= /home/cfm/spad/axiom/src
INT= /home/cfm/spad/axiom/int
OBJ= /home/cfm/spad/axiom/obj
MNT= /home/cfm/spad/axiom/mnt
make[3]: *** [/home/cfm/spad/axiom/obj/fedora3/bin/bootsys] Error 255
make[3]: Leaving directory `/home/cfm/spad/axiom/src/boot'
make[2]: *** [bootdir] Error 2
make[2]: Leaving directory `/home/cfm/spad/axiom/src'
make[1]: *** [srcdir] Error 2
make[1]: Leaving directory `/home/cfm/spad/axiom'
make: *** [all] Error 2
cfm@cfm-pclap ~/spad/axiom %

Not very informative to me.

It seems to have finished building gcl. Since there is a binary
for FC3, someone must have built it successfully.

Chuck Miller <c.miller@ms.unimelb.edu.au>



------------------------------------------------------------


GCLOPT setting? --Sun, 20 Mar 2005 21:42:55 -0600

Chuck,

There is a variable in the Makefile.fedora3 called GCLOPTS. It should read:

GCLOPTS="--enable-vssize=65536*2 --enable-locbfd --disable-dynsysbfd \
         --disable-statsysbfd --enable-maxpage=128*1024"

Please check this and let me know the result.

Tim Daly <daly@axiom-developer.org>



... --unknown, Tue, 29 Mar 2005 13:04:01 -0600

It seems to work if you use 'setarch i386 -X make' instead of just make.
Looks like the execstack problem again. Until gcl is fixed, there seems
to be no other way around.

Gerard Milmeister <gemi@bluewin.ch>



... --unknown, Wed, 16 Nov 2005 08:20:44 -0600

with September source I have the same problem (still on FC3)
I try to use 'setarch i386 -X make' in vain!





[#127 Building axiom from source fails on my	Fedora Core 3] --root, Wed, 16 Nov 2005 10:03:09 -0600

===================================================================
FAQ 36: Axiom won't build on FC3
===================================================================
You need to turn off dynamic library load point randomization.
As root do:

echo 0 >/proc/sys/kernel/exec-shield


===================================================================
FAQ 37: Axiom won't build on FC4
===================================================================
You need to turn off dynamic library load point randomization.
As root do:

echo 0 >/proc/sys/kernel/randomize_va_space

or do

setarch i386 -R make axiom




FC3 --unknown, Sat, 28 Jan 2006 10:49:53 -0600

Tried the echo 0>.....
It didn't help; perhaps I need to reboot?
The setarch ...-X make also failed. 
I can make a batch file that's to prove the above if needed, but it's the randomized sbrk still failed.



Resolution fedora fc3 --rrogers, Fri, 03 Feb 2006 13:46:36 -0600

As I mentioned elsewhere
Kerenl 2.6.12 ...  would not build even with echo... or setarch
Kernel 2.6.11-1.35_FC3  allowed a build without any fixes




[#127 Building axiom from source fails on my	Fedora Core 3]
	Resolution fedora fc3 --root, Fri, 03 Feb 2006 17:25:17 -0600

Roy,

Can you post the console trace of the failing axiom build
from the 'make' until the failure?

I can't imagine why there is a kernel issue except that
perhaps one has SELinux enabled by default and the other
does not.

Tim




Building axiom from source fails on my	 --rrogers, Fri, 03 Feb 2006 17:31:41 -0600

Sure I will do it tomorrow, but it's the old sbrk thing that wouldn't cler with the other kernel.


Ray



Building axiom  fc3  etc... compile listings. --rrogers, Sat, 04 Feb 2006 16:33:46 -0600

Tim,
You will the make outputs at http://www.plaidheron.com/ray/temp
together with the batch file used to generate them.
BTW: My browser crashes on some searchs, and the listing indicates some errors together with missing NAG files.  Should I try to fix the errors?

Ray



[#127 Building axiom from source fails on my	Fedora Core 3] Building
	axiom fc3 etc... compile listings. --root, Sat, 04 Feb 2006 23:16:16 -0600

Ray,

If you can find the cause of the hyperdoc crashes that would be most 
useful.

Tim




previous hyperdoc bug reports --Bill Page, Sun, 05 Feb 2006 12:35:50 -0600

See #153 #168 #236

Note in particular solution to the libdb.text problem in #153



Building axiom  fc3 -- Browser --rrogers, Sun, 05 Feb 2006 13:49:54 -0600

This is fun?
I found solution #153 on my own (should have looked here first).
BTW: you have several old libdb.text floating around that don't get undated; and confuse the issue.
int/algebra   has the right time stamp
Strangness:  after I did the copy, browse barfed on the libdb.text lines having dInteger
For instance Brose-> Integer->Documentation
Looking around I did cut and pastes for those lines (which is how I reached the conclusion)
Upon pasting the lines back they seemed to work??  
--- 
and of course there is another problem...
Sometimes hyperdoc (?) complains and dies    "NIL is not of type STREAM."
For instance: Browse -> Integer -> Operations
Ah well, I looked through the FAQ but found nothing.  Perhaps I will poke around some more.
 





# --unknown, Sat, 01 Jul 2006 23:28:00 -0500

Category: building Axiom from source => Reduce 
Severity: serious => wishlist 
Status: open => not reproducible 




property change --greg, Sun, 02 Jul 2006 09:23:55 -0500

Category: Reduce => building Axiom from source 
Severity: wishlist => serious 
Status: not reproducible => open 




Is it fixed ? --greg, Sun, 02 Jul 2006 09:25:02 -0500