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

[BUG]Build internal error compiler. #45

Open
P-Louw opened this issue Oct 7, 2024 · 0 comments
Open

[BUG]Build internal error compiler. #45

P-Louw opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@P-Louw
Copy link

P-Louw commented Oct 7, 2024

I am building from source on Fedora 29 using pipewire-jack-audi-connection-kit-devel for jack.h (if that matters.)

I cloned and built the code as described. Before reaching this step I had to install the gtk devel and webkite2gtk devel packages.

I expected the build to succeed but it fails at 52% with a compiler error. According to the bugzilla notifier it's not reproducuble?

[User@Computer ChowMultiTool]$ cmake --build build --config Release
[ 19%] Built target presets-resources
[ 21%] Built target clap_juce_extensions
[ 36%] Built target juce_plugin_modules
[ 51%] Built target gui-resources
[ 52%] Building CXX object CMakeFiles/ChowMultiTool.dir/src/ChowMultiTool.cpp.o
during IPA pass: modref
/home/User/Downloads/ChowMultiTool/src/ChowMultiTool.cpp:119:1: internal compiler error: in write_symbol, at lto-streamer-out.cc:3002
  119 | }
      | ^
Please submit a full bug report, with preprocessed source.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
gmake[2]: *** [CMakeFiles/ChowMultiTool.dir/build.make:93: CMakeFiles/ChowMultiTool.dir/src/ChowMultiTool.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:346: CMakeFiles/ChowMultiTool.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2

If this is not the proper place for this type of bug or user error let me know. I have searched a bit to see if I had the correct dependencies. I am not a C++ programmer so not familiar with possible compiler issues or flags.

@P-Louw P-Louw added the bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants