Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185508 - app-i18n/tomoe-0.6.0, app-i18n/tomoe-gtk-0.6.0 sandbox violation
Summary: app-i18n/tomoe-0.6.0, app-i18n/tomoe-gtk-0.6.0 sandbox violation
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 09:25 UTC by Rafał Mużyło
Modified: 2007-07-16 09:39 UTC (History)
0 users

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 Rafał Mużyło 2007-07-16 09:25:13 UTC
Both of those packages seem to build fine for me, however when I try to rebuild either, I'm getting following sandbox violations:
unlink:    /usr/share/pygtk/2.0/codegen/argtypes.pyc
unlink:    /usr/share/pygtk/2.0/codegen/definitions.pyc
unlink:    /usr/share/pygtk/2.0/codegen/defsparser.pyc
unlink:    /usr/share/pygtk/2.0/codegen/scmexpr.pyc
unlink:    /usr/share/pygtk/2.0/codegen/override.pyc
unlink:    /usr/share/pygtk/2.0/codegen/reversewrapper.pyc

for libtomoe-gtk in:
(cd .                                   \
         && /usr/bin/pygtk-codegen-2.0                          \
            --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
            --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
            --register /usr/share/tomoe/python/tomoe.defs       \
            --override tomoegtk.override                        \
            --prefix pytomoegtk tomoegtk.defs) > gen-tomoegtk.c         \
         && cp gen-tomoegtk.c tomoegtk.c                                \
         && rm -f gen-tomoegtk.c
for tomoe in:
(cd .                           \
         && /usr/bin/pygtk-codegen-2.0                  \
            --override tomoe.override           \
            --prefix pytomoe tomoe.defs) > gen-tomoe.c  \
         && cp gen-tomoe.c tomoe.c                      \
         && rm -f gen-tomoe.c


Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-16 09:39:28 UTC
Re-emerge pygtk