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

kernel module built on OpenBSD is broken #898

Closed
james-d-mitchell opened this issue Nov 25, 2022 · 7 comments
Closed

kernel module built on OpenBSD is broken #898

james-d-mitchell opened this issue Nov 25, 2022 · 7 comments
Labels
build-system A label for issues or PRs related to the build system possible-bug A label for issues that might report bugs.

Comments

@james-d-mitchell
Copy link
Collaborator

See the following issue for details:

digraphs/Digraphs#562

@james-d-mitchell james-d-mitchell added bug Label for issues or PR which report or fix bugs build-system A label for issues or PRs related to the build system labels Nov 25, 2022
@james-d-mitchell
Copy link
Collaborator Author

See also:

#328

which seems to be a similar issue.

@james-d-mitchell james-d-mitchell added possible-bug A label for issues that might report bugs. and removed bug Label for issues or PR which report or fix bugs labels Nov 25, 2022
@dimpase
Copy link
Contributor

dimpase commented Dec 8, 2022

With digraphs/Digraphs#562 fixed by @fingolfin - I suppose a similar fix is needed here.
Otherwise

Error, LOAD_DYN: failed to load kernel module /home/dima/tmp/gap/pkg/semigroups//bin/x86_64-unknown-openbsd7\
.1-default64-kv8/semigroups.so, Cannot load specified object in
  LOAD_DYN( filename ) at /home/dima/tmp/gap/lib/files.gd:595 called from 
<function "LoadDynamicModule">( <arguments> )
 called from read-eval loop at /home/dima/tmp/gap/pkg/semigroups/init.g:22
Error, was not in any namespace at /home/dima/tmp/gap/lib/variable.g:269 called from
LEAVE_NAMESPACE(  ); at /home/dima/tmp/gap/lib/package.gi:1327 called from
ReadPackage( pkgname, "init.g" ); at /home/dima/tmp/gap/lib/package.gi:1688 called from
<function "LoadPackage">( <arguments> )
 called from read-eval loop at *stdin*:1
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> 

@dimpase
Copy link
Contributor

dimpase commented Jul 3, 2023

fixed by #937

@fingolfin
Copy link
Contributor

@dimpase is this resolved now, possibly except for what's discussed in #938?

@dimpase
Copy link
Contributor

dimpase commented Sep 11, 2023

the #938 certainly needs to be resolved - e.g
for SageMath installs.

Would you like me to fix it, or prefer to do it yourself?

@dimpase
Copy link
Contributor

dimpase commented Sep 13, 2023

should be fixed by #954

@james-d-mitchell
Copy link
Collaborator Author

Resolved in v5.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-system A label for issues or PRs related to the build system possible-bug A label for issues that might report bugs.
Projects
Archived in project
Development

No branches or pull requests

3 participants