Opened 15 years ago

Closed 15 years ago

#2401 closed task (fixed)

Glibc-2.10.1

Reported by: Matthew Burgess Owned by: Matthew Burgess
Priority: normal Milestone: 6.5
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version. No release announcement that I can see as yet.

Change History (5)

comment:1 by Matthew Burgess, 15 years ago

Milestone: 6.57.0

comment:2 by Matthew Burgess, 15 years ago

gcc -DHAVE_CONFIG_H -g -02 -I.. -I../../../binutils-2.19.1/libiberty/./../include  -o test-demangle \
  ../../../binutils-2.19.1/libiberty/testsuite/test-demangle.c ../libiberty.a
../../../binutils-2.19.1/libiberty/testsuite/test-demangle.c::49: error: conflicting types for 'getline'
/usr/include/stdio.h:651: note: previous declaration of 'getline' was here

Can be fixed with the following sed, inspired by a similar issue in the kernel reported at http://lkml.indiana.edu/hypermail/linux/kernel/0903.0/01708.html:

sed -i -e 's/getline/get_line/' libiberty/testsuite/test-demangle.c

comment:3 by Matthew Burgess, 15 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:4 by Matthew Burgess, 15 years ago

Milestone: 7.06.5

comment:5 by Matthew Burgess, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r8898.

Note: See TracTickets for help on using tickets.