Displaying 11 results from an estimated 11 matches for "pyversions".
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
2015 Dec 21
1
PHP bindings on Ubuntu 15.10
Hi folks,
Did anyone try building the PHP bindings on Ubuntu 15.10 using the
instructions on http://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
recently?
I get a few errors. Before I get deeper into it, I wanted to know if the
documentation was up to date.
http://pastebin.com/BHTb6MkH
Regards,
Yannick
2011 Jan 05
1
Bug#609005: xen-utils-4.0: please consider supporting remus
...install -D -m644 debian/xen-utils-$(VERSION).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION)
+ dh_install --sourcedir=$(DIR) usr/bin/remus usr/lib/xen-$(VERSION)/lib/python
dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION)
dh_strip
dh_makeshlibs -V
overlord3:~$ cat /local/xen/lindi-exp1/config.pvops
name = 'lindi-exp1'
vcpus = '1'
memory = '256'
kernel = '/local/xen/lindi-exp1/vmlinuz-2.6.32-5-amd64'
ramdisk = '/local/xen/lindi-exp1/ini...
2014 Jul 19
0
[HowTo] Installing Samba and sssd on Debian Wheezy (with manual backport)
...pkg-checkbuilddeps
# Modify changelog
dch --local ~bpo70+ --distribution wheezy-backports "Rebuild for
wheezy-backports."
# If you build right now, it will most likely fail with:
# dh_python2:145: extension for python2.6 is missing. Build extensions
for all supported Python
# versions (`pyversions -vr`) or adjust X-Python-Version field or pass
--no-guessing-versions to dh_python2
#
# You will need to add the following to the debian/rules file:
#
# override_dh_python2:
# dh_python2 --no-guessing-versions
#
# Build the package
dpkg-buildpackage -us -uc
# -------------------
# Now let'...
2011 Jan 05
0
Bug#608988: xen-utils-4.0: please consider supporting remus
...install -D -m644 debian/xen-utils-$(VERSION).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION)
+ dh_install --sourcedir=$(DIR) usr/bin/remus usr/lib/xen-$(VERSION)/lib/python
dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION)
dh_strip
dh_makeshlibs -V
overlord3:~$ cat /local/xen/lindi-exp1/config.pvops
name = 'lindi-exp1'
vcpus = '1'
memory = '256'
kernel = '/local/xen/lindi-exp1/vmlinuz-2.6.32-5-amd64'
ramdisk = '/local/xen/lindi-exp1/ini...
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...000000 +0100
> @@ -95,7 +95,6 @@
> EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \
> APPEND_CPPFLAGS="$(CPPFLAGS)" \
> APPEND_LDFLAGS="$(LDFLAGS)" \
> - OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
> PYTHON=$(shell pyversions -r)
>
> $(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
> @@ -152,6 +151,9 @@
> dh_testroot
> dh_prep
> dh_installdirs boot
> + dh_installdirs etc/default/grub.d
> + install -D -m644 debian/xen-hypervisor-$(VERSION).xen.cfg \
> + debian/$(...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...s.real 2015-01-22 11:44:54.000000000 +0100
@@ -95,7 +95,6 @@
EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \
APPEND_CPPFLAGS="$(CPPFLAGS)" \
APPEND_LDFLAGS="$(LDFLAGS)" \
- OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
PYTHON=$(shell pyversions -r)
$(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
@@ -152,6 +151,9 @@
dh_testroot
dh_prep
dh_installdirs boot
+ dh_installdirs etc/default/grub.d
+ install -D -m644 debian/xen-hypervisor-$(VERSION).xen.cfg \
+ debian/$(PACKAGE_NAME)/etc/default/grub.d/xen.cfg
cp...
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...)
binary-indep: install-docs
@@ -71,6 +77,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): CONFIG = \
XEN_COMPILE_ARCH=$(XEN_ARCH) \
XEN_TARGET_ARCH=$(XEN_ARCH) \
XEN_VERSION=$(VERSION) \
+ OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)_ocaml/$(OCAML_STDLIB_DIR) \
PYTHON=$(shell pyversions -r)
$(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARCH)
@@ -82,6 +89,7 @@ $(STAMPS_DIR)/install-utils_$(ARCH): DIR = $(BUILD_DIR)/build-utils_$(ARCH)
$(STAMPS_DIR)/install-utils_$(ARCH): INSTALL_DIR = $(BUILD_DIR)/install-utils_$(ARCH)
$(STAMPS_DIR)/install-utils_$(ARCH): $...
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are
part of the standard xen build. The patches are also currently available
at: https://github.com/jonludlam/pkg-xen/commits/for-debian
There are some things to note:
1. The 5 patches imported from xen-unstable are not, and will not go
into the xen-4.1-stable series. However, the patches were created
at the request of the
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes
since last time:
* rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be
looking to install multiple concurrent versions of the same package, so
the version doesn't need to be in the package name
* Removed superfluous GENCONTROL definitions - dh_ocaml does what we need
* Removed
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect,
as before, that some of the larger patches won't get to the list so
they are also available here:
https://github.com/jonludlam/pkg-xen/commits/for-debian6.
Changes since last mail:
* I have split out the unrelated change to include 2 extra header files
in libxen-dev
* I have removed some instances of brace expansion