unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#22623: testing guile
@ 2016-02-10 18:48 Helio
  2016-08-07 11:41 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Helio @ 2016-02-10 18:48 UTC (permalink / raw)
  To: 22623

I'm trying to install guile and i get this error after [$ make install]
>> make check!!

When i run the binary file aka guile, the shell return this:

$ guile: error while loading shared libraries: libguile-2.2.so.0: cannot open shared object file: No such file or directory

This it is in /usr/local/lib:

 libguile-2.2.a        │5647216│10 feb 18:57│
│*libguile-2.2.la      │   1066│10 feb 18:57│
│@libguile-2.2.so      │     21│10 feb 18:57│
│@libguile-2.2.so.0    │     21│10 feb 18:57│
│*libguile-2.2.so.0.0.0│3927028│10 feb 18:57│
│ libguile-2~.0-gdb.scm│  16039│10 feb 18:57│

***********************************************

Totals for this test run:
passes:                 39753
failures:               1
unexpected passes:      0
expected failures:      10
unresolved test cases:  571
untested test cases:    1
unsupported test cases: 10
errors:                 0

FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile@gnu.org
==================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/helio/git-source/guile'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/helio/git-source/guile'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/helio/git-source/guile'
make: *** [check] Error 2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#22623: testing guile
  2016-02-10 18:48 bug#22623: testing guile Helio
@ 2016-08-07 11:41 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2016-08-07 11:41 UTC (permalink / raw)
  To: Helio; +Cc: 22623-done

On Wed 10 Feb 2016 19:48, Helio <jonitjuego@gmail.com> writes:

> $ guile: error while loading shared libraries: libguile-2.2.so.0: cannot open shared object file: No such file or directory

I believe that this means that you have installed libguile to a
directory that is not in your library path.  Maybe you need to run
ldconfig?

> This it is in /usr/local/lib:
>
>  libguile-2.2.a        │5647216│10 feb 18:57│
> │*libguile-2.2.la      │   1066│10 feb 18:57│
> │@libguile-2.2.so      │     21│10 feb 18:57│
> │@libguile-2.2.so.0    │     21│10 feb 18:57│
> │*libguile-2.2.so.0.0.0│3927028│10 feb 18:57│
> │ libguile-2~.0-gdb.scm│  16039│10 feb 18:57│

Try "ldd guile".  That will tell you which deps are not being found.
Given that your test run passes, it's probably just an installation
snafu on your side I think.

Regards,

Andy





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-07 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 18:48 bug#22623: testing guile Helio
2016-08-07 11:41 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).