You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using portmaster to install the multimedia/libbluray port, the Requires.private line in libbluray.pc is broken because the configure script of libbluray appends things to PACKAGES variable and set the value of Requires.private to PACKAGES when generating libbluray.pc.
The latter one causes gvfs to fail to find libbluray because pkg-config doesn't know what /usr/ports/packages is:
$ pkg-config --cflags libbluray
Package /usr/ports/packages was not found in the pkg-config search path.
Perhaps you should add the directory containing `/usr/ports/packages.pc'
to the PKG_CONFIG_PATH environment variable
Package '/usr/ports/packages', required by 'libbluray', not found
The text was updated successfully, but these errors were encountered:
When using portmaster to install the
multimedia/libbluray
port, theRequires.private
line inlibbluray.pc
is broken because the configure script of libbluray appends things toPACKAGES
variable and set the value ofRequires.private
toPACKAGES
when generatinglibbluray.pc
.libbluray.pc
installed by typingmake install
:libbluray.pc
installed by portmaster:The latter one causes gvfs to fail to find libbluray because pkg-config doesn't know what
/usr/ports/packages
is:The text was updated successfully, but these errors were encountered: