[grisbi-bugs] [Grisbi 0001866]: Can't open freshly installed Grisbi 1.0.4

Grisbi Bug Tracker bugtracker at grisbi.org
Dim 2 Sep 12:02:39 CEST 2018


A NOTE has been added to this issue.

---------------------------------------------------------------------- 
 (0004641) ebo (reporter) - 2018-09-02 12:02
 http://www.grisbi.org/bugsreports/view.php?id=1866#c4641 
---------------------------------------------------------------------- 
Hmm… I was missing the "run" command once in gdb.
I run Ubuntu 18.04.1 LTS 64bits with GNOME 3.28.2.

I uninstalled the (working) v1.1.93, and :
- installed the 1.0.x version hosted on github :
https://gist.github.com/EBoisseauSierra/035dd899e2402ccccec200157eab9927
- removed it and installed the 1.0.2 version found on sourceforge : 
https://gist.github.com/EBoisseauSierra/c3ed77afa245fc020528b9cd70c12d34
- removed it and installed tho 1.0.4 version found on sourceforge :
https://gist.github.com/EBoisseauSierra/fdcdd3a25bfcaa736e997d5e5bf589af

… it all failed to even open a GUI, as following:
$ grisbi 
grisbi: error while loading shared libraries: libofx.so.6: cannot open shared
object file: No such file or directory

However, libofx seems properly installed:
$ sudo apt install libofx7 libofx-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libofx-dev is already the newest version (1:0.9.12-1).
libofx7 is already the newest version (1:0.9.12-1).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

Yet libofx6 cannot be installed from APT :
$ sudo apt install libofx6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libofx6


So I tried to installed it manually (from these sources :
https://gist.github.com/EBoisseauSierra/cc05895c51553e6f658cb520e1afb32c ), but
it remains the same, and gdb isn't more helpful :
$ grisbi
grisbi: error while loading shared libraries: libofx.so.6: cannot open shared
object file: No such file or directory
$ gdb grisbi
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from grisbi...done.
(gdb) run
Starting program: /usr/local/bin/grisbi 
/usr/local/bin/grisbi: error while loading shared libraries: libofx.so.6: cannot
open shared object file: No such file or directory
[Inferior 1 (process 24720) exited with code 0177]
(gdb) bt
No stack.


I am confused, as I cannot even reproduce the initial error…
----------------------------------------------------------------------



Plus d'informations sur la liste de diffusion bugsreports