#19416 closed bug (invalid)
Getting symbol not found error when try to run compiled mediaplayer
Reported by: | akashkumar | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/MediaPlayer | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
~/Desktop/haiku/src/apps/mediaplayer> ../../../generated/objects/haiku/x86_64/release/apps/mediaplayer/MediaPlayer
runtime_loader: /boot/home/Desktop/haiku/generated/objects/haiku/x86_64/release/apps/mediaplayer/MediaPlayer: Could not resolve symbol '_ZN13BNumberFormat12SetPrecisionEi' resolve symbol "_ZN13BNumberFormat12SetPrecisionEi" returned: -2147478780 runtime_loader: /boot/home/Desktop/haiku/generated/objects/haiku/x86_64/release/apps/mediaplayer/MediaPlayer: Troubles relocating: Symbol not found
Change History (6)
comment:1 by , 8 days ago
Description: | modified (diff) |
---|
comment:2 by , 8 days ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 by , 8 days ago
how to check for the symbol ? and if not found how to upgrade to the latest version where this symbol is present ?
comment:5 by , 8 days ago
~/Desktop/haiku> nm ./generated/objects/haiku/x86_64/release/kits/libbe.so | grep _ZN13BNumberFormat12SetPrecisionEi 000000000023ce50 T _ZN13BNumberFormat12SetPrecisionEi
I think it is present, what would be the issue for my error
comment:6 by , 8 days ago
Okay, it got resolved for now, I build haiku.hpkg from source code, installed it with pkgman and then rebooted.
This symbol is defined in the libbe.so on my system, if it's not on yours then you must be on some older version.