Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 168723
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Yoann Pannier <gentoo-bugs.f@umsar.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 168723 depends on: Show dependency tree
Bug 168723 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-02-28 13:08 0000
As my game CD is automounted (by thunar-volman) into '/media/Dominion II',
portage dies with those errors :

install: cannot stat `/media/Dominions': No such file or directory
install: cannot stat `II/bin_lin/x86/dom2*': No such file or directory

I suspect that this is not a problem specific to this dominions2 ebuild, so the
bug summary may be wrong.


#emerge --info
Portage 2.1.2-r9 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0,
2.6.18-gentoo-r6 i686)
=================================================================
System uname: 2.6.18-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 28 Feb 2007 01:50:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache collision-protect distcc distlocks
fixpackages metadata-transfer parallel-fetch sandbox sfperms strict userfetch
userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.club-internet.fr/pub/mirrors/gentoo/
http://mirror.ovh.net/gentoo-distfiles/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo/"
LANG="en_US.ISO-8859-15"
LINGUAS="en fr"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--human-readable"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/sunrise"
SYNC="rsync://bee/gentoo-portage"
USE="X a52 aac acpi alsa apache2 asf bash-completion berkdb bitmap-fonts bzip2
cairo caps cddb cdr cjk cli cracklib crypt cups curl dbus dmi dri dts dv dvb
dvd dvdr dvdread emboss encode expat fam ffmpeg firefox flac fortran freetype
gdbm gif gimp gmp gnome gnutls gstreamer gtk gtk2 gtkhtml hal iconv imagemagick
imap imlib isdnlog java javamail jbig jms jmx jpeg lcms libg++ libnotify
logrotate lzo mad maildir matroska midi mikmod mmx mmxext mng mp3 mpeg mysql
ncurses network nls nptl nptlonly ogg oggvorbis opengl pam pcmcia pcre perl php
pic png pppd python quicktime readline real reflection ruby sdl session sndfile
speex spl sqlite sse sse2 ssl startup-notification svg tcltk tcpd tga theora
threads tiff truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vorbis
win32codecs wma wmf wxwindows x264 x86 xcomposite xml xml2 xorg xosd xv xvid
zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare
dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw
multi null plug rate route share shm softvol" ELIBC="glibc"
INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text" LINGUAS="en fr" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS


Reproducible: Always

Steps to Reproduce:
1. mount CD into '/mnt/some thing with spaces in it'
2. emerge dominion2


Actual Results:  
portage gently dies.


easy workaround : remount the CD into '/mnt/cd' or similar before emerge.

------- Comment #1 From Paul Bredbury 2007-02-28 13:37:19 0000 -------
It's caused by e.g. "doexe ${CDROM_ROOT}/bin_lin/x86/dom2*" in the ebuild.

There are, sadly, lots of ebuilds in Portage which don't quote variables :(

------- Comment #2 From Tristan Heaven 2007-02-28 14:54:45 0000 -------
should be fixed

------- Comment #3 From Yoann Pannier 2007-03-01 12:23:28 0000 -------
> should be fixed

It is. Thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug