From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/elektra/, app-admin/elektra/files/
Date: Sun, 6 Nov 2016 10:29:40 +0000 (UTC) [thread overview]
Message-ID: <1478428146.f0f47a3da9401b69bb7d812bf9e5439a0c40cb49.soap@gentoo> (raw)
commit: f0f47a3da9401b69bb7d812bf9e5439a0c40cb49
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Nov 6 10:26:27 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 10:29:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f47a3d
app-admin/elektra: Fix build w/ GCC 5.4.0
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1656
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-admin/elektra/elektra-0.8.15.ebuild | 14 ++++++++------
.../elektra/files/elektra-0.8.15-gcc-5.4.0.patch | 20 ++++++++++++++++++++
2 files changed, 28 insertions(+), 6 deletions(-)
diff --git a/app-admin/elektra/elektra-0.8.15.ebuild b/app-admin/elektra/elektra-0.8.15.ebuild
index ea2c898..bdcbd7f 100644
--- a/app-admin/elektra/elektra-0.8.15.ebuild
+++ b/app-admin/elektra/elektra-0.8.15.ebuild
@@ -41,7 +41,10 @@ RESTRICT="test"
MULTILIB_WRAPPED_HEADERS=( /usr/include/elektra/kdbconfig.h )
-PATCHES=( "${FILESDIR}/${P}"-conditional-glob-tests.patch )
+PATCHES=(
+ "${FILESDIR}/${P}"-conditional-glob-tests.patch
+ "${FILESDIR}/${P}"-gcc-5.4.0.patch
+)
src_prepare() {
cmake-utils_src_prepare
@@ -97,13 +100,12 @@ multilib_src_configure() {
fi
mycmakeargs=(
+ "-DBUILD_PDF=OFF"
"-DBUILD_SHARED=ON"
"-DPLUGINS=${my_plugins}"
"-DTOOLS=${my_tools}"
- "-DLATEX_COMPILER=OFF"
"-DTARGET_CMAKE_FOLDER=share/cmake/Modules"
- $(multilib_is_native_abi && cmake-utils_use doc BUILD_DOCUMENTATION \
- || echo -DBUILD_DOCUMENTATION=OFF)
+ -DBUILD_DOCUMENTATION=$(multilib_is_native_abi && usex doc || echo no)
$(cmake-utils_use static-libs BUILD_STATIC)
$(cmake-utils_use test BUILD_TESTING)
$(cmake-utils_use test ENABLE_TESTING)
@@ -114,7 +116,7 @@ multilib_src_configure() {
multilib_src_install_all() {
einfo remove test_data
- rm -rvf "${D}/usr/share/${PN}" || die "Failed to remove test_data"
+ rm -rvf "${ED%/}/usr/share/${PN}" || die "Failed to remove test_data"
einfo remove tool_exec
- rm -rvf "${D}/usr/$(get_libdir)/${PN}/tool_exec" || die "Failed to remove tool_exec"
+ rm -rvf "${ED%/}/usr/$(get_libdir)/${PN}/tool_exec" || die "Failed to remove tool_exec"
}
diff --git a/app-admin/elektra/files/elektra-0.8.15-gcc-5.4.0.patch b/app-admin/elektra/files/elektra-0.8.15-gcc-5.4.0.patch
new file mode 100644
index 00000000..9bab2a6
--- /dev/null
+++ b/app-admin/elektra/files/elektra-0.8.15-gcc-5.4.0.patch
@@ -0,0 +1,20 @@
+commit 05c925972224afd3fa28f34b9a762364a38f6850
+Author: Markus Raab <elektra@markus-raab.org>
+Date: Tue May 3 14:25:54 2016 +0200
+
+ add vector kdbtimer
+
+ fix http://build.libelektra.org:8080/job/elektra-gcc-configure-debian/lastFailedBuild/console
+
+diff --git a/src/bindings/cpp/include/kdbtimer.hpp b/src/bindings/cpp/include/kdbtimer.hpp
+index ae4c242..b7f731e 100644
+--- a/src/bindings/cpp/include/kdbtimer.hpp
++++ b/src/bindings/cpp/include/kdbtimer.hpp
+@@ -13,6 +13,7 @@
+ #include <sstream>
+ #include <string>
+ #include <sys/time.h>
++#include <vector>
+
+ #ifdef __GNUC__
+ #define TIMER_NOINLINE __attribute__ ((noinline))
next reply other threads:[~2016-11-06 10:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-06 10:29 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-01 15:51 [gentoo-commits] repo/gentoo:master commit in: app-admin/elektra/, app-admin/elektra/files/ Michael Weber
2016-03-01 15:51 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478428146.f0f47a3da9401b69bb7d812bf9e5439a0c40cb49.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox