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

[openvsp] Building libraries fails #244

Open
Riley-the-dog opened this issue Jun 9, 2023 · 2 comments
Open

[openvsp] Building libraries fails #244

Riley-the-dog opened this issue Jun 9, 2023 · 2 comments

Comments

@Riley-the-dog
Copy link

Logs from yay -S openvsp (after updating the rest of my system)
openvsp.log

Hello, I'm attempting to build OpenVSP, but I'm getting some interesting errors, I can't seem to find where exactly it's going wrong. The end of the log only states that "Manual intervention is required," however I'm not running with --noconfirm and it never prompts anything. I've also tried using system libraries when building them fails here, however it eventually gets to another one that fails.

@petronny
Copy link

Seems to be same to the error in https://github.com/arch4edu/cactus/actions/runs/5273929988/jobs/9537891124

[ 32%] Building CXX object src/clstepcore/CMakeFiles/stepcore-static.dir/STEPattributeList.cc.o
In file included from /build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/clstepcore/sdai.h:210,
                 from /build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/clstepcore/STEPattribute.h:21,
                 from /build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/clstepcore/STEPattributeList.cc:14:
/build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/cldai/sdaiEntity_extent.h: In member function ‘SDAI_DAObject__set* SDAI_Entity_extent::instances_() const’:
/build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/cldai/sdaiEntity_extent.h:59:20: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
   59 |             return ( const SDAI_DAObject__set_var )&_instances;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/clstepcore/sdai.h:212:
/build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/cldai/sdaiModel_contents.h: In member function ‘SDAI_DAObject__set* SDAI_Model_contents_instances::contents_() const’:
/build/openvsp/src/buildlibs/STEPCODE-prefix/src/STEPCODE/src/cldai/sdaiModel_contents.h:43:20: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
   43 |             return ( const SDAI_DAObject__set_var ) &_instances;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/openvsp/src/buildlibs/EXPRPARSE-prefix/src/EXPRPARSE/src/exprparse/exprparse.cpp:62:9: error: ‘uint16_t’ does not name a type
   62 |         uint16_t precedance;
      |         ^~~~~~~~
/build/openvsp/src/buildlibs/EXPRPARSE-prefix/src/EXPRPARSE/src/exprparse/exprparse.cpp:34:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   33 | #include <regex>
  +++ |+#include <cstdint>
   34 | #include <sstream>

@vasylyamnych
Copy link

similar for me

[ 97%] Completed 'STEPCODE'
[ 97%] Built target STEPCODE
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: openvsp-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
openvsp - exit status 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants