Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
apache-orc
Commits:
f32a9d96 by Jakub Klinkovský at 2026-02-14T11:03:16+01:00
Remove workaround from check function
- - - - -
850f27c4 by Jakub Klinkovský at 2026-02-14T11:24:44+01:00
upgpkg: 2.2.2-2: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = apache-orc
pkgdesc = Columnar storage for Hadoop workloads.
pkgver = 2.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://orc.apache.org
arch = x86_64
license = Apache-2.0
@@ -9,8 +9,9 @@ pkgbase = apache-orc
makedepends = cmake
makedepends = git
depends = abseil-cpp
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = lz4
depends = protobuf
depends = snappy
=====================================
PKGBUILD
=====================================
@@ -4,15 +4,16 @@
_pkg=orc
pkgname=apache-${_pkg}
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Columnar storage for Hadoop workloads."
arch=(x86_64)
url="https://orc.apache.org"
license=(Apache-2.0)
depends=(
abseil-cpp
- gcc-libs
glibc
+ libgcc
+ libstdc++
lz4
protobuf
snappy
@@ -72,10 +73,7 @@ build(){
}
check(){
- # One test is failing and cannot be skipped
- # https://github.com/apache/orc/issues/2239
- # https://github.com/apache/orc/issues/2238
- ctest --test-dir build --output-on-failure || true
+ ctest --test-dir build --output-on-failure
}
package(){
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apache-orc/-/compare/b2468a3f133823e7d5cb5d729eb51c7f10c6c62f...850f27c45f9bc57e6830e7634c4fa76aa9b4ab9d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apache-orc/-/compare/b2468a3f133823e7d5cb5d729eb51c7f10c6c62f...850f27c45f9bc57e6830e7634c4fa76aa9b4ab9d
You're receiving this email because of your account on gitlab.archlinux.org.