Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/129884
Change subject: puppet-compare: provision python-dev
......................................................................
puppet-compare: provision python-dev
The python installation of markupsafe yields:
markupsafe/_speedups.c:12:20: fatal error: Python.h: No such file or
directory
compilation terminated.
==========================================================================
WARNING: The C extension could not be compiled, speedups are not
enabled.
Failure information, if any, is above.
Retrying the build without the C extension now.
I guess installing python-dev would fix it.
Change-Id: I1c76df7282c3e3e4f385d6be31beafd9fbda2526
---
M compare-puppet-catalogs/provision.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/software
refs/changes/84/129884/1
diff --git a/compare-puppet-catalogs/provision.sh
b/compare-puppet-catalogs/provision.sh
index d411efc..4d0b1bf 100755
--- a/compare-puppet-catalogs/provision.sh
+++ b/compare-puppet-catalogs/provision.sh
@@ -1,7 +1,7 @@
#!/bin/bash
RUBYVER="1.8.7"
apt-get update
-apt-get -y install curl git-core vim python-pip
+apt-get -y install curl git-core vim python-pip python-dev
# Install rvm (I know, this is horrible, curling and executing in a shell
should be prohibited)
if [ ! -f /usr/local/rvm/scripts/rvm ]; then
curl -sSL https://get.rvm.io | bash -s stable --ruby
--
To view, visit https://gerrit.wikimedia.org/r/129884
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c76df7282c3e3e4f385d6be31beafd9fbda2526
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits