• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Kompilowanie na debianie

Dominik ms

Member
Joined
Jan 20, 2010
Messages
424
Reaction score
6
jednego dnia kompilator normalnie przepuszcza mój silnik, a czasami sra takimi błędami. Nie wiem od czego to zależy, fazy księżyca??
Ślicznie proszę was o pomoc ;(

PHP:
make  all-am
make[1]: Entering directory `/home/TheForgottenServer'
  CXX    actions.o
  CXX    baseevents.o
  CXX    allocator.o
  CXX    beds.o
  CXX    chat.o
  CXX    combat.o
  CXX    condition.o
  CXX    connection.o
  CXX    configmanager.o
  CXX    container.o
In file included from /usr/include/boost/type_traits/is_member_function_pointer.hpp:24,
                 from /usr/include/boost/type_traits/is_member_pointer.hpp:28,
                 from /usr/include/boost/type_traits/is_pointer.hpp:24,
                 from /usr/include/boost/type_traits/is_scalar.hpp:14,
                 from /usr/include/boost/type_traits/is_pod.hpp:14,
                 from /usr/include/boost/type_traits/has_trivial_copy.hpp:15,
                 from /usr/include/boost/function/function_base.hpp:22,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function.hpp:24,
                 from otpch.h:34,
                 from actions.cpp:17:
/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:39: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[1]: *** [actions.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /usr/include/c++/4.4/string:56,
                 from /usr/include/c++/4.4/stdexcept:39,
                 from /usr/include/boost/function/function_base.hpp:14,
                 from /usr/include/boost/function/detail/prologue.hpp:17,
                 from /usr/include/boost/function.hpp:24,
                 from otpch.h:34,
                 from configmanager.cpp:17:
/usr/include/c++/4.4/bits/basic_string.tcc: In instantiation of 'std::basic_string<char, std::char_traits<char>, std::allocator<char> >':
/usr/include/c++/4.4/bits/basic_string.tcc:1134:   instantiated from here
/usr/include/c++/4.4/bits/basic_string.tcc:760: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[1]: *** [configmanager.o] Error 1
In file included from /usr/include/c++/4.4/map:60,
                 from /usr/include/boost/regex/v4/regex_workaround.hpp:36,
                 from /usr/include/boost/regex/v4/regex.hpp:32,
                 from /usr/include/boost/regex.hpp:31,
                 from otpch.h:36,
                 from beds.cpp:17:
/usr/include/c++/4.4/bits/stl_tree.h: In instantiation of '_Compare std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::key_comp() const [with _Key = Tile*, _Val = std::pair<Tile* const, RefreshBlock_t>, _KeyOfValue = std::_Select1st<std::pair<Tile* const, RefreshBlock_t> >, _Compare = std::less<Tile*>, _Alloc = std::allocator<std::pair<Tile* const, RefreshBlock_t> >]':
/usr/include/c++/4.4/bits/stl_map.h:635:   instantiated from '_Compare std::map<_Key, _Tp, _Compare, _Alloc>::key_comp() const [with _Key = Tile*, _Tp = RefreshBlock_t, _Compare = std::less<Tile*>, _Alloc = std::allocator<std::pair<Tile* const, RefreshBlock_t> >]'
/usr/include/c++/4.4/bits/stl_map.h:449:   instantiated from '_Tp& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const _Key&) [with _Key = Tile*, _Tp = RefreshBlock_t, _Compare = std::less<Tile*>, _Alloc = std::allocator<std::pair<Tile* const, RefreshBlock_t> >]'
game.h:580:   instantiated from here
/usr/include/c++/4.4/bits/stl_tree.h:622: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[1]: *** [beds.o] Error 1
container.cpp:905: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[1]: *** [container.o] Error 1
make[1]: Leaving directory `/home/TheForgottenServer'
make: *** [all] Error 2
 
To znaczy... nie konkretnie downgrade a usuń i ponowna instalacja poprzedniej wersji.
 
Gówno w dupie, a nie make clean :p

Problem rozwiązany po downgrade gcc.

Ty gościu tekst "gówno w dupie" jest moim tekstem i nie masz prawa go używać kurwa :(

Dzifko

@dereker nie patrzyłem zbytnio w raport o błędach raczej napisałem to z góry

a ten twoja napisana linia mówi mi o minięciu czasu kompilacji z jakimś segmentem złym :D

chyba za dużo pale tych fajek:w00t:
 
Last edited:
Back
Top