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
In r151042 and before, it was possible to create a sparse zone and install, for example, just the cyrus-mail package in it. Although that package depends on the libxslt package, it was enough that libxslt was installed in the global zone, since the sparse zone shares /usr and thus can use the libxslt contents such as usr/bin/amd64/xslt-config.
In r151044 this no longer works:
# pkg install -R /zone/mail/root cyrus-mail
Creating Plan (Evaluating mediators): /
pkg install: The files listed below match exclusions which are configured
on this image and can therefore not be installed:
usr/bin/amd64/xslt-config
usr/bin/amd64/xsltproc
usr/bin/i386
[...]
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I think the title reflects the problem.
In r151042 and before, it was possible to create a sparse zone and install, for example, just the
cyrus-mail
package in it. Although that package depends on thelibxslt
package, it was enough thatlibxslt
was installed in the global zone, since the sparse zone shares/usr
and thus can use thelibxslt
contents such as usr/bin/amd64/xslt-config.In r151044 this no longer works:
The text was updated successfully, but these errors were encountered: