Mantis - harfbuzz
Viewing Issue Advanced Details
5319 major always 2018-07-19 18:23 2018-07-20 18:46
Michele  
dam  
normal  
closed  
no change required  
none    
none  
0005319: harfbuzz missing harfbuzz.pc
While attempting to qmake openscad, I got:

"Package harfbuzz was not found in the pkg-config search path.
Perhaps you should add the directory containing `harfbuzz.pc'
to the PKG_CONFIG_PATH environment variable"

I installed harfbuzz but see no harfbuzz.pc in /opt/csw/lib/pkgconfig


Sun Oracle Enterprise M3000 SPARC64 VII, Solaris 10U11
Issue History
2018-07-19 18:23 Michele New Issue
2018-07-20 09:27 dam Status new => assigned
2018-07-20 09:27 dam Assigned To => dam
2018-07-20 09:29 dam Note Added: 0011275
2018-07-20 09:29 dam Status assigned => feedback
2018-07-20 18:43 Michele Note Added: 0011276
2018-07-20 18:46 dam Note Added: 0011277
2018-07-20 18:46 dam Status feedback => closed
2018-07-20 18:46 dam Resolution open => no change required

Notes
(0011275)
dam   
2018-07-20 09:29   
You always need to install the *_dev package for the pkgconfig-files, headers, etc.
In this case this is libharfbuzz_dev
(0011276)
Michele   
2018-07-20 18:43   
Ah, of course. I was fooled because most of the csw packages have the dev files right after the name of the package itself (eg. fontconfig, fontconfig_dev). I didn't think to look elsewhere. Thanks.
(0011277)
dam   
2018-07-20 18:46   
The naming rule is a bit strange, for libs it is lib..._dev, but when there are utility binaries and the upstream package does not have "lib" as prefix, than there is a separate package for these binaries only depending on the libs, not the dev package. Anyway, glad you now have what you need.