[OpenIndiana-discuss] Finding package that includes file

aurelien.larcher at gmail.com aurelien.larcher at gmail.com
Wed Mar 25 12:08:06 UTC 2020


Do you mean 32bit kernel or 32bit support for binaries?
32bit libraries are still shipped.

Also pkg search -r to search remote repositories, the default is local.

Le Mercredi 25 mars 2020, Nicholas Papadonis a écrit :
> 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/motif at 0.5.11,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/motif@0.5.11-2013.0.0.0:20151027T070001Z
>   Reason:  No version matching 'require' dependency x11/trusted/libxtsol at 0.5.11-0.151.1.8 can be installed
>     ----------------------------------------
>     Reject:  pkg://openindiana.org/x11/trusted/libxtsol@0.5.11-2018.0.0.0:20180212T052909Z
>                to
>              pkg://openindiana.org/x11/trusted/libxtsol@0.5.11-2020.0.0.0:20200319T111555Z
>     Reason:  This version is excluded by installed incorporation consolidation/userland/userland-incorporation at 0.5.11-2016.0.1.7762
>     ----------------------------------------
> nick at 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 <rlhamil at smart.net> 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 at openindiana:~# locate libXm.so.3 # if updatedb has been run
> > /usr/dt/lib/libXm.so.3
> > /usr/lib/libXm.so.3
> > root at 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 at 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 <nick.papadonis.ml at gmail.com> 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 <
> >> nick.papadonis.ml at gmail.com> 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
> >> openindiana-discuss at openindiana.org
> >> https://openindiana.org/mailman/listinfo/openindiana-discuss
> >> 
> > 
> > _______________________________________________
> > openindiana-discuss mailing list
> > openindiana-discuss at openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> 
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


More information about the openindiana-discuss mailing list