I've had a similar problem before - the issue is that on 32-bit targets, fpc 
defaults to generating debuginfo in stabs format (instead of DWARF) and that is 
no longer supported by find-debuginfo. 
You can read my thread here: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/NFJPGB6HIXCK3AUKBZKYPBWZ6YOAZOZ7/

As for your problem - you can try patching the Lazarus project file, so the 
compiler gets passed the "-gw" switch. At this moment I'm a tad busy, but if 
you have problems, I should be able to take a look at the package and send you 
a patch file later in the evening.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to