Your message dated Sun, 01 Nov 2009 00:19:41 +0000
with message-id <e1n4oax-0005dw...@ries.debian.org>
and subject line Bug#551523: fixed in t1utils 1.35-1
has caused the Debian Bug report #551523,
regarding t1utils: FTBFS with eglibc 2.10
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 ow...@bugs.debian.org
immediately.)


-- 
551523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: t1utils
Version: 1.34-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * t1asm.c: rename getline() function to avoid name conflict with the 
    one defined in stdio.h, fixes FTBFS (LP: #453828).

We thought you might be interested in doing the same. 

The build fails with the following error:

gcc -DHAVE_CONFIG_H -I.  -I./include   -g -O2 -W -Wall -MT t1asm.o -MD -MP -MF 
.deps/t1asm.Tpo -c -o t1asm.o t1asm.c
t1asm.c:283: error: conflicting types for 'getline'
/usr/include/stdio.h:651: note: previous declaration of 'getline' was here
make[2]: *** [t1asm.o] Error 1

http://launchpadlibrarian.net/32349019/buildlog_ubuntu-karmic-i386.t1utils_1.34-1_FAILEDTOBUILD.txt.gz

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- t1utils-1.34.orig/t1asm.c
+++ t1utils-1.34/t1asm.c
@@ -280,7 +280,7 @@
    the newline is put into line[]. When terminated by '{', the '{' is not put
    into line[], and the flag start_charstring is set to 1. */
 
-static void getline()
+static void getline_t1utils()
 {
   int c;
   char *p = line;
@@ -721,7 +721,7 @@
      without /Subrs sections and provided a patch. */
   
   while (!feof(ifp) && !ferror(ifp)) {
-    getline();
+    getline_t1utils();
     
     if (!ever_active) {
       if (strncmp(line, "currentfile eexec", 17) == 0 && isspace(line[17])) {
@@ -792,7 +792,7 @@
   
   /* There may be additional code. */
   while (!feof(ifp) && !ferror(ifp)) {
-    getline();
+    getline_t1utils();
     eexec_string(line);
   }
   

--- End Message ---
--- Begin Message ---
Source: t1utils
Source-Version: 1.35-1

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

t1utils_1.35-1.diff.gz
  to main/t/t1utils/t1utils_1.35-1.diff.gz
t1utils_1.35-1.dsc
  to main/t/t1utils/t1utils_1.35-1.dsc
t1utils_1.35-1_i386.deb
  to main/t/t1utils/t1utils_1.35-1_i386.deb
t1utils_1.35.orig.tar.gz
  to main/t/t1utils/t1utils_1.35.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 551...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
C.M. Connelly <c...@debian.org> (supplier of updated t1utils 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Thu, 29 Oct 2009 20:44:07 -0700
Source: t1utils
Binary: t1utils
Architecture: source i386
Version: 1.35-1
Distribution: unstable
Urgency: low
Maintainer: C.M. Connelly <c...@debian.org>
Changed-By: C.M. Connelly <c...@debian.org>
Description: 
 t1utils    - Collection of simple Type 1 font manipulation programs
Closes: 551523
Changes: 
 t1utils (1.35-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes FTBS problem discovered in Ubuntu. (Closes: #551523)
Checksums-Sha1: 
 7ca191102b3048ea1900aa4720606f37847b4a94 960 t1utils_1.35-1.dsc
 78f32049cf676f7382d2b1fa3838660d9a2cb22b 164779 t1utils_1.35.orig.tar.gz
 e9bfc12564b5440a1562138381495500ca7cddbc 5064 t1utils_1.35-1.diff.gz
 7177c4f80a2d19d05c4546183c148f962ad26c6b 95840 t1utils_1.35-1_i386.deb
Checksums-Sha256: 
 a1b2611dacff98f256926bdabed146062b32003dd48241226e4b4b116eab5f34 960 
t1utils_1.35-1.dsc
 5f04d265c8978cf3e62316567822b728b175cc98800e6a3cefc746041440c40f 164779 
t1utils_1.35.orig.tar.gz
 fafa26b57f8da01011cb419d7284689c94b8bafbbbae859451a931bdc4a59934 5064 
t1utils_1.35-1.diff.gz
 e5a037f0a7547b69dd08bcb33bcdd7beb40857a24d290ed9a3532a511c18ecd8 95840 
t1utils_1.35-1_i386.deb
Files: 
 ae327ed47663560baa0f611a4cf603c3 960 text optional t1utils_1.35-1.dsc
 57c569980b9d84106cb5d982a7dd52e3 164779 text optional t1utils_1.35.orig.tar.gz
 68b3705492070d4dd6c4d71b042b7cf3 5064 text optional t1utils_1.35-1.diff.gz
 21e00a365865140412b9087a58a503a4 95840 text optional t1utils_1.35-1_i386.deb

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

iD8DBQFK6mIrzrFKeh3cmQ0RAv42AKCmdEOhAtyeA4FVUHu5kCyVl4hXagCcD7xT
JR1eg2fHbSvDTS6i9qkvmPs=
=+cED
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to