GNU bug report logs -
#7981
error in getopt1.c library file of the coreutils project (from the http download)
Previous Next
Reported by: Eric Blake <eblake <at> redhat.com>
Date: Fri, 4 Feb 2011 14:56:02 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7981 in the body.
You can then email your comments to 7981 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#7981
; Package
coreutils
.
(Fri, 04 Feb 2011 14:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Eric Blake <eblake <at> redhat.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Fri, 04 Feb 2011 14:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 02/04/2011 07:45 AM, Robert Dell wrote:
> This is being emailed to you because you are the maintainers of the
> coreutils project. I don't know who is responsible
> but one of you four should be able to get this done. The information
> about who maintains this project may even be obsolete and if so, I
> apologize for that.
The better place to mail would be the coreutils mailing list itself, not
random developers. bug-coreutils <at> gnu.org (cc'd).
>
>
> from this download:
> http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz
>
> line 40 you have
> getopt_long (int argc, char *__getopt_argv_const *argv, const char
> *options,
>
> it should be
> getopt_long (int argc, char *__getopt_argv_const, char *argv, const char
> *options,
No, it should not be. __getopt_argv_const is a macro that expands
either to the empty string or to const, depending on your system.
>
> it errors out if otherwise.
What platform and what error? Unless you can give us more details, we
have to assume the bug is in your setup and not in coreutils.
--
Eric Blake eblake <at> redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
Reply sent
to
Jim Meyering <jim <at> meyering.net>
:
You have taken responsibility.
(Sun, 30 Oct 2011 13:41:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Eric Blake <eblake <at> redhat.com>
:
bug acknowledged by developer.
(Sun, 30 Oct 2011 13:41:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 7981-done <at> debbugs.gnu.org (full text, mbox):
Eric Blake wrote:
> On 02/04/2011 07:45 AM, Robert Dell wrote:
>> This is being emailed to you because you are the maintainers of the
>> coreutils project. I don't know who is responsible
>> but one of you four should be able to get this done. The information
>> about who maintains this project may even be obsolete and if so, I
>> apologize for that.
>
> The better place to mail would be the coreutils mailing list itself, not
> random developers. bug-coreutils <at> gnu.org (cc'd).
>
>> from this download:
>> http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz
>>
>> line 40 you have
>> getopt_long (int argc, char *__getopt_argv_const *argv, const char
>> *options,
>>
>> it should be
>> getopt_long (int argc, char *__getopt_argv_const, char *argv, const char
>> *options,
>
> No, it should not be. __getopt_argv_const is a macro that expands
> either to the empty string or to const, depending on your system.
>
>> it errors out if otherwise.
>
> What platform and what error? Unless you can give us more details, we
> have to assume the bug is in your setup and not in coreutils.
Thanks for the report.
However, it has now been nearly 8 months, and without more information,
we can't do much. If you can provide the requested info, please do
and we'll be happy to reopen this bug if it affects the latest release,
which is now coreutils-8.14.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 28 Nov 2011 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.