Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49892 - games-board/xscrabble-2.10 fails at install
Summary: games-board/xscrabble-2.10 fails at install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 13:36 UTC by Garth Lengel
Modified: 2004-05-04 18:13 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 Garth Lengel 2004-05-03 13:36:39 UTC
Xscrabble compiles properly but fails when trying to copy app-defaults/XScrabble_* from the image to /usr/X11R6/lib/X11/app-defaults/

Reproducible: Always
Steps to Reproduce:
1. emerge xscrabble
Actual Results:  
sed: can't read 
/var/tmp/portage/xscrabble-2.10/image//usr/X11R6/lib/X11/app-defaults/XScrabble: 
No such file or directory


 


!!! ERROR: games-board/xscrabble-2.10 failed.


!!! Function src_install, Line 44, Exitcode 2


!!! sed 
/var/tmp/portage/xscrabble-2.10/image//usr/X11R6/lib/X11/app-defaults/XScrabble 
failed


Expected Results:  
It should have copied:


/var/tmp/portage/xscrabble-2.10/image/usr/X11R6/lib/X11/app-defaults/XScrabble_*




to 




/usr/X11R6/lib/X11/app-defaults/


Here's a quick fix:


1) emerge xscrabble


2) emerge fails as above


3) cp 
/var/tmp/portage/xscrabble-2.10/image/usr/X11R6/lib/X11/app-defaults/XScrabble_* 
/usr/X11R6/lib/X11/app-defaults/


4) emerge xscrabble




----------------------------------------------------------------------


emerge info


Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.26)


=================================================================


System uname: 2.4.26 i686 AMD Duron(tm) Processor


Gentoo Base System version 1.4.9


distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]


ccache version 2.3 [enabled]


Autoconf: sys-devel/autoconf-2.58-r1


Automake: sys-devel/automake-1.8.3


ACCEPT_KEYWORDS="x86"


AUTOCLEAN="yes"


CFLAGS="-O3 -march=athlon-tbird -fomit-frame-pointer -finline-functions 
-funroll-loops -frerun-cse-after-loop -pipe -fPIC"


CHOST="i686-pc-linux-gnu"


COMPILER="gcc3"


CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config 
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config 
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/texmf/xdvi/ /var/qmail/control"


CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"


CXXFLAGS="-O3 -march=athlon-tbird -fomit-frame-pointer -finline-functions 
-funroll-loops -frerun-cse-after-loop -pipe -fPIC"


DISTDIR="/usr/portage/distfiles"


FEATURES="autoaddcvs buildpkg ccache distcc fixpackages sandbox"


GENTOO_MIRRORS="http://192.168.1.3/tsp-cache/open-systems.ufl.edu/mirrors/gentoo 
http://192.168.1.3/tsp-cache/mirrors.tds.net/gentoo"


MAKEOPTS="-j3"


PKGDIR="/usr/portage/packages"


PORTAGE_TMPDIR="/var/tmp"


PORTDIR="/usr/portage"


PORTDIR_OVERLAY=""


SYNC="rsync://192.168.1.3/gentoo-portage"


USE="3dnow X alsa apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm 
gif gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod mmx motif mpeg 
ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime 
readline sdl slang spell ssl svga tcpd truetype wmf x86 xml2 xmms xv zlib"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-05-04 18:13:27 UTC
Fixed in CVS.  Thanks for the bug report.