From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IVpdh-0006UT-U9 for garchives@archives.gentoo.org; Thu, 13 Sep 2007 14:25:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8DEHLQ1001875; Thu, 13 Sep 2007 14:17:21 GMT Received: from protechco.com (adsl-64-123-230-201.dsl.kscymo.swbell.net [64.123.230.201]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8DED2ZS029412 for ; Thu, 13 Sep 2007 14:13:03 GMT Received: from murphs-realm.protech.com (unknown [192.168.100.195]) by protechco.com (Postfix) with ESMTP id CD8654B0321 for ; Thu, 13 Sep 2007 09:12:58 -0500 (CDT) From: Kerry Organization: Protech To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] sed does not work on profile 2006.1 Date: Thu, 13 Sep 2007 08:19:09 -0500 User-Agent: KMail/1.9.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709130819.09494.kerry@protechco.com> X-Archives-Salt: 565ad158-ab5e-4a71-bbfa-2b2e4c8ee40f X-Archives-Hash: b7dac92901956d38e076ce5aff76f4f1 When I try execute sed on Gentoo, I get "-bash: /usr/bin/sed: No such file or directory" error message. I tried installing binary version sed-4.1.5, and still the same result. Here is the output of strace -f -F -v sed command: execve("/usr/bin/sed", ["sed"], ["MANPATH=/usr/local/share/man:/us"..., "HOSTNAME=salisbury.k12.mo.us", "TERM=xterm", "SHELL=/bin/bash", "SSH_CLIENT=64.123.230.201 37491 "..., "QTDIR=/usr/qt/3", "SSH_TTY=/dev/pts/2", "USER=root", "LS_COLORS=no=00:fi=00:di=01;34:l"..., "PAGER=/usr/bin/less", "CONFIG_PROTECT_MASK=/etc/terminf"..., "MAIL=/var/mail/root", "PATH=/usr/local/sbin:/usr/local/"..., "PWD=/var/log", "EDITOR=/bin/nano", "QMAKESPEC=linux-g++", "KDEDIRS=/usr", "SHLVL=1", "HOME=/root", "PYTHONPATH=/usr/lib/portage/pym", "LESS=-R -M --shift 5", "LOGNAME=root", "GCC_SPECS=", "CVS_RSH=ssh", "SSH_CONNECTION=64.123.230.201 37"..., "LESSOPEN=| lesspipe.sh %s", "INFOPATH=/usr/share/info:/usr/sh"..., "OPENGL_PROFILE=ati", "CONFIG_PROTECT=/var/bind /usr/sh"..., "_=/usr/bin/strace", "OLDPWD=/etc/init.d"]) = -1 ENOENT (No such file or directory) dup(2) = 3 fcntl(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) fstat(3, {st_dev=makedev(0, 9), st_ino=4, st_mode=S_IFCHR|0620, st_nlink=1, st_uid=0, st_gid=5, st_blksize=1024, st_blocks=0, st_rdev=makedev(136, 2), st_atime=2007/09/13-09:08:42, st_mtime=2007/09/13-09:08:42, st_ctime=2007/09/10-15:15:08}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaac7000 lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory ) = 40 close(3) = 0 munmap(0x2aaaaaac7000, 4096) = 0 exit_group(1) = ? Process 7407 detached The following is the kernel and processor I am running: Linux 2.6.12-gentoo-r6 #5 Thu Aug 18 07:56:24 CDT 2005 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux Is there something wrong with the environment? Any help would be appreciated. Thanks, Kerry -- gentoo-user@gentoo.org mailing list