Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ostrichriders.spec'], chrootPath='/var/lib/mock/f29-build-5535-1314/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ostrichriders.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/ostrichriders-0.6.4-6.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ostrichriders.spec'], chrootPath='/var/lib/mock/f29-build-5535-1314/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ostrichriders.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kKxMrt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ostrichriders-0.6.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/ostrichriders-0.6.4.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ostrichriders-0.6.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mIaZEt + umask 022 + cd /builddir/build/BUILD + cd ostrichriders-0.6.4 + /usr/bin/make -O -j4 g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/SpriteEntity.o src/sfmlGame/Entity/SpriteEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/TextEntity.o src/sfmlGame/Entity/TextEntity.cpp BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp: In member function 'void TextEntity::applyColor()': BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:97:68: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_BLUE: string->setColor(sf::Color(0, 0, 255, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:98:67: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_RED: string->setColor(sf::Color(255, 0, 0, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:99:69: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_GREEN: string->setColor(sf::Color(0, 255, 0, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:100:104: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_FADING_BLUE: string->setColor(sf::Color(128, 128, 255, (sf::Uint8)(getFade() * 255))); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:101:105: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_FADING_WHITE: string->setColor(sf::Color(255, 255, 255, (sf::Uint8)(getFade() * 255))); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:102:126: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_BLINKING_WHITE: string->setColor(sf::Color(255, 255, 255, (sf::Uint8)((1.0f + cosf(age * 4.0f)) * 127.0f))); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextEntity.cpp:104:64: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: default: string->setColor(sf::Color(255, 255, 255, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/MenuEntity.o src/sfmlGame/Entity/MenuEntity.cpp BUILDSTDERR: src/sfmlGame/Entity/MenuEntity.cpp: In member function 'virtual void MenuEntity::render(sf::RenderWindow*)': BUILDSTDERR: src/sfmlGame/Entity/MenuEntity.cpp:68:54: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: string->setColor(sf::Color(255, 255, 255)); BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/MenuEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/MenuEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/MenuEntity.cpp:76:54: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: string->setColor(sf::Color(128, 128, 128)); BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/MenuEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/MenuEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/SurfaceEntity.o src/sfmlGame/Entity/SurfaceEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/GameEntity.o src/sfmlGame/Entity/GameEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/GuiEntity.o src/sfmlGame/Entity/GuiEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/ScoresEntity.o src/sfmlGame/Entity/ScoresEntity.cpp BUILDSTDERR: src/sfmlGame/Entity/ScoresEntity.cpp: In member function 'virtual void ScoresEntity::render(sf::RenderWindow*)': BUILDSTDERR: src/sfmlGame/Entity/ScoresEntity.cpp:52:83: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: sf::Uint8(100.f + cosf(age * 5.f) * 100.f))); BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/ScoresEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/ScoresEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/ScoresEntity.cpp:59:61: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: sf::Uint8(bColor[c]))); BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/ScoresEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/ScoresEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/TextInputEntity.o src/sfmlGame/Entity/TextInputEntity.cpp BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp: In member function 'void TextInputEntity::applyColor()': BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:118:68: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_BLUE: string->setColor(sf::Color(0, 0, 255, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:119:67: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_RED: string->setColor(sf::Color(255, 0, 0, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:120:69: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_GREEN: string->setColor(sf::Color(0, 255, 0, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:121:104: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_FADING_BLUE: string->setColor(sf::Color(128, 128, 255, (sf::Uint8)(getFade() * 255))); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:122:105: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_FADING_WHITE: string->setColor(sf::Color(255, 255, 255, (sf::Uint8)(getFade() * 255))); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:123:126: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: case COLOR_BLINKING_WHITE: string->setColor(sf::Color(255, 255, 255, (sf::Uint8)((1.0f + cosf(age * 4.0f)) * 127.0f))); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/sfmlGame/Entity/TextInputEntity.cpp:125:64: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: default: string->setColor(sf::Color(255, 255, 255, 255)); break; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/GuiEntity.h:20, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.h:22, BUILDSTDERR: from src/sfmlGame/Entity/TextInputEntity.cpp:17: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Model/MenuEntry.o src/sfmlGame/Model/MenuEntry.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Model/Menu.o src/sfmlGame/Model/Menu.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/EntityManager.o src/sfmlGame/Entity/EntityManager.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/CollidingSpriteEntity.o src/sfmlGame/Entity/CollidingSpriteEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/main.o src/main.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Model/GameScores.o src/sfmlGame/Model/GameScores.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Model/GameMap.o src/sfmlGame/Model/GameMap.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/MediaManagers/SoundManager.o src/sfmlGame/MediaManagers/SoundManager.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/MediaManagers/ImageManager.o src/sfmlGame/MediaManagers/ImageManager.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Game.o src/sfmlGame/Game.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/sfmlGame/Entity/TileMapEntity.o src/sfmlGame/Entity/TileMapEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/JoustGameMap.o src/joust/JoustGameMap.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/GameConstants.o src/joust/GameConstants.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/JoustGame.o src/joust/JoustGame.cpp BUILDSTDERR: src/joust/JoustGame.cpp: In member function 'virtual void JoustGame::startGame()': BUILDSTDERR: src/joust/JoustGame.cpp:68:53: warning: 'sf::Image sf::RenderWindow::capture() const' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: sf::Image screen = app->capture(); BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:47, BUILDSTDERR: from src/joust/../sfmlGame/Game.h:22, BUILDSTDERR: from src/joust/JoustGame.h:20, BUILDSTDERR: from src/joust/JoustGame.cpp:18: BUILDSTDERR: /usr/include/SFML/Graphics/RenderWindow.hpp:140:27: note: declared here BUILDSTDERR: SFML_DEPRECATED Image capture() const; BUILDSTDERR: ^~~~~~~ g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/GateEntity.o src/joust/GateEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/FlyingScoreEntity.o src/joust/FlyingScoreEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/FallingRiderEntity.o src/joust/FallingRiderEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/EggEntity.o src/joust/EggEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/BurningJousterEntity.o src/joust/BurningJousterEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/PlayerInput.o src/joust/PlayerInput.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/BotEntity.o src/joust/BotEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/SelectorEntity.o src/joust/SelectorEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/RotatingTextEntity.o src/joust/RotatingTextEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/PlayerEntity.o src/joust/PlayerEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/MountEntity.o src/joust/MountEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/defaultfont.o src/defaultfont.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/LogicEngine.o src/joust/LogicEngine.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/LifeEntity.o src/joust/LifeEntity.cpp BUILDSTDERR: src/joust/LifeEntity.cpp: In member function 'virtual void LifeEntity::render(sf::RenderWindow*)': BUILDSTDERR: src/joust/LifeEntity.cpp:78:54: warning: 'void sf::Text::setColor(const sf::Color&)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: string.setColor(sf::Color(128, 128, 255, 255)); BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/include/SFML/Graphics.hpp:51, BUILDSTDERR: from src/joust/../sfmlGame/Entity/GameEntity.h:20, BUILDSTDERR: from src/joust/../sfmlGame/Entity/SpriteEntity.h:20, BUILDSTDERR: from src/joust/LifeEntity.h:20, BUILDSTDERR: from src/joust/LifeEntity.cpp:20: BUILDSTDERR: /usr/include/SFML/Graphics/Text.hpp:177:26: note: declared here BUILDSTDERR: SFML_DEPRECATED void setColor(const Color& color); BUILDSTDERR: ^~~~~~~~ g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/JousterEntity.o src/joust/JousterEntity.cpp g++ -g -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -c -o src/joust/JoustTileMapEntity.o src/joust/JoustTileMapEntity.cpp g++ -o ostrichriders src/sfmlGame/Entity/MenuEntity.o src/sfmlGame/Entity/TextEntity.o src/sfmlGame/Entity/SurfaceEntity.o src/sfmlGame/Entity/SpriteEntity.o src/sfmlGame/Entity/ScoresEntity.o src/sfmlGame/Entity/TextInputEntity.o src/sfmlGame/Entity/GuiEntity.o src/sfmlGame/Entity/GameEntity.o src/sfmlGame/Entity/EntityManager.o src/sfmlGame/Entity/CollidingSpriteEntity.o src/main.o src/sfmlGame/Model/MenuEntry.o src/sfmlGame/Model/Menu.o src/sfmlGame/Model/GameScores.o src/sfmlGame/Model/GameMap.o src/sfmlGame/MediaManagers/SoundManager.o src/sfmlGame/MediaManagers/ImageManager.o src/sfmlGame/Game.o src/sfmlGame/Entity/TileMapEntity.o src/joust/JoustGameMap.o src/joust/JoustGame.o src/joust/GateEntity.o src/joust/GameConstants.o src/joust/FlyingScoreEntity.o src/joust/FallingRiderEntity.o src/joust/EggEntity.o src/joust/BurningJousterEntity.o src/joust/BotEntity.o src/joust/SelectorEntity.o src/joust/RotatingTextEntity.o src/joust/PlayerInput.o src/joust/PlayerEntity.o src/joust/MountEntity.o src/defaultfont.o src/joust/LogicEngine.o src/joust/LifeEntity.o src/joust/JousterEntity.o src/joust/JoustTileMapEntity.o -lsfml-audio -lsfml-graphics -lsfml-window -lsfml-system -lfontconfig -lfreetype + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sYI2RT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 + cd ostrichriders-0.6.4 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 'INSTALL=/usr/bin/install -p' PREFIX=/usr if test ! -d /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/bin; then mkdir -p /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/bin; fi if test ! -d /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/ostrichriders; then mkdir -p /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/ostrichriders; fi if test ! -d /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/appdata; then mkdir -p /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/appdata; fi if test ! -d /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/icons/hicolor; then mkdir -p /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/icons/hicolor; fi cp -R data/* /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/ostrichriders/ cp -R ostrichriders.appdata.xml /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/appdata/ cp -R icons/* /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/icons/hicolor/ cp ostrichriders /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/bin desktop-file-install --dir=/builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/applications ostrichriders.desktop + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.G2dGH0 Processing files: ostrichriders-0.6.4-6.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Sln6jS + umask 022 + cd /builddir/build/BUILD + cd ostrichriders-0.6.4 + DOCDIR=/builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/doc/ostrichriders + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/doc/ostrichriders + cp -pr README /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/doc/ostrichriders + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.p0QFPb + umask 022 + cd /builddir/build/BUILD + cd ostrichriders-0.6.4 + LICENSEDIR=/builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/licenses/ostrichriders + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/licenses/ostrichriders + cp -pr LICENCE /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64/usr/share/licenses/ostrichriders + exit 0 Provides: application() application(ostrichriders.desktop) metainfo() metainfo(ostrichriders.appdata.xml) ostrichriders = 0.6.4-6.fc29 ostrichriders(riscv-64) = 0.6.4-6.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libsfml-audio.so.2.4()(64bit) libsfml-graphics.so.2.4()(64bit) libsfml-system.so.2.4()(64bit) libsfml-window.so.2.4()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 Wrote: /builddir/build/RPMS/ostrichriders-0.6.4-6.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Wiml3b + umask 022 + cd /builddir/build/BUILD + cd ostrichriders-0.6.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ostrichriders-0.6.4-6.fc29.riscv64 + exit 0 Child return code was: 0