Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136401 - Stabilize findutils-4.3.0 because old version can't handle regexs properly.
Summary: Stabilize findutils-4.3.0 because old version can't handle regexs properly.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 142761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-11 06:37 UTC by Samuli Suominen (RETIRED)
Modified: 2006-09-16 19:44 UTC (History)
2 users (show)

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 Samuli Suominen (RETIRED) gentoo-dev 2006-06-11 06:37:57 UTC
How to reproduce:

unaffiliated / # find /usr/include/ -regextype posix-egrep -regex '.*\.(cc|c|h)' | wc -l
find: invalid predicate `-regextype'
0

Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-gentoo-r8 i686)
=================================================================
System uname: 2.6.16-gentoo-r8 i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -g"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -g"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer sandbox sfperms splitdebug strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
LANG="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://trumpetti.atm.tut.fi/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac alsa apm avi berkdb bitmap-fonts bzip2 cli crypt dri emboss encode ffmpeg flac fontconfig foomaticdb fortran gdbm gif gstreamer gtk gtk2 id3 imlib ipv6 isdnlog jpeg libg++ libwww mad mikmod mmx mmxext motif mp3 mp4live mpeg mpeg2 musicbrainz ncurses nptl nptlonly ogg opengl oss pam pcre pdflib perl pic player png pppd python quicktime readline reflection sdk sdl session spl sse ssl tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode userlocales vorbis win32codecs xine xml xorg xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

[ebuild   R   ] sys-apps/findutils-4.1.20-r2  USE="-build -nls -static" 759 kB
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2006-06-11 06:38:53 UTC
How to reproduce (this is working):

unaffiliated bmpx # find /usr/include/ -regextype posix-egrep -regex '.*\.(cc|c|h)' | wc -l
7245

Portage 2.1 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.16-gentoo-r8 i686)
=================================================================
System uname: 2.6.16-gentoo-r8 i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.12.1
ccache version 2.4 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17.50.0.2
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-g -march=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-g -march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer sandbox sfperms splitdebug strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlay /home/drac/dev/genstef/sunrise"
SYNC="rsync://trumpetti.atm.tut.fi/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac aalib alsa apm asf avi bash-completion berkdb bitmap-fonts bzip2 cairo cdparanoia cdr cli compositor crypt cups dbus dri dts dvd dvdread effects emboss encode fam ffmpeg firefox flac foomaticdb fortran gdbm gif gimpprint glitz glut gphoto2 gstreamer gtk gtk2 hal imagemagick imap imlib insecure-savers ipv6 isdnlog jpeg kdehiddenvisibility libcaca libg++ libwww mad matroska mikmod mmx mmxext motif mp3 mpeg mplayer ncurses nptl nptlonly offensive ogg opengl oss pam pcre pdf pdflib perl pic plugin png ppds pppd python quicktime readline reflection rtc sdl session shout speex spl sse ssl startup-notification svg tcltk tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode userlocales v4l vidix vorbis win32codecs xanim xcb xml xml2 xorg xscreensaver xv xvid zlib elibc_glibc input_devices_keyboard input_devices_evdev kernel_linux userland_GNU video_cards_radeon video_cards_ati video_cards_r200"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS

[ebuild   R   ] sys-apps/findutils-4.3.0  USE="-build -nls -static" 1,102 kB
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2006-07-23 15:50:11 UTC
Because of bug 114747 version 4.2.27 shouldn't be entering stable but 4.3.0 instead. 

4.3.0 been in portage for over 30 days, and apparently has only bug 123253 which effects Gentoo/NetBSD (Other BSDs?).

Any objections if non-BSD archteams are CCd here?
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2006-08-01 12:20:43 UTC
Looks good, marked stable on x86.
Comment 4 Fabian Groffen gentoo-dev 2006-08-01 14:17:55 UTC
ppc-macos stable
Comment 5 Gustavo Zacarias (RETIRED) gentoo-dev 2006-08-02 14:18:36 UTC
sparc stable.
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2006-08-04 02:30:16 UTC
*** Bug 142761 has been marked as a duplicate of this bug. ***
Comment 7 Simon Stelling (RETIRED) gentoo-dev 2006-08-04 02:31:38 UTC
amd64 done
Comment 8 Yuta SATOH (RETIRED) gentoo-dev 2006-08-04 05:20:46 UTC
ppc64 stable
Comment 9 Tobias Scherbaum (RETIRED) gentoo-dev 2006-08-05 13:12:12 UTC
ppc already stable
Comment 10 Christel Dahlskjaer (RETIRED) gentoo-dev 2006-09-09 10:04:41 UTC
Alpha done.
Comment 11 SpanKY gentoo-dev 2006-09-16 19:44:37 UTC
should be set