From 01de2c3a629ceedb00df5712b78b8a8808337e47 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Jan 2019 09:19:14 +0100 Subject: community/dtc: bring back i686 specific patch --- community/dtc/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/dtc/PKGBUILD diff --git a/community/dtc/PKGBUILD b/community/dtc/PKGBUILD new file mode 100644 index 00000000..d97cb9a7 --- /dev/null +++ b/community/dtc/PKGBUILD @@ -0,0 +1,3 @@ +# revert commit 1799ef5ac2fba01a19e89b5bef23315a7570624b +source+=('fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch') +sha256sums+=('e92bfc787b65e2610528d5c499835c083c1672455fc7998d202b7c986d5c5f1d') -- cgit v1.2.3 From 69f3a65f876b79ebfe75d38a50c5f89af9bf813d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Jan 2019 09:30:21 +0100 Subject: extra/archiso: new version => new checksum --- extra/archiso/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/archiso/PKGBUILD b/extra/archiso/PKGBUILD index cb86e4f5..d11c1a00 100644 --- a/extra/archiso/PKGBUILD +++ b/extra/archiso/PKGBUILD @@ -4,7 +4,7 @@ license=('GPL') url='https://git.archlinux32.org/archlinux32/archiso32' source=("https://sources.archlinux32.org/sources/${pkgname}32-i686-v${pkgver}.tar.gz"{,.sig}) unset sha256sums -sha512sums=('0c5d4b1c033eadbc63801b501ef24406bd1e77e7157a2abf9b3990d79563fde5c8f3cd3999a070d07625f7c20f6e46daa9190cd0f097de98afa0e61fc8eca25e' +sha512sums=('abefe4cce52ad279a2d0377dded4cee9dbb3c8a675bd18096a20749df62899c4bd3d364a15f0dfaf76640a728abb77d96e413c567b9cf8c9fd9d0c94b9c6c396' 'SKIP') validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A') -- cgit v1.2.3 From 7cd529e8ad608534f2eff73f974d6afeab16d43a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Jan 2019 09:35:53 +0100 Subject: community/electron, community/electron2: fix target_arch substitution --- community/electron/PKGBUILD | 2 +- community/electron2/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD index 395d76f9..3446fe23 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -10,7 +10,7 @@ eval "$( ' declare -f build | \ sed ' - \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/ + s,^\s*script/bootstrap.py ,\0--target_arch=ia32 , s/-t x64/-t ia32/g ' )" diff --git a/community/electron2/PKGBUILD b/community/electron2/PKGBUILD index 4f1a6f90..3446fe23 100644 --- a/community/electron2/PKGBUILD +++ b/community/electron2/PKGBUILD @@ -10,7 +10,7 @@ eval "$( ' declare -f build | \ sed ' - s,/bootstrap.py ,\0--target_arch=ia32 , + s,^\s*script/bootstrap.py ,\0--target_arch=ia32 , s/-t x64/-t ia32/g ' )" -- cgit v1.2.3 From 37ef863486019f61fe8f3d6cd488940c7ea9fb96 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Jan 2019 17:12:30 +0100 Subject: community/netcdf: disabled CDF5 (not supported for size_t<8) --- community/netcdf/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/netcdf/PKGBUILD diff --git a/community/netcdf/PKGBUILD b/community/netcdf/PKGBUILD new file mode 100644 index 00000000..69f8f47a --- /dev/null +++ b/community/netcdf/PKGBUILD @@ -0,0 +1,7 @@ +# "Unable to support CDF5 feature because size_t is less than 8 bytes" +eval "$( + declare -f build | \ + sed ' + s/-DENABLE_CDF5=ON/-DENABLE_CDF5=OFF/g + ' +)" -- cgit v1.2.3 From ad6234bc3ae23aebd915647671bd82e30a8a6818 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jan 2019 09:43:56 +0100 Subject: community/openipmi: hotfix for FS#61289 --- community/openipmi/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 community/openipmi/PKGBUILD diff --git a/community/openipmi/PKGBUILD b/community/openipmi/PKGBUILD new file mode 100644 index 00000000..46c10e69 --- /dev/null +++ b/community/openipmi/PKGBUILD @@ -0,0 +1,2 @@ +# see FS#61289 +depends+=(libedit) -- cgit v1.2.3 From 33deff2f14f6d630ed5c9a322b1f925fe5506c30 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jan 2019 11:03:53 +0100 Subject: community/netcdf-openmpi: breaking the pnetcdf-openmpi cycle and disabling CDF5 --- community/netcdf-openmpi/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/netcdf-openmpi/PKGBUILD diff --git a/community/netcdf-openmpi/PKGBUILD b/community/netcdf-openmpi/PKGBUILD new file mode 100644 index 00000000..e18dbf41 --- /dev/null +++ b/community/netcdf-openmpi/PKGBUILD @@ -0,0 +1,11 @@ +# breaking a cycle with pnetcdf-openmpi +depends=(${depends[@]//"pnetcdf-${_mpi}"/}) + +# "Unable to support CDF5 feature because size_t is less than 8 bytes" +eval "$( + declare -f build | \ + sed ' + s/-DENABLE_CDF5=ON/-DENABLE_CDF5=OFF/g + s/-DENABLE_PNETCDF=ON/-DENABLE_PNETCDF=OFF/g + ' +)" -- cgit v1.2.3 From a64fc41369f8ac319ba3c66969c8bf33530562de Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jan 2019 12:13:19 +0100 Subject: blacklisted community/pnetcdf-openmpi --- blacklist | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist b/blacklist index ec3160a4..5d602da8 100644 --- a/blacklist +++ b/blacklist @@ -24,6 +24,7 @@ i686 ospray # "Your Embree build needs to support at least one ISA >= SSE4.1!" any ovmf # "ERROR: This package must be built under the x86_64 architecture.", UEFI for VMS, of little use anyway with 32-bit machines i686 parallel-netcdf-openmpi # requires MPI_Offset >= 8, which is not (yet?) possible on 32 bits - see https://github.com/open-mpi/ompi/issues/3195 i686 parity # "32-bit targets are not supported at the moment, You can use '32bit_opt_in' feature. See https://github.com/pepyakin/wasmi/issues/43 +any pnetcdf-openmpi # "Building of PnetCDF cannot continue due to the size of MPI_Offset being less than 8 bytes. Please use an MPI library that supports large files. Abort." i686 python-openstacksdk # infinite looping on build slaves, might be temporary i686 python-pytorch # Gloo can only be built on 64-bit systems i686 qcef # contains CEF binaries (not current ones) for 64-bit and MIPS only, no 32-bit Intel. Discuss with the authors if you need it. -- cgit v1.2.3 From bb161a0de693802cdcec8d1b06c90b7450b39932 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jan 2019 12:47:51 +0100 Subject: blacklisted libretro-desmume --- blacklist | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist b/blacklist index 5d602da8..2c800fd0 100644 --- a/blacklist +++ b/blacklist @@ -11,6 +11,7 @@ i686 libretro-citra # do not build, see FS32#23 i686 libretro-mupen64plus # do not build, see FS32#23 i686 libretro-parallel-n64 # do not build, see FS32#23 i686 libretro-ppsspp # do not build, see FS32#23 +i686 libretro-desmume # do not build, see FS32#23 i686 luxrays # does not compile on i686 - see FS#54960 i686 mongodb # dropped support for 32-bit in version 3.4 i686 nginx-mod-pagespeed # bundles a 64-bit only version of psol, doesn't build that way -- cgit v1.2.3