Bug 1206689

Summary: tuxmath crashes on startup
Product: [openSUSE] openSUSE Tumbleweed Reporter: S Bohringer <opensuse>
Component: OtherAssignee: Lubos Kocman <lubos.kocman>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: Andreas.Stieger
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description S Bohringer 2022-12-24 18:16:24 UTC
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
Comment 2 Andreas Stieger 2023-09-19 16:31:09 UTC
dup

*** This bug has been marked as a duplicate of bug 1185259 ***