Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#2698 closed defect (fixed)
MythFrontend crashes on start up
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Since SVN revision 11702, MythFrontend builds successfully using osx-packager.pl, but crashes almost immediately on starting with the following message:
Host Name: olajuwon Date/Time: 2006-11-18 19:18:12.215 +0000 OS Version: 10.4.8 (Build 8L2127) Report Version: 4 Command: mythfrontend Path: /Users/pbailey/buildscripts/mythtv/patched/MythFrontend.app/Contents/MacOS/mythfrontend Parent: WindowServer [59] Version: 0.20.0.svn20061118 (0.20.0.svn20061118) PID: 9297 Thread: Unknown Link (dyld) error: Symbol not found: __ZN11DTVPolarity5dbStrE Referenced from: /Users/pbailey/buildscripts/mythtv/patched/MythFrontend.app/Contents/MacOS/../Frameworks/mythtv.framework/mythtv Expected in: flat namespace
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from Isaac Richards to Nigel |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by
I was going to try removing the '-undefined warning' from the link lines and add a few -U arguments, but there are about 5 symbols that would need to be ignored (wildcards don;t seem to be an option). That would just make linking fragile in another way. Not worth it.
Note: See
TracTickets for help on using
tickets.
Did an Intel build. Got the same error. We get runtime "link" errors because dependencies are ignored at library generation (closure) time, due to libmythui structural problems. I will try to tighten up the patterns we ignore so that this sort of thing doesn't happen again, and of course fix the problem.