This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug guile/18381] New: ERROR: no such language objcode


https://sourceware.org/bugzilla/show_bug.cgi?id=18381

            Bug ID: 18381
           Summary: ERROR: no such language objcode
           Product: gdb
           Version: 7.9
            Status: NEW
          Severity: normal
          Priority: P2
         Component: guile
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
                CC: xdje42 at gmail dot com
  Target Milestone: ---
              Host: x86_64-linux-gnu

Description of problem:
I have added Guile support to GDB but now GDB always compiles tons of Guile on
each start with complaints.

Version-Release number of selected component (if applicable):
guile-2.0.11-4.fc22.x86_64
gdb-7.9-10.fc22.x86_64

How reproducible:
Always.

Steps to Reproduce:
1. gdb

Actual results:
;;; note: source file /usr/share/guile/2.0/ice-9/eval.scm
;;;       newer than compiled /usr/lib64/guile/2.0/ccache/ice-9/eval.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /usr/share/guile/2.0/system/base/compile.scm
;;; it seems /usr/share/guile/2.0/system/base/compile.scm
;;; is part of the compiler; skipping auto-compilation
[...]
;;; compiling /usr/share/guile/2.0/system/vm/program.scm
;;; compiling /usr/share/guile/2.0/language/objcode/spec.scm
;;; WARNING: compilation of /usr/share/guile/2.0/language/objcode/spec.scm
failed:
;;; ERROR: no such language objcode
[...]
;;; compiling /usr/share/guile/2.0/ice-9/pretty-print.scm
;;; WARNING: compilation of /usr/share/guile/2.0/ice-9/pretty-print.scm failed:
;;; ERROR: no such language objcode
GNU gdb (GDB) Fedora 7.9-10.fc22
[...]
(gdb) _

Expected results:
GNU gdb (GDB) Fedora 7.9-10.fc22
[...]
(gdb) _

https://bugzilla.redhat.com/show_bug.cgi?id=1208760

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]