[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-09-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

Bryan Davis bda...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #19 from Bryan Davis bda...@wikimedia.org ---
This problem is caused by ruby and system library issues on OSX and is not
specific to MediaWiki-Vagrant. Closing this issue as WONTFIX but hoping that
the workarounds documented here can be found and used by anyone who happens to
run into the problem in the future.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #18 from Bryan Davis bda...@wikimedia.org ---
I had this problem again while installing a random Vagrant plugin
(https://github.com/dergachev/vagrant-vbox-snapshot) and was able to work
around it using the advice from comment #17. I did not need to use sudo.

$ /Applications/Vagrant/embedded/bin/gem install --install-dir
~/.vagrant.d/gems nokogiri -v '1.6.3.1' --
--with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
--use-system-libraries --no-ri --no-rdoc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #16 from Bryan Davis bda...@wikimedia.org ---
Same issue reported elsewhere on the internetz:
* https://github.com/mitchellh/vagrant-aws/issues/235
* https://github.com/mitchellh/vagrant/issues/3769 
*
https://stackoverflow.com/questions/23621717/vagrant-plugin-and-nokogiri-install-issue
 
*
https://stackoverflow.com/questions/22413689/vagrant-cannot-install-nokogiri-dependent-plugins

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #17 from Bryan Davis bda...@wikimedia.org ---
(Copied from Bug 68453 comment #15)
 I ran into a similar problem with a clean install on OS X 10.9.4. I finally
 got it working by first installing libiconv from source, and then pointing
 nokogiri to the libxml2 that came with XCode and telling nokogiri install to
 use system libraries:
 
 $ sudo /Applications/Vagrant/embedded/bin/gem install --install-dir
 ~/.vagrant.d/gems nokogiri -v '1.6.3.1' --
 --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/
 MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
 --use-system-libraries

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #14 from Bryan Davis bda...@wikimedia.org ---
There is an upstream bug report at
https://github.com/mitchellh/vagrant/issues/3769 . It seems that this may be an
artifact of a particular broken version of the nokogiri gem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #15 from Mitar mitar.bugzillawikime...@tnode.com ---
I have the same problem, but with clean installation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
Summary|Unpriviledged user can't|Unprivileged user can't
   |install nokogiri gem so |install nokogiri gem so
   |setup.sh fails  |setup.sh fails

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #8 from Bryan Davis bda...@wikimedia.org ---
(In reply to Jamison Lofthouse from comment #7)
 jamison@linux-c6mg:~/vagrant vagrant plugin install mediawiki-vagrant

The mediawiki-vagrant plugin is not published in a way that is compatible with
this particular install command. It can instead be installed via:

  $ gem build mediawiki-vagrant.gemspec
  $ vagrant plugin install mediawiki-vagrant-VERSION.gem

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #9 from Jamison Lofthouse jamison.loftho...@gmail.com ---
So I got the mediawiki-vagrant plugin installed. Now it wants me to install
NFS. openSUSE doesn't have an nfsd package but it does have a nfs-kernel-server
package and I already installed it. What do I still need to install?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #10 from Bryan Davis bda...@wikimedia.org ---
(In reply to Jamison Lofthouse from comment #9)
 So I got the mediawiki-vagrant plugin installed. Now it wants me to install
 NFS. openSUSE doesn't have an nfsd package but it does have a
 nfs-kernel-server package and I already installed it. What do I still need
 to install?

I think these instructions https://en.opensuse.org/SDB:Network_file_system
may help. Be aware that older versions of the Vagrant application had issues
with OpenSUSE and NFS https://github.com/mitchellh/vagrant/issues/2923 but I
believe that this has been corrected in Vagrant 1.6.3.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #11 from Jamison Lofthouse jamison.loftho...@gmail.com ---
I actually was reading both of those sites. The openSUSE documentation isn't
very helpful because its just explaining how to configure it (vagrant should do
that) and I looked it the file that was changed in the GitHub bug and the files
are way different. They must have been significantly changed between releases.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #12 from Jamison Lofthouse jamison.loftho...@gmail.com ---
It seems my nfs and nfsserver services aren't running. I tried starting them
and now I get Could not bind socket: (98) Address already in use.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69052] Unprivileged user can't install nokogiri gem so setup.sh fails

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69052

--- Comment #13 from Jamison Lofthouse jamison.loftho...@gmail.com ---
I guess that error was because I was trying to start nfs when it was already
start because it started working after a reboot. Vagrant now works. So it seem
vagrant can work when the vagrant-vbguest is broken.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l