Your message dated Wed, 08 Apr 2009 03:02:35 +0000
with message-id <[email protected]>
and subject line Bug#520368: fixed in coreutils 7.2-1
has caused the Debian Bug report #520368,
regarding coreutils: FTBFS 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 [email protected]
immediately.)


-- 
520368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520368
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: coreutils
Severity: important
Version: 7.1-2 Tags: patch
User: [email protected]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

The GNU/kFreeBSD does not have symbolic constant TAB1 and TAB2,
its <termios.h> contains only:

# define TAB0   (0 << 2)        /* no tab delay and expansion */
# define TAB3   (1 << 2)        /* expand tabs to spaces */
# define TABDLY TAB3            /* tab delay mask */

Please could you apply patch bellow.

It would also be nice if you can ask upstream
to include needed change.

Thanks in advance

                        Petr


--- src/stty.c~
+++ src/stty.c
@@ -279,10 +279,18 @@
   {"cr0", output, SANE_SET, CR0, CRDLY},
 #endif
 #ifdef TABDLY
+#ifdef TAB3
   {"tab3", output, SANE_UNSET, TAB3, TABDLY},
+#endif
+#ifdef TAB2
   {"tab2", output, SANE_UNSET, TAB2, TABDLY},
+#endif
+#ifdef TAB1
   {"tab1", output, SANE_UNSET, TAB1, TABDLY},
+#endif
+#ifdef TAB0
   {"tab0", output, SANE_SET, TAB0, TABDLY},
+#endif
 #else
 # ifdef OXTABS
   {"tab3", output, SANE_UNSET, OXTABS, 0},




--- End Message ---
--- Begin Message ---
Source: coreutils
Source-Version: 7.2-1

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

coreutils_7.2-1.diff.gz
  to pool/main/c/coreutils/coreutils_7.2-1.diff.gz
coreutils_7.2-1.dsc
  to pool/main/c/coreutils/coreutils_7.2-1.dsc
coreutils_7.2-1_i386.deb
  to pool/main/c/coreutils/coreutils_7.2-1_i386.deb
coreutils_7.2.orig.tar.gz
  to pool/main/c/coreutils/coreutils_7.2.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Stone <[email protected]> (supplier of updated coreutils 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.8
Date: Tue, 07 Apr 2009 19:21:42 -0400
Source: coreutils
Binary: coreutils
Architecture: source i386
Version: 7.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Stone <[email protected]>
Changed-By: Michael Stone <[email protected]>
Description: 
 coreutils  - The GNU core utilities
Closes: 517558 520368
Changes: 
 coreutils (7.2-1) unstable; urgency=low
 .
   * new upstream version (Closes: #517558)
   * [78] fix kfreebsd build problem (Closes: #520368)
Checksums-Sha1: 
 5a27fb6f151f373d1577bb77717008b4fe81aa72 1239 coreutils_7.2-1.dsc
 76b10f5b8cfab62d549c3dd9647425887e5ea238 9664198 coreutils_7.2.orig.tar.gz
 aa4de38b87c994e4ca223b0460b21556e3bb4888 18481 coreutils_7.2-1.diff.gz
 399ff20f67b591658578ee264ce2d7abead71bf9 4280366 coreutils_7.2-1_i386.deb
Checksums-Sha256: 
 8fabf2731a4252b6014be2250825295489dc7dea517cf69586261fad1d055b05 1239 
coreutils_7.2-1.dsc
 dd77bfec92e5a3ad48abd8a5bda3f8d40149c4e24744e4173abc3cc6a731fdb2 9664198 
coreutils_7.2.orig.tar.gz
 272fd17cfe136d6b3257e3b0e15c1ec0ea60f1f302f73a7381db49619d317266 18481 
coreutils_7.2-1.diff.gz
 eef0b5149c49f69710dde6bf4f1d477a6ae15b1a9198c075f64a2844ae78f613 4280366 
coreutils_7.2-1_i386.deb
Files: 
 6e649044d9627ced57103d502811877e 1239 utils required coreutils_7.2-1.dsc
 427c2914d3eab956f317c9ec6a45e62a 9664198 utils required 
coreutils_7.2.orig.tar.gz
 97985c79004cea443f4b4bb24b35af80 18481 utils required coreutils_7.2-1.diff.gz
 bb140d978a5b0ea0b510b8effb41965a 4280366 utils required 
coreutils_7.2-1_i386.deb

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

iQCVAwUBSdwAOw0hVr09l8FJAQLqAQP9F+LwsmEbKL5Cc+sdQIDQQ/QA7mruwzVq
9OcLqdzHuXhKjAOjnk5SthP9DZmOnfWwfsqb1ibGUcPsOxf4dlBcFF62ankuaxt3
HUB0ZpnhKeF4yXrUViQN66lzbLZovLOA1NntbZIaJb/0B+CjCcPIAiDkMoWiXLVz
FBjVwi0mrT0=
=hUh3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to