Skip to content

Instantly share code, notes, and snippets.

View BlackEdder's full-sized avatar

Edwin van Leeuwen BlackEdder

View GitHub Profile
!!! Repository 'x-portage' is missing masters attribute in '/home/brew_user/gentoo/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo_prefix' in this file for future compatibility
!!! /home/brew_user/gentoo/tmp/etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /home/brew_user/gentoo/usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)
!!! Your current profile is invalid. If you have just changed your profile
@BlackEdder
BlackEdder / gist:7003521
Created October 16, 2013 06:38
libcppa build error
[ 9%] Building CXX object CMakeFiles/libcppa.dir/src/binary_deserializer.cpp.o
In file included from /home/edwin/tmp/libcppa/src/binary_deserializer.cpp:46:0:
/home/edwin/tmp/libcppa/./cppa/detail/ieee_754.hpp: In instantiation of 'typename cppa::detail::ieee_754_trait<T>::float_type cppa::detail::unpack754(T) [with T = unsigned int; typename cppa::detail::ieee_754_trait<T>::float_type = float]':
/home/edwin/tmp/libcppa/src/binary_deserializer.cpp:87:5: required from 'const void* cppa::{anonymous}::read_range(cppa::{anonymous}::pointer, cppa::{anonymous}::pointer, T&, typename std::enable_if<std::is_floating_point<_Tp>::value>::type*) [with T = float; cppa::{anonymous}::pointer = const void*; typename std::enable_if<std::is_floating_point<_Tp>::value>::type = void]'
/home/edwin/tmp/libcppa/src/binary_deserializer.cpp:153:9: required from 'void cppa::{anonymous}::pt_reader::operator()(T&) [with T = float]'
/home/edwin/tmp/libcppa/./cppa/primitive_variant.hpp:137:13: required from 'void cppa::primitive_v