On Feb 23, 2011, at 5:53 PM, Justin Clift (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/DTACLOUD-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998447#comment-12998447 > ] > > Justin Clift commented on DTACLOUD-21: > -------------------------------------- > > This problem doesn't occur with Ruby 1.9.2 on Win7, so we should probably > just required people on Windows use that: > > C:\Users\user>gem install rack -v 1.1.0 > Fetching: rack-1.1.0.gem (100%) > Successfully installed rack-1.1.0 > 1 gem installed > Installing ri documentation for rack-1.1.0... > Installing RDoc documentation for rack-1.1.0...
Yes, I remember that there was some strange problem with Rack 1.2 (incompatibility with latest Sinatra, or something similar). I need to check this again (should be fixed in Sinatra 1.1.3) and then remove version dep in gemspec file. -- Michal > C:\Users\user>gem install deltacloud-core > Fetching: haml-3.0.25.gem (100%) > Fetching: tilt-1.2.2.gem (100%) > Fetching: sinatra-1.1.3.gem (100%) > Fetching: rack-accept-0.4.3.gem (100%) > Fetching: json-1.5.1-x86-mingw32.gem (100%) > Fetching: deltacloud-core-0.1.2.gem (100%) > Successfully installed haml-3.0.25 > Successfully installed tilt-1.2.2 > Successfully installed sinatra-1.1.3 > Successfully installed rack-accept-0.4.3 > Successfully installed json-1.5.1-x86-mingw32 > Successfully installed deltacloud-core-0.1.2 > 6 gems installed > Installing ri documentation for haml-3.0.25... > Installing ri documentation for tilt-1.2.2... > Installing ri documentation for sinatra-1.1.3... > Installing ri documentation for rack-accept-0.4.3... > Installing ri documentation for json-1.5.1-x86-mingw32... > Installing ri documentation for deltacloud-core-0.1.2... > Installing RDoc documentation for haml-3.0.25... > Installing RDoc documentation for tilt-1.2.2... > Installing RDoc documentation for sinatra-1.1.3... > Installing RDoc documentation for rack-accept-0.4.3... > Installing RDoc documentation for json-1.5.1-x86-mingw32... > Installing RDoc documentation for deltacloud-core-0.1.2... > > C:\Users\user>gem install deltacloud-client > Fetching: mime-types-1.16.gem (100%) > Fetching: rest-client-1.6.1.gem (100%) > Fetching: nokogiri-1.4.4.1-x86-mingw32.gem (100%) > Fetching: deltacloud-client-0.1.1.gem (100%) > Successfully installed mime-types-1.16 > Successfully installed rest-client-1.6.1 > Successfully installed nokogiri-1.4.4.1-x86-mingw32 > Successfully installed deltacloud-client-0.1.1 > 4 gems installed > Installing ri documentation for mime-types-1.16... > Installing ri documentation for rest-client-1.6.1... > Installing ri documentation for nokogiri-1.4.4.1-x86-mingw32... > Installing ri documentation for deltacloud-client-0.1.1... > Installing RDoc documentation for mime-types-1.16... > Installing RDoc documentation for rest-client-1.6.1... > Installing RDoc documentation for nokogiri-1.4.4.1-x86-mingw32... > Installing RDoc documentation for deltacloud-client-0.1.1... > > >> 'Unknown directive' warnings in Mock driver when doing "gem install >> deltacloud-core" on Win7 with Ruby 1.9.1 >> ------------------------------------------------------------------------------------------------------------ >> >> Key: DTACLOUD-21 >> URL: https://issues.apache.org/jira/browse/DTACLOUD-21 >> Project: DeltaCloud >> Issue Type: Bug >> Environment: Windows 7 x64 latest updates applied (not SP1 though) >> Reporter: Justin Clift >> Assignee: David Lutterkort >> Priority: Minor >> >> With a fresh Ruby install using 1.9.1 on Windows 7 x64, doing gem install >> deltacloud-core gives this: >> Installing RDoc documentation for deltacloud-core-0.1.2... >> Unrecognized directive 'bucket' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml >> Unrecognized directive 'content_length' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml >> Unrecognized directive 'content_type' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml >> Unrecognized directive 'last_modified' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml >> Unrecognized directive 'bucket' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml >> Unrecognized directive 'content_length' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml >> Unrecognized directive 'content_type' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml >> Unrecognized directive 'last_modified' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml >> Unrecognized directive 'bucket' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml >> Unrecognized directive 'content_length' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml >> Unrecognized directive 'content_type' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml >> Unrecognized directive 'last_modified' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml >> Unrecognized directive 'bucket' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml >> Unrecognized directive 'content_length' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml >> Unrecognized directive 'content_type' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml >> Unrecognized directive 'last_modified' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml >> Unrecognized directive 'bucket' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml >> Unrecognized directive 'content_length' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml >> Unrecognized directive 'content_type' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml >> Unrecognized directive 'last_modified' in >> lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml >> Unrecognized directive 'blob_list' in >> lib/deltacloud/drivers/mock/data/buckets/bucket1.yml >> Unrecognized directive 'size' in >> lib/deltacloud/drivers/mock/data/buckets/bucket1.yml >> Unrecognized directive 'blob_list' in >> lib/deltacloud/drivers/mock/data/buckets/bucket2.yml >> Unrecognized directive 'size' in >> lib/deltacloud/drivers/mock/data/buckets/bucket2.yml >> Unrecognized directive 'description' in >> lib/deltacloud/drivers/mock/data/images/img1.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/images/img1.yml >> Unrecognized directive 'architecture' in >> lib/deltacloud/drivers/mock/data/images/img1.yml >> Unrecognized directive 'description' in >> lib/deltacloud/drivers/mock/data/images/img2.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/images/img2.yml >> Unrecognized directive 'architecture' in >> lib/deltacloud/drivers/mock/data/images/img2.yml >> Unrecognized directive 'description' in >> lib/deltacloud/drivers/mock/data/images/img3.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/images/img3.yml >> Unrecognized directive 'architecture' in >> lib/deltacloud/drivers/mock/data/images/img3.yml >> Unrecognized directive 'realm_id' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'public_addresses' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'name' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'private_addresses' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'image_id' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'instance_profile' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'actions' in >> lib/deltacloud/drivers/mock/data/instances/inst0.yml >> Unrecognized directive 'name' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'image_id' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'public_addresses' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'private_addresses' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'realm_id' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'instance_profile' in >> lib/deltacloud/drivers/mock/data/instances/inst1.yml >> Unrecognized directive 'name' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'image_id' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'public_addresses' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'private_addresses' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'realm_id' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'instance_profile' in >> lib/deltacloud/drivers/mock/data/instances/inst2.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml >> Unrecognized directive 'created' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml >> Unrecognized directive 'storage_volume_id' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml >> Unrecognized directive 'created' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml >> Unrecognized directive 'storage_volume_id' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml >> Unrecognized directive 'created' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml >> Unrecognized directive 'storage_volume_id' in >> lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml >> Unrecognized directive 'created' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml >> Unrecognized directive 'capacity' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml >> Unrecognized directive 'device' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml >> Unrecognized directive 'instance_id' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml >> Unrecognized directive 'created' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml >> Unrecognized directive 'capacity' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml >> Unrecognized directive 'device' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml >> Unrecognized directive 'instance_id' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml >> Unrecognized directive 'owner_id' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml >> Unrecognized directive 'created' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml >> Unrecognized directive 'state' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml >> Unrecognized directive 'capacity' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml >> Unrecognized directive 'device' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml >> Unrecognized directive 'instance_id' in >> lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml > > -- > This message is automatically generated by JIRA. > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > Michal Fojtik Software Engineer, Deltacloud API project http://www.deltacloud.org [email protected]
