Discussion:
[Bug guile/23918] New: gdb --with-guile=guile-2.2 fails
slyfox at inbox dot ru
2018-11-24 15:52:41 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23918

Bug ID: 23918
Summary: gdb --with-guile=guile-2.2 fails
as:guile/scm-ports.c:143:10: error:
'scm_new_port_table_entry' was not declared in this
scope
Product: gdb
Version: 8.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: guile
Assignee: unassigned at sourceware dot org
Reporter: slyfox at inbox dot ru
Target Milestone: ---

Reproducible on current master against guile-2.2.3 installed:
$ ../binutils-gdb/configure --with-guile=guile-2.2
$ make

CXX guile/scm-ports.o
../../binutils-gdb/gdb/guile/scm-ports.c: In function 'scm_unused_struct*
ioscm_open_port(scm_t_bits, long int)':
../../binutils-gdb/gdb/guile/scm-ports.c:143:10: error:
'scm_new_port_table_entry' was not declared in this scope
port = scm_new_port_table_entry (port_type);
^~~~~~~~~~~~~~~~~~~~~~~~

scm_new_port_table_entry() was removed in guile in:


http://git.savannah.gnu.org/cgit/guile.git/commit/?id=cd51ce81d047a10c55c450ea7b2bf5ab8b8340be

$ git tag --contains=cd51ce81d047a10c55c450ea7b2bf5ab8b8340be
v2.1.3

Thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...