[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU poke 3.90.2 on OpenBSD
From: |
Bruno Haible |
Subject: |
Re: GNU poke 3.90.2 on OpenBSD |
Date: |
Fri, 09 Feb 2024 20:17:01 +0100 |
On OpenBSD 7.4, I see 2 test failures:
not ok 31 stof: assertion failure at
/home/bruno/poke-3.90.2/testsuite/poke.pvm/pvm-insns-test.pk:376:9: asm
int<32>: ("stof; nnn; nip" : "")
FAIL: poke.pvm/pvm-insns-test.pk: 31 stof: assertion failure at
/home/bruno/poke-3.90.2/testsuite/poke.pvm/pvm-insns-test.pk:376:9: asm
int<32>: ("stof; nnn; nip" : "")
not ok 32 stod: assertion failure at
/home/bruno/poke-3.90.2/testsuite/poke.pvm/pvm-insns-test.pk:398:9: asm
int<32>: ("stod; nnn; nip" : "")
FAIL: poke.pvm/pvm-insns-test.pk: 32 stod: assertion failure at
/home/bruno/poke-3.90.2/testsuite/poke.pvm/pvm-insns-test.pk:398:9: asm
int<32>: ("stod; nnn; nip" : "")
Doing "make install" *before* "make check" fixes the problem.
It's a well-known issue that on OpenBSD you need to run "make install" before
"make check", when the package includes shared libraries and when you had an
older version already installed.
Bruno
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: GNU poke 3.90.2 on OpenBSD,
Bruno Haible <=