
Gnumeric - spreadsheet, tableur, hoja de cálculo
-
- White ninja
- Posts: 22
- Joined: 21 Sep 2021, 08:27
- Distribution: Puppy Linux, Porteus, MxLinux
Gnumeric - spreadsheet, tableur, hoja de cálculo
I just want to drop by and say Thank you! It works well. 

-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Gnumeric - spreadsheet, tableur, hoja de cálculo
@ neko
There is a problem with your version : only (*.gnumeric, *.xml) file formats are recognized. We can't open or save to another although many plugins are installed in :
"/usr/lib64/gnumeric/1.12.50/plugins/"
And, no plugins are visible in "Tools" menu > Plug-ins

Also, no charts (diagram or graph) are visible....
what can we do ?
-
- DEV Team
- Posts: 2113
- Joined: 09 Feb 2013, 09:55
- Distribution: APorteus-FVWM-ja-x86_64.iso
- Location: japan
Gnumeric - spreadsheet, tableur, hoja de cálculo
@Rapha
It is my mistake.
On Conversion from arch 64bit package to slack 64bit package, "/usr/lib" be changed to "/usr/lib64".
But on some package, something might refer to original path "/usr/lib".
/usr/lib/gnumeric directory is refered by original path.
Please refer to Gnumeric - spreadsheet, tableur, hoja de cálculo (Post by neko #84511)
Thanks.
It is my mistake.
On Conversion from arch 64bit package to slack 64bit package, "/usr/lib" be changed to "/usr/lib64".
But on some package, something might refer to original path "/usr/lib".
/usr/lib/gnumeric directory is refered by original path.
Please refer to Gnumeric - spreadsheet, tableur, hoja de cálculo (Post by neko #84511)
Thanks.
-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Gnumeric - spreadsheet, tableur, hoja de cálculo
Thank you neko it works now for plug-ins (and file formats) in GnumericAfter activate office-arch-x86_64.xzm,
please set the symbolic link.Code: Select all
% su # cd /usr/lib # ln -sf /usr/lib64/gnumeric .

As it is the same thing for AbiWord ...I do also for it :
Code: Select all
root@porteus:/usr/lib# ln -sf /usr/lib64/abiword-3.0 .
root@porteus:/usr/lib# ln -sf /usr/lib64/goffice .
I don't know if it it is necessary, I don't know what this :
Code: Select all
root@porteus:/usr/lib# ln -sf /usr/lib64/girepository-1.0 .
root@porteus:/usr/lib# ln -sf /usr/lib64/python3.9/ .

What can I do now ?
-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Gnumeric - spreadsheet, tableur, hoja de cálculo
Maybe some packages are missing....in the Gnumeric I posted there is also this :
Code: Select all
guest@porteus:~/Downloads/gnumeric-1.12.28-x86_64-bundle_usm3/usr/lib64/goffice/0.10.34/plugins$ ls -lh
total 0
drwxr-xr-x 2 guest users 120 May 22 2017 plot_barcol/
drwxr-xr-x 2 guest users 120 May 22 2017 plot_distrib/
drwxr-xr-x 2 guest users 120 May 22 2017 plot_pie/
drwxr-xr-x 2 guest users 120 May 22 2017 plot_radar/
drwxr-xr-x 2 guest users 120 May 22 2017 plot_surface/
drwxr-xr-x 2 guest users 120 May 22 2017 plot_xy/
drwxr-xr-x 2 guest users 120 May 22 2017 reg_linear/
drwxr-xr-x 2 guest users 120 May 22 2017 reg_logfit/
drwxr-xr-x 2 guest users 120 May 22 2017 smoothing/
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Gnumeric - spreadsheet, tableur, hoja de cálculo
you should first try
Code: Select all
ldd /Path/to/binary |grep "not found"
run
Code: Select all
ldd /Path/to/binary |grep "not found"
Code: Select all
ldd /Path/to/binary |grep "not found"
Code: Select all
ldd /Path/to/binary |grep "not found"
Happy dependencies hunting.

Cheers!
Yours Rava
Yours Rava
-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Gnumeric - spreadsheet, tableur, hoja de cálculo
@Rava
Ok, with module activated :
--> Nothing !
Do I have to do for all libraries (application/x-sharedlib type) ? like this :
Maybe all libraries in "/usr/lib64/" should have also a relative symlink to "/usr/lib" ?
.
Ok, with module activated :
Code: Select all
root@porteus:/usr/bin# ldd /usr/bin/gnumeric-1.12.50 |grep "not found"
root@porteus:/usr/bin# ldd /usr/bin/abiword |grep "not found"
root@porteus:/usr/bin# ldd /usr/bin/ssindex |grep "not found"
root@porteus:/usr/bin# ldd /usr/bin/ssgrep |grep "not found"
root@porteus:/usr/bin# ldd /usr/bin/ssdiff |grep "not found"
root@porteus:/usr/bin# ldd /usr/bin/ssconvert |grep "not found"
Do I have to do for all libraries (application/x-sharedlib type) ? like this :
Code: Select all
root@porteus:/usr/lib64# ldd libabiword-3.0.so |grep "not found"
root@porteus:/usr/lib64# ldd libAiksaurus-1.2.so.0.0.1 |grep "not found"
root@porteus:/usr/lib64# ldd libAiksaurusGtk3--export-dynamic.so |grep "not found"
etc......?
.......?
....?
Maybe all libraries in "/usr/lib64/" should have also a relative symlink to "/usr/lib" ?
.
Gnumeric - spreadsheet, tableur, hoja de cálculo
the arch packages are linked all to /usr/lib,if neko do not have changed the pkgconfig to the right link is a bit an issue.
-
- DEV Team
- Posts: 2113
- Joined: 09 Feb 2013, 09:55
- Distribution: APorteus-FVWM-ja-x86_64.iso
- Location: japan
Gnumeric - spreadsheet, tableur, hoja de cálculo
@Rapha_, @beny
"abiword and gnumeric" may have hard codings of the pathes to some internal libraries.
When ones from ArchLinux packages will be used in Slackware environment,
special cares will be needed.
The cares may be a little difficalt.
It is not needed at using ones from Slackware packages.
Please refer to Gnumeric - spreadsheet, tableur, hoja de cálculo (Post by neko #84511)
Thanks.
"abiword and gnumeric" may have hard codings of the pathes to some internal libraries.
When ones from ArchLinux packages will be used in Slackware environment,
special cares will be needed.
The cares may be a little difficalt.
It is not needed at using ones from Slackware packages.
Please refer to Gnumeric - spreadsheet, tableur, hoja de cálculo (Post by neko #84511)
Thanks.
Gnumeric - spreadsheet, tableur, hoja de cálculo
hi neko abiword in current do not compile but gnumeric and goffice are ok, the arch package of abiword need libxml2 icuc4c but the 67 version and other i have load the package into a slackware but i can't dig to much with the changes....
-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Gnumeric - spreadsheet, tableur, hoja de cálculo
@beny
Ok from the module I renamed lib64 > lib
Now, Abiword ask me 2 things :
Code: Select all
guest@porteus:~$ abiword
abiword: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/libabiword-3.0.so)
abiword: /usr/lib64/libcurl.so.4: no version information available (required by /usr/lib/libraptor2.so.0)
Code: Select all
guest@porteus:~/Downloads/office-arch-x86_64_c/usr/lib64$ ls -l
total 2760
lrwxrwxrwx 1 guest users 16 Nov 2 14:04 libcurl.so -> libcurl.so.4.7.0*
lrwxrwxrwx 1 guest users 16 Nov 2 14:31 libcurl.so.4 -> libcurl.so.4.7.0*
-rwxr-xr-x 1 guest users 652856 Sep 22 18:21 libcurl.so.4.7.0*
lrwxrwxrwx 1 guest users 19 Nov 2 13:40 libstdc++.so.6 -> libstdc++.so.6.0.29*
-rwxr-xr-x 1 guest users 2169848 Jul 13 16:02 libstdc++.so.6.0.29*
Code: Select all
guest@porteus:~$ abiword
abiword: /usr/lib64/libcurl.so.4: no version information available (required by /usr/lib/libraptor2.so.0)

From :
- aaa_libraries 15.0 x86_64 current libcurl.so.4.7.0 (Official / slackware64)
or
- curl 7.79.1 x86_64 current libcurl.so.4.7.0 (Official /slackware64)
Gnumeric - spreadsheet, tableur, hoja de cálculo
hi Rapha the abiword version 3.0.4 build in a current,now i try to build a 3.0.5 in the same environment, the arch package.. you have to modify the libdir with the path lib64 and rename also the lib directory with lib64 and make a new module.
/root/Videos/usr/lib/pkgconfig/abiword-3.0.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include
datarootdir=${prefix}/share
pkgdatadir=${datarootdir}/abiword-3.0
libabiword=true
Name: abiword-3.0
Description: AbiWord word processing library
Version: 3.0.5
Requires: fribidi >= 0.10.4 glib-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 libgsf-1 >= 1.14.18 wv-1.0 >= 1.2.0 libxslt enchant-2 >= 1.2.0 gio-2.0 libgoffice-0.10 >= 0.10.0 redland >= 1.0.10 rasqal >= 0.9.17 libical >= 0.46 cairo-pdf cairo-ps pangocairo gtk+-3.0 >= 3.0.8 gtk+-unix-print-3.0 librsvg-2.0 >= 2.16.0 cairo-fc x11
Libs: -L${libdir} -labiword-3.0
Cflags: -I${includedir}/abiword-3.0
well seem that 3.0.5 have build please try it i have added also another package that is mandatory for the abiword:
https://www.mediafire.com/folder/qn2o3cmvc01n0/abiword
/root/Videos/usr/lib/pkgconfig/abiword-3.0.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
includedir=${prefix}/include
datarootdir=${prefix}/share
pkgdatadir=${datarootdir}/abiword-3.0
libabiword=true
Name: abiword-3.0
Description: AbiWord word processing library
Version: 3.0.5
Requires: fribidi >= 0.10.4 glib-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 libgsf-1 >= 1.14.18 wv-1.0 >= 1.2.0 libxslt enchant-2 >= 1.2.0 gio-2.0 libgoffice-0.10 >= 0.10.0 redland >= 1.0.10 rasqal >= 0.9.17 libical >= 0.46 cairo-pdf cairo-ps pangocairo gtk+-3.0 >= 3.0.8 gtk+-unix-print-3.0 librsvg-2.0 >= 2.16.0 cairo-fc x11
Libs: -L${libdir} -labiword-3.0
Cflags: -I${includedir}/abiword-3.0
well seem that 3.0.5 have build please try it i have added also another package that is mandatory for the abiword:
https://www.mediafire.com/folder/qn2o3cmvc01n0/abiword
-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Gnumeric - spreadsheet, tableur, hoja de cálculo
@ benywell seem that 3.0.5 have build please try it i have added also another package that is mandatory for the abiword:
For your new Abiword, I added the missing library packages, but at some point I can't solve the problem (the librairy version ?)
Gnumeric - spreadsheet, tableur, hoja de cálculo
well i use a clean system rc3 for what is missing see you later for report
Gnumeric - spreadsheet, tableur, hoja de cálculo
hi this is the list of the deps that i have used to start abiword and gnumeric in a clean porteus, you need also the devel package for the gcc issue that you have, a bit tricky because is a mix of 14.2 and current:
/modules/abiword/abiword-3.0.5-x86_64-1_SBo.xzm
mnt/sdk1/porteus/modules/abiword/ghostscript-9.19-x86_64-2.xzm
/mnt/sdk1/porteus/modules/abiword/gnumeric-1.12.49-x86_64-1ponce.xzm
/mnt/sdk1/porteus/modules/abiword/goffice-0.10.49-x86_64-1_SBo.xzm
/mnt/sdk1/porteus/modules/abiword/icu4c-56.1-x86_64-2.xzm
/mnt/sdk1/porteus/modules/abiword/libgsf-1.14.47-x86_64-3.xzm
/mnt/sdk1/porteus/modules/abiword/libidn-1.30-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/libspectre-0.2.9-x86_64-4.xzm
/mnt/sdk1/porteus/modules/abiword/mhash-0.9.9.9-x86_64-6.xzm
/mnt/sdk1/porteus/modules/abiword/mpfr-3.1.4-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/raptor2-2.0.15-x86_64-2.xzm
/mnt/sdk1/porteus/modules/abiword/rasqal-0.9.30-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/redland-1.0.16-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/wv-1.2.9-x86_64-1ponce.xzm
/modules/abiword/abiword-3.0.5-x86_64-1_SBo.xzm
mnt/sdk1/porteus/modules/abiword/ghostscript-9.19-x86_64-2.xzm
/mnt/sdk1/porteus/modules/abiword/gnumeric-1.12.49-x86_64-1ponce.xzm
/mnt/sdk1/porteus/modules/abiword/goffice-0.10.49-x86_64-1_SBo.xzm
/mnt/sdk1/porteus/modules/abiword/icu4c-56.1-x86_64-2.xzm
/mnt/sdk1/porteus/modules/abiword/libgsf-1.14.47-x86_64-3.xzm
/mnt/sdk1/porteus/modules/abiword/libidn-1.30-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/libspectre-0.2.9-x86_64-4.xzm
/mnt/sdk1/porteus/modules/abiword/mhash-0.9.9.9-x86_64-6.xzm
/mnt/sdk1/porteus/modules/abiword/mpfr-3.1.4-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/raptor2-2.0.15-x86_64-2.xzm
/mnt/sdk1/porteus/modules/abiword/rasqal-0.9.30-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/redland-1.0.16-x86_64-1.xzm
/mnt/sdk1/porteus/modules/abiword/wv-1.2.9-x86_64-1ponce.xzm