Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2668 - Sandbox violation on app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild
Summary: Sandbox violation on app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-11 18:40 UTC by Sérgio Carvalho
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sérgio Carvalho 2002-05-11 18:40:24 UTC
Trying to emerge gtk-xemacs results in the following sandbox violation error:
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-gtk-xemacs-21.1.12_p3-9817.log"

open_wr:   /usr/X11R6/lib/conftest9012345
open_wr:   /usr/X11R6/lib/conftest9012346
--------------------------------------------------------------------------------

The logfile contains:
open_wr:   /usr/X11R6/lib/conftest9012345
open_wr:   /usr/X11R6/lib/conftest9012346
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2002-05-12 22:38:47 UTC
Methinks that gtk-xemacs has to go, anyhow.  Matthew Kennedy has devised a
scheme where you should be able to build xemacs with GTK widgets from a regular
xemacs ebuild, depending on your USE preferences.
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-12 23:15:33 UTC
I agree with Arcady. If you want to try a GTK+ build of XEmacs, try the following:

   USE_PREF=gtk emerge xemacs-gamma

USE_PREF is tested inside the ebuild. Its value can be one of the following:
motif, gtk or lucid. Since gtk xemacs is less stable than, say, a lucid or motif
build, if USE_PREF is not given, then it defaults to lucid.

I think i will mask gtk-xemacs for now. Later, if there are no complaints, then
we can just remove it from portage completely.

Matt
Comment 3 Sérgio Carvalho 2002-05-13 06:07:00 UTC
Yes, it's goood. GTK support in xemacs is part of the gamma distribution. I just
think the USE_PREF should be documented somewhere. I discovered it when I was
about to hack the ./configure in the ebuild file :-/