Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76428 - games-rpg/nwn-1.65 not properly unpacking patch files
Summary: games-rpg/nwn-1.65 not properly unpacking patch files
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 09:50 UTC by Francois Guimond
Modified: 2005-01-02 21:59 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 Francois Guimond 2005-01-02 09:50:20 UTC
This is a follow-up to Bug # 74871 ...  Tried the new ebuild that made it into portage, and it failed on my system.  The last 2 lines of the src_unpack function apparently were meant to unpack linuxclientupdate1xxto165eng.tar.gz and NWNEnglish1.65dialog.zip, but they did nothing (although those files were checked for in the fetch part of the ebuild). So of course, without the content of these installed, the installation is broken.

Reproducible: Always
Steps to Reproduce:
1. emerge games-rpg/nwn
Actual Results:  
>>> md5 src_uri ;-) nwclient129.tar.gz
>>> md5 src_uri ;-) linuxclientupdate1xxto165eng.tar.gz
>>> md5 src_uri ;-) NWNEnglish1.65dialog.zip
>>> md5 src_uri ;-) nwresources129.tar.gz
>>> Unpacking source...
>>> Unpacking nwclient129.tar.gz to /var/tmp/portage/nwn-1.65/work/nwn
nowin
>>> Unpacking nwresources129.tar.gz to /var/tmp/portage/nwn-1.65/work
>>> Source unpacked.


Expected Results:  
Unpacked all of the files in src_uri.

Portage 2.0.51-r2 (gcc34-x86-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0,
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc distlocks"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/
http://mirror.datapipe.net/gentoo http://mir.zyrianes.net/gentoo/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://sidekick/gentoo-portage"
USE="X acpi alsa audiofile avi berkdb cdparanoia cdr cjk cscope cups divx4linux
dvd dvdr encode esd faac faad flac foomaticdb fortran gif gnome gpm gstreamer
gtk gtk2 imlib java javamail jikes joystick jpeg junit libg++ libwww live mad
mmap mmx mozilla moznocompose moznoirc mpeg ncurses network nls no-old-linux
no_wxgtk1 nowin nptl offensive oggvorbis opengl oss pam pcre pdflib perl pic png
ppds python quicktime readline rtc samba sdk sdl silc ssl tcltk tga tiff
truetype unicode v4l v4l2 vim-with-x x86 xml2 xmms xv xvid zlib zvbi"
Comment 1 SpanKY gentoo-dev 2005-01-02 18:48:20 UTC
fixed with 1.65-r1
Comment 2 Francois Guimond 2005-01-02 21:59:09 UTC
Yup that fixed it, thanks for the quick response.