From owner-freebsd-ports-bugs@freebsd.org Tue Jan 30 12:04:57 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D31A6EC5626 for ; Tue, 30 Jan 2018 12:04:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA6A6948D for ; Tue, 30 Jan 2018 12:04:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 893C21C554 for ; Tue, 30 Jan 2018 12:04:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w0UC4tTU016254 for ; Tue, 30 Jan 2018 12:04:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w0UC4toe016252 for freebsd-ports-bugs@FreeBSD.org; Tue, 30 Jan 2018 12:04:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225557] graphics/enblend:fails to build with clang 6.0 Date: Tue, 30 Jan 2018 12:04:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: KOT@MATPOCKuH.Ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: grog@FreeBSD.org 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: quoted-printable 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.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 12:04:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225557 Bug ID: 225557 Summary: graphics/enblend:fails to build with clang 6.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: grog@FreeBSD.org Reporter: KOT@MATPOCKuH.Ru Assignee: grog@FreeBSD.org Flags: maintainer-feedback?(grog@FreeBSD.org) graphics/enblend fails to build on fresh HEAD with clang 6.0 with messages: c++ -DHAVE_CONFIG_H -I. -I.. -isystem /usr/local/include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -I../include -I../src/layer_selection -I/usr/local/include/OpenEXR -pthread -O2 -pipe -march=3Dk8-sse3 -fstack-protector -isystem /usr/local/include -fno-strict-aliasing=20 -Wno-c++11-extensions -isystem /usr/local/include --param inline-unit-growt= h=3D60 -O2 -DNDEBUG -Wall -MT enfuse-error_message.o -MD -MP -MF .deps/enfuse-error_message.Tpo -c -o enfuse-error_message.o `test -f 'error_message.cc' || echo './'`error_message.cc c++: warning: argument unused during compilation: '--param inline-unit-growth=3D60' [-Wunused-command-line-argument] In file included from enblend.cc:181: In file included from ./enblend.h:43: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:197:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr decoder(vigra::decoder(import_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Decoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ In file included from enblend.cc:181: In file included from ./enblend.h:43: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:252:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr decoder(vigra::decoder(import_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Decoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ In file included from enblend.cc:181: In file included from ./enblend.h:43: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:470:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr encoder(vigra::encoder(export_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Encoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ In file included from enblend.cc:181: In file included from ./enblend.h:43: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:528:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr encoder(vigra::encoder(export_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Encoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ 1 error generated. gmake[6]: *** [Makefile:636: enblend-filespec.o] Error 1 gmake[6]: *** Waiting for unfinished jobs.... mv -f .deps/enfuse-error_message.Tpo .deps/enfuse-error_message.Po In file included from enfuse.cc:160: In file included from ./enfuse.h:51: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:197:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr decoder(vigra::decoder(import_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Decoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ In file included from enfuse.cc:160: In file included from ./enfuse.h:51: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:252:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr decoder(vigra::decoder(import_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Decoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ In file included from enfuse.cc:160: In file included from ./enfuse.h:51: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:470:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr encoder(vigra::encoder(export_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Encoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ In file included from enfuse.cc:160: In file included from ./enfuse.h:51: In file included from ./assemble.h:43: ../include/vigra_ext/impexalpha.hxx:528:43: error: no matching constructor = for initialization of 'std::auto_ptr' std::auto_ptr encoder(vigra::encoder(export_inf= o)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~= ~~ /usr/include/c++/v1/memory:2036:40: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'vigra::Encoder *' for 1st argument _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p =3D 0) throw() : .= .. ^ /usr/include/c++/v1/memory:2037:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'std::__1::auto_ptr &' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) throw() : __ptr_(_... ^ /usr/include/c++/v1/memory:2065:31: note: candidate constructor not viable:= no known conversion from 'std::unique_ptr' to 'auto_ptr_ref' for 1st argument _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr_ref<_Tp> __p) throw() : ... ^ /usr/include/c++/v1/memory:2038:51: note: candidate template ignored: could= not match 'auto_ptr' against 'unique_ptr' template _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr<_Up>... ^ 4 errors generated. gmake[6]: *** [Makefile:580: enblend-enblend.o] Error 1 4 errors generated. gmake[6]: *** [Makefile:678: enfuse-enfuse.o] Error 1 gmake[6]: Leaving directory '/var/ports/usr/ports/graphics/enblend/work/enblend-enfuse-4.1.4/src' gmake[5]: *** [Makefile:811: all-recursive] Error 1 gmake[5]: Leaving directory '/var/ports/usr/ports/graphics/enblend/work/enblend-enfuse-4.1.4/src' gmake[4]: *** [Makefile:460: all] Error 2 gmake[4]: Leaving directory '/var/ports/usr/ports/graphics/enblend/work/enblend-enfuse-4.1.4/src' gmake[3]: *** [Makefile:413: all-recursive] Error 1 gmake[3]: Leaving directory '/var/ports/usr/ports/graphics/enblend/work/enblend-enfuse-4.1.4' gmake[2]: *** [Makefile:353: all] Error 2 gmake[2]: Leaving directory '/var/ports/usr/ports/graphics/enblend/work/enblend-enfuse-4.1.4' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/enblend *** Error code 1 Stop. make: stopped in /usr/ports/graphics/enblend USE_CXXSTD=3Dgnu++98 can be added to port's Makefile as workaround --=20 You are receiving this mail because: You are the assignee for the bug.=