Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-03-13 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper assigned an issue to Unassigned


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Joshua Cooper




Assignee:

 JoshuaCooper












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-02-14 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










To verify this issue, I did the following.
I setup a stickler server on my mac:



$ gem install stickler
Successfully installed stickler-2.4.0
1 gem installed
$ stickler config --add --server http://localhost:6789 --upstream https://rubygems.org --debug
  server : http://localhost:6789
upstream : https://rubygems.org
0 ~/work/puppet (master)  $ mkdir ~/stickler
0 ~/work/puppet (master)  $ stickler-server start ~/stickler
Thin web server (v1.6.1 codename Death Proof)
Maximum connections set to 1024
Listening on 0.0.0.0:6789, CTRL+C to stop



Then I pushed generic and platform specific puppet gems to it:



0 ~/work/puppet/pkg (master)  $ stickler push puppet-3.4.2.862.gem
Pushing gem(s) to http://localhost:6789/ ...
  /Users/josh/work/puppet/pkg/puppet-3.4.2.862.gem - OK http://localhost:6789/gems/puppet-3.4.2.862.gem
0 ~/work/puppet/pkg (master)  $ stickler push puppet-3.4.2.862-x86-mingw32.gem
Pushing gem(s) to http://localhost:6789/ ...
  /Users/josh/work/puppet/pkg/puppet-3.4.2.862-x86-mingw32.gem - OK http://localhost:6789/gems/puppet-3.4.2.862-x86-mingw32.gem



Then on Windows, I created a module with a Gemfile containing:



source http://arcturus.local:6789
source https://rubygems.org

gem 'puppet'



And did bundle install:



C:\work\modules\joshcooper-eventlogbundle install --path .bundle\gems
Fetching gem metadata from http://arcturus.local:6789/.
Fetching full source index from http://arcturus.local:6789/
Fetching gem metadata from https://rubygems.org/..
Fetching gem metadata from https://rubygems.org/...
Installing facter (1.7.5)
Installing ffi (1.9.0)
Installing json_pure (1.8.1)
Installing hiera (1.3.1)
Installing minitar (0.5.4)
Installing rgen (0.6.6)
Installing win32-api (1.4.8)
Installing windows-api (0.4.2)
Installing windows-pr (1.2.2)
Installing win32-security (0.1.4)
Installing sys-admin (1.5.6)
Installing win32-dir (0.4.6)
Installing win32-eventlog (0.5.3)
Installing win32-process (0.6.6)
Installing win32-service (0.7.2)
Installing win32-taskscheduler (0.2.2)
Installing win32console (1.3.2)
Installing puppet (3.4.2.862)
Using bundler (1.2.4)
Your bundle is complete! It was installed into ./.bundle/gems



And the correct platform dependencies get pulled in:



C:\work\modules\joshcooper-eventlogbundle exec gem list

*** LOCAL GEMS ***

bundler (1.2.4)
facter (1.7.5)
ffi (1.9.0 x86-mingw32)
hiera (1.3.1)
json_pure (1.8.1)
minitar (0.5.4)
puppet (3.4.2.862 x86-mingw32)
rgen (0.6.6)
sys-admin (1.5.6 x86-mingw32)
win32-api 

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-02-13 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Michelle Johansen I'm looking into this












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-02-12 Thread Michelle Johansen (JIRA)
Title: Message Title










 

 Michelle Johansen updated an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Michelle Johansen




Sprint:

 Week2014-1-15to2014-1-21,Week2014-1-22to2014-1-29,Week2014-1-29to2014-2-05,Week2014-2-5to2014-2-12 ,Week2014-2-12to2014-2-19












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-29 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










win32-mumbles gems are not getting installed on my VM with the bundle install command due to invalid gem specs:



Using win32-api (1.4.8) from source at c:/temp/gems 
win32-api at c:/temp/gems/specifications did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
  [README, CHANGES, MANIFEST, ext/win32/api.c] are not files
from c:/temp/gems/specifications/win32-api-1.4.8-x86-mingw32.gemspec 



See attached log install.log.












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 
   

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-29 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall updated an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Kurt Wall




Attachment:

 install.log












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-28 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown assigned an issue to Kurt Wall


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Ethan Brown




Assignee:

 EthanBrown KurtWall












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown assigned an issue to Ethan Brown


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Ethan Brown




Assignee:

 EthanBrown












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Is it possible my machine is cleaner than others and there are additional pre-reqs that must be installed?












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Verified in 3.4.2-651:



c:\temp\gemsbundle install --path vendor/bundle --verbose
Fetching from: https://rubygems.org/api/v1/dependencies
HTTP Redirection
[...]
0:  bundler (1.5.2) from C:/Program Files (x86)/Puppet Labs/Puppet/sys/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.5.2/lib/bundler/source
Your bundle is complete!
It was installed into ./vendor/bundle



The Gemfile.lock is present and the gems are installed as required:



c:\temp\gemsdir vendor\bundle\ruby\1.9.1\gems
 Volume in drive C has no label.
 Volume Serial Number is DADF-75F9

 Directory of c:\temp\gems\vendor\bundle\ruby\1.9.1\gems

01/27/2014  01:29 PMDIR  .
01/27/2014  01:29 PMDIR  ..
01/27/2014  01:29 PMDIR  facter-1.7.3
01/27/2014  01:29 PMDIR  hiera-1.3.0
01/27/2014  01:29 PMDIR  json_pure-1.8.0
01/27/2014  01:29 PMDIR  minitar-0.5.4
01/27/2014  01:29 PMDIR  rgen-0.6.5
01/27/2014  01:29 PMDIR  sys-admin-1.5.6-x86-mingw32
01/27/2014  01:29 PMDIR  win32-api-1.4.8-x86-mingw32
01/27/2014  01:29 PMDIR  win32-eventlog-0.5.3
01/27/2014  01:29 PMDIR  win32-security-0.1.4
01/27/2014  01:29 PMDIR  win32-service-0.7.2-x86-mingw32
01/27/2014  01:29 PMDIR  win32-taskscheduler-0.2.2
01/27/2014  01:29 PMDIR  win32console-1.3.2-x86-mingw32
01/27/2014  01:29 PMDIR  windows-api-0.4.2
01/27/2014  01:29 PMDIR  windows-pr-1.2.2
   0 File(s)  0 bytes
  16 Dir(s)  34,417,041,408 bytes free















   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 

 

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










I continue to have issues installing this


C:\temp gem install .\puppet-3.4.2.651-x86-mingw32.gem --install-dir c:/temp/gems ERROR: While executing gem ... (Gem::Exception) Unable to find spec for '#Gem::NameTuple puppet, 3.4.2.651, x86-mingw32'


For reference, my gem list is


C:\temp gem list






LOCAL GEMS ***






bigdecimal (1.1.0) bundler (1.3.5) debugger-ruby_core_source (1.2.3) hub (1.10.6) io-console (0.3) json (1.5.5) minitest (2.5.1) rake (0.9.2.2) rdoc (3.9.5) ruby-debug-base19x (0.11.30.pre12) ruby-debug-ide (0.4.17) rubygems-update (2.1.3)


Still trying to figure out what's up here.












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 



   

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Used Chocolatey to bump Ruby version to 1.9.3p484 from 1.9.3p448 and the problem has gone away.
Thanks Chocolatey!


cinst ruby -version 1.9.3.48400




C:\tempruby --version ruby 1.9.3p484 (2013-11-22) [i386-mingw32]
C:\tempgem install puppet-3.4.2.651-x86-mingw32.gem --no-ri --no-rdoc --install -dir c:/temp/gems Fetching: facter-1.7.4.gem (100%) Fetching: json_pure-1.8.1.gem (100%) Fetching: hiera-1.3.1.gem (100%) Fetching: rgen-0.6.6.gem (100%) Fetching: ffi-1.9.0-x86-mingw32.gem (100%) Fetching: win32-api-1.4.8-x86-mingw32.gem (100%) Fetching: windows-api-0.4.2.gem (100%) Fetching: windows-pr-1.2.2.gem (100%) Fetching: win32-security-0.1.4.gem (100%) Fetching: sys-admin-1.5.6-x86-mingw32.gem (100%) Fetching: win32-dir-0.4.6.gem (100%) Fetching: win32-eventlog-0.5.3.gem (100%) Fetching: win32-process-0.6.6.gem (100%) Fetching: win32-service-0.7.2-x86-mingw32.gem (100%) Fetching: win32-taskscheduler-0.2.2.gem (100%) Fetching: win32console-1.3.2-x86-mingw32.gem (100%) Fetching: minitar-0.5.4.gem (100%) Successfully installed facter-1.7.4 Successfully installed json_pure-1.8.1 Successfully installed hiera-1.3.1 Successfully installed rgen-0.6.6 Successfully installed ffi-1.9.0-x86-mingw32 Successfully installed win32-api-1.4.8-x86-mingw32 Successfully installed windows-api-0.4.2 Successfully installed windows-pr-1.2.2 Successfully installed win32-security-0.1.4 Successfully installed sys-admin-1.5.6-x86-mingw32 Successfully installed win32-dir-0.4.6 Successfully installed win32-eventlog-0.5.3 Successfully installed win32-process-0.6.6 Successfully installed win32-service-0.7.2-x86-mingw32 Successfully installed win32-taskscheduler-0.2.2 Successfully installed win32console-1.3.2-x86-mingw32 Successfully installed minitar-0.5.4 Successfully installed puppet-3.4.2.651-x86-mingw32 18 gems installed














   

 Add Comment

























 Puppet /  PUP-1282
 

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










FYI – the gems I have installed were a different set, hopefully this is correct given the version ranges


 Directory: C:\temp\gems\gems
Mode LastWriteTime Length Name  - --  d 1/27/2014 2:23 PM facter-1.7.4 d 1/27/2014 2:23 PM ffi-1.9.0-x86-mingw32 d 1/27/2014 2:23 PM hiera-1.3.1 d 1/27/2014 2:23 PM json_pure-1.8.1 d 1/27/2014 2:23 PM minitar-0.5.4 d 1/27/2014 2:23 PM puppet-3.4.2.651-x86-mingw32 d 1/27/2014 2:23 PM rgen-0.6.6 d 1/27/2014 2:23 PM sys-admin-1.5.6-x86-mingw32 d 1/27/2014 2:23 PM win32-api-1.4.8-x86-mingw32 d 1/27/2014 2:23 PM win32-dir-0.4.6 d 1/27/2014 2:23 PM win32-eventlog-0.5.3 d 1/27/2014 2:23 PM win32-process-0.6.6 d 1/27/2014 2:23 PM win32-security-0.1.4 d 1/27/2014 2:23 PM win32-service-0.7.2-x86-mingw32 d 1/27/2014 2:23 PM win32-taskscheduler-0.2.2 d 1/27/2014 2:23 PM win32console-1.3.2-x86-mingw32 d 1/27/2014 2:23 PM windows-api-0.4.2 d 1/27/2014 2:23 PM windows-pr-1.2.2














   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.






 

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-27 Thread Ethan Brown (JIRA)
Title: Message Title










 

 Ethan Brown commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Moved back to FR while Kurt Wall investigates to see if he can decipher the p448 issue with a fresh Vagrant box.












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-24 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo assigned an issue to Unassigned


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Adrien Thebo




Assignee:

 AdrienThebo












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-23 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo assigned an issue to Adrien Thebo


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Adrien Thebo




Assignee:

 AdrienThebo












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-23 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Merged into master in 445ca3a; this should be released in 3.5.0.












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-23 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










There was some good discussion on PR #2283 about why we pinned specific versions in the first place. We went through and pinned all the versions of the gems that required native extensions.












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-21 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds assigned an issue to Unassigned


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Rob Reynolds




Assignee:

 RobReynolds












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-17 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds assigned an issue to Rob Reynolds


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Rob Reynolds




Assignee:

 RobReynolds












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-17 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Verifying this with 


rake package:gem



Copy the resulting gems in code/pkg to a temp directory.
Create a Gemfile in that temp directory:


source 'https://rubygems.org'
gem 'puppet', '~ 3.4.0', :path = 'c:/temp'



Call bundle install --path vendor/bundle --verbose












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 

Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-17 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds commented on an issue


















  Re: puppet gem does not include platform specific gem dependencies 










Josh and I are talking more about pessimistic dependency allowance for patch versions of gems. Will update later as we talk more about it.












   

 Add Comment

























 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 







 The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-15 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper assigned an issue to Joshua Cooper


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Joshua Cooper




Assignee:

 JoshuaCooper












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-14 Thread Andrew Parker (JIRA)
Title: Message Title










 

 Andrew Parker updated an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Andrew Parker




Sprint:

 Week2014-1-15to2014-1-21












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-13 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper updated an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Joshua Cooper




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2014-01-03 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper updated an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Joshua Cooper




Fix Version/s:

 3.5.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2013-12-30 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Issue Type:

  Bug




Assignee:


 Unassigned




Created:


 30/Dec/13 10:28 AM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










The puppet gem on windows has dependencies on win32-dir, etc, but these are not expressed in the gemspec file. So if you are developing a module, and attempt to `bundle install`, the transitive dependencies are not satisfied. The same issue exists in facter and hiera.












   

 Add Comment























Jira (PUP-1282) puppet gem does not include platform specific gem dependencies

2013-12-30 Thread Joshua Cooper (JIRA)
Title: Message Title










 

 Joshua Cooper updated an issue


















 Puppet /  PUP-1282



  puppet gem does not include platform specific gem dependencies 










Change By:

 Joshua Cooper




Labels:

 redmine windows












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.