[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Bug 426178] New: gtkdoc-scan fails on pango
- From: bugzilla redhat com
- To: fedora-fonts-bugs-list redhat com
- Subject: [Bug 426178] New: gtkdoc-scan fails on pango
- Date: Tue, 18 Dec 2007 19:55:12 -0500
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: besfahbo redhat com
ReportedBy: dchapman redhat com
QAContact: extras-qa fedoraproject org
CC: fedora-fonts-bugs-list redhat com
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 dchapman redhat com 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]