Your message dated Mon, 07 Apr 2008 10:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462329: fixed in kaffe 2:1.1.8-4
has caused the Debian Bug report #462329,
regarding kaffe: FTBFS on GNU/kFreeBSD: build-depends on libasound2-dev
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.)
--
462329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462329
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kaffe
Version: 1.1.8-4
Severity: important
Tags: patch
kaffe fails to build on non Linux architectures (e.g. GNU/kFreeBSD and
GNU/Hurd), as it build-depends on libasound2-dev which is a Linux
specific package.
Please find below a small patch to fix that. Could you please include it
in the next upload? Thanks in advance.
diff -u kaffe-1.1.8/debian/control kaffe-1.1.8/debian/control
--- kaffe-1.1.8/debian/control
+++ kaffe-1.1.8/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers
<[email protected]>
Uploaders: Ean R. Schuessler <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL
PROTECTED]>, Adam Heath <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>,
Jeroen van Wolffelaar <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libpng12-dev, libjpeg62-dev, libungif4-dev,
zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj (>= 3.3), ecj-gcj (>=
3.3) [alpha hppa i386 ia64 powerpc s390 sparc], gij-4.2, libgtk2.0-dev,
libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev, libesd0-dev,
libcairo2-dev, libxtst-dev, libx11-dev, libxext-dev, libice-dev, libxt-dev,
libgconf2-dev
+Build-Depends: debhelper (>= 5), libpng12-dev, libjpeg62-dev, libungif4-dev,
zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj (>= 3.3), ecj-gcj (>=
3.3) [alpha hppa i386 ia64 powerpc s390 sparc], gij-4.2, libgtk2.0-dev,
libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev [!kfreebsd-i386
!kfreebsd-amd64 !hurd-i386], libesd0-dev, libcairo2-dev, libxtst-dev,
libx11-dev, libxext-dev, libice-dev, libxt-dev, libgconf2-dev
Standards-Version: 3.7.2
Package: kaffe
-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 6.2-1-em64t-p4
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
Source: kaffe
Source-Version: 2:1.1.8-4
We believe that the bug you reported is fixed in the latest version of
kaffe, which is due to be installed in the Debian FTP archive:
jikes-kaffe_1.1.8-4_all.deb
to pool/main/k/kaffe/jikes-kaffe_1.1.8-4_all.deb
kaffe-common_1.1.8-4_all.deb
to pool/main/k/kaffe/kaffe-common_1.1.8-4_all.deb
kaffe-dev_1.1.8-4_all.deb
to pool/main/k/kaffe/kaffe-dev_1.1.8-4_all.deb
kaffe-doc_1.1.8-4_all.deb
to pool/main/k/kaffe/kaffe-doc_1.1.8-4_all.deb
kaffe-jthreads_1.1.8-4_amd64.deb
to pool/main/k/kaffe/kaffe-jthreads_1.1.8-4_amd64.deb
kaffe-pthreads_1.1.8-4_amd64.deb
to pool/main/k/kaffe/kaffe-pthreads_1.1.8-4_amd64.deb
kaffe_1.1.8-4.diff.gz
to pool/main/k/kaffe/kaffe_1.1.8-4.diff.gz
kaffe_1.1.8-4.dsc
to pool/main/k/kaffe/kaffe_1.1.8-4.dsc
kaffe_1.1.8-4_all.deb
to pool/main/k/kaffe/kaffe_1.1.8-4_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.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated kaffe 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: Mon, 07 Apr 2008 10:03:26 +0200
Source: kaffe
Binary: kaffe kaffe-jthreads kaffe-pthreads kaffe-common kaffe-dev jikes-kaffe
kaffe-doc
Architecture: source all amd64
Version: 2:1.1.8-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description:
jikes-kaffe - Wrapper for jikes using Kaffe classes
kaffe - A JVM to run Java bytecode
kaffe-common - Files shared between all Kaffe VM versions
kaffe-dev - Header files and other resources for building against Kaffe
kaffe-doc - Documentation for the Kaffe VM
kaffe-jthreads - A green threads enabled version of the Kaffe VM
kaffe-pthreads - A POSIX threads enabled version of the Kaffe VM
Closes: 397782 462329 470341
Changes:
kaffe (2:1.1.8-4) unstable; urgency=low
.
* Make Build-Depends on libasound2-dev only used on linux archs.
Closes: #397782, #462329
* Added patch to build against alsa 1.0.16 and up. Closes: #470341
* Fixed lintian warnings for debian/kaffe.NEWS.
* Added Vcs-Svn, Vcs-Browser and Homepage fields.
* Updated Standards-Version to 3.7.3.
Files:
86a5422a5e0ab9b7425d4ed163810380 1416 interpreters optional kaffe_1.1.8-4.dsc
4b0427bdd77594d4dfd6ccf3ad62875b 37880 interpreters optional
kaffe_1.1.8-4.diff.gz
cb792c73cb1c6d021f4d0fd79970a27c 65956 interpreters optional
kaffe_1.1.8-4_all.deb
a414e7ac556188f288aa6abbdd10d0b4 8250670 interpreters optional
kaffe-common_1.1.8-4_all.deb
ac17e157b5fb434f168ce509e02628a3 83176 interpreters optional
kaffe-dev_1.1.8-4_all.deb
14c1f63361b31666a38f14b69469d4cc 64070 interpreters optional
jikes-kaffe_1.1.8-4_all.deb
c1127009b0d172c25aa30dfaf8e14c5a 153062 doc optional kaffe-doc_1.1.8-4_all.deb
0a4d1cfdb64a502bfcfbf1fe17cb4792 1510768 interpreters optional
kaffe-jthreads_1.1.8-4_amd64.deb
840e99eb280d603ea6a5bfeb988b4e04 1805120 interpreters optional
kaffe-pthreads_1.1.8-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+fezWSOgCCdjSDsRAvS3AKCHJPZiFthWW1JfRdob5F12x2za2gCffAO6
8otR29fhnmUKIEzIdF7PZ0I=
=zmbP
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers