MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002636 | Doomseeker | [All Projects] Bug | public | 2016-02-14 18:46 | 2018-09-29 14:36 |
|
Reporter | DrinkyBird | |
Assigned To | Zalewa | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Linux | OS | Arch Linux | OS Version | 4.4.1-2-ARCH |
Product Version | | |
Target Version | 1.1 | Fixed in Version | 1.1 | |
|
Summary | 0002636: Doomseeker fails to build with GCC 5.3.0 |
Description | I get this error when building Doomseeker with GCC 5.3.0:
/tmp/pkgbuild-1000/doomseeker-hg/src/doomseeker/src/core/gui/createserver/gamerulespanel.cpp:45:33: error: ‘>>’ should be ‘> >’ within a nested template argument list
QMap<QString, QMap<QString, int>> memorizedLimits;
Should be a simple fix; simply pad the contents of the template arguments with spaces. |
Steps To Reproduce | Build Doomseeker using GCC 5.3.0. |
Additional Information |
# sean at durian in ~/AUR [18:42:01]
$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-5-20160209/configure --prefix=/usr \
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man \
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ \
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared \
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object \
--enable-linker-build-id --enable-lto --enable-plugin \
--enable-install-libiberty --with-linker-hash-style=gnu \
--enable-gnu-indirect-function --disable-multilib --disable-werror \
--enable-checking=release
Thread model: posix
gcc version 5.3.0 (GCC)
|
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-02-14 18:46 | DrinkyBird | New Issue | |
2016-02-14 18:49 | DrinkyBird | Note Added: 0014442 | |
2016-02-15 17:31 | Zalewa | Additional Information Updated | bug_revision_view_page.php?rev_id=8728#r8728 |
2016-02-15 17:48 | Zalewa | Note Added: 0014446 | |
2016-02-15 17:48 | Zalewa | Assigned To | => Zalewa |
2016-02-15 17:48 | Zalewa | Status | new => needs testing |
2016-02-15 17:49 | Zalewa | Note Edited: 0014446 | bug_revision_view_page.php?bugnote_id=14446#r8730 |
2016-02-15 18:07 | DrinkyBird | Note Added: 0014447 | |
2016-02-16 16:50 | Zalewa | Note Added: 0014451 | |
2016-02-16 16:50 | Zalewa | Status | needs testing => resolved |
2016-02-16 16:50 | Zalewa | Fixed in Version | => 1.1 |
2016-02-16 16:50 | Zalewa | Resolution | open => fixed |
2018-09-29 14:25 | WubTheCaptain | Status | resolved => closed |
2018-09-29 14:36 | WubTheCaptain | Target Version | => 1.1 |