Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=426178 Summary: gtkdoc-scan fails on pango Product: Fedora Version: rawhide Platform: ia64 OS/Version: Linux Status: NEW Severity: high Priority: high Component: pango AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] CC: [email protected] Description of problem: This is seen on ia64 where it causes the generated pango-scan binary to segfault, not sure why we get away with it on other platforms but the root problem exists everywhere. When building pango these warnings are seen: pango-scan.c:44: warning: implicit declaration of function 'pango_ot_info_get_type' pango-scan.c:45: warning: implicit declaration of function 'pango_ot_ruleset_get_type' Then pango-scan later fails. The undeclared functions are defined in pango-ot-private.h but only pango-ot.h is included in docs/pango.types. I moved the 2 declarations from pango-ot-private.h to pango-ot.h and it fixes my build issue. I will attach a patch. Version-Release number of selected component (if applicable): pango-1.19.1-1.fc9 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: ------- Additional Comments From [EMAIL PROTECTED] 2007-12-18 19:55 EST ------- Created an attachment (id=289968) --> (https://bugzilla.redhat.com/attachment.cgi?id=289968&action=view) patch to move needed declarations to pango-ot.h -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
