Your message dated Mon, 9 Nov 2009 21:48:12 +0100
with message-id <[email protected]>
and subject line Re: state of #269919
has caused the Debian Bug report #269919,
regarding bundling broken
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
269919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269919
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl-base
Version: 5.8.4-2
Severity: normal
Hi!
Getopt::Long insists on a space between the switch and the value, if
it's a short switch. This is not GNU getopt compatible and quite
annoying. I stumbled upon this annoyance with dpkg-sig which needs the
space between -k and the keyid, and on the other hand debsign insists on
no space between -k and the keyid (which on the other hand is also a
bug there which will be reported seperately, but still this is a bug in
Getopt::Long).
The description in the manual page says that it implements the GNU
extensions, so this is quite surely a bug. It would be great if it could
be fixed, otherwise I'll have to file bugreports for switching to
Getopt::Mixed which does it right (and even is smaller and faster, it
seems). Maybe upstream should rather bundle Getopt::Mixed instead if
this can't be fixed or noone wants to.
So long,
Alfie
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-alfie.1
Locale: lang=de...@euro, lc_ctype=de...@euro
Versions of packages perl-base depends on:
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
-- no debconf information
--
"Life is too important to take seriously."
-- Corky Siegel
--- End Message ---
--- Begin Message ---
Hi!
Erm, using the bugnumber only in the subject isn't really helpful, it
makes it hard to search for the mail in crowded mailboxes ....
Anyway:
* Eugene V. Lyubimkin <[email protected]> [2009-11-07 14:25:03 CET]:
> Hi Gerfried,
>
> | When any level of bundling is enabled, option values may be inserted in
> | the bundle. For example:
> |
> | -h24w80
> |
> | is equivalent to
> |
> | -h 24 -w 80
>
> > *argh* This is sooo wrong. How does Getopt::Bundle guess if one
> >doesn't want to use "-h 24w80" instead? This is absolutely
> >non-intuitively..... *sigh*
>
> By looking into format specifier. It it's 'i', then 24 will be passed to h and
> 80 to w, if it's 's', then '24w80' will be passed to h. Is this satisfiable
> for you to close this bug?
Actually, I noticed this in the meantime myself - and even though I
would have sent that finding to the bugreport. So even though it may
look ugly it's a shortcut that I am willing to accept as non-bug - if
you feel like it you can close this bug. :)
Actually, doing it myself. So long!
Rhonda
--- End Message ---