bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44371: Missing 'get-bytevector-some!' in Guile 2.2


From: Roel Janssen
Subject: bug#44371: Missing 'get-bytevector-some!' in Guile 2.2
Date: Sun, 01 Nov 2020 15:41:52 +0100
User-agent: Evolution 3.38.1 (3.38.1-1.fc33)

Dear Guix,

I installed guile-2.2 on Debian 10.6 and I seem to missing the "get-
bytevector-some!" procedure from "(ice-9 binary-ports)":

----------
# guile
GNU Guile 2.2.4
Copyright (C) 1995-2017 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> ,use (ice-9 binary-ports)
scheme@(guile-user)> get-bytevector-some!
;;; <unknown-location>: warning: possibly unbound variable `get-
bytevector-some!'
ERROR: In procedure module-lookup: Unbound variable: get-bytevector-
some!

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> ,q
scheme@(guile-user)> get-bytevector-some
$1 = #<procedure get-bytevector-some (_)>
----------

Kind regards,
Roel Janssen






reply via email to

[Prev in Thread] Current Thread [Next in Thread]