Bug#402331: marked as done (FTBFS: "unable to find user alias")

2006-12-12 Thread Debian Bug Tracking System
Your message dated Tue, 12 Dec 2006 19:25:06 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402331: FTBFS: "unable to find user alias"
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qmail
Version: 1.03-40
Severity: serious

Using pbuilder in an i386 chroot:

[...]
( ./auto-uid auto_uida `head -1 conf-users` \
&&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
&&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
&&./auto-uid auto_uido `head -4 conf-users | tail -1` \
&&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
&&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
&&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
&&./auto-uid auto_uids `head -8 conf-users | tail -1` \
&&./auto-gid auto_gidq `head -1 conf-groups` \
&&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
fatal: unable to find user alias
make[1]: *** [auto_uids.c] Error 111
make[1]: Leaving directory `/tmp/buildd/qmail-1.03'
make: *** [build] Error 2
pbuilder: Failed autobuilding of package
[...]

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Quoting Thomas Huriaux <[EMAIL PROTECTED]>:

> Package: qmail
> Version: 1.03-40
> Severity: serious
>
> Using pbuilder in an i386 chroot:
>
> [...]
> ( ./auto-uid auto_uida `head -1 conf-users` \
>   &&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
>   &&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
>   &&./auto-uid auto_uido `head -4 conf-users | tail -1` \
>   &&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
>   &&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
>   &&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
>   &&./auto-uid auto_uids `head -8 conf-users | tail -1` \
>   &&./auto-gid auto_gidq `head -1 conf-groups` \
>   &&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
>   ) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
> fatal: unable to find user alias
> make[1]: *** [auto_uids.c] Error 111
> make[1]: Leaving directory `/tmp/buildd/qmail-1.03'
> make: *** [build] Error 2
> pbuilder: Failed autobuilding of package
> [...]



This pops up now and again ... You have attempted to build the package without
installing it first.  If you install the package, the install scripts will
create that user for you.

If you don't want to do that, feel free to add any missing users yourself.

If you want to know why this is an issue, ask the people than fund Debian, as
they are the ones that demanded the "qmail users" be removed from the default
passwd file because qmail is considered "non-free"  If you dig through the old
bug reports for qmail-src, you will see a bug that added in the code to add the
users.

Cheers!

Jon


--- End Message ---


Bug#402331: marked as done (FTBFS: "unable to find user alias")

2006-12-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 Dec 2006 18:02:42 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402331: FTBFS: "unable to find user alias"
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qmail
Version: 1.03-40
Severity: serious

Using pbuilder in an i386 chroot:

[...]
( ./auto-uid auto_uida `head -1 conf-users` \
&&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
&&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
&&./auto-uid auto_uido `head -4 conf-users | tail -1` \
&&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
&&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
&&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
&&./auto-uid auto_uids `head -8 conf-users | tail -1` \
&&./auto-gid auto_gidq `head -1 conf-groups` \
&&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
fatal: unable to find user alias
make[1]: *** [auto_uids.c] Error 111
make[1]: Leaving directory `/tmp/buildd/qmail-1.03'
make: *** [build] Error 2
pbuilder: Failed autobuilding of package
[...]

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Quoting Thomas Huriaux <[EMAIL PROTECTED]>:

My previous emails have gone unanswered, but I have uploaded a new release that
should fix this issue.  Look in the upload queue for -41, or wait for when
qmail-src shows back up in testing.

I found the offending single-line of code in the debian/rules file that was
causing the error you were experiencing.

If you feel that this is not fixed, please feel free to re-open the bug.

Cheers!

Jon


--- End Message ---


Bug#402331: marked as done (FTBFS: "unable to find user alias")

2006-12-20 Thread Debian Bug Tracking System
Your message dated Thu, 21 Dec 2006 00:17:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402331: fixed in qmail 1.03-41
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qmail
Version: 1.03-40
Severity: serious

Using pbuilder in an i386 chroot:

[...]
( ./auto-uid auto_uida `head -1 conf-users` \
&&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
&&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
&&./auto-uid auto_uido `head -4 conf-users | tail -1` \
&&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
&&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
&&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
&&./auto-uid auto_uids `head -8 conf-users | tail -1` \
&&./auto-gid auto_gidq `head -1 conf-groups` \
&&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
fatal: unable to find user alias
make[1]: *** [auto_uids.c] Error 111
make[1]: Leaving directory `/tmp/buildd/qmail-1.03'
make: *** [build] Error 2
pbuilder: Failed autobuilding of package
[...]

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: qmail
Source-Version: 1.03-41

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

qmail-src_1.03-41_all.deb
  to pool/non-free/q/qmail/qmail-src_1.03-41_all.deb
qmail_1.03-41.diff.gz
  to pool/non-free/q/qmail/qmail_1.03-41.diff.gz
qmail_1.03-41.dsc
  to pool/non-free/q/qmail/qmail_1.03-41.dsc



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.
Jon Marler <[EMAIL PROTECTED]> (supplier of updated qmail 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: SHA1

Format: 1.7
Date: Sat, 16 Dec 2006 12:30:32 -0600
Source: qmail
Binary: qmail-src
Architecture: source all
Version: 1.03-41
Distribution: unstable
Urgency: low
Maintainer: Jon Marler <[EMAIL PROTECTED]>
Changed-By: Jon Marler <[EMAIL PROTECTED]>
Description: 
 qmail-src  - Source only package for building qmail binary package
Closes: 402331
Changes: 
 qmail (1.03-41) unstable; urgency=low
 .
   * Changed rules file to allow building -src on systems without qmail users
 (Closes: #402331)
Files: 
 c25c54b4677c7facfd5328fc009ec0c9 762 non-free/mail extra qmail_1.03-41.dsc
 d51a40b1c98f339758e98fd7285223b0 347368 non-free/mail extra 
qmail_1.03-41.diff.gz
 f12b2026abd2d40bd8b1f7a1a0a87d43 579678 non-free/mail extra 
qmail-src_1.03-41_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRYnPC0S7Zkn0eJstAQIOdgP9HeNWpErc/JWLRPDH3eCfmctxG+8/4aCy
hA3nAw+1ww9wLruOAbQE/XmgF9Y8KOsV7EWSVjpuzq2knYGTua1Nli+hKfvIGqTK
5wtUKm2GKZJ/vsYrDuVbfZpoxpDFKOYsVXG3N5ROFjocubgUQgcUg45j2L4rRncl
ESOnQKFsYXQ=
=+iNC
-END PGP SIGNATURE-

--- End Message ---


Bug#402331: marked as done (FTBFS: "unable to find user alias")

2006-12-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Dec 2006 15:41:17 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402331: FTBFS: "unable to find user alias"
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qmail
Version: 1.03-40
Severity: serious

Using pbuilder in an i386 chroot:

[...]
( ./auto-uid auto_uida `head -1 conf-users` \
&&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
&&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
&&./auto-uid auto_uido `head -4 conf-users | tail -1` \
&&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
&&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
&&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
&&./auto-uid auto_uids `head -8 conf-users | tail -1` \
&&./auto-gid auto_gidq `head -1 conf-groups` \
&&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
fatal: unable to find user alias
make[1]: *** [auto_uids.c] Error 111
make[1]: Leaving directory `/tmp/buildd/qmail-1.03'
make: *** [build] Error 2
pbuilder: Failed autobuilding of package
[...]

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Quoting Thomas Huriaux <[EMAIL PROTECTED]>:

> Note also that once this is fixed, you should update the description of
> the qmail-src package.

I am not exactly sure what pbuilder is doing here, but I don't get the same
behavior when executing "debian/rules binary" to build -*just*- the qmail-src
package.  If you are trying to build the qmail package as well, you will have
to have the users.  Period.

"qmail" is not an "official" Debian package.  "qmail-src" is an "official"
Debian non-free package.

I believe that the problem here is that your default invocation of pbuilder is
attempting to build both the qmail-src and the qmail packages, which are two
separate things.

I did find where attempting to build the qmail-src package would require the
users, and I have fixed that bug.  It appears that you are now reporting the
same error, with a different package, that is not part of Debian.

Please separate out the two.  As far as I can tell, I have fixed the bug in
qmail-src.  The remaining complaint about the qmail package is moot, as qmail
is not part of Debian.

Also, I do not see where or why I need to update the description of the
qmail-src package.  Update what exactly?  If you want a change in the
description, please file a different bug report.

Cheers!

Jon

--- End Message ---


Bug#402331: marked as done (FTBFS: "unable to find user alias")

2006-12-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Dec 2006 23:17:10 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402331: fixed in qmail 1.03-42
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qmail
Version: 1.03-40
Severity: serious

Using pbuilder in an i386 chroot:

[...]
( ./auto-uid auto_uida `head -1 conf-users` \
&&./auto-uid auto_uidd `head -2 conf-users | tail -1` \
&&./auto-uid auto_uidl `head -3 conf-users | tail -1` \
&&./auto-uid auto_uido `head -4 conf-users | tail -1` \
&&./auto-uid auto_uidp `head -5 conf-users | tail -1` \
&&./auto-uid auto_uidq `head -6 conf-users | tail -1` \
&&./auto-uid auto_uidr `head -7 conf-users | tail -1` \
&&./auto-uid auto_uids `head -8 conf-users | tail -1` \
&&./auto-gid auto_gidq `head -1 conf-groups` \
&&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \
) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c
fatal: unable to find user alias
make[1]: *** [auto_uids.c] Error 111
make[1]: Leaving directory `/tmp/buildd/qmail-1.03'
make: *** [build] Error 2
pbuilder: Failed autobuilding of package
[...]

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: qmail
Source-Version: 1.03-42

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

qmail-src_1.03-42_all.deb
  to pool/non-free/q/qmail/qmail-src_1.03-42_all.deb
qmail_1.03-42.diff.gz
  to pool/non-free/q/qmail/qmail_1.03-42.diff.gz
qmail_1.03-42.dsc
  to pool/non-free/q/qmail/qmail_1.03-42.dsc



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.
Jon Marler <[EMAIL PROTECTED]> (supplier of updated qmail 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: SHA1

Format: 1.7
Date: Thu, 21 Dec 2006 16:54:58 -0600
Source: qmail
Binary: qmail-src
Architecture: source all
Version: 1.03-42
Distribution: unstable
Urgency: low
Maintainer: Jon Marler <[EMAIL PROTECTED]>
Changed-By: Jon Marler <[EMAIL PROTECTED]>
Description: 
 qmail-src  - Source only package for building qmail binary package
Closes: 402331
Changes: 
 qmail (1.03-42) unstable; urgency=low
 .
   * Attempt #2 at fixing autobuild bug (Closes: #402331)
Files: 
 4ca7967f3170fc090961d37a235df1f7 762 non-free/mail extra qmail_1.03-42.dsc
 78b1a71a4aef9ad6a2232e3c7aa6f3b6 347471 non-free/mail extra 
qmail_1.03-42.diff.gz
 ef4b18eff105c0cfdf496619d18ee2a8 579812 non-free/mail extra 
qmail-src_1.03-42_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRYsSH0S7Zkn0eJstAQK/WQQAh0mLjEKr+5Cmd36fDsG20sdChMoBiIoW
NiFwiWMems+mtAXG99566oOlo0wcjrc6LOf/cIGnMLvE9QaSswb2PhSrfVrthfs+
EwZnhV+yTchLm8p+4b4usRMzgJ4Llz2rlWhkM09+UvqgKL8GH5hYh5HiQ6pudm8C
r0yTnyqp2qg=
=82af
-END PGP SIGNATURE-

--- End Message ---