>>> Unpacking source... >>> Unpacking drapes-0.5.2.tar.bz2 to /var/tmp/portage/gnome-extra/drapes-0.5.2/work >>> Source unpacked. >>> Configuring source in /var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2 ... * econf: updating drapes-0.5.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating drapes-0.5.2/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for intltool >= 0.21... 0.37.0 found checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for UNMANAGED_DEPENDENCIES_MONO... yes checking for UNMANAGED_DEPENDENCIES_MINT... no checking for mono... /usr/bin/mono checking for gmcs... /usr/bin/gmcs checking for GTKSHARP... yes checking for gconftool-2... /usr/bin/gconftool-2 Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... configure: creating ./config.status config.status: creating Makefile config.status: creating drapes/Makefile config.status: creating scripts/Makefile config.status: creating help/Makefile config.status: creating data/Makefile config.status: creating data/images/Makefile config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands Configuration summary * Installation prefix = /usr * C# compiler = /usr/bin/gmcs >>> Source configured. >>> Compiling source in /var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2 ... make -j1 Making all in drapes make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/drapes' sed -e "s,[@]ASM_VERSION/[@],0.5.2.*," \ -e "s,[@]datadir/[@],/usr/share," \ -e "s,[@]prefix/[@],/usr," \ -e "s,[@]version/[@],0.5.2," \ -e "s,[@]helpdir/[@],/usr/share/gnome/help," \ < AssemblyInfo.cs.in > AssemblyInfo.cs /usr/bin/gmcs -debug -r:System.Xml -r:Mono.Posix -pkg:gconf-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:gnome-vfs-sharp-2.0 -resource:../data/drapes.glade,drapes.glade \ -unsafe+ -target:exe -out:"drapes.exe" \ ./AssemblyInfo.cs ./panelapplet/*.cs ./About.cs ./Applet.cs ./AppletWidget.cs ./ConfigMenuWidgets.cs ./ConfigMenu.cs ./Main.cs ./Settings.cs ./Traylib.cs ./Wallpaper.cs ./WpList.cs ./WpList.cs(86,48): warning CS0612: `Gnome.Vfs.Mime.TypeFromName(string)' is obsolete ./WpList.cs(474,36): warning CS0612: `Gnome.Vfs.Mime.TypeFromName(string)' is obsolete ./panelapplet/BonoboUIVerb.cs(14,24): warning CS0414: The private field `_Gnome.BonoboUIVerb.verb' is assigned but its value is never used ./panelapplet/BonoboUIVerb.cs(15,41): warning CS0414: The private field `_Gnome.BonoboUIVerb.callback' is assigned but its value is never used ./panelapplet/BonoboUIVerb.cs(16,24): warning CS0414: The private field `_Gnome.BonoboUIVerb.user_data' is assigned but its value is never used ./panelapplet/BonoboUIVerb.cs(17,24): warning CS0414: The private field `_Gnome.BonoboUIVerb.dummy' is assigned but its value is never used ./Applet.cs(83,22): warning CS0169: The private method `Drapes.DrapesApplet.ShowHelp()' is never used ./Traylib.cs(46,37): warning CS0414: The private field `Egg.TrayIcon.orientation' is assigned but its value is never used ./Wallpaper.cs(123,73): warning CS0169: The private field `Drapes.Wallpaper.style' is never used Compilation succeeded - 9 warning(s) make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/drapes' Making all in scripts make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/scripts' sed -e 's,[@]pkglibdir/[@],/usr/lib64/drapes,' \ < drapes.in > drapes chmod +x drapes make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/scripts' Making all in data make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' Making all in images make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' LC_ALL=C ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po drapes.desktop.in drapes.desktop Generating and caching the translation database Merging translations into drapes.desktop. LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../po drapes.schemas.in drapes.schemas Found cached translation database Merging translations into drapes.schemas. sed -e 's,[@]bindir/[@],/usr/bin,' \ < DrapesApplet.server.in.in > DrapesApplet.server.in LC_ALL=C ../intltool-merge -o -u -c ../po/.intltool-merge-cache ../po DrapesApplet.server.in DrapesApplet.server Found cached translation database Merging translations into DrapesApplet.server. make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' Making all in help make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help' xsltproc -o drapes-C.omf --stringparam db2omf.basename drapes --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help/drapes.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/drapes.xml || { rm -f "drapes-C.omf"; exit 1; } make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help' Making all in po make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/po' file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file cs.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file es.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file fr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file it.po file=`echo kk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file kk.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file ko.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file pl.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file pt_BR.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file pt.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file sv.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file tr.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file zh_CN.po file=`echo zh_HK | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/gmsgfmt -o $file zh_HK.po make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/po' Making all in man make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/man' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/man' make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2' >>> Source compiled. >>> Test phase [not enabled]: gnome-extra/drapes-0.5.2 >>> Install drapes-0.5.2 into /var/tmp/portage/gnome-extra/drapes-0.5.2/image/ category gnome-extra make -j1 install DESTDIR=/var/tmp/portage/gnome-extra/drapes-0.5.2/image/ Making install in drapes make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/drapes' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/drapes' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/drapes" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/lib64/drapes" /usr/bin/install -c -m 644 'drapes.exe' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/lib64/drapes/drapes.exe' make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/drapes' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/drapes' Making install in scripts make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/scripts' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/scripts' test -z "/usr/bin" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/bin" /usr/bin/install -c 'drapes' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/bin/drapes' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/scripts' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/scripts' Making install in data make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' Making install in images make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[3]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[3]: Nothing to be done for `install-exec-am'. mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/scalable/apps /usr/bin/install -c -m 644 ./drapes.svg /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/scalable/apps/drapes.svg mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/16x16/apps /usr/bin/install -c -m 644 ./drapes-16.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/16x16/apps/drapes.png mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/22x22/apps /usr/bin/install -c -m 644 ./drapes-22.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/22x22/apps/drapes.png mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/24x24/apps /usr/bin/install -c -m 644 ./drapes-24.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/24x24/apps/drapes.png mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/32x32/apps /usr/bin/install -c -m 644 ./drapes-32.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/32x32/apps/drapes.png mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/48x48/apps /usr/bin/install -c -m 644 ./drapes.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/icons/hicolor/48x48/apps/drapes.png test -z "/usr/share/pixmaps" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/pixmaps" /usr/bin/install -c -m 644 'drapes.png' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/pixmaps/drapes.png' make install-data-hook make[4]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' *** Icon cache not updated. After install, run this: *** gtk-update-icon-cache -f -t /usr/share/icons/hicolor make[4]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[3]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data/images' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' make[3]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' make[3]: Nothing to be done for `install-exec-am'. GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults \ /usr/bin/gconftool-2 --makefile-install-rule drapes.schemas ACCESS DENIED open_wr: /etc/gconf/gconf.xml.defaults/.testing.writeability ACCESS DENIED unlink: /etc/gconf/gconf.xml.defaults/.testing.writeability Resolved address "xml:merged:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 0 None of the resolved addresses are writable; saving configuration settings will not be possible Attached schema `/schemas/apps/drapes/timedelay' to key `/apps/drapes/timedelay' WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `C': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `es': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `zh_HK': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `pt': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `zh_CN': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `cs': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `it': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `ko': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `fr': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/timedelay', locale `sv': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/timedelay' set in a read-only source at the front of your configuration path Attached schema `/schemas/apps/drapes/monitor' to key `/apps/drapes/monitor' WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `C': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `es': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `zh_HK': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `pt': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `zh_CN': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `cs': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `it': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `ko': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `fr': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor', locale `sv': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor' set in a read-only source at the front of your configuration path Attached schema `/schemas/apps/drapes/monitor_directory' to key `/apps/drapes/monitor_directory' WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `C': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `es': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `zh_HK': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `pt': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `zh_CN': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `th': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `cs': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `it': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `ko': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `fr': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/monitor_directory', locale `sv': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/monitor_directory' set in a read-only source at the front of your configuration path Attached schema `/schemas/apps/drapes/on_startup' to key `/apps/drapes/on_startup' WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `C': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `es': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `zh_HK': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `pt': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `zh_CN': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `th': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `cs': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `it': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `pt_BR': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `ko': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `fr': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `nl': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/on_startup', locale `sv': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/on_startup' set in a read-only source at the front of your configuration path Attached schema `/schemas/apps/drapes/enable_timed_shuffle' to key `/apps/drapes/enable_timed_shuffle' WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `C': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `es': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `zh_HK': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `pt': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `zh_CN': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `cs': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `it': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `ko': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `fr': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path WARNING: failed to install schema `/schemas/apps/drapes/enable_timed_shuffle', locale `sv': Can't overwrite existing read-only value: Value for `/schemas/apps/drapes/enable_timed_shuffle' set in a read-only source at the front of your configuration path test -z "/usr/share/applications" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/applications" /usr/bin/install -c -m 644 'drapes.desktop' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/applications/drapes.desktop' test -z "/usr/share/gnome-2.0/ui" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome-2.0/ui" /usr/bin/install -c -m 644 'DrapesApplet.xml' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome-2.0/ui/DrapesApplet.xml' test -z "/etc/gconf/schemas" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//etc/gconf/schemas" /usr/bin/install -c -m 644 'drapes.schemas' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//etc/gconf/schemas/drapes.schemas' test -z "/usr/lib64/bonobo/servers" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/lib64/bonobo/servers" /usr/bin/install -c -m 644 'DrapesApplet.server' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/lib64/bonobo/servers/DrapesApplet.server' make[3]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/data' Making install in help make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help' make[2]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C /usr/bin/install -c -m 644 C/legal.xml /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C/legal.xml /usr/bin/install -c -m 644 C/drapes.xml /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C/drapes.xml /bin/sh ../mkinstalldirs /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C/figures/ mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C/figures/ /usr/bin/install -c -m 644 C/figures/drapes_preferences_display.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C/figures/drapes_preferences_display.png /usr/bin/install -c -m 644 C/figures/drapes_preferences_general.png /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/gnome/help/drapes/C/figures/drapes_preferences_general.png /bin/sh ../mkinstalldirs /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/omf/drapes mkdir -p -- /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/omf/drapes /usr/bin/install -c -m 644 drapes-C.omf /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/omf/drapes/drapes-C.omf scrollkeeper-update -p /var/tmp/portage/gnome-extra/drapes-0.5.2/image//var/lib/rarian -o /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/omf/drapes make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/help' Making install in po make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/po' /var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/install-sh -d /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale linguas="ca cs de es fa fi fr it kk ko nl pl pt_BR pt sv th tr zh_CN zh_HK "; \ for lang in $linguas; do \ dir=/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/$lang/LC_MESSAGES; \ /var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/drapes.mo; \ echo "installing $lang.gmo as $dir/drapes.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/drapes.mo; \ echo "installing ./$lang.gmo as" \ "$dir/drapes.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/drapes.mo.m; \ echo "installing $lang.gmo.m as $dir/drapes.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/drapes.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/drapes.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/ca/LC_MESSAGES/drapes.mo installing cs.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/cs/LC_MESSAGES/drapes.mo installing de.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/de/LC_MESSAGES/drapes.mo installing es.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/es/LC_MESSAGES/drapes.mo installing fa.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/fa/LC_MESSAGES/drapes.mo installing fi.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/fi/LC_MESSAGES/drapes.mo installing fr.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/fr/LC_MESSAGES/drapes.mo installing it.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/it/LC_MESSAGES/drapes.mo installing kk.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/kk/LC_MESSAGES/drapes.mo installing ko.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/ko/LC_MESSAGES/drapes.mo installing nl.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/nl/LC_MESSAGES/drapes.mo installing pl.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/pl/LC_MESSAGES/drapes.mo installing pt_BR.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/pt_BR/LC_MESSAGES/drapes.mo installing pt.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/pt/LC_MESSAGES/drapes.mo installing sv.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/sv/LC_MESSAGES/drapes.mo installing th.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/th/LC_MESSAGES/drapes.mo installing tr.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/tr/LC_MESSAGES/drapes.mo installing zh_CN.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/zh_CN/LC_MESSAGES/drapes.mo installing zh_HK.gmo as /var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/locale/zh_HK/LC_MESSAGES/drapes.mo make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/po' Making install in man make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/man' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/man' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || mkdir -p -- "/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/man/man1" /usr/bin/install -c -m 644 './drapes.1' '/var/tmp/portage/gnome-extra/drapes-0.5.2/image//usr/share/man/man1/drapes.1' make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/man' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2/man' make[1]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2' make[2]: Entering directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2' make[1]: Leaving directory `/var/tmp/portage/gnome-extra/drapes-0.5.2/work/drapes-0.5.2' >>> Completed installing drapes-0.5.2 into /var/tmp/portage/gnome-extra/drapes-0.5.2/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/var/log/sandbox/sandbox-21535.log" open_wr: /etc/gconf/gconf.xml.defaults/.testing.writeability unlink: /etc/gconf/gconf.xml.defaults/.testing.writeability --------------------------------------------------------------------------------