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] ERROR: no such language objcode


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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jan.kratochvil at redhat dot com
         Resolution|---                         |INVALID

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
Thanks for the feedback it works elsewhere.

It is not GDB specific, the problem is reproducible by running 'guile' itself.

And it is due to the Fedora guile packaging not being multilib-clean:
yum -y remove guile.{x86_64,i686};yum -y install guile.x86_64;yum -y install
guile.i686;yum -y remove guile.i686;rpm -V guile.x86_64;yum -y remove
guile.x86_64
.......T.    /usr/bin/guild
.......T.    /usr/share/guile/2.0/guile-procedures.txt
.......T.    /usr/share/guile/2.0/ice-9/and-let-star.scm
.......T.    /usr/share/guile/2.0/ice-9/binary-ports.scm
[...]

Going to bugreport it for Fedora Guile packaging.

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