Skip to content

Can't compile out of the box on HP-UX #556

@michael-o

Description

@michael-o
  1. What versions are you using?

Oracle Client 19/Oracle Database 10 SE2

  1. Is it an error or a hang or a crash?

Does not properly build

  1. What error(s) or behavior you are seeing?

During build:

Warning #20099-D: Exceeding compiler resource limits, routine:
          __pyx_pymod_exec_base_impl; some optimizations skipped. Use
          +Onolimit if override desired.

Requires oracle/odpi#205, oracle/odpi#206, #555 and this fix: 3b46495

After all fixes applied thick mode (ORACLE_HOME=/opt/oracle/product/19.0.0/client_1) works perfectly:

smartld@deblndw028v:~/.local/lib/python3.10/site-packages/oracledb
$ file *.so
arrow_impl.cpython-310.so:      ELF-32 shared object file - IA64
base_impl.cpython-310.so:       ELF-32 shared object file - IA64
thick_impl.cpython-310.so:      ELF-32 shared object file - IA64
thin_impl.cpython-310.so:       ELF-32 shared object file - IA64

Thin mode does not work because py-cryptography requires Rust and Rust isn't availabe on HP-UX.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions