Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288874 - xfce-base/exo-0.3.103-r1 sandbox access violation
Summary: xfce-base/exo-0.3.103-r1 sandbox access violation
Status: RESOLVED DUPLICATE of bug 286660
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 13:25 UTC by Ivan Anishchuk
Modified: 2009-10-13 15:27 UTC (History)
0 users

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


Attachments
build.log (build.log,175.59 KB, text/plain)
2009-10-13 13:27 UTC, Ivan Anishchuk
Details
emerge --info output (emerge.info,4.04 KB, text/plain)
2009-10-13 13:41 UTC, Ivan Anishchuk
Details
build.log (build.log,175.09 KB, text/plain)
2009-10-13 15:01 UTC, Ivan Anishchuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Anishchuk 2009-10-13 13:25:44 UTC
Sandbox access violation while compiling exo (while executing pygtk-codegen-2.0). 

Reproducible: Always

Steps to Reproduce:

Actual Results:  
localhost [~] # emerge -av --oneshot xfce-base/exo

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild     U ] xfce-base/exo-0.3.103-r1 [0.3.102-r1] USE="hal libnotify python -debug (-doc%)" 0 kB

Total: 1 package (1 upgrade), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) xfce-base/exo-0.3.103-r1
 * exo-0.3.103.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                   [ ok ]
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking exo-0.3.103.tar.bz2 to /var/tmp/portage/xfce-base/exo-0.3.103-r1/work
>>> Source unpacked in /var/tmp/portage/xfce-base/exo-0.3.103-r1/work
>>> Preparing source in /var/tmp/portage/xfce-base/exo-0.3.103-r1/work/exo-0.3.103 ...
 * Applying exo-eject-upstream_patch.patch ...                                                    [ ok ]
 * Applying exo-0.3.4-interix.patch ...                                                           [ ok ]
 * Running elibtoolize in: exo-0.3.103
 *   Applying portage-2.2.patch ...
 *   Applying sed-1.5.6.patch ...
 *   Applying as-needed-2.2.6.patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/xfce-base/exo-0.3.103-r1/work/exo-0.3.103 ...
...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/xfce-base/exo-0.3.103-r1/work/exo-0.3.103 ...
...
Making all in python
make[2]: Entering directory `/var/tmp/portage/xfce-base/exo-0.3.103-r1/work/exo-0.3.103/python'
(cd .							\
	 && /usr/bin/pygtk-codegen-2.0						\
	    --register /usr/share/pygtk/2.0/defs/pango-types.defs		\
	    --register /usr/share/pygtk/2.0/defs/atk-types.defs			\
	    --register /usr/share/pygtk/2.0/defs/gdk-types.defs			\
	    --register /usr/share/pygtk/2.0/defs/gtk-types.defs			\
	    --override exo.override					\
	    --prefix exo exo.defs) > xgen-exo.c				\
	&& cp xgen-exo.c exo.c						\
	&& rm -f xgen-exo.c
ACCESS DENIED  open_wr:      /dev/stderr
/usr/bin/pygtk-codegen-2.0: line 7: /dev/stderr: Permission denied
ACCESS DENIED  open_wr:      /dev/stderr
/usr/bin/pygtk-codegen-2.0: line 8: /dev/stderr: Permission denied
Warning: generating old-style constructor for:exo_ellipsized_label_new
Could not write method ExoEllipsizedLabel.get_ellipsize: No ArgType for ExoPangoEllipsizeMode
Could not write method ExoEllipsizedLabel.set_ellipsize: No ArgType for ExoPangoEllipsizeMode
Could not write method ExoIconView.widget_to_icon_coords: No ArgType for gint*
Could not write method ExoIconView.icon_to_widget_coords: No ArgType for gint*
Could not write method ExoIconView.get_item_at_pos: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_visible_range: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_cursor: No ArgType for GtkTreePath**
Could not write method ExoIconView.enable_model_drag_source: No ArgType for const-GtkTargetEntry*
Could not write method ExoIconView.enable_model_drag_dest: No ArgType for const-GtkTargetEntry*
Could not write method ExoIconView.get_drag_dest_item: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_dest_item_at_pos: No ArgType for GtkTreePath**
Could not write method ExoIconView.get_search_equal_func: No ArgType for ExoIconViewSearchEqualFunc
Could not write method ExoIconView.set_search_equal_func: No ArgType for ExoIconViewSearchEqualFunc
Could not write method ExoIconView.get_search_position_func: No ArgType for ExoIconViewSearchPositionFunc
Could not write method ExoIconView.set_search_position_func: No ArgType for ExoIconViewSearchPositionFunc
Warning: generating old-style constructor for:exo_wrap_table_new
Warning: Constructor for ExoEllipsizedLabel needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for ExoIconBar needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for ExoIconView needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for ExoToolbarsEditor needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for ExoToolbarsEditorDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for ExoToolbarsView needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for ExoWrapTable needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 100.00% (14/14)
***INFO*** The coverage of methods is 87.60% (106/121)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
...
>>> Source compiled.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-28465.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /dev/stderr
A: /dev/stderr
R: /dev/stderr
C: /bin/sh /usr/bin/pygtk-codegen-2.0 --register /usr/share/pygtk/2.0/defs/pango-types.defs --register /usr/share/pygtk/2.0/defs/atk-types.defs --register /usr/share/pygtk/2.0/defs/gdk-types.defs --register /usr/share/pygtk/2.0/defs/gtk-types.defs --override exo.override --prefix exo exo.defs 

F: open_wr
S: deny
P: /dev/stderr
A: /dev/stderr
R: /dev/stderr
C: /bin/sh /usr/bin/pygtk-codegen-2.0 --register /usr/share/pygtk/2.0/defs/pango-types.defs --register /usr/share/pygtk/2.0/defs/atk-types.defs --register /usr/share/pygtk/2.0/defs/gdk-types.defs --register /usr/share/pygtk/2.0/defs/gtk-types.defs --override exo.override --prefix exo exo.defs 
--------------------------------------------------------------------------------

>>> Failed to emerge xfce-base/exo-0.3.103-r1, Log file:

>>>  '/var/tmp/portage/xfce-base/exo-0.3.103-r1/temp/build.log'
Comment 1 Ivan Anishchuk 2009-10-13 13:27:39 UTC
Created attachment 206963 [details]
build.log
Comment 2 Ivan Anishchuk 2009-10-13 13:41:29 UTC
Created attachment 206966 [details]
emerge --info output
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-10-13 14:29:22 UTC
0.3.303-r1 isn't in Portage anymore...
Comment 4 Ivan Anishchuk 2009-10-13 15:01:48 UTC
Created attachment 206977 [details]
build.log

(In reply to comment #3)
> 0.3.303-r1 isn't in Portage anymore...
 
0.3.104 cannot be installed with same errors.

This is updated build.log
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-10-13 15:27:42 UTC

*** This bug has been marked as a duplicate of bug 286660 ***