FreeBSD Bugzilla – Attachment 176163 Details for
Bug 213773
lang/clang38: Compilation produces an error on 10.3 and succeeds on 11 on the same port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Full error message
err.txt (text/plain), 4.67 KB, created by
Yuri Victorovich
on 2016-10-25 22:21:24 UTC
(
hide
)
Description:
Full error message
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2016-10-25 22:21:24 UTC
Size:
4.67 KB
patch
obsolete
>/usr/bin/c++ -DASEPRITE_WITH_WEBP_SUPPORT -DENABLE_DATA_RECOVERY -DENABLE_SAVE -DENABLE_UPDATER -DHAVE_CONFIG_H -DNDEBUG -DPNG_NO_MMX_CODE -DUSE_ALLEG4_BACKEND -isystem /usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/ports/graphics/aseprite/work/aseprite-1.1.9/third_party/loadpng -I/usr/ports/graphics/aseprite/work/aseprite-1.1.9/third_party/simpleini -I/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/. -I/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/.. -I/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/../third_party -I/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/observable -Isrc/base -Isrc/app -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/freetype2/freetype -Wall -Wno-switch -std=gnu++11 -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/freetype2/freetype -MD -MT src/app/CMakeFiles/app-lib.dir/app_menus.cpp.o -MF src/app/CMakeFiles/app-lib.dir/app_menus.cpp.o.d -o src/app/CMakeFiles/app-lib.dir/app_menus.cpp.o -c /usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/app/app_menus.cpp >In file included from /usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/app/app_menus.cpp:11: >In file included from /usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/./app/app_menus.h:15: >In file included from /usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/./ui/menu.h:12: >In file included from /usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/observable/obs/signal.h:13: >/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/observable/obs/slot.h:51:17: error: no matching constructor for initialization of 'std::function<void ()>' > slot(F&& f) : f(std::forward<F>(f)) { } > ^ ~~~~~~~~~~~~~~~~~~ >/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/observable/obs/signal.h:108:25: note: in instantiation of function template specialization 'obs::slot<void ()>::slot<base::BindAdapter0_mem<bool, app::AppMenus> >' requested here > return add_slot(new slot_type(std::forward<Function>(f))); > ^ >/usr/ports/graphics/aseprite/work/aseprite-1.1.9/src/app/app_menus.cpp:61:45: note: in instantiation of function template specialization 'obs::signal<void ()>::connect<base::BindAdapter0_mem<bool, app::AppMenus> >' requested here > App::instance()->recentFiles()->Changed.connect( > ^ >/usr/include/c++/v1/functional:1448:5: note: candidate constructor not viable: no known conversion from 'base::BindAdapter0_mem<bool, app::AppMenus>' to 'nullptr_t' for 1st argument > function(nullptr_t) _NOEXCEPT : __f_(0) {} > ^ >/usr/include/c++/v1/functional:1449:5: note: candidate constructor not viable: no known conversion from 'base::BindAdapter0_mem<bool, app::AppMenus>' to 'const std::__1::function<void ()>' for 1st argument > function(const function&); > ^ >/usr/include/c++/v1/functional:1450:5: note: candidate constructor not viable: no known conversion from 'base::BindAdapter0_mem<bool, app::AppMenus>' to 'std::__1::function<void ()>' for 1st argument > function(function&&) _NOEXCEPT; > ^ >/usr/include/c++/v1/functional:1454:41: note: candidate template ignored: disabled by 'enable_if' [with _Fp = base::BindAdapter0_mem<bool, app::AppMenus>] > __callable<_Fp>::value && > ^ >/usr/include/c++/v1/functional:1460:7: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided > function(allocator_arg_t, const _Alloc&) _NOEXCEPT : __f_(0) {} > ^ >/usr/include/c++/v1/functional:1463:7: note: candidate constructor template not viable: requires 3 arguments, but 1 was provided > function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT : __f_(0) {} > ^ >/usr/include/c++/v1/functional:1465:7: note: candidate constructor template not viable: requires 3 arguments, but 1 was provided > function(allocator_arg_t, const _Alloc&, const function&); > ^ >/usr/include/c++/v1/functional:1467:7: note: candidate constructor template not viable: requires 3 arguments, but 1 was provided > function(allocator_arg_t, const _Alloc&, function&&); > ^ >/usr/include/c++/v1/functional:1469:7: note: candidate constructor template not viable: requires at least 3 arguments, but 1 was provided > function(allocator_arg_t, const _Alloc& __a, _Fp __f, > ^ >/usr/include/c++/v1/functional:1446:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided > function() _NOEXCEPT : __f_(0) {} > ^ >1 error generated.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 213773
:
176161
| 176163 |
176348