Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make check fail #65

Closed
dabao1990 opened this issue Jun 3, 2024 · 1 comment
Closed

make check fail #65

dabao1990 opened this issue Jun 3, 2024 · 1 comment

Comments

@dabao1990
Copy link

cd /home
wget https://github.com/devernay/cminpack/archive/v1.3.9.tar.gz
tar -xf v1.3.9.tar.gz
cd v1.3.9.tar.gz
make check

make[2]: *** [Makefile:177: testhydrv] Error 1
*** Running CHK tests (calling MINPACK from C using ../libcminpacks.a)
for x in schkdrv_; do echo $x; ./$x < testdata/chkder.data > $x.out; diff -u ref/echo $x |sed -e s/_/c/.ref $x.out ; done
schkdrv_
--- ref/schkdrvc.ref 2024-05-29 05:09:16.000000000 +0800
+++ schkdrv_.out 2024-06-03 21:38:27.276142410 +0800

make[2]: *** [Makefile:181: testchkdrv] Error 1
make[2]: Target 'testdrv' not remade because of errors.
make[2]: Leaving directory '/root/cminpack-1.3.9/examples'
make[1]: [Makefile:269: checkfloat] Error 2 (ignored)
make clean LIBSUFFIX=s 2>&1 > /dev/null
make[1]: Leaving directory '/root/cminpack-1.3.9/examples'

[root@localhost cminpack-1.3.9]#cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

@devernay
Copy link
Owner

devernay commented Jun 4, 2024

Closing as a duplicate of #37

@devernay devernay closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants