Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639558 - media-gfx/hugin-2017.0 - In file included from .../work/hugin-2017.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33: /usr/include/vigra/imagecontainer.hxx:769:51: error: no matching function for call to ‘swap(int&, const int&)’
Summary: media-gfx/hugin-2017.0 - In file included from .../work/hugin-2017.0.0/src/hu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-03 05:21 UTC by Dennis Schridde
Modified: 2018-04-03 05:44 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,213.83 KB, text/plain)
2017-12-03 05:21 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2017-12-03 05:21:08 UTC
Created attachment 507808 [details]
build.log

[ 11%] Building CXX object src/hugin_base/CMakeFiles/huginbase.dir/algorithms/nona/NonaFileStitcher.cpp.o
cd /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0_build/src/hugin_base && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLEW_STATIC -DHUGIN_HSI -Dhuginbase_EXPORTS -I/var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0_build/src -I/var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base -I/var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-
2017.0.0/src/celeste -I/var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0_build/src/celeste -I/var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src -I/usr/include/OpenEXR -I/var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/foreign -I/usr/include/python3.5m   -DNDEBUG -pipe -O2 -march=bdver3 -fPIC   -fopenmp -pthread -std=gnu++11 -o
 CMakeFiles/huginbase.dir/algorithms/nona/NonaFileStitcher.cpp.o -c /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp
In file included from /usr/include/vigra/resampling_convolution.hxx:46:0,
                 from /usr/include/vigra/resizeimage.hxx:46,
                 from /usr/include/vigra/stdimagefunctions.hxx:74,
                 from /usr/include/vigra/seededregiongrowing.hxx:44,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/vigra_ext/StitchWatershed.h:28,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/nona/Stitcher.h:47,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33:
/usr/include/vigra/imagecontainer.hxx: In member function ‘void vigra::ImagePyramid<ImageType, Alloc>::swap(const vigra::ImagePyramid<ImageType, Alloc>&)’:
/usr/include/vigra/imagecontainer.hxx:769:51: error: no matching function for call to ‘swap(int&, const int&)’
         std::swap(lowestLevel_, other.lowestLevel_);
                                                   ^
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/nested_exception.h:40:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/exception:143,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/ios:39,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/ostream:38,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/iostream:39,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/appbase/ProgressDisplay.h:29,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/PanoramaAlgorithm.h:35,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/StitcherAlgorithm.h:36,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.h:35,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:31:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/move.h:187:5: note: candidate: template<class _Tp> typename std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> >::value>::type std::swap(_Tp&, _Tp&)
     swap(_Tp& __a, _Tp& __b)
     ^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7/bits/move.h:187:5: note:   template argument deduction/substitution failed:
In file included from /usr/include/vigra/resampling_convolution.hxx:46:0,
                 from /usr/include/vigra/resizeimage.hxx:46,
                 from /usr/include/vigra/stdimagefunctions.hxx:74,
                 from /usr/include/vigra/seededregiongrowing.hxx:44,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/vigra_ext/StitchWatershed.h:28,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/nona/Stitcher.h:47,
                 from /var/tmp/portage/media-gfx/hugin-2017.0/work/hugin-2017.0.0/src/hugin_base/algorithms/nona/NonaFileStitcher.cpp:33:
/usr/include/vigra/imagecontainer.hxx:769:51: note:   deduced conflicting types for parameter ‘_Tp’ (‘int’ and ‘const int’)
         std::swap(lowestLevel_, other.lowestLevel_);
                                                   ^

Portage 2.3.16 (python 2.7.13-final-42, default/linux/amd64/17.0/desktop/plasma/systemd, gcc-7.2.0, glibc-2.26-r3, 4.14.3-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.14.3-gentoo-x86_64-AMD_A10-7800_Radeon_R7,_12_Compute_Cores_4C+8G-with-gentoo-2.4.1
KiB Mem:    15251220 total,    885740 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sat, 02 Dec 2017 11:15:01 +0000
Head commit of repository gentoo: e96adb22c8c7eb204fc44c91ba333dc4818b7f5c
Head commit of repository flatpak-overlay: d43bba255bc488f1d01a9c625c5c73866f135166

Timestamp of repository sage-on-gentoo: Thu, 30 Nov 2017 20:52:20 +0000
Head commit of repository sage-on-gentoo: 4e7a6d3db09a98984f33c46abcefd53bd77e4674

Timestamp of repository science: Thu, 30 Nov 2017 20:52:28 +0000
Head commit of repository science: 6b7824b76fa54f2f8d797a7b4de60c52fa2bd9b1

Timestamp of repository steam-overlay: Thu, 30 Nov 2017 20:52:24 +0000
Head commit of repository steam-overlay: dd468fd9232ded3009c1bd4577e5edb1a47f426d

sh bash 4.4_p12
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
ccache version 3.3.4 [disabled]
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.26.1-r1::gentoo
dev-lang/python:          2.7.14-r100::sage-on-gentoo, 3.4.6-r1::gentoo, 3.5.4-r1::gentoo, 3.6.3-r1::gentoo
dev-util/ccache:          3.3.4-r1::gentoo
dev-util/cmake:           3.10.0::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/sandbox:         2.12::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r2::gentoo, 1.15.1-r1::gentoo
sys-devel/binutils:       2.29.1-r1::gentoo
sys-devel/gcc:            6.4.0::gentoo, 7.2.0::gentoo
sys-devel/gcc-config:     1.9.0-r1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r3::gentoo
Repositories:

gentoo
    location: /var/cache/portage/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 

flatpak-overlay
    location: /var/db/repos/flatpak-overlay
    sync-type: git
    sync-uri: git://github.com/fosero/flatpak-overlay.git
    masters: gentoo

sage-on-gentoo
    location: /var/db/repos/sage-on-gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/sage-on-gentoo.git
    masters: gentoo science

science
    location: /var/db/repos/science
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/science.git
    masters: gentoo

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
    masters: gentoo

local
    location: /var/cache/portage/local
    masters: gentoo
    priority: 100

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=bdver3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.1/ext-active/ /etc/php/apache2-php7.2/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/cgi-php7.2/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/php/cli-php7.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-pipe -O2 -march=bdver3"
DISTDIR="/var/cache/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --nospinner --verbose-conflicts"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildsyspkg cgroup compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://distfiles.gentoo.org"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="-j3"
PKGDIR="/var/cache/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 aacplus aacs acl acpi activities alsa amd64 appindicator appstream archive audit avahi bash-completion bdplus berkdb bluetooth bluray branding bs2b bzip2 cairo caps cdda cddb cdio cdr celt chromaprint cjk clang cli colord colorio conntrack cracklib crypt cups cxx d3d9 dbus declarative dirac djvu dri dts dvb dvd dvdr egl emboss encode epub exif fam fax fbcon ffmpeg fftw firefox fish-completion fits flac fontconfig fortran fribidi gdbm geoclue geolocation gif git glamor gles gmp google googledrive gpm gps graphicsmagick gstreamer gtk gtk3 harfbuzz hdf5 ibus iconv icu idn imlib inotify introspection ipv6 jemalloc jpeg jpeg2k kde kipi kwallet ladspa latex lcms ldap libidn2 libinput libnotify libproxy libsecret libsoxr lv2 lz4 lzma lzo mad mercurial metis mjpeg mng mobi modemmanager modplug modules mp3 mp4 mpeg mplayer mtp multilib mysql ncurses netlink networkmanager nls nptl office ogg openal opencl opencv openexr opengl openh264 openmax openmp opus pam pango pcap pch pcre pcre2 pdf phonon plasma png policykit postscript ppds prison pulseaudio python qml qt3support qt4 qt5 raw readline rtmp samba scanner schroedinger sctp sdl seccomp semantic-desktop session sparse speech speex spell ssl startup-notification svg systemd tbb tcpd teamd telepathy tga theora threads tiff timezone truetype tslib udev udisks unicode unwind upnp upnp-av upower usb v4l v4l2 vaapi vdpau vorbis vpx vulkan wavpack wayland webp widgets x264 x265 xattr xcb xcomposite xinerama xkb xml xmp xrandr xscreensaver xv xvid xwayland xz zeroconf zlib" ABI_X86="64" ALSA_CARDS="hda-intel" 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_EXPERIMENTAL_FEATURES="stage" CALLIGRA_FEATURES="words sheets karbon plan" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx f16c fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" ENLIGHTENMENT_MODULES="*" 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" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="joystick libinput" KERNEL="linux" L10N="de en en-GB ar fa tr ja ko zh zh-CN zh-TW" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en en_GB ar fa tr" LIRC_DEVICES="devinput" LUA_TARGET="lua5-2" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5 python3_5 pypy pypy3" RUBY_TARGETS="ruby22" STEAMGAMES="dirt_rally dont_starve portal source_engine te120 trine2 witcher2" USERLAND="GNU" VIDEO_CARDS="amdgpu virgl" 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

media-gfx/hugin-2017.0::gentoo was built with the following:
USE="python sift -debug -lapack" ABI_X86="(64)" L10N="de en-GB ja zh-CN zh-TW -ca -ca-valencia -cs -da -es -eu -fi -fr -hu -it -nl -pl -pt-BR -ro -ru -sk -sv" PYTHON_SINGLE_TARGET="python3_4 -python2_7 -python3_5" PYTHON_TARGETS="python2_7 python3_4 python3_5"
Comment 1 Juergen Rose 2017-12-03 08:52:47 UTC
I have the same issue.
Comment 2 Larry the Git Cow gentoo-dev 2017-12-09 23:31:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79621aeabb6379cf2a995185684db7452bbccdf

commit f79621aeabb6379cf2a995185684db7452bbccdf
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2017-12-09 23:30:38 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2017-12-09 23:31:01 +0000

    media-gfx/hugin: Building with gcc-7 requires vigra-1.11.0, bug 639558
    
    Closes: https://bugs.gentoo.org/639558
    Package-Manager: Portage-2.3.17, Repoman-2.3.6

 media-gfx/hugin/Manifest            | 4 ++--
 media-gfx/hugin/hugin-2017.0.ebuild | 2 +-
 media-gfx/hugin/hugin-9999.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)