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

Filename too long, causing 'make dist' issue on linux. #2077

Closed
WardF opened this issue Aug 17, 2021 · 3 comments · Fixed by #2075
Closed

Filename too long, causing 'make dist' issue on linux. #2077

WardF opened this issue Aug 17, 2021 · 3 comments · Fixed by #2075
Assignees
Milestone

Comments

@WardF
Copy link
Member

WardF commented Aug 17, 2021

@DennisHeimbigner

make dist is failing on Ubuntu 21.04 and Ubuntu 20.04 (ARM64). When running make dist, the following is observed:

>netcdf-c-4.8.1.tar.gz
tar: netcdf-c-4.8.1/dap4_test/baselinethredds/GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4.thredds: file name is too long (max 99); not dumped
tar: Exiting with failure status due to previous errors

This causes an error in make distcheck. dap4_test/test_thredds.sh fails due to the m issing .thredds file. Is there a replacement we can use, perhaps, with a shorter file name?

@WardF WardF added this to the 4.8.1 milestone Aug 17, 2021
@WardF WardF self-assigned this Aug 17, 2021
@DennisHeimbigner
Copy link
Collaborator

Fixing this may be a problem because the name|
"GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4"
is built into the url used to get the content.
I would need to provide a way to alias the names in some way so
the baseline file has a shorter name.
However, one way to hack this is by renaming the file in baselinethredds
to a shorter name.
Then we add a BUILT_SOURCE clause to Makefile.am to rename/copy
the shorter name to the full name.

@WardF
Copy link
Member Author

WardF commented Aug 18, 2021

Thanks Dennis, I’ll take a crack at the latter approach in the morning.

DennisHeimbigner added a commit to DennisHeimbigner/netcdf-c that referenced this issue Aug 24, 2021
re: Unidata#2075

The long file name fix fails when the build is manually repeated
because the source file has already been renamed. Solution is to
test if the dest file exists or not before doing the rename.
DennisHeimbigner added a commit to DennisHeimbigner/netcdf-c that referenced this issue Aug 25, 2021
re: Unidata#2075

The long file name fix fails when the build is manually repeated
because the source file has already been renamed. Solution is to
test if the dest file exists or not before doing the rename.
This is apparently not a problem for automake because it uses
AC_CONFIG_LINK, which uses link/copy instead of rename.
@DennisHeimbigner
Copy link
Collaborator

See PR #2094.

WardF added a commit that referenced this issue Aug 25, 2021
Make Issue #2077 work when build is repeated.
clrpackages pushed a commit to clearlinux-pkgs/netcdf that referenced this issue Aug 31, 2021
Ben Boeckel (3):
      ncexhash: replace invalid UTF-8 sequence
      dinfermodel: don't fail if NC_NETCDF4 is allowed, but NC3 is found
      hdf5: try and fill in HDF5_C_LIBRARY from HDF5_hdf5_LIBRARY if possible

Bruno Pagani (1):
      libhdf5/H5FDhttp: add missing semicolons to H5Epush_ret

Dennis Heimbigner (85):
      Add support for the XArray Zarr _ARRAY_DIMENSIONS attribute
      Update RELEASE NOTES
      Update actions
      Regularize the scoping of types
      Update RELEASE_NOTES
      fix cmake error
      Update the bzip library in plugins to version 1.0.8
      ckp
      Addendum: This PR has been extended to include
      force tests to rerun
      update actions
      ckp
      ckp
      actions
      Fix the handling of certain alias types on CDL files.
      Update release notes
      try18
      Fix ncdump bug when printing VLENs with basetype char
      Add test case
      Update release notes
      fix CMake error
      Fix shell handling of escapes
      Update RELEASENOTES
      Upgrade the nczarr code to match Zarr V2
      Update RELEASE NOTES
      reset action signals
      try 1: fix test properties
      try 2: fix test properties
      LGTM cleanup
      logdepend
      Allow .rc tests to work in parallel by isolation
      remove push signal
      Fix JSON quoted string processing in libnczarr
      Update RELEASE_NOTES
      Regularize the semantics of mkstemp.
      Update RELEASE_NOTES.md
      reset action triggers
      Improve error message when non-existent filter is encountered.
      Update RELEASE NOTES
      Fix NCclosedir in dpathmgr.c
      Update RELEASENOTES
      add extra test
      Fix counting of dimensions in ncdump
      Update Release Notes
      turn off tracing
      fix cygwin build
      Fix 2 for cygwin build
      More cygwin fixes
      Improve operation of the DAP4 code and fix bugs
      Update release notes
      Fix Mingw versus XGetopt (again)
      Update Release notes
      szip
      charvlen
      update file permission
      pathcvt
      pathcvtadd
      converted
      final
      sigh
      Re-enable DAP2 authorization tests
      Update RELEASE NOTES
      Add backslash escape option to pathcvt and test
      Regularize the scoping of dimensions
      Update Release Notes
      Revert action triggers
      NCZarr is outputting fill value as an array instead of a singleton.
      Update release notes
      Move to Version 2 NCZarr Extended Meta-Data
      Update RELEASE_NOTES
      Bad file reference
      undebug
      remove push
      Fix bad chunkpath calculation
      Fix chunk key when using dimension_separator
      Update RELEASE_NOTES
      Add missing files so --enable-benchmarks works again.
      Support Windows network paths: \\svc\x\y...
      Update release notes
      Fix a number of bugs in the nczarr code.
      update release notes
      Add test cases
      de-push
      Fix library crash
      Turn off bad test

Edward Hartnett (11):
      improved program nc_perf/tst_gfs_data_1.c
      fixed warning in tst_h_files4.c
      fixing H5Linterate() API compatipility problem
      remove nc_perf/tst_mem1 from tests run
      remove nc_perf/tst_mem1 from tests run
      made nc_perf not build and run benchmarks in parallel
      turned of tst_gfs_data_1.c benchmark for HDF5 less than 1.10.2
      added H5public.h to includes
      disable dap remote tests by default
      enable dap remote tests by default
      turned off running of run_knmi_bm.sh benchmark with make check

Egbert Eich (1):
      check: Include testpathcvt.sh only if test is built

Greg Sjaardema (14):
      Fix some HDF5-related tests
      Fix use of ininitialized CMake variable
      Remove need for HDF5-1.6 API being defined
      Fix so works with hdf5-1.8 also
      Fix for use with szip and also 1.8.21
      Simply version check logic
      Clean up curl symbol tests
      Remove a debug print
      Remove a debug print
      The coord dimids should be written for all variables
      Only write the coord dimids if ndims >= 1
      Make variable easier to compress
      Disable varible rename test
      Add a comment

Orion Poplawski (2):
      Fix out of tree builds with configure - add $(top_builddir)/include to include directory search
      Fix tst_h_atts3 for hdf5 1.12

Philippe Antoine (1):
      Adds fuzz target for oss-fuzz integration

Tobias Kölling (9):
      added test for reading virtual datasets
      tst_virtual_datasets: add missing hdf5 close calls
      hdf5: added unknown storage specification
      changed H5Pset_fclose_degree to H5F_CLOSE_WEAK
      change H5F_CLOSE_SEMI -> H5F_CLOSE_WEAK for nc4_create_file as well
      ange H5F_CLOSE_SEMI -> H5F_CLOSE_WEAK for netcdf related tests
      added NC_VIRTUAL storage layout
      check if H5D_VIRTUAL exists in installed HDF5 library
      enable test for virtual datasets only for HDF5 >= 1.10.0

Ward Fisher (40):
      Refactored the HDF5 version detection logic in CMakeLists.txt in support of Unidata/netcdf-c#1962
      Corrected a typo.
      Updated release notes, made if-block syntax more verbose.
      Updated release notes.
      Addressing some uninitialized variables to see if there is an effect on compiler optimizations.  Good practice to have these fixed in any event.
      Clean up a leftover directory.
      Updated Release Notes.
      Updated github actions to add make distcheck
      Added DISTCHECK_CONFIGURE_FLAGS to Github Actions distcheck stanza.
      Trying to fix a confounding error in make distcheck.
      Speculating on fix, perhaps a race issue on make distcheck when passed the command to use concurrent processes.
      Temporarily add an ssh-interface when make distcheck fails.
      Testing a different theory
      Revert previous change.
      Temporarily remove distcheck from Github Actions
      Clean up stray file that was fouling make distcheck
      Added missing file.
      Added a temporary fix in support of Unidata/netcdf-c#2018.  Also, fixed a missing reference file when using cmake-based build systems.
      Turn verbose output on in nc_test.
      Fix in support of Unidata/netcdf-c#2027
      Added explicit initialization to address some potential issues raised by clang static analysis.
      Eliminate a lot of 'result of operation is undefined or garbage' errors reported by static analysis.  These errors appeared to be false positives as there was logic that should prevent their occurance, but it's possible that optimization would result in these error states occuring.
      Fix an accidentally-introduced bug.
      Added -fno-strict-aliasing to CFLAGS when the compiler supports it and autotools are in use.
      Added -fno-strict-aliasing to CFLAGS when the compiler supports it and cmake is in use.
      Clean up orphaned file entry causing a failure in 'make distcheck'
      Updated SO Version in line with https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
      Bump version numbers for the next development cycle.
      Revert versions to current release, 4.8.1
      Update the source url for windows installer downloads to reflect the move tot he new artifacts server.
      Update windows binaries urls
      path syntax tweak.
      Added maintainer mode, updated .gitignore in preparation for adding generated files for distribution.
      Added generated files for 4.8.1 release.
      Adding generated source files for 4.8.1 release.
      Renamed dap4_test thredds test file ins upport of Unidata/netcdf-c#2077
      Additional refactoring of the thredds dap4 test in support of #2077
      Regenerated autoconf scaffolding to incorporate bugfix for #2077
      Update cmake-based builds in support of Unidata/netcdf-c#2077
      Corrected a syntax issue with shell scripts invoked by cmake that could result in a false positive.
clrpackages pushed a commit to clearlinux-pkgs/netcdf that referenced this issue Feb 9, 2023
Aaron Kaplan (1):
      Fix incorrect PR link

Alexander Barth (2):
      Include getopt.h if HAVE_GETOPT_H is defined
      use isnan instead of _fpclass on non-MSVC compilers

Ben Boeckel (4):
      size_t: use for type consistency where necessary
      ncx: match loop variable types with checks
      libdispatch: avoid warnings about string size computations
      cmake: extract the HDF5 version when finding HDF5 manually

Charlie Zender (12):
      First draft of Granular BitGroom feature for netcdf-c
      Eliminate GBG-specific initialization, pad syntax with whitespace, try to fix syntax bugs
      add missing variables
      Change NC_QUANTIZE_ATT_NAME to NC_QUANTIZE_BITGROOM_ATT_NAME
      Change test to verify that using quantize mode one greater than NC_GRANULARBG (instead of NC_QUANTIZE_BITGROOM) fails.
      First draft of BitRound implementation
      Fix bone-headed stuff. tst_quantize and tst_filter remain borken.
      Set bit_xpl_nbr_sgn_dbl=52 not 53. No longer add additional bit to prc_bnr_xpl_rqr for BitGroom NC_DOUBLE. Bugfix maintains original BG behavior, fixes corner case.
      Change name to _QuantizeGranularBitRoundNumberOfSignificantDigits. Change identifier from QUANTIZEBR to QUANTIZEGBR to make room for new BitRound token = BR.
      Add BitRound to ncgen
      Add missing BitRound block to zsync.c
      Fix mis-copied comparator

Dave Allured (9):
      tst_misc.sh: Fix hang in make check
      Format compatibility when re-opening files
      Add compatibility function prototype
      Improve comments about format compatibility
      Minor comment fix for return codes
      CI: Update HDF5 testing 1.8.21 --> 1.8.22
      hdf5set_format_compatibility.c: Function docs.
      Release notes: fix link and spelling
      Release notes for #2176, format compatibility

Dennis Heimbigner (179):
      Adding missing file ncdap_test/manyurls.h
      Make Issue Unidata/netcdf-c#2077 work when build is repeated.
      Make Issue Unidata/netcdf-c#2077 work when build is repeated.
      Update release notes
      Make the fortran cache API always be defined.
      Remove no-longer-needed debug directory
      Update RELEASENOTES.md
      ENOTNC4 -> ENOTBUILT
      Add filter support to NCZarr
      Update Release Notes
      Fix handling of enum constants nested in compound types.
      Significantly Improve Amazon S3 Cloud Storage Support
      Update release notes
      Fix FreeBSD fileno problem in the ncgen parsers
      remove actions debug
      Fix new lgtm alerts
      One additional lgtm fix
      (1) improve INI parser (2) Fix make discheck
      Patch errors
      Update release notes
      Fix memory leak
      Fix bug in the default HDF5 byte-range reader
      Update Release Notes
      ckp
      Fix additional S3 support issues
      Update release notes
      Allow optional use of libxml2
      Update release notes
      Typo in previous PR
      Fix a number of OS specific bugs
      Update release notes
      Fix use of S3 with a non-aws appliances
      Update release notes
      Get signature of NC_s3sdk*ize correct
      Verify failure
      not verified
      The remotetest server is down for a while
      The remotetest server is down for a while
      Restore default on for enable-dap-remote-testsc
      Cleanup the CMake inter-test dependencies
      Update RELEASE Notes
      Replace ezxml with tinyxml2
      Update RELEASENOTES.md
      Remove debug
      remove ezxml code as no longer required
      Support MSYS2/Mingw platform
      Update RELEASENOTES.md
      Fix new LGTM alerts
      Fix various problem around VLEN's
      update release notes
      Update actions
      1. Fix an additional flaw in fill_value handling where non-atomic default values were not properly being handled.
      1. Fix an additional flaw in fill_value handling where non-atomic default values were not properly being handled.
      Make sure mode flags are properly defined in netcdf.h
      Update release notes
      Add complete bitgroom support to NCZarr
      Update release notes
      Rename GranularBitGroom to GranularBitRound
      Add support for setting HDF5 alignment property when creating a file
      Update release notes
      Remove conflicts; does not work with OSX
      Improve UTF8 Support On Windows
      Update Release Notes
      Update Release Notes (2)
      Explicitly disallow variable length type compression
      Update Release Notes
      Update get/set alignment documentation
      Incorporate Dave Allured's documentation
      Enhance/Fix filter support
      Update release notes
      Fix new LGTM errors
      remove use of strlcat
      more strlcat remove
      retry
      typo
      1. Fix conflicts with current master.
      Update selected documentation
      Update release notes
      Clean up some ncdap tests.
      Turn on the xarray convention for NCZarr format
      Update release notes
      Fix float precision issue in ncdap_tests
      precision fix
      OSX only
      Add Release Notes warning
      Change so explicit xarray => pure zarr
      Remove debugging
      minor fix
      Fix typo "Nan" -> "NaN"
      restrict the json convention to dictionaries only
      update file permission
      ckp
      testing
      final
      Allow the read/write of JSON-valued Zarr attributes.
      ckp
      missing file'
      update file permission
      cmake
      ckp
      installtest
      switch
      ckp
      ckp
      ckp
      restore
      switch
      ckp
      stdf
      endif
      missing
      update file permission
      test sz
      debug
      debug2
      debug3
      debug4
      debug5
      debug7
      nobzip2
      debug8
      debug10
      examp1
      debug20
      debug21
      setx
      debug30
      exam5
      debug1
      debug2
      debug5
      libdir
      final?
      testing
      dap1
      testenv
      ckp
      Two fixes for the price of one!
      Forgot to fix CMake
      restore
      final
      push
      Support installation of filters into user-specified location
      Remove debug
      Update release notes
      bug2
      update docs
      bug3
      bug4
      bug5
      bug6
      bug10
      bug8
      debug1
      debug2
      debug10
      debug12
      szip1
      Fix szip handling
      recap
      Turn off debug
      final
      final
      ckp
      cleanup
      Fix distcheck problems
      Update release notes
      update
      final1
      Improve filter installation process to avoid use of an extra shell script
      Update release notes
      swith
      I made a major update to this PR with the following changes:
      typo
      Update documentation
      Update docs again
      rebuild
      Update to default --with-plugin-dir to yes
      Fix internal bz2 problems

Edward Hartnett (126):
      added 1.12.1 to hdf5 versions built by GitHub actions
      added commas
      added info about logging to build summary, fixed info about byterange in build summary
      added info about logging to build summary, fixed info about byterange in build summary
      added info about logging to build summary, fixed info about byterange in build summary
      getting ready for next try at quantization code
      further preparation for try 2 at quantizing
      further preparation for try 2 at quantizing
      adding quantize functions to all the dispatch tables
      now qunatizing with inq function in dispatch table
      fixed version numbers
      merged configure.ac and CMakeLists.txt with changes from master branch
      merged nc4hdf.c with changes from master branch
      fixed comment
      further development
      now reading quantize attribute to get settings
      moving function
      perparing to apply bitgroom algorithm
      more testing of qunatize setting
      more quantize testing
      more quantize testing
      more quantize testing
      more quantize testing
      more tests for quantization
      more quantize testing
      more quantize testing
      changed name of attribute to _quantize_bitgroom_number_of_significant_digits
      improved doxygen documenation
      improved doxygen documenation
      change name of att to _QuantizeBitgroomNumberOfSignificantDigits
      bitgroom working for floats
      more quantize testing
      cleanup quantize code
      whitespace cleanup
      moving quantize to its own function
      attempting to fix ncdap test on appvayor
      quantize now working for NC_DOUBLE
      testing of quantize with scalars
      added more documentation, also started on test code for type conversion
      type conversion with quantize between float and double
      undid suggested change to ncdap_test/CMakeLists.txt
      more testing with type conversion
      testing with fill values
      testing with fill values
      testing with fill values
      more tests
      turned off failing quantize test
      code clean up
      refactored quantize code
      more tests for quantize
      added parallel I/O quantize test
      added parallel I/O quantize test
      improving benchmark program
      changed makefile to allow tst_gfs_data_1 to pick up libz from LD_LIBRARY_PATH first
      changed makefile to make benchmark bm_file work properly with zlib-ng
      changed name of tst_gfs_data_1.c to tst_compress_par.c
      tinker with data algorithm for tst_compress_par.c
      now nsd of 0 is NC_EINVAL for nc_def_var_quantize()
      fixed benchmark program run
      adding quantize test
      better comments
      now setting deflate_level to zero does not turn on deflate
      added sequential benchmark program for compression
      more test development
      more test development
      starting to make logging output files for each process for parallel IO builds
      removing unneeded file error4.c
      better handling of logging for parallel I/O builds
      turned off logging in test
      turned off logging in test
      turned logging back on in one test
      turning on parallel I/O tests in CI
      changed Makefile.am flags in examples/C
      turning off parallel tests?
      turning on parallel tests
      fixed makefile
      adding pnetcdf
      untabified
      turning off tests that depend on ncpathcvt when --disable-utilities is used
      fixing some issuses of pnetcdf tests in nc_test
      fixing some issuses of pnetcdf tests in nc_test
      now running MPI-enabled tests with mpiexec for parallel I/O builds
      fixed problems running mpi-enabled tests with --enable-pnetcdf in nc_test
      fixing some nc_test builds when --enable-pnetcdf is not used
      fixing some nc_test builds when --enable-pnetcdf is not used
      fixing some nc_test builds when --enable-pnetcdf is not used
      fixed missing NC_HAS_QUANTIZE
      added ZSTD to netcdf_meta.h and libnetcdf.settings
      adding test to demonstrate parallel I/O numrecs problem
      attempts to get working
      working on parallel numrec problem
      ensuring that MPI_File_close() is only called on open MPI file handle
      fixed parallel functions for netcdf-fortran build
      fixed parallel functions for netcdf-fortran build
      fixed warnings
      added BENCHMARKS to the summary
      fixing parallel I/O bug with dim length for unlimited dimensions
      fixing parallel I/O bug with dim length for unlimited dimensions
      fixing parallel I/O bug with dim length for unlimited dimensions
      fixing parallel I/O bug with dim length for unlimited dimensions
      declared a variable outside for loop
      change to trigger CI
      added  sequential test for enddef issue
      added some entries to nc-config
      no longer run tst_parallel_zlib with 1 processor in testing
      undoing unintended change
      undoing unintended change
      added tst_parallel6 to CMake parallel build
      added nc4cache.c to list of doxygen input files
      fixing doxygen warnings
      more doxygen warning fixes
      doxygen for filter functions
      fixed missing szip constants in netcdf.h
      removed all-error-codes.md
      added netcdf_filter.h to doxygen build
      adding quantize documentation
      fixed some doxygen warnings
      fixed some doxygen warnings
      fixed some doxygen warnings
      fixed more doxygen warnings
      fixing issues with dimlens of unlitmited dims in complex situations
      more detail on which algorithm to choose
      fixed documentation warnings in filters.md
      change to trigger CI
      turn on set -x for failing test script
      turned set -x off again

Egbert Eich (5):
      swap[4|8]b: Satisfy strict aliasing rules
      Fix type punning in val_NC_check_voff() by using memcpy instead of assignment
      Fix type punning in xxdrntohdouble() by using memcpy instead of assignment
      NCD4_dumpbytes: use correct swapline for object size
      d4util.h: make swapinlineXX more robust against type punning

Ethan Davis (1):
      NUG appendix files and CDL doc file moved to netcdf/NUG. Remove here.

Even Rouault (1):
      Fix a stack-read-overflow in ncindexlookup()

Greg Sjaardema (26):
      WIP: attribute creation order on/off
      Address code review issues
      Fix indentation...
      Finish argument name refactoring...
      Detect attribute creation order tracking setting
      Make sure HDF5_C_LIBRARY and HDF5_HL_LIBRARY set
      Refactor Z library detection
      Put threads find_package back where it was.
      fix last commit.
      Remove duplicate line
      Remove another duplicate find_path
      Better detection of libz library
      Use consistent form for find_package
      Clean up some whitespace junk
      Avoid infinite loop for finding large prime values
      Remove duplicate line
      Make dimscale attachement to variables optional
      Better implementation of the no dimscale attach option
      Eliminate tabs added in last commit
      Revert all whitespace changes
      One more try at new implementation with no whitespace changes
      Initialize variable
      Initialize potentially uninitialized variable
      Fix syntax error
      fix typo
      Specify correct plugin suffix

Jennifer Oxelson (7):
      intellij
      Docs migration
      docs migration, part 2
      docs cleanup
      docs link updates
      Update release_header.html
      Update CMakeInstallation.cmake

Mark Harfouche (2):
      Fix a few memory leaks and erroneous logic in nczarr_test/testfilter_misc
      Fixup nc_test4/test_filter_misc.c too

Michael Hirsch (1):
      CMake: CMP0075 requires CMake >= 3.12.

Milton Woods (27):
      Support ANSI *printf specifiers on mingw-w64
      valgrind not supported by mingw
      Avoid setting RPATH in mingw
      hostname lacks arguments on mingw
      Use relative pathnames in __FILE__ macros on mingw
      Use canonical path to derive name of dataset
      Avoid redefinition of strcasecmp in mingw-w64
      Define strcasecmp for Windows in ncconfigure.h
      Avoid duplicate definition of strcasecmp in config.h
      Use strcasecmp definitions from config.h
      Remove config.h from ncjson.c and nclist.c
      Use Windows paths in tests of mingw executables
      Replace pwd by $PWDCMD in test_common.in
      Replace pwd by $PWDCMD in d4test_common.sh
      Replace pwd by $PWDCMD in test_nczarr.sh
      Disable bash path conversions in testpathcvt.sh on mingw
      Replace pwd by $PWDCMD after test_common.sh is sourced
      Revert "Use Windows paths in tests of mingw executables"
      Revert "Replace pwd by $PWDCMD in test_common.in"
      Revert "Replace pwd by $PWDCMD in d4test_common.sh"
      Revert "Replace pwd by $PWDCMD in test_nczarr.sh"
      Revert "Replace pwd by $PWDCMD after test_common.sh is sourced"
      Use Windows format for pwd in test_common on mingw
      Fix NCJTHROW definition after merge from main
      Open datasets in binary mode on mingw
      Use binary mode for tst_inmemory in mingw
      Fix dll exports for ncxml

Paul Harris (1):
      Fix libraries for CURL and HDF5

Philippe Antoine (1):
      fix memory leak in genc_netcdf

Rostislav Kouznetsov (2):
      Add doc on errors introduced by lossy compression
      Fix typo

Sean McBride (1):
      Fixed Clang -Wstrict-prototypes warnings

Sergey Kosukhin (1):
      fix configure check for the -fno-strict-aliasing flag

Tobias Kölling (3):
      added test for opening a trunceded file using in-memory open
      allow missing udata when closing file with abort=1
      hand over udata to h5->mem a little earlier

Ward Fisher (130):
      Replace source for Unidata logo.
      Update windows binary download link url.
      Update footer.html and Doxyfile to use local Unidata image.
      Remove obsolete doxygen tags.
      Added uniLogo.png to make dist.
      Added a one-off stanza for autoconf-based tests on Github Actions.
      Propagate github actions tests into cmake-based stanza.
      Correct spacing issue in GA yaml file.
      Modify GA workflow a bit.
      Reverse GA workflow. Run the one-off tests first and then run the full test matrix. This should shorten the test/failure cycle.
      Thanks to newer ctest functionality, if ctest tests fail, re-run just the failed ones with more verbose output.
      Attempt at test orchestration to avoid a race condition when running tests in parallel.
      A bit more twiddling of the github actions workflow.
      Syntax debugging.
      Test dependency on one-offs updated.
      Correct a typo in the github actions yaml file.
      Correct a typo.
      Revamping the HDF5_VERSION logic.
      Plugged a hole where HDF5_VERSION wouldn't be checked against minimum HDF5 required version.
      Added logic for checking the version when the HDF5 libraries and include directories are set explicitly.
      Caching HDF5_VERSION string for diagnostic purposes.
      Correct an issue with appveyor builds, specific to systems where a bash shell is not available.
      Correct logic error.
      Begin wiring in option to toggle automatic search for libxml2 in support of https://github.com/Unidata/netcdf-c/pulls/2135
      Updated release notes.
      Updated .gitignore to ignore .vscode directory.
      Adding control block, --enable and disable option for libxml2 to configure.ac
      Added missing include for read() function.
      Addressed an issue in ncbytes where long unsigned ~= size_t
      Preprocessing for generated ezxml files.
      Fencepost unistd.h inclusion.
      Renamed the workflow file for running ubuntu-based tests.
      Adding github actions.
      Renamed some of the job steps.
      Collapse some redundant definitions in the Ubuntu-based workflow.
      Syntax
      Syntax
      It was worth a shot.
      Renaming jobs to differentiate between Ubuntu and Linux jobs.
      Temporarily disable ubuntu tests on PR.
      Temporarily disable ubuntu tests on PR.
      More testing.
      Sorting out the reported syntax error.
      Remove ubuntu-specific thing.
      Syntax error discovered (I hope)
      Removed call to autoreconf
      Remove more calls to apt.
      Installing autoconf tools
      More scripting.
      Move autoconf installation stanza
      Cache automake install.
      Additional expansion of naming.
      More work on the OSX github actions.
      Remove HDF4
      Add a missing space.
      Refactor triggers on GA runs.
      Removed OSX tests from run-on-push, modify so that they run on pull request.
      Avoid name collision in macOS tests.
      Collapse and update the HDF5 versions being tested on Github Actions.
      Add skeleton mingw/msys2 Github CI tests.
      Added cmake to the mingw-based test.
      Remove stale travis-ci configuration file.
      Working on MinGW/MSYS2 support. Attempting workflow with system-installed libhdf5
      Remove stray text.
      Further developments unfolding.
      Temporarily disable cache
      Clean up some Unix-related cruft.
      Really simplify things.
      Additional compilation work.
      Next iteration of compilation test.
      Remove stray text.
      Missing symbol in MSYS2/MinGW compilation.
      Dangling undefined references to nulldup. These should be unified in a header, but that is a separate issue to open/resolve. For now, resolving these as part of getting mingw/msys2-based github actions working.
      Cleaned up another undefined reference.
      More cleanup.
      Collapse build and run test steps into a single step, no need to build all the tests before seeing if any fail.
      More tweaks.
      Remove stray character.
      Moving on to cmake-based github actions.
      Adding hdf5 info for cmake-based tests.
      Force CMake to use gcc
      Oh right, Unix Makefiles
      HDF5 configuration diagnostic output
      Syntax error.
      Syntax error.
      Missing pipe character.
      Removing cmake-based tests for now.
      Correct trigger event for mingw tests to pull_request from push'
      Missed a merge conflict marker, fixed that.
      Modify cmakelists.txt to generate oc2 auth html file whenever a doxygen-enabled build is run.
      Correct a memory leak as reported in Unidata/netcdf-c#2203
      Correct the accidental removal of NOUNDEFINED, as reported in Unidata/netcdf-c#2196
      Cleaning up make dist, it's generating tarballs that don't work with cmake.
      Adding a missing file to make dist.
      Adding a missing reference file.
      Remove stale badges, add badge for Repology in support of https://github.com/Unidata/netcdf-c//pull/1350
      Change order in which auth.html is generated and copied.
      Tweak to software.html static page.
      Removed empty, useless script.
      Added new credits file.
      Reconfiguring the Ubuntu Github Actions test.
      Added first pass at a parallel github actions one-off
      Correct dependency chain for Github Actions.
      Correct compiler issue with parallel one-off test.
      Remove on-push trigger for OSX-based workflows.
      Made the parallel build action label mention pnetcdf.
      Update URL for windows downloads.
      Added error message.
      correct links for gliderscope and netcdfninja in software.html
      Removed precision fiddling with OSX to correct issues that resulted in remote testing. Also integrated the one-line change from Unidata/netcdf-c#2347, which is proving problematic (for some reason).
      Add missing file to EXTRA_DIST
      Turned off plugin directory during CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/home/wfisher/Desktop/gitprojects/netcdf-c/missing' aclocal-1.16 -I m4 in support of Unidata/netcdf-c#2348 (comment)
      Revised netCDF version and SO version
      Bumped dev version in CMakeLists.txt.  SO Version remains unchanged.
      Updated doxygen version, added target release date to RELEASE_NOTES
      Updated release date to reflect actual release.
      Updated release numbers for 4.9.0
      Update configure.ac to incorporate maintainer mode
      Testing manual workflow_dispatch for github actions.
      Updated .gitignore for generated files we need as part of the release process.
      Added autoconf-generated files for a stand-alone release.
      Added generated files for the stand-alone release.
      Correct error in make dist
      Updated generated makefile.
      Make dist is generating a distribution with missing files, that only cmake seems to complain about.
      Corrected Makefile.am error.
      Updated generated Makefile.in
      Incorporated GitHub-generated release notes into the manually managed release notes, and updated the list of included dependencies for Windows installer downloads.
      Make plugin dir off by default for this release.
      Regenerated configure script.

wkliao (7):
      use NC_EDIMSCALE for errors related to dimscale
      fix a compile error
      use AC_MSG_WARN/AC_MSG_NOTICE instead of echo
      vpath build: use top_srcdir
      avoid type define MPI_Comm and MPI_Info
      Compile dparallel.c only when parallel I/O is enabled
      allow to test tst_cdf5format when PnetCDF is enabled

xantares (1):
      cmake: list zip libs before szip
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

Successfully merging a pull request may close this issue.

2 participants