Displaying 11 results from an estimated 11 matches for "deb_host_arch".
2012 Sep 29
0
[PATCH for Debian packaging] armhf builds are always thumb
...lready require: armhf is thumb.
Signed-off-by: Thorsten Glaser <tg at mirbsd.org>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1fb4c44..ec55d7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ ifeq ($(DEB_HOST_ARCH),armel)
DEB_MAKE_ENVVARS := ARCH=arm CONFIG_AEABI=y
endif
ifeq ($(DEB_HOST_ARCH),armhf)
-DEB_MAKE_ENVVARS := ARCH=arm CONFIG_AEABI=y CPU_ARCH=armv7-a CPU_TUNE=cortex-a8
+DEB_MAKE_ENVVARS := ARCH=arm CONFIG_AEABI=y CPU_ARCH=armv7-a CPU_TUNE=cortex-a8 CONFIG_KLIBC_THUMB=y
endif
ifeq ($(DEB_HOST_...
2014 May 23
2
Bug#749060: klibc: ppc64el needs static binaries as well
...oo is appreciated. It is probably a wrong syscall API.
Thank you.
--
maks
> Index: klibc-2.0.3/debian/rules
> ===================================================================
> --- klibc-2.0.3.orig/debian/rules
> +++ klibc-2.0.3/debian/rules
> @@ -33,7 +33,7 @@
> ifeq ($(DEB_HOST_ARCH),sh4)
> DEB_MAKE_ENVVARS := ARCH=sh
> endif
> -ifeq ($(DEB_HOST_ARCH),ppc64)
> +ifneq (,$(findstring $(DEB_HOST_ARCH),ppc64 ppc64el))
> DEB_MAKE_ENVVARS := ARCH=ppc64
> endif
>
2014 Jan 31
1
Trouble configuring with macvtap passthrough on Debian Wheezy / Jessie
...ild-dep libvirt
> $ debuild -i -us -uc -b
>
> So... yes, it works and builds without any errors.
>
> Next step now is applying the changes mentioned.
> But I'm confused because /apparently/ debian/rules is already the way
> it should be.
>
> ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
> WITH_STORAGE_LVM = --with-storage-lvm
> WITH_STORAGE_ISCSI = --with-storage-iscsi
> WITH_STORAGE_DISK = --with-storage-disk
> WITH_UDEV = --with-udev --without-hal
> WITH_CAPNG = --with-capng
> WITH_POLKIT = --with-polkit...
2012 May 25
1
klibc issues on armhf (not Debian/armel)
Hi,
we?re currently seeing trouble with klibc on several architectures,
cf. http://www.zytor.com/pipermail/klibc/2012-May/003277.html and
armhf is being one of them, when using klibc to compile mksh-static
with it.
I can look into it (asked zumbi for build-deps in a sid chroot on
harris already), but not 100% sure I?ll find it, so more eyes on
klibc would not be unwelcome ;-)
maks, does klibc
2020 Jul 18
25
[PATCH 00/12] Bunch of patches for cross-compilatio + RP4
Initially out there as #965245.
I strongly prefer to build ARM64 packages on non-ARM systems. Something
about my main build machine having twice the cores and twice the clock
speed. As such after many builds I've managed to generate a set of
patches which appear to mostly function to get functioning cross-builds
of Xen.
These are NOT a 100% solution. Some packaging hacks were needed. In
2018 Oct 18
0
Ready to test Samba 4.9.1. for Debian Stretch ( or ubuntu 18.04 or Devuan ASCII ) AMD64 only
...he idmap config * isn't changed to allow install/upgrades
where smbd fails to start due to unresolved guest user.
-- Louis van Belle <louis at van-belle.nl> Thu, 18 Oct 2018 15:42:57 +0000
samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
* Enable --accel-aes=intelaesni on DEB_HOST_ARCH_CPU=amd64 instead of
DEB_HOST_ARCH=amd64. This matches samba-libs.install and adds x32
* Allow one to change password via passwd in default config
- third_party: Update pam_wrapper to version 1.0.7
- third_party: Add pam_set_items.so from pam_wrapper
- nsswitch: Add try_authtok op...
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...camlvars.mk
+endif
setup: debian/control $(STAMPS_DIR)/setup-base
$(STAMPS_DIR)/setup-base:
diff --git a/xen/debian/rules.real b/xen/debian/rules.real
index f4656f8..b99b999 100644
--- a/xen/debian/rules.real
+++ b/xen/debian/rules.real
@@ -1,7 +1,11 @@
+include /usr/share/ocaml/ocamlvars.mk
+
DEB_HOST_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_ARCH)
DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_GNU_TYPE)
DEB_BUILD_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_BUILD_ARCH)
+GENCONTROL_ARGS := -VF:OCamlABI="$(OCAML_ABI)"
+
export DH_OPTIONS...
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
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
...Bug submitter to 'Rodolphe Qui?deville <rodolphe at quiedeville.org>' from 'Rodolphe Qui??deville <rodolphe at quiedeville.org>'
> submitter 651840 Lo?c Minier <lool at dooz.org>
Bug #651840 {Done: Thomas Preud'homme <robotux at debian.org>} [tcc] Use DEB_HOST_ARCH to set the default ABI
Changed Bug submitter to 'Lo?c Minier <lool at dooz.org>' from 'Lo??c Minier <lool at dooz.org>'
> submitter 651987 Guido G?nther <agx at sigxcpu.org>
Bug #651987 {Done: Laurent Bigonville <bigon at debian.org>} [python-cups] New ups...