From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Frank Schmitt Newsgroups: gmane.emacs.devel Subject: Re: Building on Fedora Core 1 Date: Wed, 07 Apr 2004 13:31:13 +0200 Organization: Hamme net, kren mer och nimmi Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040407.192538.230857807.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081338845 2287 80.91.224.253 (7 Apr 2004 11:54:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2004 11:54:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 07 13:54:01 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBBd3-0002Kp-00 for ; Wed, 07 Apr 2004 13:54:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBBd1-0002YS-00 for ; Wed, 07 Apr 2004 13:54:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBBYk-0004nz-9E for emacs-devel@quimby.gnus.org; Wed, 07 Apr 2004 07:49:34 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBBVG-00041c-RV for emacs-devel@gnu.org; Wed, 07 Apr 2004 07:45:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBBTi-00030s-Oa for emacs-devel@gnu.org; Wed, 07 Apr 2004 07:44:54 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BBBOA-0001ny-B4 for emacs-devel@gnu.org; Wed, 07 Apr 2004 07:38:38 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.30) id 1BBBI1-0006am-3p for emacs-devel@gnu.org; Wed, 07 Apr 2004 07:32:17 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BBBHw-0007sN-00 for ; Wed, 07 Apr 2004 13:32:12 +0200 Original-Received: from pd9ead00d.dip0.t-ipconnect.de ([217.234.208.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Apr 2004 13:32:12 +0200 Original-Received: from ich by pd9ead00d.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Apr 2004 13:32:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9ead00d.dip0.t-ipconnect.de X-Face: :EL9TzGRN){7|oE2~xQ8Q(VjpjsXgX$~gi&rYD5J5p)$w\Thdl~v:7h`/n)J!8nXT%_+Wj6}@EHM8}QbA(9nX-wrQ:ch1%DauV[?kFasXUcnL#+"K8zOx&$@/M'/}, q-eztaJra1|?C+p$h\2XnK-HB"8_U List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21308 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21308 Masatake YAMATO writes: > Have anyone tried to build emacs in the CVS repository on Fedora Core 1 > GNU/Linux distribution? > > (Two days ago, my hard disk which contains Redhat Linux 9 was crashed. > Therefore, I bought new disk and installed Fedora Core 1.) > > During dump emacs, it received signal SIGSEGV. This is a known problem with new Kernel security settings used in Fedora named Exec-Shield (see http://fedora.redhat.com/docs/release-notes/). This breaks Emacs' build process. You need to either disable exec-shield via echo 0 > /proc/sys/kernel/exec-shield or use the setarch command: setarch i386 ./configure ... setarch i386 make ... See http://article.gmane.org/gmane.emacs.devel/17457 for more details. -- Did you ever realize how much text fits in eighty columns? If you now consider that a signature usually consists of up to four lines, this gives you enough space to spread a tremendous amount of information with your messages. So seize this opportunity and don't waste your signature with bullshit nobody will read.