We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug While building CURL trying to download debufr from wrong URL.
To Reproduce Make latest NCELlibs v1.4.0
Expected behavior I expected to make libs without problems.
Build Information By GNU compilers.
System Linux
Additional context Scanning dependencies of target debufr.x [ 96%] Building Fortran object utils/CMakeFiles/debufr.x.dir/debufr.f.o [ 96%] Building C object utils/CMakeFiles/debufr.x.dir/debufr.c.o [ 96%] Linking C executable debufr.x [ 96%] Built target debufr.x [ 97%] (curl) downloading https://ftp.emc.ncep.noaa.gov/static_files/public/bufr.tar curl: (22) The requested URL returned error: 404 make[5]: *** [test/CMakeFiles/get_bufr_test_data.dir/build.make:73: test/bufr.tar] Error 22 make[4]: *** [CMakeFiles/Makefile2:934: test/CMakeFiles/get_bufr_test_data.dir/all] Error 2 make[3]: *** [Makefile:146: all] Error 2 make[2]: *** [CMakeFiles/bufr.dir/build.make:86: bufr/src/bufr-stamp/bufr-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:558: CMakeFiles/bufr.dir/all] Error 2 make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
This project is deprecated. Instead use spack to build the NCEPLIBS, or build them individually on the command line.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
While building CURL trying to download debufr from wrong URL.
To Reproduce
Make latest NCELlibs v1.4.0
Expected behavior
I expected to make libs without problems.
Build Information
By GNU compilers.
System
Linux
Additional context
Scanning dependencies of target debufr.x
[ 96%] Building Fortran object utils/CMakeFiles/debufr.x.dir/debufr.f.o
[ 96%] Building C object utils/CMakeFiles/debufr.x.dir/debufr.c.o
[ 96%] Linking C executable debufr.x
[ 96%] Built target debufr.x
[ 97%] (curl) downloading https://ftp.emc.ncep.noaa.gov/static_files/public/bufr.tar
curl: (22) The requested URL returned error: 404
make[5]: *** [test/CMakeFiles/get_bufr_test_data.dir/build.make:73: test/bufr.tar] Error 22
make[4]: *** [CMakeFiles/Makefile2:934: test/CMakeFiles/get_bufr_test_data.dir/all] Error 2
make[3]: *** [Makefile:146: all] Error 2
make[2]: *** [CMakeFiles/bufr.dir/build.make:86: bufr/src/bufr-stamp/bufr-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:558: CMakeFiles/bufr.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered: