* [gentoo-dev] coreutils: deprecated behavior not so deprecated
@ 2006-01-24 4:04 Mike Frysinger
2006-01-24 4:19 ` Ciaran McCreesh
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-01-24 4:04 UTC (permalink / raw
To: gentoo-dev
as a heads up, the next version of coreutils i add to portage (5.93) drops
support for all those options upstream had labeled before as simply
"deprecated" ... this isnt a patch i'm adding or not adding, upstream finally
cut out all the code with these latest releases
for those who dont know what i'm talking about, consider:
tail -1
head -1
<some other stuff i cant remember>
these things wont work anymore ... you had your warn time, now get over it
note: for those who think they can argue for support of these features to be
kept in Gentoo, you're barking up the wrong tree so dont waste your time
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] coreutils: deprecated behavior not so deprecated
2006-01-24 4:04 [gentoo-dev] coreutils: deprecated behavior not so deprecated Mike Frysinger
@ 2006-01-24 4:19 ` Ciaran McCreesh
2006-01-24 11:46 ` Diego 'Flameeyes' Pettenò
2006-01-25 6:54 ` [gentoo-dev] " MIkey
2006-01-27 13:44 ` [gentoo-dev] " Mike Frysinger
2 siblings, 1 reply; 9+ messages in thread
From: Ciaran McCreesh @ 2006-01-24 4:19 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
On Mon, 23 Jan 2006 23:04:48 -0500 Mike Frysinger <vapier@gentoo.org>
wrote:
| as a heads up, the next version of coreutils i add to portage (5.93)
| drops support for all those options upstream had labeled before as
| simply "deprecated" ... this isnt a patch i'm adding or not adding,
| upstream finally cut out all the code with these latest releases
Pretty much the same issue for findutils-4.3. You'll have to get the
argument order correct and remember to include the path.
--
Ciaran McCreesh : Gentoo Developer (King of all Londinium)
Mail : ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] coreutils: deprecated behavior not so deprecated
2006-01-24 4:19 ` Ciaran McCreesh
@ 2006-01-24 11:46 ` Diego 'Flameeyes' Pettenò
0 siblings, 0 replies; 9+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2006-01-24 11:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
On Tuesday 24 January 2006 05:19, Ciaran McCreesh wrote:
> Pretty much the same issue for findutils-4.3. You'll have to get the
> argument order correct and remember to include the path.
I'm very glad of this :P
--
Diego "Flameeyes" Pettenò - http://dev.gentoo.org/~flameeyes/
Gentoo/ALT lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Re: coreutils: deprecated behavior not so deprecated
2006-01-24 4:04 [gentoo-dev] coreutils: deprecated behavior not so deprecated Mike Frysinger
2006-01-24 4:19 ` Ciaran McCreesh
@ 2006-01-25 6:54 ` MIkey
2006-01-25 13:27 ` Mike Frysinger
2006-01-25 13:28 ` Diego 'Flameeyes' Pettenò
2006-01-27 13:44 ` [gentoo-dev] " Mike Frysinger
2 siblings, 2 replies; 9+ messages in thread
From: MIkey @ 2006-01-25 6:54 UTC (permalink / raw
To: gentoo-dev
Mike Frysinger wrote:
> note: for those who think they can argue for support of these features to
> be kept in Gentoo, you're barking up the wrong tree so dont waste your
> time -mike
So, um, when can we expect all hell to break loose? Just a quick check on
my laptop:
media-video/mjpegtools-1.8.0-r1 (/usr/bin/anytovcd.sh)
77: awk '$4 == "build" {print $5}' | sed s/,// | head -1`"
85: awk '/Audio:/ {print $8}' | head -${2} | tail -1`"
93: awk '/Audio:/ {print $4}' | sed s/,// | head -${2} | tail -1`"
101: awk '/Audio:/ {print $5}' | sed s/,// | head -${2} | tail -1`"
107: echo "`head -1 /tmp/tmp.y4m | awk '{print $4}' | cut -c 2-`"
114: echo "`head -1 /tmp/tmp.y4m | awk '{print $5}' | cut -c 2-`"
121: echo "`head -1 /tmp/tmp.y4m | awk '{print $6}' | cut -c 2-`"
128: echo "`head -1 /tmp/tmp.y4m | awk '{sub("W","",$2); sub("H","",$3);
print $2"x"$3}'`"
135: awk '/Video:/ {print $4}' | sed s/,// | head -1`"
327:FFMPEG_AUD_TRACK="`${FFMPEG} -i \"${AUDIO_SRC}\" 2>&1 | awk '/Audio:/
{sub("^#","",$2); print $2}' | awk -F[ '{print $1}' | head -${AUD_TRACK} |
tail -1`"
gnome-base/gnome-libs-1.4.2 (/usr/bin/gnome-bug)
181: ( [ -f /etc/SuSE-release ] && head -1 /etc/SuSE-release) || \
media-video/xine-ui-0.99.3-r1 (/usr/bin/xine-bugreport)
613: short=`head -1 <$tmpfile`
906: xine_executable=`echo "$xine_executable1" | head -1`
925: xine_config=`echo "$xine_configs" | head -1`
935: xine_config=`echo "$xine_configs" | head -1`
1105: hdparm=`echo "$found"|head -1`
1148: xvinfo=`echo "$found"|head -1`
1149: XVIDEO=`$xvinfo|head -1`
1390: mailer=`echo "$found"|head -1`
media-video/xine-ui-0.99.3-r1 (/usr/bin/xine-check)
613: short=`head -1 <$tmpfile`
906: xine_executable=`echo "$xine_executable1" | head -1`
925: xine_config=`echo "$xine_configs" | head -1`
935: xine_config=`echo "$xine_configs" | head -1`
1105: hdparm=`echo "$found"|head -1`
1148: xvinfo=`echo "$found"|head -1`
1149: XVIDEO=`$xvinfo|head -1`
1390: mailer=`echo "$found"|head -1`
kde-base/kdenetwork-3.5.0 (/usr/kde/3.5/bin/krfb_httpd)
23: size=`xdpyinfo -display :0| grep dimensions:|head -1|sed -e
"s/.*dimensions: *//" -e "s/ pixels.*//"`
dev-php/php-4.4.0-r4 (/usr/lib/php/build/libtool.m4)
3358:
lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System
| head -1`
sys-apps/portage-2.0.54 (/usr/lib/portage/bin/find-requires)
28: head -1 $f | sed -e 's/^\#\![ ]*//' | cut -d" " -f1
dev-lang/python-2.4.2 (/usr/lib/python2.4/test/test_itertools.py)
114: # sort s | uniq -c | sort -rn | head -3
app-emulation/cedega-5.0.1 (/usr/lib/transgaming_cedega/system_detection.py)
207: pipeFile = os.popen("head -1 " + filename)
gnome-base/gnome-vfs-1.0.5-r4 (/usr/lib/vfs/extfs/trpm)
151: name=`head -1 $name`
net-analyzer/nagios-plugins-1.4.2 (/usr/nagios/libexec/check_oracle)
183: loginchk3=` echo "$loginchk" | grep "ORA-" | head -1`
204: error=` echo "$result" | grep "ORA-" | head -1`
219: error=` echo "$result" | grep "ORA-" | head -1`
257: error=` echo "$result" | grep "ORA-" | head -1`
net-analyzer/nagios-plugins-1.4.2 (/usr/nagios/libexec/contrib/aix/check_io)
53: DATA=`head -1 /tmp/iotest.hndl`
net-analyzer/nagios-plugins-1.4.2
(/usr/nagios/libexec/contrib/aix/check_queue)
53: DATA=`head -1 /tmp/qtmp.hndl`
app-arch/tar-1.15.1 (/usr/sbin/backup-tar)
127: head -1|
app-arch/tar-1.15.1 (/usr/sbin/backup.sh)
263: | head -1 \
sys-kernel/gentoo-sources-2.6.14-r5
(/usr/src/linux-2.6.14-gentoo-r5/arch/frv/Makefile)
26:CCSPECS := $(shell $(CC) -v 2>&1 | grep "^Reading specs from " |
head -1 | cut -c20-)
sys-kernel/gentoo-sources-2.6.14-r5
(/usr/src/linux-2.6.14-gentoo-r5/drivers/char/speakup/install)
3:VERSION=v`head -2 /usr/src/linux/Makefile | \
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Re: coreutils: deprecated behavior not so deprecated
2006-01-25 6:54 ` [gentoo-dev] " MIkey
@ 2006-01-25 13:27 ` Mike Frysinger
2006-01-25 13:28 ` Diego 'Flameeyes' Pettenò
1 sibling, 0 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-01-25 13:27 UTC (permalink / raw
To: gentoo-dev
On Wednesday 25 January 2006 01:54, MIkey wrote:
> Mike Frysinger wrote:
> > note: for those who think they can argue for support of these features to
> > be kept in Gentoo, you're barking up the wrong tree so dont waste your
> > time -mike
>
> So, um, when can we expect all hell to break loose?
i added the version last nite so all unstable users will be seeing this now
> Just a quick check on my laptop:
so file a bug
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Re: coreutils: deprecated behavior not so deprecated
2006-01-25 6:54 ` [gentoo-dev] " MIkey
2006-01-25 13:27 ` Mike Frysinger
@ 2006-01-25 13:28 ` Diego 'Flameeyes' Pettenò
1 sibling, 0 replies; 9+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2006-01-25 13:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 390 bytes --]
On Wednesday 25 January 2006 07:54, MIkey wrote:
> media-video/xine-ui-0.99.3-r1 (/usr/bin/xine-bugreport)
One would suppose that newer coreutils goes in ~arch so the ~arch version
should be tested, mainly.
xine-ui 0.99.4-r3 has that fixed at least.
--
Diego "Flameeyes" Pettenò - http://dev.gentoo.org/~flameeyes/
Gentoo/ALT lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] coreutils: deprecated behavior not so deprecated
2006-01-24 4:04 [gentoo-dev] coreutils: deprecated behavior not so deprecated Mike Frysinger
2006-01-24 4:19 ` Ciaran McCreesh
2006-01-25 6:54 ` [gentoo-dev] " MIkey
@ 2006-01-27 13:44 ` Mike Frysinger
2006-01-27 13:55 ` Caleb Tennis
2006-01-29 12:35 ` Grobian
2 siblings, 2 replies; 9+ messages in thread
From: Mike Frysinger @ 2006-01-27 13:44 UTC (permalink / raw
To: gentoo-dev
On Monday 23 January 2006 23:04, Mike Frysinger wrote:
> for those who dont know what i'm talking about, consider:
> tail -1
> head -1
> <some other stuff i cant remember>
it would seem i lied about this (at least the first two still work)
the source code was refactored and i assumed this to mean they cut out the
backwards compat code without looking deeper into the source in case they had
actually moved it, my bad
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] coreutils: deprecated behavior not so deprecated
2006-01-27 13:44 ` [gentoo-dev] " Mike Frysinger
@ 2006-01-27 13:55 ` Caleb Tennis
2006-01-29 12:35 ` Grobian
1 sibling, 0 replies; 9+ messages in thread
From: Caleb Tennis @ 2006-01-27 13:55 UTC (permalink / raw
To: gentoo-dev
On Friday 27 January 2006 08:44, Mike Frysinger wrote:
> On Monday 23 January 2006 23:04, Mike Frysinger wrote:
> > for those who dont know what i'm talking about, consider:
> > tail -1
> > head -1
> > <some other stuff i cant remember>
>
> it would seem i lied about this (at least the first two still work)
Still, the behavior of "tail -1" and "head -1" should be fixed in the packages
that are implementing it. I suppose your previous e-mail was good enough
warning that this behavior is deprecated and will be removed at somepoint
from coreutils.
Caleb
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] coreutils: deprecated behavior not so deprecated
2006-01-27 13:44 ` [gentoo-dev] " Mike Frysinger
2006-01-27 13:55 ` Caleb Tennis
@ 2006-01-29 12:35 ` Grobian
1 sibling, 0 replies; 9+ messages in thread
From: Grobian @ 2006-01-29 12:35 UTC (permalink / raw
To: gentoo-dev
On 27-01-2006 08:44:14 -0500, Mike Frysinger wrote:
> On Monday 23 January 2006 23:04, Mike Frysinger wrote:
> > for those who dont know what i'm talking about, consider:
> > tail -1
> > head -1
> > <some other stuff i cant remember>
>
> it would seem i lied about this (at least the first two still work)
FYI:
sort +0 doesn't work anymore. Not sure, but it seems to control the
sorting order, sort +1 sorts reverse, all the rest normal.
autofs uses this in the auto.net script, which causes the automounter to
get broken. Bug #120403.
--
Fabian Groffen
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-01-29 12:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 4:04 [gentoo-dev] coreutils: deprecated behavior not so deprecated Mike Frysinger
2006-01-24 4:19 ` Ciaran McCreesh
2006-01-24 11:46 ` Diego 'Flameeyes' Pettenò
2006-01-25 6:54 ` [gentoo-dev] " MIkey
2006-01-25 13:27 ` Mike Frysinger
2006-01-25 13:28 ` Diego 'Flameeyes' Pettenò
2006-01-27 13:44 ` [gentoo-dev] " Mike Frysinger
2006-01-27 13:55 ` Caleb Tennis
2006-01-29 12:35 ` Grobian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox