is there no kernel-debuginfo in 12.3

i want to try systemtap in 12.3, but get the error below

linux-szq1:/home # stap stap.stap
WARNING: cannot find module kernel debuginfo: No DWARF information found
semantic error: while resolving probe point: identifier ‘kernel’ at stap.stap:20:7
source: probe kernel.function(“sys_*”) {
^

semantic error: no match
Pass 2: analysis failed. Try again with another ‘–vp 01’ option.

linux-szq1:/home # uname -r
3.7.10-1.1-desktop

is there no kernel-debuginfo in 12.3?

i use zyyper to search kernel-debuginfo,but it say “No packages found.”

where can i get it?

or can i complie to get kernel-info?

Well, for 32bit there is kernel-desktop-debuginfo 3.7.10-1.1 in the debug repo, you have to enable that in YaST->Software Repositories first since it is not enabled by default.

For the updated kernel-desktop versions (and 64bit) those are missing though.
You should open a bugreport at http://bugzilla.novell.com/ about this (same login/password as here).
Although I think I already saw one, but I can’t seem to find it now.

Well, for 32bit there is kernel-desktop-debuginfo 3.7.10-1.1 in the debug repo, you have to enable that repo in YaST->Software Repositories first since it is not enabled by default.

For the updated kernel-desktop versions (and 64bit) those are missing though.
You should open a bugreport at http://bugzilla.novell.com/ about this (same login/password as here).
Although I think I already saw one, but I can’t seem to find it now.

Found it, it’s here:
https://bugzilla.novell.com/show_bug.cgi?id=824971

So apparently you’ll have to wait until the next kernel update (if you’re not running a 32bit system that is).
Or install the latest kernel from this repo: Index of /repositories/Kernel:/stable/standard
In that repo all corresponding debuginfo packages are available as well.