https://bugzilla.redhat.com/show_bug.cgi?id=1749943
Bug ID: 1749943 Summary: pango contain header with wrong hb.h include Product: Fedora Version: rawhide Status: NEW Component: pango Assignee: tagoh@redhat.com Reporter: vascom2@gmail.com QA Contact: extras-qa@fedoraproject.org CC: caillon+fedoraproject@gmail.com, fonts-bugs@lists.fedoraproject.org, gnome-sig@lists.fedoraproject.org, i18n-bugs@lists.fedoraproject.org, john.j5live@gmail.com, mclasen@redhat.com, pwu@redhat.com, rhughes@redhat.com, rstrode@redhat.com, sandmann@redhat.com, tagoh@redhat.com Target Milestone: --- Classification: Fedora
Description of problem: I am try to build eiskaltdcpp and it fsilrd with error: BUILDSTDERR: /usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory BUILDSTDERR: 28 | #include <hb.h> BUILDSTDERR: | ^~~~~~
Full build log https://kojipkgs.fedoraproject.org/work/tasks/5226/37235226/build.log
Version-Release number of selected component (if applicable): pango-1.44.6-1.fc32
How reproducible: Always.
As I see this line was added in pango 1.44. But harfbuzz's hb.h in Fedora placed at /usr/include/harfbuzz/
Need to solve it for build other packages.
https://bugzilla.redhat.com/show_bug.cgi?id=1749943
Peng Wu pwu@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|tagoh@redhat.com |pwu@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1749943
--- Comment #1 from Peng Wu pwu@redhat.com --- I think `pkg-config pango --cflags` can help compile here.
`pkg-config pango --cflags` will add -I/usr/include/harfbuzz .
https://bugzilla.redhat.com/show_bug.cgi?id=1749943
Peng Wu pwu@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2021-03-08 06:20:09
--- Comment #3 from Peng Wu pwu@redhat.com --- No response, close this bug.
fonts-bugs@lists.fedoraproject.org