Your message dated Mon, 29 Jun 2015 06:48:56 +0000
with message-id <e1z9ssc-0005ps...@franck.debian.org>
and subject line Bug#787866: fixed in autogen 1:5.18.6~pre3-1
has caused the Debian Bug report #787866,
regarding autogen: after upgrade to 5.18.5 autogen no longer works
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 ow...@bugs.debian.org
immediately.)


-- 
787866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: autogen
Version: 1:5.18.5-2
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?
Trying to run autogen on my def files fails consistently after upgrading
5.18.5. Downgrading to the .4 version works again.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
$ autogen ocpasswd-args.def

(the file is attached)


   * What was the outcome of this action?
Error in template /usr/share/autogen/optlib.tlib, line 780
        DEFINITIONS ERROR in /usr/share/autogen/optlib.tlib line 780 for
ocpasswd-args.h:
        Error:  value for opt passwd is `c'
must be single char or 'NUMBER'
Failing Guile command:  = = = = =

(error (sprintf
    "Error:  value for opt %s is `%s'\nmust be single char or 'NUMBER'"
    (get "name") (get "value")))

=================================

   * What outcome did you expect instead?
""

no output. The .c and .h files should have been generated.




-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages autogen depends on:
ii  guile-2.0-libs  2.0.11+1-9
ii  libc6           2.19-18
ii  libopts25       1:5.18.5-2
ii  libopts25-dev   1:5.18.5-2
ii  libxml2         2.9.2+dfsg1-3

Versions of packages autogen recommends:
ii  autogen-doc  1:5.18.5-2

autogen suggests no packages.
AutoGen Definitions options;
prog-name     = ocpasswd;
prog-title    = "OpenConnect server password utility";
prog-desc     = "OpenConnect VPN server plain password file handling program.";
disable-save;
no-xlate = opt;
gnu-usage;
config-header = config.h;
long-opts;
no-misuse-usage;
short-usage   = "Usage: ocpasswd -c [passwd] [options] username\nocpasswd 
--help for usage instructions.\n";
explain       = "";
reorder-args;
argument      = "[username]";

detail  = "This program is openconnect password (ocpasswd) utility. It allows 
the generation
and handling of a 'plain' password file used by ocserv.";

copyright = {
    date  = "2013, 2014";
    owner = "Nikos Mavrogiannopoulos";
    author = "Nikos Mavrogiannopoulos";
    eaddr  = "openconnect-de...@lists.infradead.org";
    type  = gplv2;
};

flag = {
    name      = passwd;
    value     = c;
    arg-type  = file;
    descrip   = "Password file";
    doc   = "";
};

flag = {
    name      = groupname;
    value     = g;
    arg-type  = string;
    descrip   = "User's group name";
    doc   = "";
};

flag = {
    name      = delete;
    value     = d;
    descrip   = "Delete user";
    doc   = "Removes the specified user from the password file";
};

flag = {
    name      = lock;
    value     = l;
    descrip   = "Lock user";
    doc   = "Prevents the specified user from logging in";
};

flag = {
    name      = unlock;
    value     = u;
    descrip   = "Unlock user";
    doc   = "Re-enables login for the specified user";
};

help-value    = h;


doc-section = {
  ds-type = 'FILES';
  ds-format = 'texi';
  ds-text   = <<-_EOT_
@subheading Password file format
The password format of ocpasswd is as follows.

@example
username:groupname:encoded-password
@end example

The crypt(3) encoding is used for the encoded-password.

_EOT_;
};

doc-section = {
  ds-type = 'EXAMPLES';
  ds-format = 'texi';
  ds-text   = <<-_EOT_
@subheading Adding a user
@example
$ ocpasswd -c ocpasswd my_username
@end example

@subheading Locking a user
@example
$ ocpasswd -c ocpasswd -l my_username
@end example

@subheading Unlocking a user
@example
$ ocpasswd -c ocpasswd -u my_username
@end example
_EOT_;
};

doc-section = {
  ds-type   = 'SEE ALSO';
  ds-format = 'man';
  ds-text   = <<-_EOText_
ocserv(8), occtl(8)
_EOText_;
};

--- End Message ---
--- Begin Message ---
Source: autogen
Source-Version: 1:5.18.6~pre3-1

We believe that the bug you reported is fixed in the latest version of
autogen, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 787...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@debian.org> (supplier of updated autogen package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jun 2015 08:24:37 +0200
Source: autogen
Binary: autogen autogen-doc libopts25 libopts25-dev
Architecture: source all i386
Version: 1:5.18.6~pre3-1
Distribution: experimental
Urgency: medium
Maintainer: Andreas Metzler <ametz...@debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Description:
 autogen    - automated text file generator
 autogen-doc - automated text file generator - documentation
 libopts25  - automated option processing library based on autogen
 libopts25-dev - automated option processing library based on autogen
Closes: 787866
Changes:
 autogen (1:5.18.6~pre3-1) experimental; urgency=medium
 .
   * New upstream version.
     + Unwinds Guile wrapper macro removals, which should fix spurious
       breakage. Closes: #787866
Checksums-Sha1:
 0eed91c5776a05af70ba2f3e2ea2908aa62a977e 2199 autogen_5.18.6~pre3-1.dsc
 e337e436c78e2fa250659742866c4a15ec92dfc4 1024116 
autogen_5.18.6~pre3.orig.tar.xz
 19a2880ff5572970939f5c7ebdddf9789d46fd42 17772 
autogen_5.18.6~pre3-1.debian.tar.xz
 e499803469146cc3562f6ecb99b6d499aaa5a2f4 691462 
autogen-doc_5.18.6~pre3-1_all.deb
 f24581b83636588b8a82169a576b6675870a4bd9 559068 autogen_5.18.6~pre3-1_i386.deb
 36b6dbd198f5349c7105b86534fbe54d596f0b9f 107160 
libopts25-dev_5.18.6~pre3-1_i386.deb
 9b980999f03847c26e9f8940846ab18bc134f032 72278 libopts25_5.18.6~pre3-1_i386.deb
Checksums-Sha256:
 fa301fc56e627f0fa5b4a0fc7b04788adf4a266b6ed937c2842f7dafefbd7858 2199 
autogen_5.18.6~pre3-1.dsc
 09fcf3b16c71a44db0c295697a2346463b51c0882df310d6cf2279f7a8a4e7c6 1024116 
autogen_5.18.6~pre3.orig.tar.xz
 903891fa363e63914a05004958f6446fcf618ced72db0991244830346f09987e 17772 
autogen_5.18.6~pre3-1.debian.tar.xz
 deafa6248c37ce38293ef37280a1ff2cdd62a8965a666da1e4f40d224d205b7f 691462 
autogen-doc_5.18.6~pre3-1_all.deb
 0de73d1b36601cb5055c18186632ce2e824e7bd34e9cec7f94c62c07ff7d94ae 559068 
autogen_5.18.6~pre3-1_i386.deb
 13342d53384c8748aa8f3f5ca5b5d95c52159d5bab01ef2b45e45a8fd1efa34e 107160 
libopts25-dev_5.18.6~pre3-1_i386.deb
 a955c129bc394365e0600c7820c414668f4daff098fe75a6094fcc8ae4799923 72278 
libopts25_5.18.6~pre3-1_i386.deb
Files:
 9e20de5d7dc5790d1d550097280a1cda 2199 devel optional autogen_5.18.6~pre3-1.dsc
 97d4f0377d052207fb137e2dfc86e9fe 1024116 devel optional 
autogen_5.18.6~pre3.orig.tar.xz
 658564bbca3fec67baa722c3d7e644b9 17772 devel optional 
autogen_5.18.6~pre3-1.debian.tar.xz
 3af5b4bef50d894d32e1aec45bac7058 691462 doc optional 
autogen-doc_5.18.6~pre3-1_all.deb
 50f24d18438701b42e3a89e01ace618a 559068 devel optional 
autogen_5.18.6~pre3-1_i386.deb
 83e651a52a1586c403a3ee4b7d50f8f7 107160 libdevel optional 
libopts25-dev_5.18.6~pre3-1_i386.deb
 e6a29a67ca3b37427192d14362ca07c6 72278 libs optional 
libopts25_5.18.6~pre3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJVkOc2AAoJEKVPAYVDghSEejUP/0Iho8YCsBdlvCBAAVGwkL8o
RZGxHIB41/h50UBzsLzj59n7l8BQC6RSmzi5BLoW+CUcSp4Q7JMKtZGdosE65Kdm
D+Gz7sPq3dZOJMLV9LYQSLNZYKWNG4VMXRoIecbkt4gJy1Pma87qLFiEEz04m3nK
O+ILrm/uVMdUsQKZgWXsUfl+BlsETc54fQXgiFGpOB+KOBCNgEPe/wKSZvP1jhRL
XafcQYoMkOnT6xYa5GEV+kHstx7bW8aDAOPIb/aZl6nDRXkjaGCOD52InmcLQU0L
R5zkYAmm4Ax4mc7hzI1lOT34B7klRcS5/eESZX+efCCNKqDur8OTK+rN88g4N/DR
JqZskrziCrb/DiyzXUVa8/SYDLqGluyd1SyuJc8Ra8a82lIrcaR8aoM/Sd8q9wTq
28GqZCLUE3whL1dLwD+xa3TCqXeEEuch+AJQ2zfog9V7eWApX3SuMdujqvp2GsFW
+QmLx1IMpt3Dlie+/+YTG6ESQ8loCposLUyIlUk+dkMBJaSGoR+fOFLAsmka3ivu
gK3Pntl8mgg8XXpr5XjuhzqvxV0khbgwnJteLVnrK0O7PS7+RkH20HqNuzI0+p73
o8cHcAdyuQlbISdCVFiSQHjTJCD2xQmy/VE9osf6JKO6M+V2xLcAwcN3LFvYHuDk
OYg8bdGuB251Sq6aIhY5
=C31L
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to