I fixed the building issue with gcc6 with these.
PKGBUILD: http://pastebin.com/tttrgReM
backend.patch: http://pastebin.com/tMjWLeri
frontend.patch: http://pastebin.com/JqhDLCPN
the patches need to be in crlf line endings for patch to work.
Search Criteria
Package Details: phoenix-git r1270.f77e221-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/phoenix-git.git (read-only, click to copy) |
---|---|
Package Base: | phoenix-git |
Description: | A super-slick libretro frontend powered by Qt 5 |
Upstream URL: | https://github.com/team-phoenix/Phoenix |
Licenses: | GPL |
Conflicts: | phoenix |
Provides: | phoenix |
Submitter: | Limero |
Maintainer: | Limero |
Last Packager: | Limero |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-25 21:47 (UTC) |
Last Updated: | 2016-07-02 19:45 (UTC) |
Dependencies (14)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-multimedia
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- libretro-bsnes (libretro-bsnes-gitAUR) (optional)
- libretro-gambatte (libretro-gambatte-gitAUR) (optional)
- libretro-genesis-plus-gx (optional)
- libretro-mgba (libretro-mgba-gitAUR) (optional)
- libretro-nestopia (libretro-nestopia-gitAUR) (optional)
- libretro-snes9x (libretro-snes9x-gitAUR) (optional)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
gee commented on 2016-06-02 21:02 (UTC) (edited on 2016-06-02 21:09 (UTC) by gee)
DarkPhoenixFF4 commented on 2016-05-14 05:18 (UTC)
"make[1]: Entering directory '/home/kelly/.cache/pacaur/phoenix-git/src/Phoenix/backend'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -std=gnu++0x -Wall -W -D_REENTRANT -DQUAZIP_STATIC -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I. -isystem /usr/include -isystem /usr/include/SDL2 -I../externals/quazip/quazip -Iconsumer -Icore -Iinput -Irole -Iutil -isystem /usr/include/qt -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtMultimedia -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtSql -isystem /usr/include/qt/QtCore -Imoc -I/usr/lib/qt/mkspecs/linux-g++ -o obj/audiobuffer.o consumer/audiobuffer.cpp
In file included from /usr/include/c++/6.1.1/bits/stl_algo.h:59:0,
from /usr/include/c++/6.1.1/algorithm:62,
from /usr/include/qt/QtCore/qglobal.h:85,
from /usr/include/qt/QtCore/qnamespace.h:37,
from /usr/include/qt/QtCore/qobjectdefs.h:41,
from /usr/include/qt/QtCore/qobject.h:40,
from /usr/include/qt/QtCore/qabstractanimation.h:37,
from /usr/include/qt/QtCore/QtCore:4,
from ./backendcommon.h:5,
from consumer/audiobuffer.h:43,
from consumer/audiobuffer.cpp:1:
/usr/include/c++/6.1.1/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
#include_next <stdlib.h>
^
compilation terminated.
Makefile:1235: recipe for target 'obj/audiobuffer.o' failed
make[1]: *** [obj/audiobuffer.o] Error 1
make[1]: Leaving directory '/home/kelly/.cache/pacaur/phoenix-git/src/Phoenix/backend'
Makefile:69: recipe for target 'sub-backend-make_first' failed
make: *** [sub-backend-make_first] Error 2
"
Limero commented on 2016-05-03 19:40 (UTC)
Build error has been resolved.
parkerlreed commented on 2016-05-03 16:17 (UTC)
Build errors out https://github.com/team-phoenix/Phoenix/issues/252
Azul commented on 2015-11-01 12:31 (UTC)
That fixed it, and it didn't require me to remove then reinstall. Thanks!
Limero commented on 2015-10-31 22:14 (UTC)
I changed the format of PKGVER, so yaourt should not say there is an update if there isn't one available. You may need to remove and install the package again for it to work.
Azul commented on 2015-10-31 13:55 (UTC)
Every time I run yaourt -Syua it keeps on saying there is an update for phoenix-git even though there isn't.
Pinned Comments
Limero commented on 2016-06-28 22:43 (UTC)