On Fri, Jan 29, 2016 at 04:28:58PM +0100, Antonio Trande wrote:
> Thanks for your explanation Jakub and Florian.
> 
> This is build error from a new rebuild
> (http://koji.fedoraproject.org/koji/taskinfo?taskID=12725648), is it
> caused by same issue?

No, that is a mozilla/firefox/icecat/whatever bug.
If you override system headers like stdlib.h or cstdlib with your own versions,
you are responsible to keep them working.

> In file included from ../../../dist/system_wrappers/stdlib.h:3:0,
>                  from ../../../dist/include/mozilla/mozalloc.h:15,
>                  from ../../../dist/stl_wrappers/cstdlib:39,
>                  from
> /builddir/build/BUILD/icecat-38.6.0/gfx/graphite2/src/inc/Main.h:29,
>                  from
> /builddir/build/BUILD/icecat-38.6.0/gfx/graphite2/src/Bidi.cpp:27,
>                  from
> /builddir/build/BUILD/icecat-38.6.0/icecat-objdir/gfx/graphite2/src/Unified_cpp_gfx_graphite2_src0.cpp:2:
> /usr/include/c++/6.0.0/stdlib.h:37:12: error: 'std::abort' has not
> been declared
>  using std::abort;
>             ^~~~~
> /usr/include/c++/6.0.0/stdlib.h:38:12: error: 'std::atexit' has not
> been declared
>  using std::atexit;
>             ^~~~~~
> /usr/include/c++/6.0.0/stdlib.h:39:12: error: 'std::exit' has not been
> declared
>  using std::exit;
>             ^~~~
> /usr/include/c++/6.0.0/stdlib.h:42:14: error: 'std::at_quick_exit' has
> not been declared
>    using std::at_quick_exit;

        Jakub
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to