Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99108 - [gentoolkit] euse uses grep instead of egrep
Summary: [gentoolkit] euse uses grep instead of egrep
Status: RESOLVED DUPLICATE of bug 75525
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 06:58 UTC by Bash
Modified: 2005-07-15 10:43 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 Bash 2005-07-15 06:58:09 UTC
/usr/bin/euse
    156         while [ ! -f "${curdir}/make.defaults" -a -f "${curdir}/parent"
]; do
    157                 parent="$(grep -v '(^#|^ *$)' ${curdir}/parent)"
    158                 curdir="$(readlink -f ${curdir}/${parent})"
    159         done

at line 157 should be egrep ...

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Bash 2005-07-15 07:00:16 UTC
bash@zz9 ~ $ qpkg -v -I gentoolkit
app-portage/gentoolkit-0.2.0 *


bash@zz9 ~ $ emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r4 i686)
=================================================================
System uname: 2.6.12-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.aiya.ru/pub/gentoo/"
LANG="ru_RU.KOI8-R"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="x86 X alsa apm avi berkdb bitmap-fonts cdr crypt cscope cups emboss encode
esd fam foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imagemagick imlib ipv6
jpeg ldap libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls nptl ogg
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell
sse ssl tcpd tiff truetype truetype-fonts type1-fonts vorbis xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

Comment 2 Paul Varner (RETIRED) gentoo-dev 2005-07-15 10:43:28 UTC
The fix is in gentoolkit-0.2.1_pre2/pre4.

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