Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12557 closed bug (invalid)

pkg-config paths need updating

Reported by: AGMS Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/Development
Keywords: pkg-config Cc: agmsmith@…
Blocked By: Blocking:
Platform: All

Description

The /bin/pkg-config utility (used mostly by ./configure while installing POSIX stuff to see if certain libraries are available and paths to them) currently (hrev49974) looks in: /boot/common/non-packaged/develop/lib/pkgconfig /boot/common/develop/lib/pkgconfig /boot/system/develop/lib/pkgconfig

It's missing the new user path /boot/home/config/develop/lib/pkgconfig and the non-packaged paths /boot/system/non-packaged/develop/lib/pkgconfig and /boot/home/non-packaged/develop/lib/pkgconfig

Also those /boot/common ones no longer exist in a default Haiku install.

Change History (3)

comment:1 by AGMS, 8 years ago

Odd, they seem to be set up properly in the HaikuPorts recipe, did it get built?

https://github.com/haikuports/haikuports/blob/master/dev-util/pkgconfig/pkgconfig-0.29.recipe

Version 0, edited 8 years ago by AGMS (next)

comment:2 by waddlesplash, 8 years ago

Resolution: invalid
Status: newclosed

This report belongs at the HaikuPorts bug tracker.

comment:3 by pulkomandy, 8 years ago

Note: you can manually set PKG_CONFIG_LIBDIR as a workaround.

Note: See TracTickets for help on using tickets.