Hi Paul,

ruby-dev is just a meta-package (wrapper package with dependencies on other packages). To see the dependencies use the -m option:
bleon...@opensolaris:~$ pkg contents -rm ruby-dev
set name=fmri value=pkg:/[email protected],5.11-0.111:20090508T235714Z
set name=variant.opensolaris.zone value=global value=nonglobal
set name=description value="Ruby Development cluster"
set name=info.classification value=org.opensolaris.category.2008:Development/Ruby
set name=variant.arch value=sparc value=i386
set name=publisher value=opensolaris.org
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
depend [email protected] type=require
Regards,
Brian


Paul Johnston wrote:
Wanted to see what ruby-dev actually contained so I did:
pa...@opensolaris:~$ pkg  contents  -r  ruby-dev
PATH

Curious, not much there! So I tried:

pa...@opensolaris:~$ pkg  contents  -r  tcl-sqlite-3
PATH
usr
usr/lib
usr/lib/tcl8.4
usr/lib/tcl8.4/sqlite3
usr/lib/tcl8.4/sqlite3/32
usr/lib/tcl8.4/sqlite3/64
usr/lib/tcl8.4/sqlite3/amd64
usr/lib/tcl8.4/sqlite3/amd64/libtclsqlite3.so
usr/lib/tcl8.4/sqlite3/libtclsqlite3.so
usr/lib/tcl8.4/sqlite3/pkgIndex.tcl

That's more like it!

I did a install of ruby-dev and then got

pa...@opensolaris:~$ pkg list | grep ruby-dev
ruby-dev                                      0.5.11-0.111    installed  -----
pa...@opensolaris:~$ pkg info ruby-dev
          Name: ruby-dev
       Summary: Ruby Development cluster
      Category: Development/Ruby
         State: Installed
     Publisher: opensolaris.org
       Version: 0.5.11
 Build Release: 5.11
        Branch: 0.111
Packaging Date: May 8, 2009 11:57:14 PM Size: 0.00 B
          FMRI: 
pkg://opensolaris.org/[email protected],5.11-0.111:20090508T235714Z
pa...@opensolaris:~$ pkg contents ruby-dev
PATH
pa...@opensolaris:~$
Any idea what was happening (hope it's not one of my typos :-) ?

TIA Paul

--
W Brian Leonard
Principal Software Engineer
408.404.6884
http://blogs.sun.com/observatory

_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to