Your message dated Sat, 18 Jul 2015 15:34:51 +0000
with message-id <[email protected]>
and subject line Bug#787866: fixed in autogen 1:5.18.6~pre3-2
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 [email protected]
immediately.)


-- 
787866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787866
Debian Bug Tracking System
Contact [email protected] 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  = "[email protected]";
    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-2

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Sat, 18 Jul 2015 16:13:36 +0200
Source: autogen
Binary: autogen autogen-doc libopts25 libopts25-dev
Architecture: source all i386
Version: 1:5.18.6~pre3-2
Distribution: experimental
Urgency: medium
Maintainer: Andreas Metzler <[email protected]>
Changed-By: Andreas Metzler <[email protected]>
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-2) experimental; urgency=medium
 .
   * Add 20_nosetlocale.diff, to really Closes: #787866.
Checksums-Sha1:
 92f83549363320040a0536946312183ac5dbef66 2199 autogen_5.18.6~pre3-2.dsc
 b14468a809c67af06bfa82f612d0155885b30d9e 18040 
autogen_5.18.6~pre3-2.debian.tar.xz
 d53c9fa6f2c62198a3060b10b34b158fc44e1fee 691544 
autogen-doc_5.18.6~pre3-2_all.deb
 1b03e117aab6b25f03447614cb74df339cdc65b8 567238 autogen_5.18.6~pre3-2_i386.deb
 5f52e76655cdd514cd8a47f13a0156263bdf7a2b 107336 
libopts25-dev_5.18.6~pre3-2_i386.deb
 23f5b6a0e3c7f033f645dbb398cb9d5e3d58c49b 72240 libopts25_5.18.6~pre3-2_i386.deb
Checksums-Sha256:
 3b8bea43dbe8667a19639ab4478450092291b12376f647e065a91ca2b023a19a 2199 
autogen_5.18.6~pre3-2.dsc
 cff7ae544b5aa5d7f03a8f55b7d22a7c038384c6619232b500c530fbf7ded8d4 18040 
autogen_5.18.6~pre3-2.debian.tar.xz
 6bbce41f22d00d4f183412bc20aa6aeab33c89b8a1dc1217c108080ce66bc7ee 691544 
autogen-doc_5.18.6~pre3-2_all.deb
 764682a3e0fb640be9cc6cbbe0f3285ad06c2d149dff6a5f8115f77508d0acb8 567238 
autogen_5.18.6~pre3-2_i386.deb
 cb86068b92a9d0ab7ae8021dc78f223118daade54f7d32dc403aa52d2ae772bf 107336 
libopts25-dev_5.18.6~pre3-2_i386.deb
 ed1a79d1fb8c3f319234721d99f7017445954f5fd9cf294d25bd368b51357105 72240 
libopts25_5.18.6~pre3-2_i386.deb
Files:
 5c46a72b7b99b856c79b247047be54c7 2199 devel optional autogen_5.18.6~pre3-2.dsc
 e3a375eb4b2416a4bd7b1dd2444c34a4 18040 devel optional 
autogen_5.18.6~pre3-2.debian.tar.xz
 f6415f8c89fdf55154e82a812ead4ccd 691544 doc optional 
autogen-doc_5.18.6~pre3-2_all.deb
 a18ebc1b0288401f2644f9e9b76d0d4c 567238 devel optional 
autogen_5.18.6~pre3-2_i386.deb
 38684da80e76f045b9edde7c915ee0d7 107336 libdevel optional 
libopts25-dev_5.18.6~pre3-2_i386.deb
 7e80c49ff48969ded310d4c04d50ce49 72240 libs optional 
libopts25_5.18.6~pre3-2_i386.deb

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

iQIcBAEBCgAGBQJVqmELAAoJEKVPAYVDghSE/p4P/3q5egT3kaURB0YujWoxapSn
NBDwne5j6F8aLlIoBubTjTI37envdpq5bpOeSe37g5tjR0JPN2gjfi8qfE4PQn9l
MjbrtIRGuoQBIkGoxcZv9F6OOqRFjQybtgvUHsIMCbq96kkUKbfcGZflZsQ9jrfF
KVSqgby5NusjIqfyQ+xGAK/xXSRgcKZ82zGW30IJMS/ZPJQ/pG1Nl/CPPkGJRfRZ
vfGTHxFtqmpFvee1sr+WY7t/tYyophTSsCquvsVTnm//RzzyGqozU6XzhvDPR++H
eozfokD4A16cwrt8ram+o2l0F2AHng0NvwW/yPS9ADzEUePhkk3e1Rli3KJMM71F
0yNhVO+X1m9086bP/aSh65KQKTznDq/cMZFeTo69BcsxeZDEnkjWh3p/rZ2A6G+B
RslSnV6jnc97Z97Zfq8DxExb/AIfX3JccfKYlnMHaqHYgZkDz/M+SWj6X25zseAY
GYp7FW2ccYs+/oaFgcRTG++w0PtEyHijQkOPKNnZ4NcNLfxES2peuL2yH7h42XQn
0QnMDFVOEMMTnE2gr7wNFS1/D9ehph562+B7I3vYWiCp5pa1kSEqBYL4o1Rnc23A
yt/I5yIe3WpbgQ5357bqrZMKHEZ2iQunVmpwkTW2ZolfiD2JQssIbMKi/KgAOayE
3zrSPsJyABCo4NsUEZys
=5ELu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to