Package oracledb for GUIX #199
Closed
ennoausberlin
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
python-oracledb uses Cython, which means that the Cython source files must be translated into C before the build can take place. This is done by the regular build process. You can use that process so that it generates the C source files or call Cython yourself directly to generate the C source files. After those are generated your can build the regular way. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am writing a package definition for oracledb for the guix package manager, but I get an error in the "building oracle.base_impl extension phase. cc1 fatal error src/oracledb/base_impl.c No such file or directory. The source package comes from pypi.
Any ideas why this fails and how to build this?
Beta Was this translation helpful? Give feedback.
All reactions