-
-
Notifications
You must be signed in to change notification settings - Fork 56
https://github.com/lestrrat-go/libxml2/blob/master/clib/clib.go Package Build is failing with "could not determine kind of name for C.free" #101
Comments
I can't reproduce it. Just a guess but perhaps you are using an old Go version? |
Bummer. But since I can't reproduce it, I can't do much. Please provide a reproducible scenario. |
I also have a similar problem How did I solve it?
for Docker RUN apk update && apk add --update --no-cache
That's all |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Still, we are facing the same issue :( /go/pkg/mod/github.com/lestrrat/[email protected]/clib/clib.go:489:8: could not determine kind of name for C.free |
@Priyankasoni037 as I already said, you need to isolate what it is that differs from the CI environment that produces your error. Otherwise I will never be able to do anything on this. |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. This does not mean your issue is rejected, but rather it is done to hide it from the view of the maintains for the time being. Feel free to reopen if you have new comments |
This happens after the last change has been made for this repo.
b65cd51
Before that it was working as expected
Describe the bug
While downloading the below package
https://github.com/lestrrat-go/libxml2/blob/master/clib/clib.go
Getting the Error message as "could not determine kind of name for C.free"
To Reproduce / Expected behavior
The text was updated successfully, but these errors were encountered: