Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building error on m_modenotice.cpp #1623

Closed
TehPeGaSuS opened this issue May 2, 2019 · 1 comment
Closed

Building error on m_modenotice.cpp #1623

TehPeGaSuS opened this issue May 2, 2019 · 1 comment

Comments

@TehPeGaSuS
Copy link
Contributor

Tried just a few minutes ago to compile the latest git and i get:

In file included from include/inspircd.h:93:0,
                 from /home/inspircd/repo_inspircd/src/modules/m_modenotice.cpp:20:
/home/inspircd/repo_inspircd/src/modules/m_modenotice.cpp: In function ‘insp::intrusive_list<T, Tag>::iterator insp::intrusive_list<T, Tag>::begin() const [with T = LocalUser; Tag = insp::intrusive_list_def_tag]’:
include/modules.h:1175:75: internal compiler error: Segmentation fault
  extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION;
                                                                           ^
/home/inspircd/repo_inspircd/src/modules/m_modenotice.cpp:72:1: note: in expansion of macro ‘MODULE_INIT’
 MODULE_INIT(ModuleModeNotice)
 ^~~~~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
real.mk:724: recipe for target 'modules/m_modenotice.so' failed
make[1]: *** [modules/m_modenotice.so] Error 1
make[1]: *** Waiting for unfinished jobs....
GNUmakefile:158: recipe for target 'target' failed
make: *** [target] Error 2
@TehPeGaSuS TehPeGaSuS changed the title Builging error on m_modenotice.cpp Building error on m_modenotice.cpp May 2, 2019
@SadieCat
Copy link
Member

SadieCat commented May 2, 2019

internal compiler error: Segmentation fault

This is an issue with your compiler. Please report it to your distribution and/or compiler vendor.

@SadieCat SadieCat closed this as completed May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants