Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 60125

Summary: memtester fails: cannot stat `memtester': No such file or directory
Product: Gentoo Linux Reporter: Selecter <selecter>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: memtester-4.0.3.ebuild.patch

Description Selecter 2004-08-12 02:25:36 UTC
ACCEPT_KEYWORDS="~x86" emerge memtester

...

>>> md5 src_uri ;-) memtester-4.0.3.tar.gz
>>> Unpacking source...
>>> Unpacking memtester-4.0.3.tar.gz to /var/tmp/portage/memtester-4.0.3/work
 * Replacing obsolete head/tail with POSIX compliant ones
>>> Source unpacked.

>>> Install memtester-4.0.3 into /var/tmp/portage/memtester-4.0.3/image/ category sys-apps
>>> dosbin: making memtester executable...
install: cannot stat `memtester': No such file or directory

!!! ERROR: sys-apps/memtester-4.0.3 failed.
!!! Function src_install, Line 26, Exitcode 1
!!! (no error message)

Reproducible: Always
Steps to Reproduce:




Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 2.4.26-gentoo-r6)
=================================================================
System uname: 2.4.26-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
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
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo
http://ftp.du.se/pub/os/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa arts avi cdr crypt cups curl encode esd gdbm gif gpm gtk gtk2
imlib jabber java jpeg kde libg++ libwww linguas_ru mad mikmod mmx motif mozilla
mpeg ncurses nls oggvorbis opengl pam pdflib perl png ppds python qt quicktime
readline sdl slang spell sse ssl svga tcpd tiff truetype x86 xml xml2 xv zlib"
Comment 1 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2004-08-12 03:14:46 UTC
Created attachment 37273 [details]
memtester-4.0.3.ebuild.patch

applying this patch to the abuild made it work fine for me...

in general it makes two things:
a) not executing ht_fix_file (cause the file was just fine and this broke it
resulting in head -n -n 1)
b) make sure to run make in src_compile section
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-08-12 05:12:44 UTC

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