Your message dated Fri, 14 Jul 2006 01:02:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372908: fixed in tcc 0.9.23-3
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: tcc
Severity: important
Tags: patch
Justification: fails to build from source

Hi,

tcc fails to build on kFreeBSD, mostly because of the architecture
restriction.
The attached patch allows tcc to be build on kFreeBSD, and update the
Standards version to 3.7.2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-vserver-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
diff -ruN tcc-0.9.23/debian/control tcc-0.9.23-orig/debian/control
--- tcc-0.9.23/debian/control	2006-06-06 16:21:35.000000000 +0200
+++ tcc-0.9.23-orig/debian/control	2006-06-06 16:37:55.000000000 +0200
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Romain Francoise <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4), texi2html, texinfo, perl
-Standards-Version: 3.7.2
+Standards-Version: 3.6.2.1
 
 Package: tcc
-Architecture: i386 kfreebsd-i386
+Architecture: i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libc6-dev | libc-dev
 Provides: c-compiler
diff -ruN tcc-0.9.23/tcc.c tcc-0.9.23-orig/tcc.c
--- tcc-0.9.23/tcc.c	2006-06-06 16:09:17.000000000 +0200
+++ tcc-0.9.23-orig/tcc.c	2006-06-06 16:37:55.000000000 +0200
@@ -717,7 +717,7 @@
   #define strtof (float)strtod
   #define strtoll (long long)strtol
 #endif
-#elif defined(TCC_UCLIBC) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#elif defined(TCC_UCLIBC) || defined(__FreeBSD__)
 /* currently incorrect */
 long double strtold(const char *nptr, char **endptr)
 {
@@ -9482,7 +9482,7 @@
     int i;
 
     if (level == 0) {
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(__FreeBSD__)
         *paddr = uc->uc_mcontext.mc_eip;
 #elif defined(__dietlibc__)
         *paddr = uc->uc_mcontext.eip;
@@ -9491,7 +9491,7 @@
 #endif
         return 0;
     } else {
-#if defined(__FreeBSD__)  || defined(__FreeBSD_kernel__)
+#if defined(__FreeBSD__) 
         fp = uc->uc_mcontext.mc_ebp;
 #elif defined(__dietlibc__)
         fp = uc->uc_mcontext.ebp;

--- End Message ---
--- Begin Message ---
Source: tcc
Source-Version: 0.9.23-3

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

tcc_0.9.23-3.diff.gz
  to pool/main/t/tcc/tcc_0.9.23-3.diff.gz
tcc_0.9.23-3.dsc
  to pool/main/t/tcc/tcc_0.9.23-3.dsc
tcc_0.9.23-3_i386.deb
  to pool/main/t/tcc/tcc_0.9.23-3_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.
Romain Francoise <[EMAIL PROTECTED]> (supplier of updated tcc 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: Fri, 14 Jul 2006 09:50:20 +0200
Source: tcc
Binary: tcc
Architecture: source i386
Version: 0.9.23-3
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise <[EMAIL PROTECTED]>
Changed-By: Romain Francoise <[EMAIL PROTECTED]>
Description: 
 tcc        - The smallest ANSI C compiler
Closes: 372908
Changes: 
 tcc (0.9.23-3) unstable; urgency=low
 .
   * Add support for kfreebsd-i386, with thanks to Pierre Chifflier
     <[EMAIL PROTECTED]> (closes: #372908).
   * Bumped Standards-Version to 3.7.2, no changes needed.
Files: 
 569c67e7ee70f8ea0bf2eb5801cfe021 592 devel optional tcc_0.9.23-3.dsc
 b0ef953c80b495ea06eafb0c7362cbe3 5904 devel optional tcc_0.9.23-3.diff.gz
 ba3e27fb9c8313ccbf101810a4c8e6c7 119160 devel optional tcc_0.9.23-3_i386.deb

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

iD8DBQFEt03nogN2vsA8Vt8RArffAJ4rgZpROx3oKSAyHTE4r0EkIF1ftQCg2woa
iV5FYS/khM2G9XOHxo9lWWk=
=8xC4
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to