Bug ID | 1206689 |
---|---|
Summary | tuxmath crashes on startup |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | openSUSE Tumbleweed |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | opensuse@s-boehringer.org |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
tuxmath from repository openSUSE:Eductaion crashes on startup. The crash is in 0x00007ffff796a09f in __rawmemchr_avx2 () from /lib64/libc.so.6. I have tried to debug tuxmath but it is not possible to build tuxmath, as the header files installed from t4k_common-devel are wrong/incompatible with tuxmath. There are undefined symbols upon complilation (see below). ------------------------ comets.c:4054:45: error: ���������DEFAULT_VALUE��������� undeclared (first use in this function) 4054 | T4K_Tts_say(DEFAULT_VALUE,DEFAULT_VALUE,INTERRUPT,"Score Board. "); | ^~~~~~~~~~~~~ comets.c:4054:73: error: ���������INTERRUPT��������� undeclared (first use in this function) 4054 | T4K_Tts_say(DEFAULT_VALUE,DEFAULT_VALUE,INTERRUPT,"Score Board. "); | ^~~~~~~~~ comets.c:4059:89: error: ���������APPEND��������� undeclared (first use in this function); did you mean ���������FAPPEND���������? 4059 | T4K_Tts_say(DEFAULT_VALUE,DEFAULT_VALUE,APPEND,"%s %d",LAN_PlayerName(i), LAN_PlayerScore(i)); | ^~~~~~ | FAPPEND