Your message dated Sat, 13 May 2006 17:17:26 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365597: fixed in emacs21 21.4a-4
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: emacs21
Version: 21.4a-3.1
Severity: serious
Hi,
Your package is failing to build with the following error:
make[5]: Entering directory `/build/buildd/emacs21-21.4a/debian/build-x/lwlib'
x86_64-linux-gnu-gcc -c -DUSE_LUCID -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I.
-I/build/buildd/emacs21-21.4a/src -D_BSD_SOURCE -DDEBIAN -g -O2
-DPURESIZE=5000000 -I../src /build/buildd/emacs21-21.4a/lwlib/lwlib.c
/build/buildd/emacs21-21.4a/lwlib/lwlib.c:52:27: error: X11/Xaw/Paned.h: No
such file or directory
make[5]: *** [lwlib.o] Error 1
The problem is that libxaw8-dev still installs it's files
in /usr/X11R6/include/X11/Xaw/. libxaw-headers, which is
used by libxaw6-dev and libxaw7-dev, installs it's files
in /usr/include/X11/Xaw.
You have a build dependency on xaw3dg-dev which has a
dependency on libxaw8-dev | libxaw7-dev | libxaw6-dev, so
it's selecting the first, and you don't find the header
files.
Kurt
--- End Message ---
--- Begin Message ---
Source: emacs21
Source-Version: 21.4a-4
We believe that the bug you reported is fixed in the latest version of
emacs21, which is due to be installed in the Debian FTP archive:
emacs21-bin-common_21.4a-4_i386.deb
to pool/main/e/emacs21/emacs21-bin-common_21.4a-4_i386.deb
emacs21-common_21.4a-4_all.deb
to pool/main/e/emacs21/emacs21-common_21.4a-4_all.deb
emacs21-el_21.4a-4_all.deb
to pool/main/e/emacs21/emacs21-el_21.4a-4_all.deb
emacs21-nox_21.4a-4_i386.deb
to pool/main/e/emacs21/emacs21-nox_21.4a-4_i386.deb
emacs21_21.4a-4.diff.gz
to pool/main/e/emacs21/emacs21_21.4a-4.diff.gz
emacs21_21.4a-4.dsc
to pool/main/e/emacs21/emacs21_21.4a-4.dsc
emacs21_21.4a-4_i386.deb
to pool/main/e/emacs21/emacs21_21.4a-4_i386.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.
Rob Browning <[EMAIL PROTECTED]> (supplier of updated emacs21 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, 13 May 2006 16:24:05 -0700
Source: emacs21
Binary: emacs21-el emacs21-common emacs21-nox emacs21-bin-common emacs21
Architecture: source all i386
Version: 21.4a-4
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[EMAIL PROTECTED]>
Changed-By: Rob Browning <[EMAIL PROTECTED]>
Description:
emacs21 - The GNU Emacs editor
emacs21-bin-common - The GNU Emacs editor's shared, architecture dependent
files
emacs21-common - The GNU Emacs editor's shared, architecture independent
infrastru
emacs21-el - GNU Emacs LISP (.el) files
emacs21-nox - The GNU Emacs editor (without X support)
Closes: 347554 365597
Changes:
emacs21 (21.4a-4) unstable; urgency=low
.
* Migrate from dpatch to quilt and update generation of README. [rlb]
- debian/README.in
- debian/rules
- debian/control.in
- debian/patches/*
.
* Change occurrence of "find ... -perm +u+x" to "find ... -perm /u+x".
The former is no longer handled the way it used to be, and *doesn't*
find all files with execute permission. Thanks to François Fleuret
for pointing out the initial problem. [rlb]
- debian/rules
.
* Replace $(pwd) with $(CURDIR) in debian/rules.
- debian/rules
.
* Remove PACKAGE variable.
- debian/rules
.
* Arrange DEB_ vars as recommended by
/usr/share/doc/autotools-dev/README.Debian.gz and do the same with
DEB_HOST_ARCH and DEB_HOST_GNU_CPU. [rlb]
- debian/rules
.
* Use DEB_HOST_GNU_TYPE for the value of target rather than
DEB_BUILD_GNU_TYPE. [rlb]
- debian/rules
.
* Add $(src_name) and $(flavor) and use them. [rlb]
- debian/rules
.
* Remove show-upstream-diffs target (use check-diff instead). [rlb]
- debian/rules
.
* Rename orig_tgz and orig_tgz_dir variables to deb_orig_tgz and
deb_orig_tgz_dir. [rlb]
- debian/rules
.
* Lowercase local makefile variable names. [rlb]
- debian/rules
.
* Migrate to debhelper (while consulting Jérôme Marant's work on
emacs-snapshot). There may still be a bit to do. [rlb]
- debian/rules
- debian/changelog
- debian/compat
- debian/control
- debian/control.in
- debian/emacs-bin-common.postinst
- debian/emacs-bin-common.postrm
- debian/emacs-bin-common.prerm
- debian/emacs-common.README
- debian/emacs-common.docs
- debian/emacs-common.postinst
- debian/emacs-common.prerm
- debian/emacs-el.prerm
- debian/emacs.README
- debian/emacs.menu
- debian/emacs.postinst
- debian/emacs.postrm
- debian/emacs.preinst
- debian/emacs.prerm
- debian/rules
- debian/README.binpkg.in (moved to debian/emacs.README)
- debian/README.in (moved to debian/emacs-common.README)
- debian/build-binary-pkg (removed - now handled in debian/rules)
- debian/menu.in (moved to debian/emacs.menu)
.
* Change nominal_ver computation to match code in configure.in. [rlb]
- debian/rules
.
* Add libxaw7-dev dependency to make sure we get that instead of
libxaw8-dev. Thanks to Tollef Fog Heen <[EMAIL PROTECTED]>.
(closes: #365597) [rlb]
- debian/control.in
.
* Apply an upstream patch to fix an mmap related Hurd build problem.
Thanks to Michael Banck <[EMAIL PROTECTED]>. (closes: #347554) [rlb]
- debian/patches/series
- debian/patches/hurd-mmap.diff
Files:
6f0ec88be27507b7a4ab80cd1d4d0d95 859 editors optional emacs21_21.4a-4.dsc
70319bfb4eb4ec3dfbde32e8ed97e90c 150623 editors optional
emacs21_21.4a-4.diff.gz
4402674bb30cbfaac77bf1cf98b21007 7210114 editors optional
emacs21-el_21.4a-4_all.deb
328e02a731a0b54cfc2430b813005fa7 11025578 editors optional
emacs21-common_21.4a-4_all.deb
6b19d74562842c22db00b4f0d6a9a9af 2043916 editors optional
emacs21_21.4a-4_i386.deb
aa975fe1b7356f7fa6ba5d34f2ce8892 1840536 editors optional
emacs21-nox_21.4a-4_i386.deb
f06c7bbc9798f538d8ca31394322a285 139234 editors optional
emacs21-bin-common_21.4a-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEZnV/JcjTd4x+c6QRAstAAJ4qZepnYw2fux9RgatFP/MZoveZQACg25Sm
wn4B/wUdagEtIektrssTGi4=
=/t93
-----END PGP SIGNATURE-----
--- End Message ---