From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 11 12:06:36 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 321FC6D3 for ; Thu, 11 Dec 2014 12:06:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18CCC967 for ; Thu, 11 Dec 2014 12:06:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBBC6ZuH057301 for ; Thu, 11 Dec 2014 12:06:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195888] New: audio/musicpd build fails Date: Thu, 11 Dec 2014 12:06:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nvl@crde.me X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: crees@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 12:06:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195888 Bug ID: 195888 Summary: audio/musicpd build fails Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: crees@FreeBSD.org Reporter: nvl@crde.me Flags: maintainer-feedback?(crees@FreeBSD.org) Assignee: crees@FreeBSD.org Trying to build audio/musicpd on FreeBSD 10.1-RELEASE-p1 amd64 with system clang (3.4) and clang35 from ports. The build fails when trying to compile ApeReplayGain.cxx gmake[3]: Entering directory '/var/ports/basejail/usr/ports/audio/musicpd/work/mpd-0.18.11' gmake all-am gmake[4]: Entering directory '/var/ports/basejail/usr/ports/audio/musicpd/work/mpd-0.18.11' clang++35 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/etc/mpd.conf"' -I/usr/local/include -std=gnu++0x -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/tag/libtag_a-ApeReplayGain.o -MD -MP -MF src/tag/.deps/libtag_a-ApeReplayGain.Tpo -c -o src/tag/libtag_a-ApeReplayGain.o `test -f 'src/tag/ApeReplayGain.cxx' || echo './'`src/tag/ApeReplayGain.cxx In file included from src/tag/ApeReplayGain.cxx:22: In file included from src/tag/ApeLoader.hxx:25: In file included from /usr/include/c++/v1/functional:465: In file included from /usr/include/c++/v1/memory:603: /usr/include/c++/v1/tuple:320:11: error: rvalue reference to type '(lambda at src/tag/ApeReplayGain.cxx:67:18)' cannot bind to lvalue of type '(lambda at src/tag/ApeReplayGain.cxx:67:18)' : value(__t.get()) ^ ~~~~~~~~~ /usr/include/c++/v1/tuple:444:8: note: in instantiation of member function 'std::__1::__tuple_leaf<0, (lambda at src/tag/ApeReplayGain.cxx:67:18) &&, false>::__tuple_leaf' requested here struct __tuple_impl<__tuple_indices<_Indx...>, _Tp...> ^ /usr/include/c++/v1/functional:1286:26: note: in instantiation of member function 'std::__1::__function::__func<(lambda at src/tag/ApeReplayGain.cxx:67:18), std::__1::allocator<(lambda at src/tag/ApeReplayGain.cxx:67:18)>, bool (unsigned long, const char *, const char *, unsigned long)>::__func' requested here ::new (__f_) _FF(_VSTD::move(__f)); ^ src/tag/ApeReplayGain.cxx:77:31: note: in instantiation of function template specialization 'std::__1::function::function<(lambda at src/tag/ApeReplayGain.cxx:67:18)>' requested here return tag_ape_scan(path_fs, callback) && found; ^ In file included from src/tag/ApeReplayGain.cxx:22: In file included from src/tag/ApeLoader.hxx:25: In file included from /usr/include/c++/v1/memory:603: /usr/include/c++/v1/tuple:321:10: error: static_assert failed "Can not copy a tuple with rvalue reference member" {static_assert(!is_rvalue_reference<_Hp>::value, "Can not copy a tuple with rvalue reference member");} ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/tuple:320:11: error: rvalue reference to type 'allocator<[...]>' cannot bind to lvalue of type 'allocator<[...]>' : value(__t.get()) ^ ~~~~~~~~~ /usr/include/c++/v1/tuple:444:8: note: in instantiation of member function 'std::__1::__tuple_leaf<0, std::__1::allocator<(lambda at src/tag/ApeReplayGain.cxx:67:18)> &&, false>::__tuple_leaf' requested here struct __tuple_impl<__tuple_indices<_Indx...>, _Tp...> ^ /usr/include/c++/v1/functional:1028:26: note: in instantiation of member function 'std::__1::__function::__func<(lambda at src/tag/ApeReplayGain.cxx:67:18), std::__1::allocator<(lambda at src/tag/ApeReplayGain.cxx:67:18)>, bool (unsigned long, const char *, const char *, unsigned long)>::__func' requested here ::new (__hold.get()) __func(__f_.first(), _Alloc(__a)); ^ /usr/include/c++/v1/functional:992:14: note: in instantiation of member function 'std::__1::__function::__func<(lambda at src/tag/ApeReplayGain.cxx:67:18), std::__1::allocator<(lambda at src/tag/ApeReplayGain.cxx:67:18)>, bool (unsigned long, const char *, const char *, unsigned long)>::__clone' requested here explicit __func(_Fp&& __f) ^ /usr/include/c++/v1/functional:1286:26: note: in instantiation of member function 'std::__1::__function::__func<(lambda at src/tag/ApeReplayGain.cxx:67:18), std::__1::allocator<(lambda at src/tag/ApeReplayGain.cxx:67:18)>, bool (unsigned long, const char *, const char *, unsigned long)>::__func' requested here ::new (__f_) _FF(_VSTD::move(__f)); ^ src/tag/ApeReplayGain.cxx:77:31: note: in instantiation of function template specialization 'std::__1::function::function<(lambda at src/tag/ApeReplayGain.cxx:67:18)>' requested here return tag_ape_scan(path_fs, callback) && found; ^ In file included from src/tag/ApeReplayGain.cxx:22: In file included from src/tag/ApeLoader.hxx:25: In file included from /usr/include/c++/v1/functional:465: In file included from /usr/include/c++/v1/memory:603: /usr/include/c++/v1/tuple:321:10: error: static_assert failed "Can not copy a tuple with rvalue reference member" {static_assert(!is_rvalue_reference<_Hp>::value, "Can not copy a tuple with rvalue reference member");} ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 errors generated. Makefile:6995: recipe for target 'src/tag/libtag_a-ApeReplayGain.o' failed gmake[4]: *** [src/tag/libtag_a-ApeReplayGain.o] Error 1 gmake[4]: Leaving directory '/var/ports/basejail/usr/ports/audio/musicpd/work/mpd-0.18.11' Makefile:3235: recipe for target 'all' failed gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory '/var/ports/basejail/usr/ports/audio/musicpd/work/mpd-0.18.11' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[2]: stopped in /basejail/usr/ports/audio/musicpd *** Error code 1 Stop. make[1]: stopped in /basejail/usr/ports/audio/musicpd *** Error code 1 Stop. make: stopped in /basejail/usr/ports/audio/musicpd --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer crees@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.