Your message dated Thu, 29 Jun 2006 22:17:40 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358182: fixed in erlang 1:10.b.10-3
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: erlang
Version: 1:10.b.9-2
Severity: important
There was an error while trying to autobuild your package:
> Automatic build of erlang_1:10.b.9-2 on debian01 by sbuild/s390 85
[...]
> make[1]: Entering directory `/build/buildd/erlang-10.b.9'
> cd erts/emulator && ERL_TOP=/build/buildd/erlang-10.b.9 make generate depend
> make[2]: Entering directory `/build/buildd/erlang-10.b.9/erts/emulator'
> make -f s390-ibm-linux/Makefile generate
> make[3]: Entering directory `/build/buildd/erlang-10.b.9/erts/emulator'
> make[3]: s390-ibm-linux/Makefile: No such file or directory
> make[3]: *** No rule to make target `s390-ibm-linux/Makefile'. Stop.
> make[3]: Leaving directory `/build/buildd/erlang-10.b.9/erts/emulator'
> make[2]: *** [generate] Error 2
> make[2]: Leaving directory `/build/buildd/erlang-10.b.9/erts/emulator'
> make[1]: *** [depend] Error 2
> make[1]: Leaving directory `/build/buildd/erlang-10.b.9'
> make: *** [build-hipe-stamp] Error 2
> ******************************************************************************
> Build finished at 20060321-1625
> FAILED [dpkg-buildpackage died]
--- End Message ---
--- Begin Message ---
Source: erlang
Source-Version: 1:10.b.10-3
We believe that the bug you reported is fixed in the latest version of
erlang, which is due to be installed in the Debian FTP archive:
erlang-base-hipe_10.b.10-3_i386.deb
to pool/main/e/erlang/erlang-base-hipe_10.b.10-3_i386.deb
erlang-base_10.b.10-3_i386.deb
to pool/main/e/erlang/erlang-base_10.b.10-3_i386.deb
erlang-dev_10.b.10-3_i386.deb
to pool/main/e/erlang/erlang-dev_10.b.10-3_i386.deb
erlang-examples_10.b.10-3_all.deb
to pool/main/e/erlang/erlang-examples_10.b.10-3_all.deb
erlang-mode_10.b.10-3_all.deb
to pool/main/e/erlang/erlang-mode_10.b.10-3_all.deb
erlang-nox_10.b.10-3_all.deb
to pool/main/e/erlang/erlang-nox_10.b.10-3_all.deb
erlang-src_10.b.10-3_all.deb
to pool/main/e/erlang/erlang-src_10.b.10-3_all.deb
erlang-x11_10.b.10-3_all.deb
to pool/main/e/erlang/erlang-x11_10.b.10-3_all.deb
erlang_10.b.10-3.diff.gz
to pool/main/e/erlang/erlang_10.b.10-3.diff.gz
erlang_10.b.10-3.dsc
to pool/main/e/erlang/erlang_10.b.10-3.dsc
erlang_10.b.10-3_all.deb
to pool/main/e/erlang/erlang_10.b.10-3_all.deb
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.
Torsten Werner <[EMAIL PROTECTED]> (supplier of updated erlang 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, 29 Jun 2006 23:54:02 +0400
Source: erlang
Binary: erlang-base-hipe erlang-base erlang-x11 erlang-nox erlang erlang-src
erlang-dev erlang-mode erlang-examples
Architecture: source all i386
Version: 1:10.b.10-3
Distribution: unstable
Urgency: low
Maintainer: Erlang Packagers <[EMAIL PROTECTED]>
Changed-By: Torsten Werner <[EMAIL PROTECTED]>
Description:
erlang - Concurrent, real-time, distributed functional language
erlang-base - Concurrent, real-time, distributed functional language (virtual m
erlang-base-hipe - Concurrent, real-time, distributed functional language
(HiPE virt
erlang-dev - Concurrent, real-time, distributed functional language (developme
erlang-examples - Concurrent, real-time, distributed functional language
(applicati
erlang-mode - Concurrent, real-time, distributed functional language (editing m
erlang-nox - Concurrent, real-time, distributed functional language (no X11 de
erlang-src - Concurrent, real-time, distributed functional language (applicati
erlang-x11 - Concurrent, real-time, distributed functional language (X11 deps)
Closes: 358182 370405
Changes:
erlang (1:10.b.10-3) unstable; urgency=low
.
[ Sergei Golovan ]
* Fixed erlang-x11.menu (Erlang Toplevel requires terminal).
* Applied patch, which fixes large list matching bug on 64-bit
architectures (see
http://www.erlang.org/ml-archive/erlang-questions/200606/msg00372.html
and
http://www.erlang.org/ml-archive/erlang-questions/200606/msg00425.html).
* Replaced "-include" for "include" in debian/rules to make get-orig-source
target working in any directory (see section 4.8 of Debian Policy Manual).
* Replaced ibm-linux by ibm-linux-gnu in config.guess (Closes: #358182).
* Use -O1 optimization flag for m68k (workaround for bug in GCC, but there
are still bugs in glibc, so it's unlikely to build erlang on m68k).
* Corrected erlang-dev short description.
* Corrected erlang-src.patterns (moved nonsource gs application files to
erlang-x11).
* Added prerm and postinstall scripts which stop and start erlang-dependent
services (otherwise certain services, e.g. ejabberd become irresponsible
after upgrading erlang).
* Removed gawk from Build-Depends (mawk is required package and is
sufficient), replaced perl5 by perl because perl5 is a virtual package
and can't be installed.
* Moved erlang.xpm to /usr/share/pixmaps.
* Added erlang.desktop to /usr/share/apps/konsole directory making
possible to start erlang from Konsole menu (Closes: #370405).
Files:
aed8cda66ab7829084b7ff1f48d9d660 879 interpreters optional erlang_10.b.10-3.dsc
93cb0901c2ec5650a65421e0ca227c14 102296 interpreters optional
erlang_10.b.10-3.diff.gz
8c14ebd0546f968dd0405e8238fc807b 1891390 interpreters optional
erlang-x11_10.b.10-3_all.deb
365c7f3269b548eb5c5d323a2c712820 16859836 interpreters optional
erlang-nox_10.b.10-3_all.deb
b1d274eac6fb26d94ad182bf84b85819 5150530 interpreters optional
erlang-src_10.b.10-3_all.deb
638aed4391f54245e14dba07e33996e5 318328 interpreters optional
erlang-examples_10.b.10-3_all.deb
7040be6c9a877d5888025859d4f4648e 73182 interpreters optional
erlang-mode_10.b.10-3_all.deb
f1ba8b07e4ecde6ca911cc1cdbc2cd7c 22340 interpreters optional
erlang_10.b.10-3_all.deb
0bef274f39f28aa7bee457c533a60aa0 5436566 interpreters optional
erlang-base_10.b.10-3_i386.deb
954ac0615b0cffedc70c64f50008e51d 272918 interpreters optional
erlang-dev_10.b.10-3_i386.deb
d1f93fc0a99e9c3f6f78e6798a703cbb 7139306 interpreters optional
erlang-base-hipe_10.b.10-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFEpG6CfY3dicTPjsMRAmP4AJ4h3rZJ4Qvyjrf9fcSbsxoDHsX20wCgjV3q
iM9R45X1QgLAdEogkTMe3ZU=
=IpNB
-----END PGP SIGNATURE-----
--- End Message ---