This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> Emerging (50 of 64) dev-libs/openssl-1.1.1d-r3::gentoo | |
| * openssl-1.1.1d.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] | |
| >>> Unpacking source... | |
| >>> Unpacking openssl-1.1.1d.tar.gz to /tmp/gentoo/var/tmp/portage/dev-libs/openssl-1.1.1d-r3/work | |
| >>> Source unpacked in /tmp/gentoo/var/tmp/portage/dev-libs/openssl-1.1.1d-r3/work | |
| >>> Preparing source in /tmp/gentoo/var/tmp/portage/dev-libs/openssl-1.1.1d-r3/work/openssl-1.1.1d ... | |
| * Applying openssl-1.1.0j-parallel_install_fix.patch ... | |
| [ ok ] | |
| * Applying openssl-1.1.1d-fix-zlib.patch ... | |
| [ ok ] |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> Emerging (50 of 64) dev-libs/openssl-1.1.1d-r3::gentoo | |
| * openssl-1.1.1d.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] | |
| >>> Unpacking source... | |
| >>> Unpacking openssl-1.1.1d.tar.gz to /tmp/gentoo/var/tmp/portage/dev-libs/openssl-1.1.1d-r3/work | |
| >>> Source unpacked in /tmp/gentoo/var/tmp/portage/dev-libs/openssl-1.1.1d-r3/work | |
| >>> Preparing source in /tmp/gentoo/var/tmp/portage/dev-libs/openssl-1.1.1d-r3/work/openssl-1.1.1d ... | |
| * Applying openssl-1.1.0j-parallel_install_fix.patch ... | |
| [ ok ] | |
| * Applying openssl-1.1.1d-fix-zlib.patch ... | |
| [ ok ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 2eed72cb7b63fc4ee98af695c625d9a741a09897 Mon Sep 17 00:00:00 2001 | |
| From: Maarten de Vries <[email protected]> | |
| Date: Thu, 17 Jan 2019 21:40:28 +0100 | |
| Subject: [PATCH] Remove `signals` from find_package(Boost COMPONENTS ...) | |
| tf is using signals2, which is not the same library as signals. | |
| Additionally, signals2 has always been header only, and header only | |
| libraries must not be listed in find_package. | |
| Boost 1.69 removed the old signals library entirely, so the otherwise |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 2020 Open Source Robotics Foundation | |
| # Distributed under the terms of the BSD license | |
| EAPI=6 | |
| PYTHON_COMPAT=( python{2_7,3_5,3_6} ) | |
| inherit ros-cmake | |
| DESCRIPTION="tf2 is the second generation of the transform library, which lets\ | |
| the [...]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| < bootstrap_interactive() { | |
| --- | |
| > bootstrap_get_defaults() { | |
| 2724a2725,2729 | |
| > } | |
| > | |
| > bootstrap_all_stages() { | |
| > bootstrap_get_defaults | |
| > | |
| 2848a2854,2858 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Copyright 2006-2019 Gentoo Authors; Distributed under the GPL v2 | |
| trap 'exit 1' TERM KILL INT QUIT ABRT | |
| # some basic output functions | |
| eerror() { echo "!!! $*" 1>&2; } | |
| einfo() { echo "* $*"; } | |
| # RAP (libc) mode is triggered on Linux kernel and glibc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [ "${EBUILD_PHASE_FUNC}" == "pkg_pretend" ]; | |
| then | |
| echo "----------------------------------------------" | |
| echo "===== HOOKING INTO pkg_pretend PHASE ========" | |
| echo "----------------------------------------------" | |
| fi | |
| if [ "${EBUILD_PHASE_FUNC}" == "pkg_nofetch" ]; | |
| then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Copyright 2006-2018 Gentoo Foundation; Distributed under the GPL v2 | |
| trap 'exit 1' TERM KILL INT QUIT ABRT | |
| # some basic output functions | |
| eerror() { echo "!!! $*" 1>&2; } | |
| einfo() { echo "* $*"; } | |
| # RAP (libc) mode is triggered on Linux kernel and glibc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 2419c53879d7d2cfc4be387f8d48e5661489c329 Mon Sep 17 00:00:00 2001 | |
| From: Sammy Pfeiffer <[email protected]> | |
| Date: Mon, 13 Jan 2020 17:58:15 +1100 | |
| Subject: [PATCH 1/1] Add the possibility to stop after a specific stage | |
| --- | |
| scripts/bootstrap-prefix.sh | 9 +++++++++ | |
| 1 file changed, 9 insertions(+) | |
| diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 1e2dade59718cfcd96e712fdf91be99524d7cac1 Mon Sep 17 00:00:00 2001 | |
| From: Sammy Pfeiffer <[email protected]> | |
| Date: Tue, 10 Dec 2019 19:18:06 +1100 | |
| Subject: [PATCH 1/1] Substitute declaration of boost:asio for boost 1.71.0 | |
| --- | |
| qi/eventloop.hpp | 5 +---- | |
| 1 file changed, 1 insertion(+), 4 deletions(-) | |
| diff --git a/qi/eventloop.hpp b/qi/eventloop.hpp |