Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269463 - Failed to emerge media-video/camorama
Summary: Failed to emerge media-video/camorama
Status: RESOLVED DUPLICATE of bug 243274
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 21:02 UTC by John D Maunder
Modified: 2009-05-11 21:11 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 John D Maunder 2009-05-11 21:02:52 UTC
Failed to emerge media-video/camorama

Fails after the following

make[1]: Entering directory `/var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19/po'
/bin/sh /var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19/install-sh -d /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale
linguas="am ar az be bg bs ca cs da de dz en_CA en_GB es eu fa fi fr ga gl gu hi hr it ja lv mk ml ms nb ne nl pa pl pt pt_BR rw sl sq sr sr@Latn sv ta tr uk vi zh_CN zh_TW "; \
	for lang in $linguas; do \
	  dir=/var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/$lang/LC_MESSAGES; \
	  /bin/sh /var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19/install-sh -d $dir; \
	  if test -r $lang.gmo; then \
	    /usr/bin/install -c -m 644 $lang.gmo $dir/camorama.mo; \
	    echo "installing $lang.gmo as $dir/camorama.mo"; \
	  else \
	    /usr/bin/install -c -m 644 ./$lang.gmo $dir/camorama.mo; \
	    echo "installing ./$lang.gmo as" \
		 "$dir/camorama.mo"; \
	  fi; \
	  if test -r $lang.gmo.m; then \
	    /usr/bin/install -c -m 644 $lang.gmo.m $dir/camorama.mo.m; \
	    echo "installing $lang.gmo.m as $dir/camorama.mo.m"; \
	  else \
	    if test -r ./$lang.gmo.m ; then \
	      /usr/bin/install -c -m 644 ./$lang.gmo.m \
		$dir/camorama.mo.m; \
	      echo "installing ./$lang.gmo.m as" \
		   "$dir/camorama.mo.m"; \
	    else \
	      true; \
	    fi; \
	  fi; \
	done
installing am.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/am/LC_MESSAGES/camorama.mo
installing ar.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ar/LC_MESSAGES/camorama.mo
installing az.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/az/LC_MESSAGES/camorama.mo
installing be.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/be/LC_MESSAGES/camorama.mo
installing bg.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/bg/LC_MESSAGES/camorama.mo
installing bs.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/bs/LC_MESSAGES/camorama.mo
installing ca.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ca/LC_MESSAGES/camorama.mo
installing cs.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/cs/LC_MESSAGES/camorama.mo
installing da.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/da/LC_MESSAGES/camorama.mo
installing de.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/de/LC_MESSAGES/camorama.mo
installing dz.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/dz/LC_MESSAGES/camorama.mo
installing en_CA.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/en_CA/LC_MESSAGES/camorama.mo
installing en_GB.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/en_GB/LC_MESSAGES/camorama.mo
installing es.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/es/LC_MESSAGES/camorama.mo
installing eu.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/eu/LC_MESSAGES/camorama.mo
installing fa.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/fa/LC_MESSAGES/camorama.mo
installing fi.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/fi/LC_MESSAGES/camorama.mo
installing fr.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/fr/LC_MESSAGES/camorama.mo
installing ga.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ga/LC_MESSAGES/camorama.mo
installing gl.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/gl/LC_MESSAGES/camorama.mo
installing gu.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/gu/LC_MESSAGES/camorama.mo
installing hi.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/hi/LC_MESSAGES/camorama.mo
installing hr.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/hr/LC_MESSAGES/camorama.mo
installing it.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/it/LC_MESSAGES/camorama.mo
installing ja.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ja/LC_MESSAGES/camorama.mo
installing lv.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/lv/LC_MESSAGES/camorama.mo
installing mk.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/mk/LC_MESSAGES/camorama.mo
installing ml.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ml/LC_MESSAGES/camorama.mo
installing ms.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ms/LC_MESSAGES/camorama.mo
installing nb.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/nb/LC_MESSAGES/camorama.mo
installing ne.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ne/LC_MESSAGES/camorama.mo
installing nl.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/nl/LC_MESSAGES/camorama.mo
installing pa.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/pa/LC_MESSAGES/camorama.mo
installing pl.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/pl/LC_MESSAGES/camorama.mo
installing pt.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/pt/LC_MESSAGES/camorama.mo
installing pt_BR.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/pt_BR/LC_MESSAGES/camorama.mo
installing rw.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/rw/LC_MESSAGES/camorama.mo
installing sl.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/sl/LC_MESSAGES/camorama.mo
installing sq.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/sq/LC_MESSAGES/camorama.mo
installing sr.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/sr/LC_MESSAGES/camorama.mo
installing sr@Latn.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/sr@Latn/LC_MESSAGES/camorama.mo
installing sv.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/sv/LC_MESSAGES/camorama.mo
installing ta.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/ta/LC_MESSAGES/camorama.mo
installing tr.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/tr/LC_MESSAGES/camorama.mo
installing uk.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/uk/LC_MESSAGES/camorama.mo
installing vi.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/vi/LC_MESSAGES/camorama.mo
installing zh_CN.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/zh_CN/LC_MESSAGES/camorama.mo
installing zh_TW.gmo as /var/tmp/portage/media-video/camorama-0.19/image//usr/share/locale/zh_TW/LC_MESSAGES/camorama.mo
make[1]: Leaving directory `/var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19/po'
make[1]: Entering directory `/var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19'
make[2]: Entering directory `/var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/applications" || /bin/mkdir -p "/var/tmp/portage/media-video/camorama-0.19/image//usr/share/applications"
 /usr/bin/install -c -m 644 'camorama.desktop' '/var/tmp/portage/media-video/camorama-0.19/image//usr/share/applications/camorama.desktop'
make[2]: Leaving directory `/var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19'
make[1]: Leaving directory `/var/tmp/portage/media-video/camorama-0.19/work/camorama-0.19'
>>> Completed installing camorama-0.19 into /var/tmp/portage/media-video/camorama-0.19/image/

Reproducible: Always

Steps to Reproduce:
1. emerge camorama
2.
3.

Actual Results:  
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-13607.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: /root/.gconf/.testing.writeability
A: /root/.gconf/.testing.writeability
R: /root/.gconf/.testing.writeability
C: /usr/bin/gconftool-2 --shutdown 

F: unlink
S: deny
P: /root/.gconf/.testing.writeability
A: /root/.gconf/.testing.writeability
R: /root/.gconf/.testing.writeability
C: /usr/bin/gconftool-2 --shutdown 
--------------------------------------------------------------------------------


Expected Results:  
emerge camorama

emerge --info
Portage 2.1.6.11 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.28-gentoo-r5 x86_64)
=================================================================
System uname: Linux-2.6.28-gentoo-r5-x86_64-AMD_Turion-tm-_64_X2_Mobile_Technology_TL-52-with-glibc2.2.5
Timestamp of tree: Mon, 11 May 2009 20:00:01 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bidi bzip2 caps cdda cdio cli cracklib crypt cups dbus dri dts dvd ffmpeg flac fortran freetype gdbm gnutls gpm gstreamer gtk hal httpd iconv ipv6 isdnlog java jpeg live mad matroska midi mmx mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin nvidia ogg oggvorbis opengl openmp pam pcre perl png pppd python readline reflection session spl sse sse2 ssl startup-notification stream symlink sysfs tcpd theora tiff tk unicode v4l vcd vlm wxwindows xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-05-11 21:11:21 UTC

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