Your message dated Thu, 19 Jul 2007 06:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433716: fixed in file 4.21-2
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: file
Version: 4.21-1
Severity: serious
Tags: patch
Justification: no longer builds from source

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

File doesn't compile on Hurd due to a dependence on PIPE_BUF.
The patch uses pathconf to get _PC_PIPE_BUF which is unlimited
(-1) on Hurd.
Michael

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages file depends on:
ii  libc0.3                 2.5-11+hurd.1    GNU C Library: Shared libraries
ii  libmagic1               4.21-1           File type determination library us
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

file recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU)

iD8DBQFGm0PVV/FBeJ6jsZQRAtR0AJ94myWQM4de0R+uegXqiGn4BmLV4gCeM/BH
n5uqDxLXfG4lkoZZHUBzioc=
=emZJ
-----END PGP SIGNATURE-----
*** file-4.21/src/magic.c	2007/07/16 09:10:24	1.1
--- file-4.21/src/magic.c	2007/07/16 09:41:40
***************
*** 58,63 ****
--- 58,68 ----
  #include <locale.h>
  #endif
  
+ #ifndef PIPE_BUF
+ // Get the PIPE_BUF from pathconf
+ #define PIPE_BUF pathconf(".", _PC_PIPE_BUF)
+ #endif
+ 
  #include <netinet/in.h>		/* for byte swapping */
  
  #include "patchlevel.h"

--- End Message ---
--- Begin Message ---
Source: file
Source-Version: 4.21-2

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

file_4.21-2.diff.gz
  to pool/main/f/file/file_4.21-2.diff.gz
file_4.21-2.dsc
  to pool/main/f/file/file_4.21-2.dsc
file_4.21-2_i386.deb
  to pool/main/f/file/file_4.21-2_i386.deb
libmagic-dev_4.21-2_i386.deb
  to pool/main/f/file/libmagic-dev_4.21-2_i386.deb
libmagic1_4.21-2_i386.deb
  to pool/main/f/file/libmagic1_4.21-2_i386.deb
python-magic-dbg_4.21-2_i386.deb
  to pool/main/f/file/python-magic-dbg_4.21-2_i386.deb
python-magic_4.21-2_i386.deb
  to pool/main/f/file/python-magic_4.21-2_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.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated file 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, 19 Jul 2007 08:27:00 +0200
Source: file
Binary: libmagic1 file libmagic-dev python-magic-dbg python-magic
Architecture: source i386
Version: 4.21-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 file       - Determines file type using "magic" numbers
 libmagic-dev - File type determination library using "magic" numbers 
(developmen
 libmagic1  - File type determination library using "magic" numbers
 python-magic - File type determination library using "magic" numbers (python 
bin
 python-magic-dbg - File type determination library using "magic" numbers 
(python bin
Closes: 433716
Changes: 
 file (4.21-2) unstable; urgency=low
 .
   * Applied patch from Michael Casadevall <[EMAIL PROTECTED]> to fix
     FTBFS on hurd (Closes: #433716).
Files: 
 00cf2ed34429cdf2916d1e6c9fe9504a 712 utils standard file_4.21-2.dsc
 97217f4f2282ba4df087c10d7be9092b 39582 utils standard file_4.21-2.diff.gz
 1496d2e0ac0fb5195dbe3bbf3165204d 39498 utils standard file_4.21-2_i386.deb
 98ce61adc97e0d61346adcbf78c6bc6e 331520 libs standard libmagic1_4.21-2_i386.deb
 5860def98786b8d226b33f176292c4e9 62870 libdevel optional 
libmagic-dev_4.21-2_i386.deb
 7358dac254bc55366e80f8464ed9c15c 28940 python extra 
python-magic_4.21-2_i386.deb
 97d52244bc294fa6c9301439cb16559e 29620 python extra 
python-magic-dbg_4.21-2_i386.deb

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

iD8DBQFGnwU9+C5cwEsrK54RAmNeAJ42JHZ0w7Z3Rv0oO+MRxF3oSaPuwgCeJen5
FHuPqQj7yX09mQeN5NWMjSo=
=Wu4E
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to