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

_memcpy! not defined on nightly #1094

Closed
evetion opened this issue Aug 11, 2023 · 5 comments
Closed

_memcpy! not defined on nightly #1094

evetion opened this issue Aug 11, 2023 · 5 comments

Comments

@evetion
Copy link

evetion commented Aug 11, 2023

Encountered at https://github.com/evetion/SpaceLiDAR.jl/actions/runs/5832259983/job/15817324791?pr=56#step:6:371

  Got exception outside of a @test
  UndefVarError: `_memcpy!` not defined
  Stacktrace:
    [1] _generic_read(::HDF5.Attribute, ::HDF5.Datatype, ::Type{Cstring}, ::Nothing)
      @ HDF5 ~/.julia/packages/HDF5/aiZLs/src/readwrite.jl:197
    [2] generic_read(::HDF5.Attribute, ::HDF5.Datatype, ::Type{Cstring})
      @ HDF5 ~/.julia/packages/HDF5/aiZLs/src/readwrite.jl:134
    [3] read(obj::HDF5.Attribute)
      @ HDF5 ~/.julia/packages/HDF5/aiZLs/src/readwrite.jl:39
    [4] read_attribute(parent::HDF5.Group, name::String)
      @ HDF5 ~/.julia/packages/HDF5/aiZLs/src/attributes.jl:54
@mkitti
Copy link
Member

mkitti commented Aug 11, 2023

Thanks for the note. I plan on doing some work on the package this weekend, and I will address this.

@eschnett
Copy link
Contributor

This error occurs for me as well on HDF5 v0.16.15 with Julia Version 1.10.0-beta2, not just on nightly.

@mkitti
Copy link
Member

mkitti commented Aug 20, 2023

It's already fixed on master

@mkitti
Copy link
Member

mkitti commented Aug 20, 2023

To resolve this, I am planning a 0.16.16:
#1098

@evetion
Copy link
Author

evetion commented Aug 25, 2023

Thanks!

@evetion evetion closed this as completed Aug 25, 2023
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

3 participants