* [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
@ 2003-10-07 19:41 Florian Schneider
2003-11-06 10:00 ` Mamoru KOMACHI
0 siblings, 1 reply; 22+ messages in thread
From: Florian Schneider @ 2003-10-07 19:41 UTC (permalink / raw
To: gentoo-dev
Hello,
After building my new system last week, I've found out, that the chown doesn't
accept the dot-version (user.group) anymore (except when we downgrade the
posix version with an environment variable).
bash-2.05b# chown florian.users blah
chown: `florian.users': invalid user
This also means that a lot of ebuilds have to be fixed.
On my system, 16 ebuild are affected, and at least six are from the system
layout (mailbase man portage baselayout slocate linux-headers)
You can read more here:
http://bugs.gentoo.org/show_bug.cgi?id=30596
Regards,
Florian
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* RE: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
@ 2003-10-07 19:48 Jeffrey Smelser
2003-10-07 20:00 ` Florian Schneider
2003-10-07 20:05 ` John Mylchreest
0 siblings, 2 replies; 22+ messages in thread
From: Jeffrey Smelser @ 2003-10-07 19:48 UTC (permalink / raw
To: gentoo-dev
That's odd, I just got done installing a gentoo box a few days ago. chown -R $user.users work many times over when I was bringing my old home directories over...
you sure that's a actual bug??
> -----Original Message-----
> From: Florian Schneider [mailto:mlist-catcher@gmx.net]
> Sent: Tuesday, October 07, 2003 2:41 PM
> To: gentoo-dev@gentoo.org
> Subject: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new
> systems
>
>
> Hello,
>
> After building my new system last week, I've found out, that
> the chown doesn't
> accept the dot-version (user.group) anymore (except when we
> downgrade the
> posix version with an environment variable).
>
> bash-2.05b# chown florian.users blah
> chown: `florian.users': invalid user
>
> This also means that a lot of ebuilds have to be fixed.
>
> On my system, 16 ebuild are affected, and at least six are
> from the system
> layout (mailbase man portage baselayout slocate linux-headers)
>
> You can read more here:
>
> http://bugs.gentoo.org/show_bug.cgi?id=30596
>
>
>
> Regards,
>
> Florian
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 19:48 [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems Jeffrey Smelser
@ 2003-10-07 20:00 ` Florian Schneider
2003-10-07 20:09 ` Mike Frysinger
2003-10-07 20:05 ` John Mylchreest
1 sibling, 1 reply; 22+ messages in thread
From: Florian Schneider @ 2003-10-07 20:00 UTC (permalink / raw
To: gentoo-dev
Am Dienstag, 7. Oktober 2003 21:48 schrieb Jeffrey Smelser:
> That's odd, I just got done installing a gentoo box a few days ago. chown
> -R $user.users work many times over when I was bringing my old home
> directories over...
>
> you sure that's a actual bug??
At least chown user.group does work according to the NEWS file item from
coreutils below.
It says:
> - chown: `.' is no longer recognized as a separator in the OWNER:GROUP
> specifier on POSIX 1003.1-2001 systems. If chown *was not* compiled
^^^^^^^^^^^^^^^^^^^^^^^^^
> on such a system, then it still accepts `.', by default. If chown
> was compiled on a POSIX 1003.1-2001 system, then you may enable the
> old behavior by setting _POSIX2_VERSION=199209 in your environment.
BTW: I use linux-2.6.0-test5-love3 with glibc-2.3.2-r5 and nptl and the ~x86
arch keyword.
So I think very few ppl will be affected by this, but in a few months things
may change.
Can anyone reproduce the bug/problem/issue?
Florian
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* RE: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
@ 2003-10-07 20:00 Jeffrey Smelser
0 siblings, 0 replies; 22+ messages in thread
From: Jeffrey Smelser @ 2003-10-07 20:00 UTC (permalink / raw
To: gentoo-dev
I guess from what i see, if your bleeding edge your affected.. But alas, it will be a problem soon ..
Sorry to budge in.. :)
> -----Original Message-----
> From: Florian Schneider [mailto:mlist-catcher@gmx.net]
> Sent: Tuesday, October 07, 2003 3:00 PM
> To: gentoo-dev@gentoo.org
> Subject: Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on
> new systems
>
>
> Am Dienstag, 7. Oktober 2003 21:48 schrieb Jeffrey Smelser:
> > That's odd, I just got done installing a gentoo box a few
> days ago. chown
> > -R $user.users work many times over when I was bringing my old home
> > directories over...
> >
> > you sure that's a actual bug??
>
> At least chown user.group does work according to the NEWS
> file item from
> coreutils below.
>
> It says:
>
> > - chown: `.' is no longer recognized as a separator in the
> OWNER:GROUP
> > specifier on POSIX 1003.1-2001 systems. If chown *was
> not* compiled
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> > on such a system, then it still accepts `.', by default. If chown
> > was compiled on a POSIX 1003.1-2001 system, then you may
> enable the
> > old behavior by setting _POSIX2_VERSION=199209 in your
> environment.
>
> BTW: I use linux-2.6.0-test5-love3 with glibc-2.3.2-r5 and
> nptl and the ~x86
> arch keyword.
>
> So I think very few ppl will be affected by this, but in a
> few months things
> may change.
>
> Can anyone reproduce the bug/problem/issue?
>
> Florian
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* RE: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 19:48 [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems Jeffrey Smelser
2003-10-07 20:00 ` Florian Schneider
@ 2003-10-07 20:05 ` John Mylchreest
1 sibling, 0 replies; 22+ messages in thread
From: John Mylchreest @ 2003-10-07 20:05 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 894 bytes --]
On Tue, 2003-10-07 at 20:48, Jeffrey Smelser wrote:
> That's odd, I just got done installing a gentoo box a few days ago. chown -R $user.users work many times over when I was bringing my old home directories over...
>
> you sure that's a actual bug??
I personally can confirm this as well.
It does however depend on the POSIX standard the system is complying
too, which requires quite bleeding edge for this to occur.
none the less this should be addressed before it effects too many users,
and this is something I am looking into now.
> > You can read more here:
> >
> > http://bugs.gentoo.org/show_bug.cgi?id=30596
Regards
--
John Mylchreest.
Gentoo Linux: http://www.gentoo.org
Public Key: gpg --recv-keys 0xEAB9E721
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xEAB9E721
Key fingerprint: 0670 E5E4 F461 806B 860A 2245 A40E 72EB EAB9 E721
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:00 ` Florian Schneider
@ 2003-10-07 20:09 ` Mike Frysinger
2003-10-07 20:18 ` Andrew Gaffney
2003-10-07 20:43 ` [gentoo-dev] " Florian Schneider
0 siblings, 2 replies; 22+ messages in thread
From: Mike Frysinger @ 2003-10-07 20:09 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 413 bytes --]
On Tuesday 07 October 2003 16:00, Florian Schneider wrote:
> So I think very few ppl will be affected by this, but in a few months
> things may change.
yes, few people, but why wait ?
> Can anyone reproduce the bug/problem/issue?
uhh just read the source code :p
but if thats not good enough:
root@vapier 0 root # chown root:root f
root@vapier 0 root # chown root.root f
chown: `root.root': invalid user
-mike
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:09 ` Mike Frysinger
@ 2003-10-07 20:18 ` Andrew Gaffney
2003-10-07 20:23 ` [gentoo-dev] " Michael Sterrett -Mr. Bones.-
2003-10-07 20:43 ` [gentoo-dev] " Florian Schneider
1 sibling, 1 reply; 22+ messages in thread
From: Andrew Gaffney @ 2003-10-07 20:18 UTC (permalink / raw
To: Gentoo Dev
Mike Frysinger wrote:
> On Tuesday 07 October 2003 16:00, Florian Schneider wrote:
>
>>So I think very few ppl will be affected by this, but in a few months
>>things may change.
>
>
> yes, few people, but why wait ?
>
>
>>Can anyone reproduce the bug/problem/issue?
>
>
> uhh just read the source code :p
> but if thats not good enough:
> root@vapier 0 root # chown root:root f
> root@vapier 0 root # chown root.root f
> chown: `root.root': invalid user
> -mike
I don't think its that big of a deal. Can't one of the devs just change
user.group to user:group in the relatively small amount of affected ebuilds?
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-dev] Re: coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:18 ` Andrew Gaffney
@ 2003-10-07 20:23 ` Michael Sterrett -Mr. Bones.-
2003-10-07 20:46 ` Lisa Seelye
0 siblings, 1 reply; 22+ messages in thread
From: Michael Sterrett -Mr. Bones.- @ 2003-10-07 20:23 UTC (permalink / raw
To: Andrew Gaffney; +Cc: Gentoo Dev
On Tue, 7 Oct 2003, Andrew Gaffney wrote:
> I don't think its that big of a deal. Can't one of the devs just change
> user.group to user:group in the relatively small amount of affected ebuilds?
It's not a huge deal, but it's not tiny either. There are (the last time I
counted) at least 400 places that need to be changed and that's just where
"chown" is used. That doesn't count the fowner calls. Unless there's a
script involved, I don't think it will be "one of the devs" fixing things
up on this one.
Michael Sterrett
-Mr. Bones.-
mr_bones_@gentoo.org
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:09 ` Mike Frysinger
2003-10-07 20:18 ` Andrew Gaffney
@ 2003-10-07 20:43 ` Florian Schneider
2003-10-07 20:48 ` John Mylchreest
1 sibling, 1 reply; 22+ messages in thread
From: Florian Schneider @ 2003-10-07 20:43 UTC (permalink / raw
To: gentoo-dev
Am Dienstag, 7. Oktober 2003 22:09 schrieb Mike Frysinger:
>
> > Can anyone reproduce the bug/problem/issue?
>
> uhh just read the source code :p
Done 8)
The POSIX version depends on the _POSIX2_VERSION variable in /usr/include/
unistd.h, whose content has benn changed since glibc-2.3.2-r2, whe first of
the keyword masked glibc versions.
There are 239 affected ebuilds in 84 different directories.
Florian
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] Re: coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:23 ` [gentoo-dev] " Michael Sterrett -Mr. Bones.-
@ 2003-10-07 20:46 ` Lisa Seelye
2003-10-07 20:52 ` John Mylchreest
0 siblings, 1 reply; 22+ messages in thread
From: Lisa Seelye @ 2003-10-07 20:46 UTC (permalink / raw
To: Michael Sterrett -Mr. Bones.-; +Cc: Andrew Gaffney, Gentoo Dev
[-- Attachment #1: Type: text/plain, Size: 974 bytes --]
On Tue, 2003-10-07 at 16:23, Michael Sterrett -Mr. Bones.- wrote:
> On Tue, 7 Oct 2003, Andrew Gaffney wrote:
>
> > I don't think its that big of a deal. Can't one of the devs just change
> > user.group to user:group in the relatively small amount of affected ebuilds?
>
> It's not a huge deal, but it's not tiny either. There are (the last time I
> counted) at least 400 places that need to be changed and that's just where
> "chown" is used. That doesn't count the fowner calls. Unless there's a
> script involved, I don't think it will be "one of the devs" fixing things
> up on this one.
Let's say you've got a file, 'foo' that contains
----CUT----
chown root.root foo
----CUT----
# echo "`cat foo | cut -d "." -f1`:`cat foo | cut -d "." -f2`"
seems to work on the simple case.
I'm sure someone can come up with a regex to match the dotted-chown.
--
Regards,
-Lisa
<Vix ulla tam iniqua pax, quin bello vel aequissimo sit potior>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:43 ` [gentoo-dev] " Florian Schneider
@ 2003-10-07 20:48 ` John Mylchreest
2003-10-07 21:11 ` Florian Schneider
0 siblings, 1 reply; 22+ messages in thread
From: John Mylchreest @ 2003-10-07 20:48 UTC (permalink / raw
To: Florian Schneider; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
> There are 239 affected ebuilds in 84 different directories.
Its been a while since i checked this, can you please publicise this
list?
--
John Mylchreest.
Gentoo Linux: http://www.gentoo.org
Public Key: gpg --recv-keys 0xEAB9E721
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xEAB9E721
Key fingerprint: 0670 E5E4 F461 806B 860A 2245 A40E 72EB EAB9 E721
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] Re: coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:46 ` Lisa Seelye
@ 2003-10-07 20:52 ` John Mylchreest
2003-10-07 20:59 ` Andrew Gaffney
0 siblings, 1 reply; 22+ messages in thread
From: John Mylchreest @ 2003-10-07 20:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 654 bytes --]
> Let's say you've got a file, 'foo' that contains
> ----CUT----
> chown root.root foo
> ----CUT----
>
> # echo "`cat foo | cut -d "." -f1`:`cat foo | cut -d "." -f2`"
>
> seems to work on the simple case.
>
> I'm sure someone can come up with a regex to match the dotted-chown.
this is easily fixed using a simple sed, however when it comes down to
the actual ebuilds, this isnt a possibility.
--
John Mylchreest.
Gentoo Linux: http://www.gentoo.org
Public Key: gpg --recv-keys 0xEAB9E721
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xEAB9E721
Key fingerprint: 0670 E5E4 F461 806B 860A 2245 A40E 72EB EAB9 E721
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] Re: coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:52 ` John Mylchreest
@ 2003-10-07 20:59 ` Andrew Gaffney
2003-10-07 21:15 ` Peter Ruskin
2003-10-07 21:17 ` John Mylchreest
0 siblings, 2 replies; 22+ messages in thread
From: Andrew Gaffney @ 2003-10-07 20:59 UTC (permalink / raw
To: Gentoo Dev
John Mylchreest wrote:
>>Let's say you've got a file, 'foo' that contains
>>----CUT----
>>chown root.root foo
>>----CUT----
>>
>># echo "`cat foo | cut -d "." -f1`:`cat foo | cut -d "." -f2`"
>>
>>seems to work on the simple case.
>>
>>I'm sure someone can come up with a regex to match the dotted-chown.
>
>
> this is easily fixed using a simple sed, however when it comes down to
> the actual ebuilds, this isnt a possibility.
Why not?
--
Andrew Gaffney
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:48 ` John Mylchreest
@ 2003-10-07 21:11 ` Florian Schneider
2003-10-07 21:18 ` Markus Nigbur
2003-10-07 21:25 ` Florian Schneider
0 siblings, 2 replies; 22+ messages in thread
From: Florian Schneider @ 2003-10-07 21:11 UTC (permalink / raw
To: gentoo-dev
Am Dienstag, 7. Oktober 2003 22:48 schrieb John Mylchreest:
> > There are 239 affected ebuilds in 84 different directories.
>
> Its been a while since i checked this, can you please publicise this
> list?
bash-2.05b$ egrep --include=*.ebuild -r -l "chown.*[a-z0-9]+\.[a-z0-9]+" *
app-admin/bacula/bacula-1.31.ebuild
app-admin/bacula/bacula-1.29.ebuild
app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild
app-cdr/xcdroast/xcdroast-0.98_alpha14-r1.ebuild
app-emacs/ilisp/ilisp-5.12.0-r3.ebuild
app-emacs/ilisp/ilisp-5.12.0-r2.ebuild
app-misc/colordiff/colordiff-1.0.3.ebuild
app-misc/gallery/gallery-1.4_p1.ebuild
app-misc/screen/screen-3.9.15-r1.ebuild
app-misc/screen/screen-3.9.13-r4.ebuild
app-misc/screen/screen-3.9.15.ebuild
app-sci/chessbrain/chessbrain-20310.ebuild
app-sci/chessbrain/chessbrain-20314.ebuild
app-sci/chessbrain/chessbrain-20304.ebuild
app-sci/setiathome/setiathome-3.08-r1.ebuild
app-sci/setiathome/setiathome-3.08.ebuild
app-sci/setiathome/setiathome-3.03-r1.ebuild
app-text/ptex/ptex-3.1.2-r1.ebuild
app-text/ptex/ptex-3.1.2.ebuild
app-text/tetex/tetex-1.0.7-r13.ebuild
app-text/tetex/tetex-1.0.7-r12.ebuild
app-text/tetex/tetex-2.0.2.ebuild
app-text/tetex/tetex-2.0.2-r1.ebuild
app-text/htmltidy/htmltidy-0.8.4.ebuild
app-text/htmltidy/htmltidy-2.7.18.ebuild
app-text/htmltidy/htmltidy-2.7.18-r1.ebuild
app-text/acroread/acroread-5.08.ebuild
dev-db/xindice/xindice-1.0.ebuild
dev-db/mysql/mysql-3.23.57-r1.ebuild
dev-db/mysql/mysql-3.23.56.ebuild
dev-db/mysql/mysql-4.0.14-r2.ebuild
dev-db/mysql/mysql-4.0.12.ebuild
dev-db/mysql/mysql-4.0.14.ebuild
dev-db/mysql/mysql-3.23.52-r1.ebuild
dev-db/mysql/mysql-4.0.14-r1.ebuild
dev-db/mysql/mysql-4.0.13-r4.ebuild
dev-db/mysql/mysql-3.23.57.ebuild
dev-db/mysql/mysql-4.0.15.ebuild
dev-db/postgresql/postgresql-7.3.ebuild
dev-db/postgresql/postgresql-7.3.3.ebuild
dev-db/postgresql/postgresql-7.3.2.ebuild
dev-db/postgresql/postgresql-7.3.4.ebuild
dev-java/blackdown-jdk/blackdown-jdk-1.3.1-r9.ebuild
dev-java/blackdown-jdk/blackdown-jdk-1.3.1-r8.ebuild
dev-java/blackdown-jdk/blackdown-jdk-1.3.1-r10.ebuild
dev-java/blackdown-jdk/blackdown-jdk-1.3.1-r7.ebuild
dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild
dev-java/blackdown-jre/blackdown-jre-1.3.1-r9.ebuild
dev-java/blackdown-jre/blackdown-jre-1.3.1-r8.ebuild
dev-java/sun-j2sdk/sun-j2sdk-1.4.1.ebuild
dev-java/sun-j2sdk/sun-j2sdk-1.4.1-r1.ebuild
dev-libs/cyrus-sasl/cyrus-sasl-2.1.13.ebuild
dev-libs/cyrus-sasl/cyrus-sasl-2.1.15.ebuild
dev-libs/cyrus-sasl/cyrus-sasl-2.1.14.ebuild
dev-lisp/cmucl-source/cmucl-source-18e.ebuild
dev-lisp/common-lisp-controller/common-lisp-controller-3.64.ebuild
dev-python/python-docs/python-docs-2.2.1-r1.ebuild
dev-python/python-docs/python-docs-2.2.1.ebuild
dev-util/subversion/subversion-0.26.0.ebuild
dev-util/subversion/subversion-0.30.0.ebuild
dev-util/subversion/subversion-0.27.0.ebuild
dev-util/subversion/subversion-0.24.2-r1.ebuild
dev-util/subversion/subversion-0.28.0.ebuild
dev-util/subversion/subversion-0.25.0.ebuild
dev-util/aegis/aegis-4.7.ebuild
dev-util/aegis/aegis-4.9.ebuild
dev-util/aegis/aegis-4.4.ebuild
gnome-base/gdm/gdm-2.2.5.4-r5.ebuild
gnome-base/gdm/gdm-2.4.1.6.ebuild
media-sound/timidity-eawpatches/timidity-eawpatches-12.ebuild
media-sound/speechd/speechd-0.56.ebuild
media-sound/freeamp/freeamp-2.1.1-r1.ebuild
net-analyzer/snort/snort-1.8.6.ebuild
net-analyzer/snort/snort-2.0.1-r1.ebuild
net-analyzer/snort/snort-2.0.1.ebuild
net-analyzer/snort/snort-1.9.1-r1.ebuild
net-analyzer/snort/snort-1.9.1.ebuild
net-analyzer/snort/snort-1.9.1-r3.ebuild
net-analyzer/snort/snort-2.0.0.ebuild
net-analyzer/snort/snort-1.8.7.ebuild
net-analyzer/snort/snort-1.9.0.ebuild
net-analyzer/snort/snort-2.0.2.ebuild
net-analyzer/snort/snort-1.9.1-r2.ebuild
net-analyzer/driftnet/driftnet-0.1.6.ebuild
net-dialup/ppp/ppp-2.4.1-r13.ebuild
net-dns/bind/bind-9.2.2-r3.ebuild
net-dns/bind/bind-9.2.2.ebuild
net-dns/bind/bind-9.2.2-r2.ebuild
net-dns/bind/bind-9.2.2_rc1-r2.ebuild
net-dns/bind/bind-9.2.2-r1.ebuild
net-firewall/dynfw/dynfw-1.0.1.ebuild
net-firewall/ipchains-firewall/ipchains-firewall-1.7.3.ebuild
net-fs/samba/samba-3.0.0-r1.ebuild
net-fs/samba/samba-3.0.0_rc4.ebuild
net-fs/samba/samba-3.0.0.ebuild
net-ftp/vsftpd/vsftpd-1.2.0.ebuild
net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild
net-ftp/vsftpd/vsftpd-1.2.0-r1.ebuild
net-ftp/vsftpd/vsftpd-1.1.3.ebuild
net-im/jabber-server/jabber-server-1.4.2-r3.ebuild
net-im/jabber-server/jabber-server-1.4.2-r2.ebuild
net-im/jabber-server/jabber-server-1.4.2-r4.ebuild
net-mail/courier/courier-0.42.2.ebuild
net-mail/courier/courier-0.42.2-r3.ebuild
net-mail/vpopmail/vpopmail-5.2.1-r6.ebuild
net-mail/vpopmail/vpopmail-5.2.1-r5.ebuild
net-mail/vpopmail/vpopmail-5.2.1-r7.ebuild
net-mail/qmail/qmail-1.03-r11.ebuild
net-mail/qmail/qmail-1.03-r9.ebuild
net-mail/qmail/qmail-1.03-r10.ebuild
net-mail/qmail/qmail-1.03-r8.ebuild
net-mail/qmail/qmail-1.03-r12.ebuild
net-mail/mailman/mailman-2.1.1-r3.ebuild
net-mail/mailman/mailman-2.1.1-r2.ebuild
net-mail/mailman/mailman-2.1.2.ebuild
net-mail/mailman/mailman-2.1.2-r1.ebuild
net-mail/cyrus-imapd/cyrus-imapd-2.1.13.ebuild
net-mail/cyrus-imapd/cyrus-imapd-2.1.15.ebuild
net-mail/cyrus-imapd/cyrus-imapd-2.1.12.ebuild
net-mail/cyrus-imapd/cyrus-imapd-2.1.15-r1.ebuild
net-mail/cyrus-imapd/cyrus-imapd-2.1.11-r1.ebuild
net-mail/cyrus-imapd/cyrus-imapd-2.1.14.ebuild
net-mail/mailbase/mailbase-0.00-r4.ebuild
net-mail/mailbase/mailbase-0.00-r6.ebuild
net-mail/mailbase/mailbase-0.00-r5.ebuild
net-mail/mozilla-thunderbird/mozilla-thunderbird-0.1_alpha20030727.ebuild
net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030826.ebuild
net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2.ebuild
net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild
net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild
net-mail/nullmailer/nullmailer-1.00_rc7-r1.ebuild
net-mail/nullmailer/nullmailer-1.00_rc7.ebuild
net-mail/qmail-mysql/qmail-mysql-1.03.ebuild
net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild
net-mail/postfix/postfix-1.1.11.20020917-r1.ebuild
net-mail/postfix/postfix-1.1.11.20020917.ebuild
net-misc/nut/nut-1.4.0.ebuild
net-misc/nut/nut-1.2.1.ebuild
net-misc/nut/nut-1.3.6.ebuild
net-misc/nut/nut-1.2.2.ebuild
net-misc/nut/nut-1.2.1-r1.ebuild
net-misc/nut/nut-1.5.1.ebuild
net-misc/l2tpd/l2tpd-0.69.ebuild
net-misc/radvd/radvd-0.7.2-r1.ebuild
net-nds/openldap/openldap-2.1.22.ebuild
net-nds/openldap/openldap-2.1.21.ebuild
net-nds/openldap/openldap-2.0.25-r3.ebuild
net-nds/openldap/openldap-2.0.27-r4.ebuild
net-news/inn/inn-2.3.5.ebuild
net-p2p/freenet/freenet-0.5.2.1-r6.ebuild
net-p2p/freenet/freenet-0.5.2.1-r3.ebuild
net-p2p/freenet/freenet-0.5.2.1-r5.ebuild
net-p2p/freenet/freenet-0.5.2.1-r7.ebuild
net-p2p/overnet/overnet-0.48.2.ebuild
net-www/oops/oops-1.5.6.ebuild
net-www/orion/orion-2.0.1.ebuild
net-www/orion/orion-2.0.ebuild
net-www/resin-ee/resin-ee-2.1.9.ebuild
net-www/resin/resin-2.1.9.ebuild
net-www/squid/squid-2.5.4.ebuild
net-www/squid/squid-2.5.3.ebuild
net-www/squid/squid-2.4.7.ebuild
net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6-r1.ebuild
net-www/mozilla-firebird-bin/mozilla-firebird-bin-0.6.1.ebuild
net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild
net-www/mozilla/mozilla-1.1-r1.ebuild
net-www/tomcat/tomcat-4.1.24-r1.ebuild
net-www/mozilla-firebird/mozilla-firebird-0.6.1.ebuild
net-www/mozilla-firebird/mozilla-firebird-0.6-r7.ebuild
net-zope/xron/xron-0.0.10.ebuild
net-zope/zope/zope-2.4.0-r6.ebuild
net-zope/zope/zope-2.5.1.ebuild
sys-apps/powerpc-utils/powerpc-utils-1.1.3-r7.ebuild
sys-apps/powerpc-utils/powerpc-utils-1.1.3.ebuild
sys-apps/mac-fdisk/mac-fdisk-0.1.ebuild
sys-apps/baselayout/baselayout-1.8.6.8-r1.ebuild
sys-apps/baselayout/baselayout-1.8.6.10-r1.ebuild
sys-apps/baselayout/baselayout-1.8.5.9.ebuild
sys-apps/slocate/slocate-2.7-r2.ebuild
sys-apps/portage/portage-2.0.49-r8.ebuild
sys-apps/portage/portage-2.0.49-r3.ebuild
sys-apps/portage/portage-2.0.49-r7.ebuild
sys-apps/portage/portage-2.0.48-r5.ebuild
sys-apps/portage/portage-2.0.49-r9.ebuild
sys-apps/portage/portage-2.0.49-r6.ebuild
sys-kernel/ppc-sources-crypto/ppc-sources-crypto-2.4.20.ebuild
sys-kernel/ppc-sources/ppc-sources-2.4.19-r6.ebuild
sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild
sys-kernel/ppc-sources/ppc-sources-2.4.19-r3.ebuild
sys-kernel/ppc-sources/ppc-sources-2.4.19-r5.ebuild
sys-kernel/ppc-sources/ppc-sources-2.4.20-r1.ebuild
sys-kernel/ppc-sources/ppc-sources-2.4.19-r4.ebuild
sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild
sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild
sys-kernel/linux-headers/linux-headers-2.2.20.ebuild
sys-kernel/linux-headers/linux-headers-2.4.19.ebuild
sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild
sys-kernel/linux-headers/linux-headers-2.4.16.ebuild
sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild
sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild
sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild
sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild
sys-kernel/linux-headers/linux-headers-2.4.18.ebuild
sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild
sys-kernel/mosix-sources/mosix-sources-2.4.20.ebuild
sys-kernel/mosix-sources/mosix-sources-2.4.19.ebuild
sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild
sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild
sys-kernel/vanilla-sources/vanilla-sources-2.2.25.ebuild
sys-kernel/vanilla-sources/vanilla-sources-2.2.22.ebuild
sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild
sys-kernel/alpha-sources/alpha-sources-2.4.20-r1.ebuild
sys-kernel/alpha-sources/alpha-sources-2.4.19-r2.ebuild
sys-kernel/alpha-sources/alpha-sources-2.4.19-r1.ebuild
sys-kernel/alpha-sources/alpha-sources-2.4.20-r2.ebuild
sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild
sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild
sys-kernel/usermode-sources/usermode-sources-2.4.21.ebuild
sys-kernel/usermode-sources/usermode-sources-2.4.19-r51.ebuild
sys-kernel/usermode-sources/usermode-sources-2.4.20-r1.ebuild
sys-kernel/usermode-sources/usermode-sources-2.4.22.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta5-r8.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta5-r14.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta6.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta5-r11.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta5-r4.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta5.ebuild
sys-kernel/development-sources/development-sources-2.6.0_beta6-r8.ebuild
sys-libs/nss-mysql/nss-mysql-0.43-r1.ebuild
sys-libs/nss-mysql/nss-mysql-0.43.ebuild
sys-libs/nss-mysql/nss-mysql-0.40.ebuild
x11-themes/xmms-themes/xmms-themes-0.0.3.ebuild
x11-themes/xmms-themes/xmms-themes-0.0.2.ebuild
x11-themes/mplayer-skins/mplayer-skins-0.1.ebuild
x11-themes/mplayer-skins/mplayer-skins-0.1-r1.ebuild
x11-themes/mplayer-skins/mplayer-skins-0.2.ebuild
x11-themes/mplayer-skins/mplayer-skins-0.2-r1.ebuild
x11-themes/windowmaker-themes/windowmaker-themes-0.1.ebuild
Flo
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] Re: coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:59 ` Andrew Gaffney
@ 2003-10-07 21:15 ` Peter Ruskin
2003-10-07 21:17 ` John Mylchreest
1 sibling, 0 replies; 22+ messages in thread
From: Peter Ruskin @ 2003-10-07 21:15 UTC (permalink / raw
To: gentoo-dev
On Tuesday 07 Oct 2003 21:59, Andrew Gaffney wrote:
> John Mylchreest wrote:
> >>Let's say you've got a file, 'foo' that contains
> >>----CUT----
> >>chown root.root foo
> >>----CUT----
> >>
> >># echo "`cat foo | cut -d "." -f1`:`cat foo | cut -d "." -f2`"
> >>
> >>seems to work on the simple case.
> >>
> >>I'm sure someone can come up with a regex to match the
> >> dotted-chown.
> >
> > this is easily fixed using a simple sed, however when it comes down
> > to the actual ebuilds, this isnt a possibility.
>
> Why not?
Well, for a start it probably isn't always root.root, so how are you
going to find a regex for all the cases? You'd have to first look at
all the chown entries (may even be more than one per line) and then
decide how to handle it.
Peter
--
======================================================================
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1,
2.4.22_pre2-gss)
i686 AMD Athlon(tm) XP 3200+
======================================================================
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] Re: coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 20:59 ` Andrew Gaffney
2003-10-07 21:15 ` Peter Ruskin
@ 2003-10-07 21:17 ` John Mylchreest
1 sibling, 0 replies; 22+ messages in thread
From: John Mylchreest @ 2003-10-07 21:17 UTC (permalink / raw
To: Andrew Gaffney; +Cc: Gentoo Dev
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
> > this is easily fixed using a simple sed, however when it comes down to
> > the actual ebuilds, this isnt a possibility.
>
> Why not?
it would require every change to be logged, each one to be individually
checked, QA'd, scanned and commited.
so basically, whether this is done manually or not, there will still be
similar amounts of work involved.
if the chown is outside the ebuild, then that would need to be modified
also.
--
John Mylchreest.
Gentoo Linux: http://www.gentoo.org
Public Key: gpg --recv-keys 0xEAB9E721
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xEAB9E721
Key fingerprint: 0670 E5E4 F461 806B 860A 2245 A40E 72EB EAB9 E721
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 21:11 ` Florian Schneider
@ 2003-10-07 21:18 ` Markus Nigbur
2003-10-07 21:25 ` Florian Schneider
1 sibling, 0 replies; 22+ messages in thread
From: Markus Nigbur @ 2003-10-07 21:18 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]
On Tue, 7 Oct 2003 23:11:58 +0200
Florian Schneider <mlist-catcher@gmx.net> wrote:
> Am Dienstag, 7. Oktober 2003 22:48 schrieb John Mylchreest:
> > > There are 239 affected ebuilds in 84 different directories.
> >
> > Its been a while since i checked this, can you please publicise this
> > list?
>
> bash-2.05b$ egrep --include=*.ebuild -r -l
> "chown.*[a-z0-9]+\.[a-z0-9]+" * app-admin/bacula/bacula-1.31.ebuild
probably better than my quick python hack ;-)
http://dev.gentoo.org/~pyrania/old_posix_ebuilds
http://dev.gentoo.org/~pyrania/oldposix.py
-- Markus
--
Markus Nigbur
Gentoo Developer
http://www.gentoo.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 21:11 ` Florian Schneider
2003-10-07 21:18 ` Markus Nigbur
@ 2003-10-07 21:25 ` Florian Schneider
1 sibling, 0 replies; 22+ messages in thread
From: Florian Schneider @ 2003-10-07 21:25 UTC (permalink / raw
To: gentoo-dev
Am Dienstag, 7. Oktober 2003 23:11 schrieb Florian Schneider:
> Am Dienstag, 7. Oktober 2003 22:48 schrieb John Mylchreest:
> > > There are 239 affected ebuilds in 84 different directories.
> >
> > Its been a while since i checked this, can you please publicise this
> > list?
>
> bash-2.05b$ egrep --include=*.ebuild -r -l "chown.*[a-z0-9]+\.[a-z0-9]+" *
> app-text/htmltidy/htmltidy-0.8.4.ebuild
> app-text/htmltidy/htmltidy-2.7.18.ebuild
> app-text/htmltidy/htmltidy-2.7.18-r1.ebuild
> net-dns/bind/bind-9.2.2-r3.ebuild
> net-dns/bind/bind-9.2.2.ebuild
> net-dns/bind/bind-9.2.2-r2.ebuild
> net-dns/bind/bind-9.2.2_rc1-r2.ebuild
> net-dns/bind/bind-9.2.2-r1.ebuild
> net-ftp/vsftpd/vsftpd-1.2.0.ebuild
> net-ftp/vsftpd/vsftpd-1.1.3-r1.ebuild
> net-ftp/vsftpd/vsftpd-1.2.0-r1.ebuild
> net-ftp/vsftpd/vsftpd-1.1.3.ebuild
> net-nds/openldap/openldap-2.1.22.ebuild
> net-nds/openldap/openldap-2.1.21.ebuild
> net-nds/openldap/openldap-2.0.25-r3.ebuild
> net-nds/openldap/openldap-2.0.27-r4.ebuild
> net-p2p/freenet/freenet-0.5.2.1-r6.ebuild
> net-p2p/freenet/freenet-0.5.2.1-r3.ebuild
> net-p2p/freenet/freenet-0.5.2.1-r5.ebuild
> net-p2p/freenet/freenet-0.5.2.1-r7.ebuild
These can be removed since the regex matches too much.
Flo
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-10-07 19:41 Florian Schneider
@ 2003-11-06 10:00 ` Mamoru KOMACHI
2003-11-06 10:14 ` Dennis Freise
` (2 more replies)
0 siblings, 3 replies; 22+ messages in thread
From: Mamoru KOMACHI @ 2003-11-06 10:00 UTC (permalink / raw
To: gentoo-dev
Hi,
At Tue, 7 Oct 2003 21:41:00 +0200,
Florian Schneider wrote:
> I've found out, that the chown doesn't accept the dot-version
> (user.group) anymore (except when we downgrade the posix version
> with an environment variable).
>
> bash-2.05b# chown florian.users blah
> chown: `florian.users': invalid user
"fowners user.group dst" will also fail in sush a system since fowners
uses chmod internally. I've just fixed sys-apps/at for the sake of
GWN of this week ;) (atd won't start if fowners doesn't set directory
owner correctly)
Here is a list of affected ebuilds at the moment:
app-admin/amanda/amanda-2.4.4-r1.ebuild
app-admin/amanda/amanda-2.4.4.ebuild
app-admin/conserver/conserver-8.0.1-r1.ebuild
app-admin/conserver/conserver-8.0.1.ebuild
app-admin/conserver/conserver-8.0.3.ebuild
dev-db/mysqltool/mysqltool-0.95-r1.ebuild
dev-db/mysqltool/mysqltool-0.95-r2.ebuild
dev-php/jpgraph/jpgraph-1.12.2.ebuild
dev-php/turck-mmcache/turck-mmcache-2.3.20.ebuild
dev-php/turck-mmcache/turck-mmcache-2.3.21.ebuild
dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild
dev-php/turck-mmcache/turck-mmcache-2.3.23.ebuild
dev-php/turck-mmcache/turck-mmcache-2.4.1.ebuild
dev-php/turck-mmcache/turck-mmcache-2.4.2.ebuild
dev-php/turck-mmcache/turck-mmcache-2.4.3.ebuild
dev-php/turck-mmcache/turck-mmcache-2.4.4.ebuild
dev-php/turck-mmcache/turck-mmcache-2.4.5.ebuild
dev-util/perforce/perforce-2002.2-r1.ebuild
dev-util/perforce/perforce-2002.2.ebuild
games-arcade/tuxpuck/tuxpuck-0.8.1.ebuild
net-irc/irc-server/irc-server-2.10.3_p3.ebuild
net-mail/mailbase/mailbase-0.00-r5.ebuild
net-mail/mailbase/mailbase-0.00-r6.ebuild
net-mail/nullmailer/nullmailer-1.00_rc7-r1.ebuild
net-mail/nullmailer/nullmailer-1.00_rc7.ebuild
net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild
net-mail/qmail-mysql/qmail-mysql-1.03.ebuild
net-mail/qmail/qmail-1.03-r10.ebuild
net-mail/qmail/qmail-1.03-r11.ebuild
net-mail/qmail/qmail-1.03-r12.ebuild
net-mail/qmail/qmail-1.03-r13.ebuild
net-mail/qmail/qmail-1.03-r8.ebuild
net-mail/qmail/qmail-1.03-r9.ebuild
net-mail/qpopper/qpopper-4.0.5.ebuild
net-mail/sendmail/sendmail-8.12.10.ebuild
net-mail/sendmail/sendmail-8.12.8.ebuild
net-mail/sendmail/sendmail-8.12.9-r1.ebuild
net-mail/sendmail/sendmail-8.12.9-r2.ebuild
net-mail/sendmail/sendmail-8.12.9.ebuild
net-misc/ndtpd/ndtpd-3.1.5.ebuild
net-misc/radvd/radvd-0.7.1.ebuild
net-misc/radvd/radvd-0.7.2.ebuild
net-www/apache/apache-1.3.27-r3.ebuild
net-www/apache/apache-1.3.27-r4.ebuild
net-www/apache/apache-1.3.28-r1.ebuild
net-www/apache/apache-1.3.28.ebuild
net-www/apache/apache-1.3.29-r1.ebuild
net-www/apache/apache-1.3.29.ebuild
net-www/apache/apache-2.0.46.ebuild
net-www/apache/apache-2.0.47-r1.ebuild
net-www/apache/apache-2.0.47.ebuild
net-www/apache/apache-2.0.48-r1.ebuild
net-www/apache/apache-2.0.48.ebuild
net-www/mod_auth_external/mod_auth_external-2.2.3.ebuild
sys-apps/xmbmon/xmbmon-2.0.1.ebuild
sys-apps/xmbmon/xmbmon-2.0.3.ebuild
sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.3.ebuild
sys-cluster/ganglia-monitor-core/ganglia-monitor-core-2.5.4.ebuild
x11-base/xfree/xfree-4.2.1-r2.ebuild
x11-base/xfree/xfree-4.3.0-r2.ebuild
x11-base/xfree/xfree-4.3.0-r3.ebuild
x11-base/xfree/xfree-4.3.99.13.ebuild
x11-base/xfree/xfree-4.3.99.14.ebuild
x11-base/xfree/xfree-4.3.99.15.ebuild
x11-terms/aterm/aterm-0.4.2-r4.ebuild
--
Mamoru KOMACHI <usata@gentoo.org>
http://www.gentoo.org/~usata/
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-11-06 10:00 ` Mamoru KOMACHI
@ 2003-11-06 10:14 ` Dennis Freise
2003-11-06 16:43 ` Matthew Kennedy
2003-11-06 20:33 ` Robin H. Johnson
2 siblings, 0 replies; 22+ messages in thread
From: Dennis Freise @ 2003-11-06 10:14 UTC (permalink / raw
To: gentoo-dev
> Here is a list of affected ebuilds at the moment:
[...]
I have to add 'net-irc/eggdrop-1.6.15-r1' to this list. eggdrops configure
script uses 'head -1' which is also obsolete and produces an error ('head -n
1' is the correct syntax now). A patch against eggdrop 1.6.15 is available
at bugs.gentoo.org (http://bugs.gentoo.org/show_bug.cgi?id=32694)
Greetings, Dennis
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-11-06 10:00 ` Mamoru KOMACHI
2003-11-06 10:14 ` Dennis Freise
@ 2003-11-06 16:43 ` Matthew Kennedy
2003-11-06 20:33 ` Robin H. Johnson
2 siblings, 0 replies; 22+ messages in thread
From: Matthew Kennedy @ 2003-11-06 16:43 UTC (permalink / raw
To: Mamoru KOMACHI; +Cc: gentoo-dev
Mamoru KOMACHI <usata@gentoo.org> writes:
> Hi,
>
> At Tue, 7 Oct 2003 21:41:00 +0200,
> Florian Schneider wrote:
>
>> I've found out, that the chown doesn't accept the dot-version
>> (user.group) anymore (except when we downgrade the posix version
>> with an environment variable).
>>
>> bash-2.05b# chown florian.users blah
>> chown: `florian.users': invalid user
>
> "fowners user.group dst" will also fail in sush a system since fowners
> uses chmod internally. I've just fixed sys-apps/at for the sake of
> GWN of this week ;) (atd won't start if fowners doesn't set directory
> owner correctly)
>
> Here is a list of affected ebuilds at the moment:
>
[...]
Ouch.
,----[ /etc/env.d/00coreutils-posix2-version ]
| _POSIX2_VERSION=199209
|
`----
To bypass that mess.
Matt
--
Matthew Kennedy
Gentoo Linux Developer
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems
2003-11-06 10:00 ` Mamoru KOMACHI
2003-11-06 10:14 ` Dennis Freise
2003-11-06 16:43 ` Matthew Kennedy
@ 2003-11-06 20:33 ` Robin H. Johnson
2 siblings, 0 replies; 22+ messages in thread
From: Robin H. Johnson @ 2003-11-06 20:33 UTC (permalink / raw
To: Gentoo Developers
[-- Attachment #1: Type: text/plain, Size: 858 bytes --]
On Thu, Nov 06, 2003 at 07:00:24PM +0900, Mamoru KOMACHI wrote:
> app-admin/amanda/amanda-2.4.4-r1.ebuild
> app-admin/amanda/amanda-2.4.4.ebuild
> dev-db/mysqltool/mysqltool-0.95-r1.ebuild
> dev-db/mysqltool/mysqltool-0.95-r2.ebuild
> dev-php/jpgraph/jpgraph-1.12.2.ebuild
> net-mail/nullmailer/nullmailer-1.00_rc7-r1.ebuild
> net-mail/nullmailer/nullmailer-1.00_rc7.ebuild
> net-mail/qmail/qmail-1.03-r10.ebuild
> net-mail/qmail/qmail-1.03-r11.ebuild
> net-mail/qmail/qmail-1.03-r12.ebuild
> net-mail/qmail/qmail-1.03-r13.ebuild
> net-mail/qmail/qmail-1.03-r8.ebuild
> net-mail/qmail/qmail-1.03-r9.ebuild
fixed.
--
Robin Hugh Johnson
E-Mail : robbat2@orbis-terrarum.net
Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ# : 30269588 or 41961639
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2003-11-06 20:28 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 19:48 [gentoo-dev] coreutils >=5.0.1 breaks chown user.group on new systems Jeffrey Smelser
2003-10-07 20:00 ` Florian Schneider
2003-10-07 20:09 ` Mike Frysinger
2003-10-07 20:18 ` Andrew Gaffney
2003-10-07 20:23 ` [gentoo-dev] " Michael Sterrett -Mr. Bones.-
2003-10-07 20:46 ` Lisa Seelye
2003-10-07 20:52 ` John Mylchreest
2003-10-07 20:59 ` Andrew Gaffney
2003-10-07 21:15 ` Peter Ruskin
2003-10-07 21:17 ` John Mylchreest
2003-10-07 20:43 ` [gentoo-dev] " Florian Schneider
2003-10-07 20:48 ` John Mylchreest
2003-10-07 21:11 ` Florian Schneider
2003-10-07 21:18 ` Markus Nigbur
2003-10-07 21:25 ` Florian Schneider
2003-10-07 20:05 ` John Mylchreest
-- strict thread matches above, loose matches on Subject: below --
2003-10-07 20:00 Jeffrey Smelser
2003-10-07 19:41 Florian Schneider
2003-11-06 10:00 ` Mamoru KOMACHI
2003-11-06 10:14 ` Dennis Freise
2003-11-06 16:43 ` Matthew Kennedy
2003-11-06 20:33 ` Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox