Looks like there is some dependency issues

$ pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
openindiana.org              origin   online F 
http://pkg.openindiana.org/hipster/ <http://pkg.openindiana.org/hipster/>

Search pkg.openindiana.org <http://pkg.openindiana.org/>

library/[email protected],5.11-2013.0.0.0:20151027T070001Z 
<http://pkg.openindiana.org/hipster/info/0/library%2Fmotif%400.5.11%2C5.11-2013.0.0.0%3A20151027T070001Z>

$ sudo pkg install library/motif
Creating Plan (Solver setup): |
pkg install: No matching version of library/motif can be installed:
  Reject:  
pkg://openindiana.org/library/[email protected]:20151027T070001Z
  Reason:  No version matching 'require' dependency 
x11/trusted/[email protected] can be installed
    ----------------------------------------
    Reject:  
pkg://openindiana.org/x11/trusted/[email protected]:20180212T052909Z
               to
             
pkg://openindiana.org/x11/trusted/[email protected]:20200319T111555Z
    Reason:  This version is excluded by installed incorporation 
consolidation/userland/[email protected]
    ----------------------------------------
nick@openindiana:/home/nick/t/pop/pop$ 

Note: I need 32-bit support and that is why I’m on this old build.


> On Mar 25, 2020, at 2:26 AM, Richard L. Hamilton <[email protected]> wrote:
> 
> This works for me (the locate command doesn't show the package, but it does 
> show where it is).  This assumes the file is installed.
> root@openindiana:~# locate libXm.so.3 # if updatedb has been run
> /usr/dt/lib/libXm.so.3
> /usr/lib/libXm.so.3
> root@openindiana:~# pkg contents -o pkg.name,path -a path='*/lib/libXm.so.3'
> PKG.NAME      PATH
> library/motif usr/dt/lib/libXm.so.3
> library/motif usr/lib/libXm.so.3
> library/motif usr/lib/libXm.so.3
> library/motif usr/lib/libXm.so.3
> 
> If the file is not installed, you have to know the FMRI (full or partial) of 
> the package:
> root@openindiana:~# pkg contents -r -o pkg.name,path -a 
> path='*/lib/libXm.so.3' motif
> PKG.NAME      PATH
> library/motif usr/dt/lib/libXm.so.3
> library/motif usr/lib/libXm.so.3
> library/motif usr/lib/libXm.so.3
> library/motif usr/lib/libXm.so.3
> 
> although you may be able to go to the repository in your browser and search 
> there (haven't tried).
> 
>> On Mar 25, 2020, at 01:49, Nicholas Papadonis <[email protected]> 
>> wrote:
>> 
>> Also, I'm running OI-hipster-text-20161030.iso because I have an app that
>> requires 32-bit support.
>> 
>> Thanks
>> 
>> On Wed, Mar 25, 2020 at 1:47 AM Nicholas Papadonis <
>> [email protected]> wrote:
>> 
>>> I'm trying to find which package includes a file as follows:
>>> 
>>> $ pkg search -l -H -o pkg.name libXm.so.3
>>> 
>>> However no results.
>>> 
>>> Any guidance appreciated.
>>> 
>>> 
>>> 
>>> 
>> _______________________________________________
>> openindiana-discuss mailing list
>> [email protected]
>> https://openindiana.org/mailman/listinfo/openindiana-discuss
>> 
> 
> _______________________________________________
> openindiana-discuss mailing list
> [email protected]
> https://openindiana.org/mailman/listinfo/openindiana-discuss

_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to