On Wed Oct 28, 2009 at 11:34:21 +0100, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> 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). The problem is that your package already has a function
> named getline(), which now conflicts with glibc's. You need to rename
> your function to something else.
> Relevant part:
> > /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
> > make[3]: *** [minicom.o] Error 1

FWIW, upstream has already renamed those to mc_getline. Backports or
release 2.4 finally? The latter is probably better...



Adam
-- 
Adam                 a...@os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/



-- 
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