https://bugzilla.redhat.com/show_bug.cgi?id=1176273 --- Comment #10 from MartinKG <mgansser@xxxxxxxx> --- I still testing asgp to compile, but it fails with this error message: [ 96%] Linking CXX shared library ../../../bin/librp.so cd /home/martin/rpmbuild/BUILD/asgp-1.0.16/asgp/lib/src/rp && /usr/bin/cmake -E cmake_link_script CMakeFiles/rp.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -g -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,librp.so -o ../../../bin/librp.so CMakeFiles/rp.dir/code/add_ingame_layers.cpp.o CMakeFiles/rp.dir/code/attractable_item.cpp.o CMakeFiles/rp.dir/code/balloon.cpp.o CMakeFiles/rp.dir/code/bird.cpp.o CMakeFiles/rp.dir/code/bird_support.cpp.o CMakeFiles/rp.dir/code/bomb.cpp.o CMakeFiles/rp.dir/code/bonus.cpp.o CMakeFiles/rp.dir/code/boss.cpp.o CMakeFiles/rp.dir/code/boss_controller.cpp.o CMakeFiles/rp.dir/code/boss_teleport.cpp.o CMakeFiles/rp.dir/code/cable.cpp.o CMakeFiles/rp.dir/code/cannonball.cpp.o CMakeFiles/rp.dir/code/cart_controller.cpp.o CMakeFiles/rp.dir/code/cart.cpp.o CMakeFiles/rp.dir/code/config_file.cpp.o CMakeFiles/rp.dir/code/config_save.cpp.o CMakeFiles/rp.dir/code/crate.cpp.o CMakeFiles/rp.dir/code/cursor.cpp.o CMakeFiles/rp.dir/code/decorative_balloon.cpp.o CMakeFiles/rp.dir/code/end.cpp.o CMakeFiles/rp.dir/code/entity.cpp.o CMakeFiles/rp.dir/code/explosion.cpp.o CMakeFiles/rp.dir/code/game_key.cpp.o CMakeFiles/rp.dir/code/game_variables.cpp.o CMakeFiles/rp.dir/code/help_button.cpp.o CMakeFiles/rp.dir/code/hole.cpp.o CMakeFiles/rp.dir/code/http_request.cpp.o CMakeFiles/rp.dir/code/init.cpp.o CMakeFiles/rp.dir/code/interactive_item.cpp.o CMakeFiles/rp.dir/code/level_exit.cpp.o CMakeFiles/rp.dir/code/level_selector.cpp.o CMakeFiles/rp.dir/code/level_settings.cpp.o CMakeFiles/rp.dir/code/level_variables.cpp.o CMakeFiles/rp.dir/code/obstacle.cpp.o CMakeFiles/rp.dir/code/pause_game.cpp.o CMakeFiles/rp.dir/code/plank.cpp.o CMakeFiles/rp.dir/code/plunger.cpp.o CMakeFiles/rp.dir/code/serial_switcher.cpp.o CMakeFiles/rp.dir/code/show_key_layer.cpp.o CMakeFiles/rp.dir/code/switching.cpp.o CMakeFiles/rp.dir/code/tar.cpp.o CMakeFiles/rp.dir/code/tnt.cpp.o CMakeFiles/rp.dir/code/util.cpp.o CMakeFiles/rp.dir/code/wall.cpp.o CMakeFiles/rp.dir/code/zeppelin.cpp.o CMakeFiles/rp.dir/android/code/back_button_home_item.cpp.o CMakeFiles/rp.dir/android/code/java_activity.cpp.o CMakeFiles/rp.dir/layer/code/help_layer.cpp.o CMakeFiles/rp.dir/layer/code/key_layer.cpp.o CMakeFiles/rp.dir/layer/code/misc_layer.cpp.o CMakeFiles/rp.dir/layer/code/pause_layer.cpp.o CMakeFiles/rp.dir/layer/code/status_layer.cpp.o CMakeFiles/rp.dir/layer/status/code/background_component.cpp.o CMakeFiles/rp.dir/layer/status/code/balloon_component.cpp.o CMakeFiles/rp.dir/layer/status/code/bonus_component.cpp.o CMakeFiles/rp.dir/layer/status/code/boss_component.cpp.o CMakeFiles/rp.dir/layer/status/code/cannonball_component.cpp.o CMakeFiles/rp.dir/layer/status/code/lives_component.cpp.o CMakeFiles/rp.dir/layer/status/code/floating_score_component.cpp.o CMakeFiles/rp.dir/layer/status/code/plunger_component.cpp.o CMakeFiles/rp.dir/layer/status/code/score_component.cpp.o CMakeFiles/rp.dir/layer/status/code/status_component.cpp.o CMakeFiles/rp.dir/layer/status/code/time_component.cpp.o CMakeFiles/rp.dir/message/code/help_layer_starting_message.cpp.o CMakeFiles/rp.dir/message/code/key_layer_starting_message.cpp.o CMakeFiles/rp.dir/message/code/pause_message.cpp.o CMakeFiles/rp.dir/transition_effect/code/level_ending_effect.cpp.o CMakeFiles/rp.dir/transition_effect/code/level_starting_effect.cpp.o -L/usr/lib64/libjpeg.so -L/usr/lib64/libpng.so -L/home/martin/rpmbuild/BUILD/asgp-1.0.16/asgp/bin -L/home/martin/rpmbuild/BUILD/asgp-1.0.16/asgp/../bear/bear-engine/bin -lbear_engine -lbear_gui -lbear_generic_items -lclaw_configuration_file /usr/bin/ld: cannot find -lbear_engine /usr/bin/ld: cannot find -lbear_gui /usr/bin/ld: cannot find -lbear_generic_items collect2: error: ld returned 1 exit status lib/src/rp/CMakeFiles/rp.dir/build.make:1840: recipe for target 'bin/librp.so' failed make[2]: *** [bin/librp.so] Error 1 make[2]: Leaving directory '/home/martin/rpmbuild/BUILD/asgp-1.0.16/asgp' CMakeFiles/Makefile2:254: recipe for target 'lib/src/rp/CMakeFiles/rp.dir/all' failed make[1]: *** [lib/src/rp/CMakeFiles/rp.dir/all] Error 2 Makefile:130: recipe for target 'all' failed make: *** [all] Error 2 the build section looks like this: %build cp %{SOURCE1} . cd asgp %cmake -DCMAKE_BUILD_TYPE=release \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCMAKE_BUILD_TYPE=debug %make_build -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx