hasufell / games-overlay

gentoo overlay containing games ebuilds only
16 stars 12 forks source link

games-strategy/megaglest-3.12.0 fails to compile: source/shared_lib/sources/platform/posix/socket.cpp:2635:123: error: too few arguments to function #63

Open fusion809 opened 7 years ago

fusion809 commented 7 years ago

Hi,

games-strategy/megaglest-3.12.0 fails to compile on Gentoo Linux giving the error:

[ 61%] Building CXX object source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/unix/gl_wrap.cpp.o
cd /var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0_build/source/shared_lib && /usr/bin/x86_64-pc-linux-gnu-g++  -DHAS_GCC_BACKTRACE -DHAVE_FONTCONFIG -DSTREFLOP_SSE -DUSE_FTGL -I/usr/include/SDL2 -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/miniupnpc -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/platform/sdl -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/xml/rapidxml -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/sources -I/usr/include/libircclient -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/compression -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/feathery_ftp -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/glew -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/graphics -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/graphics/gl -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/lua -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/map -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/platform/common -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/sound -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/sound/openal -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/util -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/xml -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/streflop -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/streflop/libm_flt32_source -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/streflop/softfloat -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/platform/posix -I/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/include/platform/unix   -DCUSTOM_DATA_INSTALL_PATH=\"/usr/share/megaglest/\" -DNDEBUG -O2 -pipe     -Wuninitialized -Wsign-compare -Wunused-function -Wunused-variable -Wreturn-type -fno-strict-aliasing -frounding-math -fsignaling-nans -msse2 -mfpmath=sse -DUSE_STREFLOP -DSTREFLOP_RANDOM_GEN_SIZE=32 -DLIBM_COMPILING_FLT32 -DN_SPECIALIZED=32 -DX11_AVAILABLE -DHAVE_SYS_IOCTL_H   -o CMakeFiles/libmegaglest.dir/sources/platform/unix/gl_wrap.cpp.o -c /var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/sources/platform/unix/gl_wrap.cpp
/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp: In static member function ‘static int Shared::Platform::UPNP_Tools::upnp_init(void*)’:
/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp:2635:123: error: too few arguments to function ‘void* miniwget_getaddr(const char*, int*, char*, int, unsigned int, int*)’
 XML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0])),0);
                                                                                                             ^
In file included from /var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0/source/shared_lib/sources/platform/posix/socket.cpp:57:0:
/usr/include/miniupnpc/miniwget.h:21:25: note: declared here
 MINIUPNP_LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int, unsigned int, int *);
                         ^
make[2]: *** [source/shared_lib/CMakeFiles/libmegaglest.dir/build.make:1983: source/shared_lib/CMakeFiles/libmegaglest.dir/sources/platform/posix/socket.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0_build'
make[1]: *** [CMakeFiles/Makefile2:88: source/shared_lib/CMakeFiles/libmegaglest.dir/all] Error 2
make[1]: Leaving directory '/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0_build'
make: *** [Makefile:150: all] Error 2
emake failed
 * ERROR: games-strategy/megaglest-3.12.0::games-overlay failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *               ebuild.sh, line  115:  Called src_compile
 *             environment, line 3506:  Called virtualmake
 *             environment, line 4453:  Called virtx 'cmake-utils_src_compile'
 *             environment, line 4496:  Called nonfatal 'cmake-utils_src_compile'
 *   isolated-functions.sh, line  105:  Called cmake-utils_src_compile
 *             environment, line  888:  Called _cmake_execute_optionally 'src_compile'
 *             environment, line  368:  Called enable_cmake-utils_src_compile
 *             environment, line 1100:  Called cmake-utils_src_make
 *             environment, line  903:  Called _cmake_emake_src_make
 *             environment, line  358:  Called die
 * The specific snippet of code:
 *           emake VERBOSE=1 "$@" || die;
 * 
 * If you need support, post the output of `emerge --info '=games-strategy/megaglest-3.12.0::games-overlay'`,
 * the complete build log and the output of `emerge -pqv '=games-strategy/megaglest-3.12.0::games-overlay'`.
 * The complete build log is located at '/var/tmp/portage/games-strategy/megaglest-3.12.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-strategy/megaglest-3.12.0/temp/environment'.
 * Working directory: '/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0_build'
 * S: '/var/tmp/portage/games-strategy/megaglest-3.12.0/work/megaglest-3.12.0'

>>> Failed to emerge games-strategy/megaglest-3.12.0, Log file:

>>>  '/var/tmp/portage/games-strategy/megaglest-3.12.0/temp/build.log'

while emerge --info '=games-strategy/megaglest-3.12.0::games-overlay' returns:

Portage 2.3.5 (python 3.4.6-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.4.0, glibc-2.24-r1, 4.9.20-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.9.20-gentoo-x86_64-Intel-R-_Core-TM-_i7-4700MQ_CPU_@_2.40GHz-with-gentoo-2.3
KiB Mem:    16344584 total,   4143296 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 31 Mar 2017 21:00:01 +0000
sh bash 4.4_p12
ld GNU ld (Gentoo 2.27 p1.0) 2.27
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.1-r1::gentoo
dev-lang/python:          2.7.13::gentoo, 3.4.6::gentoo
dev-util/cmake:           3.7.2-r1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.24.2::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.13.4-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.27::gentoo
sys-devel/gcc:            4.9.4::gentoo, 5.4.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.9::gentoo (virtual/os-headers)
sys-libs/glibc:           2.24-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

fusion809
    location: /usr/local/fusion809-overlay
    masters: gentoo

flatpak-overlay
    location: /usr/local/flatpak-overlay
    sync-type: git
    sync-uri: git://github.com/fosero/flatpak-overlay.git
    masters: gentoo
    priority: 50

gamerlay
    location: /var/lib/layman/gamerlay
    masters: gentoo
    priority: 50

games-overlay
    location: /var/lib/layman/games-overlay
    masters: gentoo
    priority: 50

grub2-themes
    location: /var/lib/layman/grub2-themes
    masters: gentoo
    priority: 50

hossie
    location: /var/lib/layman/hossie
    masters: gentoo
    priority: 50

spring
    location: /var/lib/layman/spring
    masters: gentoo
    priority: 50

steam-overlay
    location: /var/lib/layman/steam-overlay
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_AU.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb branding bumblebee bzip2 cairo cdda cdr cli cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi kms kwallet lcms ldap libnotify mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl nvidia ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qml qt3support qt4 qt5 readline sdl seccomp semantic-desktop session spell ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vorbis wayland widgets wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid xwayland zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="en en_AU en_GB en_US en-AU en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

while emerge -pqv '=games-strategy/megaglest-3.12.0::games-overlay' returns:

[ebuild  N    ] games-strategy/megaglest-3.12.0  USE="editor fontconfig ftgl irc model-viewer streflop tools unicode xml -fribidi -libressl -static -videos -wxuniversal" CPU_FLAGS_X86="sse sse2 -sse3" 
[ebuild     U ] games-strategy/megaglest-data-3.12.0 [3.11.1] USE="-doc"

build-log.txt is the build log.

Thanks for your time, Brenton

fusion809 commented 7 years ago

A related bug is this one on the Gentoo Bugzilla, same app different version (3.11.1-r1).