all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Frank Schmitt <ich@Frank-Schmitt.net>
Subject: Re: Building on Fedora Core 1
Date: Wed, 07 Apr 2004 13:31:13 +0200	[thread overview]
Message-ID: <m3fzbgauta.fsf@fed1.frank-schmitt.net> (raw)
In-Reply-To: 20040407.192538.230857807.jet@gyve.org

Masatake YAMATO <jet@gyve.org> 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.

  reply	other threads:[~2004-04-07 11:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-07 10:25 Building on Fedora Core 1 Masatake YAMATO
2004-04-07 11:31 ` Frank Schmitt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-04-07 11:08 David PONCE
2004-04-07 13:32 ` Jens Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3fzbgauta.fsf@fed1.frank-schmitt.net \
    --to=ich@frank-schmitt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.