Added abiword #112

Open
bobpaul wants to merge 4 commits from bobpaul/abiword into master
bobpaul commented 2025-03-06 21:04:25 +00:00 (Migrated from github.com)

make check fails on Power, mostly due to rounding errors. It sounds like this might be because long double on Power is 106bit precision instead of 80bit precision.

I checked the Debian package and they just disable checks on Power. Gentoo's ebuild doesn't run the checks on any platform.

`make check` fails on Power, mostly due to rounding errors. It sounds like this might be because `long double` on Power is 106bit precision instead of 80bit precision. I checked the Debian package and they just disable checks on Power. Gentoo's ebuild doesn't run the checks on any platform.
bobpaul commented 2025-03-07 02:57:35 +00:00 (Migrated from github.com)

gnumeric requires automake-1.16 to build. I just downgraded to build the package.

The following order works to build everything:
wv hunspell-en_us lasem link-grammar telepathy-glib goffice abiword gnumeric

gnumeric requires `automake-1.16` to build. I just downgraded to build the package. The following order works to build everything: `wv hunspell-en_us lasem link-grammar telepathy-glib goffice abiword gnumeric`
bobpaul commented 2025-03-07 22:48:31 +00:00 (Migrated from github.com)

ok, I was able to build everything on riscv64 as well, with some caveats:

  • I don't have riscv64 hardware so I didn't run them
  • I built with --nocheck because some of the check scripts were timing out in qemu.
ok, I was able to build everything on riscv64 as well, with some caveats: - I don't have riscv64 hardware so I didn't run them - I built with `--nocheck` because some of the check scripts were timing out in qemu.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin bobpaul/abiword:bobpaul/abiword
git checkout bobpaul/abiword
Sign in to join this conversation.
No description provided.