[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#498327: marked as done (xterm: fragile build on GNU/kFreeBSD)



Your message dated Mon, 15 Sep 2008 14:32:17 +0000
with message-id <E1KfF7h-0001qt-PL@ries.debian.org>
and subject line Bug#498327: fixed in xterm 237-1
has caused the Debian Bug report #498327,
regarding xterm: fragile build on GNU/kFreeBSD
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 owner@bugs.debian.org
immediately.)


-- 
498327: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498327
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xterm
Version: 236-1
Tags: patch
User: glibc-bsd-devel@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

the current version sometimes fails to build on GNU/kFreeBSD, see

http://buildd.debian-ports.org/build.php?&pkg=xterm&ver=236-1&arch=kfreebsd-amd64

The problem is timestamp resolution in underlying file system.
The "make" sets subsecond timestamp resolution.

Please, could you change debian/rules as shown bellow.

Thanks in advance

                        Petr



--- debian/rules~       2008-09-09 09:00:51.000000000 +0000
+++ debian/rules        2008-09-09 09:00:51.000000000 +0000
@@ -59,7 +59,7 @@
 stampdir: $(STAMP_DIR)/stampdir
 $(STAMP_DIR)/stampdir:
        mkdir $(STAMP_DIR)
-       >$@
+       touch $@

 # Set up the package build directory as quilt expects to find it.
 .PHONY: prepare
@@ -69,7 +69,7 @@
        echo 2 >$(STAMP_DIR)/patches/.version
        ln -s debian/patches patches
        ln -s $(STAMP_DIR)/patches .pc
-       >$@
+       touch $@

 # Apply all patches to the upstream source.
 .PHONY: patch




--- End Message ---
--- Begin Message ---
Source: xterm
Source-Version: 237-1

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

xterm_237-1.diff.gz
  to pool/main/x/xterm/xterm_237-1.diff.gz
xterm_237-1.dsc
  to pool/main/x/xterm/xterm_237-1.dsc
xterm_237-1_i386.deb
  to pool/main/x/xterm/xterm_237-1_i386.deb
xterm_237.orig.tar.gz
  to pool/main/x/xterm/xterm_237.orig.tar.gz



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 498327@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xterm 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 15 Sep 2008 16:01:37 +0200
Source: xterm
Binary: xterm
Architecture: source i386
Version: 237-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xterm      - X terminal emulator
Closes: 498327
Changes: 
 xterm (237-1) unstable; urgency=low
 .
   * debian/rules: don't fail in patch if the patches are already applied; also
     create the patch stamp in the same way as the other stamp files
     (closes: #498327).  Thanks, Petr Salinger!
   * New upstream release.
Checksums-Sha1: 
 a76688713fcd0d540fb576d3e93b080016e6c51d 1344 xterm_237-1.dsc
 50ecf5b2c2ed3abd3d1bcdcfe476e9c485723084 860424 xterm_237.orig.tar.gz
 a25cd733afeeadfac2e9c500dda21094a854b7ec 62485 xterm_237-1.diff.gz
 ce36804131fc27fb3046bc2131d17dc9432322e3 474138 xterm_237-1_i386.deb
Checksums-Sha256: 
 fa6c5bb78a08cf5d7a61913371b1d22e768c5c655106e4a8f074e56fc0701518 1344 xterm_237-1.dsc
 f3be160c230fcb38fba0824cf8a4334e8ff0bb93938e5e325be5e949cd2b3476 860424 xterm_237.orig.tar.gz
 29bd37a84792ab0e23864f0c053616d7ee68e1f3d9c750cd9211f9f59b603c7a 62485 xterm_237-1.diff.gz
 dd52e094e43ead8fa37e0acf8ab20f534b390c7bcc34075c537a062f577f4731 474138 xterm_237-1_i386.deb
Files: 
 a07fe3d2d720c3d382ea93c7172dfa89 1344 x11 optional xterm_237-1.dsc
 6d5f9e124fd3e09487f47c66da8c7345 860424 x11 optional xterm_237.orig.tar.gz
 73c5ba5ae18c70f1dee331e3a1a8c279 62485 x11 optional xterm_237-1.diff.gz
 ef491536dd85726ceb5d159dc4b3c66c 474138 x11 optional xterm_237-1_i386.deb

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

iEYEARECAAYFAkjOa8cACgkQmEvTgKxfcAxypACghOTrFK0rY8yApIMCujHgP/pJ
uHAAn1BHnkY7l2J6KV7fCuq8ZC7ba6nj
=dQp6
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: