Hi, Lucas.

(Strangely, the bug you filed doesn't appear yet in
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=magicfilter).

On Oct 28 2009, Lucas Nussbaum wrote:
> In eglibc <= 2.9, getline was only defined if _GNU_SOURCE was defined.
> In eglibc 2.10, getline is always defined (since it became a standard in
> POSIX2008).
(...)

I fixed this already, but I have no sponsor. Can you sponsor me?

I just uploaded the fixed version to:
http://mentors.debian.net/debian/pool/main/m/magicfilter/magicfilter_1.2-63.dsc

The debdiff is:

,----
| diff -Nru magicfilter-1.2/debian/changelog magicfilter-1.2/debian/changelog
| --- magicfilter-1.2/debian/changelog  2009-10-29 10:34:14.000000000 -0200
| +++ magicfilter-1.2/debian/changelog  2009-10-29 10:34:14.000000000 -0200
| @@ -1,3 +1,11 @@
| +magicfilter (1.2-63) unstable; urgency=low
| +
| +  * Fix FTBFS with eglibc >= 2.10. (Closes: #552855)
| +  * remove djtools from build-depends.
| +  * upgrade Standards-Version to 3.8.3 (no changes needed).
| +
| + -- Rogério Brito <rbr...@ime.usp.br>  Thu, 29 Oct 2009 10:17:04 -0200
| +
|  magicfilter (1.2-62) unstable; urgency=low
|  
|    * debian/control:
| diff -Nru magicfilter-1.2/debian/control magicfilter-1.2/debian/control
| --- magicfilter-1.2/debian/control    2009-10-29 10:34:14.000000000 -0200
| +++ magicfilter-1.2/debian/control    2009-10-29 10:34:14.000000000 -0200
| @@ -1,12 +1,12 @@
|  # -*- coding: utf-8 -*-
|  Source: magicfilter
|  Build-Depends: netpbm, libjpeg-progs, autotools-dev, libtiff-tools, groff,
| -     texlive, transfig, recode, djtools, ghostscript, enscript, bzip2,
| +     texlive, transfig, recode, ghostscript, enscript, bzip2,
|       poppler-utils | xpdf-utils
|  Section: text
|  Priority: optional
|  Maintainer: Rogério Brito <rbr...@ime.usp.br>
| -Standards-Version: 3.8.2
| +Standards-Version: 3.8.3
|  Homepage: 
http://www.ibiblio.org/pub/linux/system/printing/magicfilter-1.2.lsm
|  
|  Package: magicfilter
| diff -Nru magicfilter-1.2/loadconfig.c magicfilter-1.2/loadconfig.c
| --- magicfilter-1.2/loadconfig.c      2009-10-29 10:34:14.000000000 -0200
| +++ magicfilter-1.2/loadconfig.c      2009-10-29 10:34:14.000000000 -0200
| @@ -14,14 +14,14 @@
|                   fclose(f); return NULL; } while(0);
|  
|  /*
| - * char *getline(FILE *f, char *file, int *lineno)
| + * char *magic_getline(FILE *f, char *file, int *lineno)
|   *
|   * Get a logical line from file f; returning a pointer to the allocated
|   * storage.  Advance the line pointer by # of lines.  file used for
|   * error messages.
|   */
|  
| -static char *getline(FILE *f, char *file, int *line)
| +static char *magic_getline(FILE *f, char *file, int *line)
|  {
|    char *buf, *p;
|    int buflen, spc, ch, bslash;
| @@ -117,7 +117,7 @@
|        return NULL;
|      }
|  
| -  while ( (line = getline(f, file, &lineno)) != NULL )
| +  while ( (line = magic_getline(f, file, &lineno)) != NULL )
|      {
|        offset = getoffset(line, &p);
`----

> About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
> of the Grid'5000 platform, using a clean chroot.  Internet was not
> accessible from the build systems.

Can you point to a more detailed description of this mass-build? What
are you using? sbuild? Anything else?


Thanks,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to