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

FRUT install fails on Debian 12 #776

Open
ShotgunApe opened this issue Nov 16, 2024 · 0 comments
Open

FRUT install fails on Debian 12 #776

ShotgunApe opened this issue Nov 16, 2024 · 0 comments

Comments

@ShotgunApe
Copy link

Using same folder structure with latest JUCE 8.0.3, gcc 12.2.0, CMake 3.25.1, cmake --build . --target install provides the following error:

[ 13%] Linking CXX executable Jucer2CMake
/usr/bin/ld: libJucer2CMake_JUCE.a(juce_core.cpp.o): warning: relocation against `_ZN4juce20juce_compilationTimeE' in read-only section `.text'
/usr/bin/ld: libJucer2CMake_JUCE.a(juce_core.cpp.o): in function `juce::Time::getCompilationDate()':
/home/will/Documents/Github/JUCE/modules/juce_core/time/juce_Time.cpp:605: undefined reference to `juce::juce_compilationDate'
/usr/bin/ld: /home/will/Documents/Github/JUCE/modules/juce_core/time/juce_Time.cpp:608: undefined reference to `juce::juce_compilationTime'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
gmake[2]: *** [Jucer2CMake/CMakeFiles/Jucer2CMake.dir/build.make:98: Jucer2CMake/Jucer2CMake] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:217: Jucer2CMake/CMakeFiles/Jucer2CMake.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2

Using cmake --build . --target install --parallel hangs at 24%:

[  3%] Building CXX object cmake/tools/CMakeFiles/tools_juce_core.dir/home/will/Documents/Github/JUCE/modules/juce_core/juce_core.cpp.o
[  6%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_core/juce_core.cpp.o
[ 10%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_data_structures/juce_data_structures.cpp.o
[ 13%] Building CXX object Jucer2CMake/CMakeFiles/Jucer2CMake_JUCE.dir/home/will/Documents/Github/JUCE/modules/juce_core/juce_core.cpp.o
[ 17%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_graphics/juce_graphics.cpp.o
[ 20%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_events/juce_events.cpp.o
[ 24%] Building CXX object cmake/tools/CMakeFiles/tools_juce_gui_basics.dir/home/will/Documents/Github/JUCE/modules/juce_gui_basics/juce_gui_basics.cpp.o

Thank you in advance for your help!

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

No branches or pull requests

1 participant