[OmniOS-discuss] pkg:/runtime/java/runtime64 cannot be found

Richard PALO richard at netbsd.org
Sat Apr 18 12:02:05 UTC 2015


Le 18/04/15 12:56, Richard PALO a écrit :
>> richard at omnis:/home/richard$ pfexec pkg install -v system/dtrace/tests
>> Creating Plan (Solver setup): /
>> pkg install: No matching version of system/dtrace/tests can be installed:
>>   Reject:  pkg://on-nightly/system/dtrace/tests@0.5.11,5.11-0.151015:20150418T072853Z
>>   Reason:  A version for 'require' dependency on pkg:/runtime/java/runtime64 cannot be found
> 
> something missing in omnios?
>> richard at omnis:/home/richard/src/illumos-gate/usr/src/pkg$ grep runtime manifests/system-dtrace-tests.mf
>> depend fmri=runtime/java type=require
>> depend fmri=runtime/java/runtime64 type=require
> 

Perhaps with jdk7 there is no additional runtime64.

I simply deleted the line:
> diff --git a/usr/src/pkg/manifests/system-dtrace-tests.mf b/usr/src/pkg/manifests/system-dtrace-tests.mf
> index 0974627..5e744b5 100644
> --- a/usr/src/pkg/manifests/system-dtrace-tests.mf
> +++ b/usr/src/pkg/manifests/system-dtrace-tests.mf
> @@ -2116,4 +2116,3 @@ legacy pkg=SUNWdtrt category=internal \
>  license cr_Sun license=cr_Sun
>  license lic_CDDL license=lic_CDDL
>  depend fmri=runtime/java type=require
> -depend fmri=runtime/java/runtime64 type=require

repackaged from pkg with dmake install
whereupon I can now install just fine, and after adding /opt/gcc-4.8.1/bin to my path
and am running the dtrace tests now.


-- 
Richard PALO



More information about the OmniOS-discuss mailing list