Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539658 - games-arcade/spacerider-0.13 - object.h:175:142: error: redeclaration of ‘Object<T>::object_struct* Object<T>::add_object(int, int, int, int)’ may not have default arguments [-fpermissive]
Summary: games-arcade/spacerider-0.13 - object.h:175:142: error: redeclaration of ‘Obj...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-10 17:44 UTC by Toralf Förster
Modified: 2015-04-01 05:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2015-02-10 17:44:58 UTC
* FEATURES:   preserve-libs sandbox userpriv usersandbox
 * Applying spacerider-0.13-gentoo.patch ...
 [ ok ]
 * Applying spacerider-0.13-gcc41.patch ...
 [ ok ]
 * Applying spacerider-0.13-ovflfix.patch ...
 [ ok ]
x86_64-pc-linux-gnu-g++ -O2 -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c main.cpp
In file included from enemy.h:4:0,
                 from spacerider.h:11,
                 from main.cpp:1:
object.h:175:142: error: redeclaration of ‘Object<T>::object_struct* Object<T>::add_object(int, int, int, int)’ may not have default arguments [-fpermissive]
 dd_object(const int x, const int y, const int speedx = 0, const int speedy = 0)
                                                                               ^
Makefile:28: recipe for target 'main.o' failed
make: *** [main.o] Error 1
 * ERROR: games-arcade/spacerider-0.13::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=games-arcade/spacerider-0.13::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=games-arcade/spacerider-0.13::gentoo'`.
 * The complete build log is located at '/var/log/portage/games-arcade:spacerider-0.13:20150210-123616.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-arcade/spacerider-0.13/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-arcade/spacerider-0.13/temp/environment'.
 * Working directory: '/var/tmp/portage/games-arcade/spacerider-0.13/work/spacerider-0.13'
 * S: '/var/tmp/portage/games-arcade/spacerider-0.13/work/spacerider-0.13'


! ! !  This is a build bot chroot image at a hardened amd64 host ! ! !

Portage 2.2.15 (python 3.3.5-final-0, hardened/linux/amd64, gcc-4.9.2, glibc-2.20-r1, 3.18.5-hardened-r1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.18.5-hardened-r1-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16166860 total,   3818056 free
KiB Swap:   16777212 total,  16751616 free
Timestamp of tree: Tue, 10 Feb 2015 02:45:01 +0000
sh bash 4.3_p33-r1
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.3_p33-r1
dev-java/java-config:     2.2.0
dev-lang/perl:            5.20.1-r4
dev-lang/python:          2.7.9-r1, 3.3.5-r1
dev-util/cmake:           3.1.0
dev-util/pkgconfig:       0.28-r2
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.9
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.11.6-r1, 1.13.4, 1.15
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.9.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.5
sys-devel/make:           4.1-r1
sys-kernel/linux-headers: 3.18 (virtual/os-headers)
sys-libs/glibc:           2.20-r1
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage
    priority: -1000
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2015-04-01 05:10:24 UTC
added a patch that might fix it.  reopen if not.