From 738c7a24dd7622b7353d7348f4e4f1e21dcb1555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Mon, 11 May 2020 13:56:04 +0200 Subject: [PATCH] Remove WAF cross-compilation patches for arm64 They were needed when Jenkins did not have qemu-static to run compiled binaries of the target architecture. Remove the patches as Jenkins is ready now and qemu-static is there to stay because we need it for SELinux and other things. --- .../samba/files/arm64_waf_config_answers | 57 ---- .../net-fs/samba/files/arm_waf_config_answers | 56 --- .../net-fs/samba/samba-4.8.6.ebuild | 20 -- .../ldb/files/arm64_waf_config_answers | 57 ---- .../sys-libs/ldb/files/arm_waf_config_answers | 56 --- .../sys-libs/ldb/ldb-1.3.6.ebuild | 20 -- .../coreos-overlay/sys-libs/talloc/ChangeLog | 197 ----------- .../sys-libs/talloc/ChangeLog-2015 | 318 ------------------ .../coreos-overlay/sys-libs/talloc/Manifest | 1 - .../talloc/files/arm64_waf_config_answers | 57 ---- .../talloc/files/arm_waf_config_answers | 56 --- .../sys-libs/talloc/metadata.xml | 15 - .../sys-libs/talloc/talloc-2.1.11.ebuild | 117 ------- 13 files changed, 1027 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm64_waf_config_answers delete mode 100644 sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm_waf_config_answers delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm64_waf_config_answers delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm_waf_config_answers delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog-2015 delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/Manifest delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm64_waf_config_answers delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm_waf_config_answers delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/metadata.xml delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/talloc-2.1.11.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm64_waf_config_answers b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm64_waf_config_answers deleted file mode 100644 index a01d9a7ecd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm64_waf_config_answers +++ /dev/null @@ -1,57 +0,0 @@ -# WAF (the build system used by Samba projects) only supports cross-compilation -# using an "answers" file. -# -# This file contains the config options that WAF can not determine without -# execution of a sample program on the target platform. The majority of other -# configure options can be determined through compilation tests alone. -# -# In the case that these values need to be checked for a new platform, the -# string before the colon can be searched for in the files wscript* in the -# Samba code. This will be the 'msg' argument to a call to CHECK_CODE. The -# first argument to CHECK_CODE will be a small C code snippet. -# -# In some cases the result can be determined by observation. For example -# where it is known that the behavior only occurs on certain legacy platforms -# or versions. In other cases the code snippet can be temporarily added to any -# other convenient executable for an ad hoc test. -Checking uname sysname type: "Linux" -Checking uname machine type: "aarch64" -Checking uname release type: "Linux" -Checking uname version type: "Linux" -Checking simple C program: OK -Checking for large file support without additional flags: FAIL -Checking for -D_FILE_OFFSET_BITS=64: OK -Checking for HAVE_SECURE_MKSTEMP: OK -rpath library support: OK --Wl,--version-script support: OK -Checking for working strptime: OK -Checking for C99 vsnprintf: OK -Checking for HAVE_SHARED_MMAP: OK -Checking for HAVE_MREMAP: OK -Checking getconf LFS_CFLAGS: FAIL -Checking correct behavior of strtoll: OK -Checking for HAVE_INCOHERENT_MMAP: FAIL -Checking for HAVE_IFACE_GETIFADDRS: FAIL -Checking for HAVE_IFACE_IFCONF: FAIL -Checking for HAVE_IFACE_IFREQ: FAIL -Checking value of NSIG: "65" -Checking value of _NSIG: "65" -Checking value of SIGRTMAX: "64" -Checking value of SIGRTMIN: "34" -Checking errno of iconv for illegal multibyte sequence: FAIL -Checking for kernel change notify support: OK -Checking for Linux kernel oplocks: OK -Checking for kernel share modes: OK -Checking whether POSIX capabilities are available: OK -Checking if can we convert from CP850 to UCS-2LE: OK -Checking if can we convert from UTF-8 to UCS-2LE: OK -vfs_fileid checking for statfs() and struct statfs.f_fsid: OK -Checking whether Linux should use 32-bit credential calls: FAIL -Checking whether we can use Linux thread-specific credentials: OK -Checking whether fcntl locking is available: OK -Checking whether fcntl lock supports open file description locks: OK -Checking for the maximum value of the 'time_t' type: OK -Checking whether the realpath function allows a NULL argument: OK -Checking for ftruncate extend: OK -getcwd takes a NULL argument: OK -Checking whether the WRFILE -keytab is supported: OK diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm_waf_config_answers b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm_waf_config_answers deleted file mode 100644 index 39bfcae327..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/files/arm_waf_config_answers +++ /dev/null @@ -1,56 +0,0 @@ -# WAF (the build system used by Samba projects) only supports cross-compilation -# using an "answers" file. -# -# This file contains the config options that WAF can not determine without -# execution of a sample program on the target platform. The majority of other -# configure options can be determined through compilation tests alone. -# -# In the case that these values need to be checked for a new platform, the -# string before the colon can be searched for in the files wscript* in the -# Samba code. This will be the 'msg' argument to a call to CHECK_CODE. The -# first argument to CHECK_CODE will be a small C code snippet. -# -# In some cases the result can be determined by observation. For example -# where it is known that the behavior only occurs on certain legacy platforms -# or versions. In other cases the code snippet can be temporarily added to any -# other convenient executable for an ad hoc test. -Checking uname sysname type: "Linux" -Checking uname machine type: "arm" -Checking uname release type: "Linux" -Checking uname version type: "Linux" -Checking simple C program: OK -Checking for large file support without additional flags: FAIL -Checking for -D_FILE_OFFSET_BITS=64: OK -Checking for HAVE_SECURE_MKSTEMP: OK -rpath library support: OK --Wl,--version-script support: OK -Checking for working strptime: OK -Checking for C99 vsnprintf: OK -Checking for HAVE_SHARED_MMAP: OK -Checking for HAVE_MREMAP: OK -Checking getconf LFS_CFLAGS: FAIL -Checking correct behavior of strtoll: OK -Checking for HAVE_INCOHERENT_MMAP: FAIL -Checking for HAVE_IFACE_GETIFADDRS: FAIL -Checking for HAVE_IFACE_IFCONF: FAIL -Checking for HAVE_IFACE_IFREQ: FAIL -Checking value of NSIG: "65" -Checking value of _NSIG: "65" -Checking value of SIGRTMAX: "64" -Checking value of SIGRTMIN: "34" -Checking errno of iconv for illegal multibyte sequence: FAIL -Checking for kernel change notify support: OK -Checking for Linux kernel oplocks: OK -Checking for kernel share modes: OK -Checking whether POSIX capabilities are available: OK -Checking if can we convert from CP850 to UCS-2LE: OK -Checking if can we convert from UTF-8 to UCS-2LE: OK -vfs_fileid checking for statfs() and struct statfs.f_fsid: OK -Checking whether we can use Linux thread-specific credentials with 32-bit system calls: OK -Checking whether fcntl locking is available: OK -Checking whether fcntl lock supports open file description locks: OK -Checking for the maximum value of the 'time_t' type: OK -Checking whether the realpath function allows a NULL argument: OK -Checking for ftruncate extend: OK -getcwd takes a NULL argument: OK -Checking whether the WRFILE -keytab is supported: OK diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.8.6.ebuild b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.8.6.ebuild index 8b98616cf5..171a126f4d 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.8.6.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.8.6.ebuild @@ -134,26 +134,6 @@ src_prepare() { # Friggin' WAF shit multilib_copy_sources - - case "${ARCH}" in - "amd64") - # No need to cross compile for this case. - ;; - "arm" | "arm64") - local waf="${T}/waf" - cat<"${waf}" - #!/bin/sh - # WAF_BINARY must be set from the ebuild. - exec "${WAF_BINARY}" "\$@" --cross-compile --cross-answers="${FILESDIR}/${ARCH}_waf_config_answers" -EOF - - chmod a+rx "${waf}" - WAF_BINARY="${waf}" - ;; - *) - die "${P} does not support cross-compiling for ${ARCH}" - ;; - esac } multilib_src_configure() { diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm64_waf_config_answers b/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm64_waf_config_answers deleted file mode 100644 index a01d9a7ecd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm64_waf_config_answers +++ /dev/null @@ -1,57 +0,0 @@ -# WAF (the build system used by Samba projects) only supports cross-compilation -# using an "answers" file. -# -# This file contains the config options that WAF can not determine without -# execution of a sample program on the target platform. The majority of other -# configure options can be determined through compilation tests alone. -# -# In the case that these values need to be checked for a new platform, the -# string before the colon can be searched for in the files wscript* in the -# Samba code. This will be the 'msg' argument to a call to CHECK_CODE. The -# first argument to CHECK_CODE will be a small C code snippet. -# -# In some cases the result can be determined by observation. For example -# where it is known that the behavior only occurs on certain legacy platforms -# or versions. In other cases the code snippet can be temporarily added to any -# other convenient executable for an ad hoc test. -Checking uname sysname type: "Linux" -Checking uname machine type: "aarch64" -Checking uname release type: "Linux" -Checking uname version type: "Linux" -Checking simple C program: OK -Checking for large file support without additional flags: FAIL -Checking for -D_FILE_OFFSET_BITS=64: OK -Checking for HAVE_SECURE_MKSTEMP: OK -rpath library support: OK --Wl,--version-script support: OK -Checking for working strptime: OK -Checking for C99 vsnprintf: OK -Checking for HAVE_SHARED_MMAP: OK -Checking for HAVE_MREMAP: OK -Checking getconf LFS_CFLAGS: FAIL -Checking correct behavior of strtoll: OK -Checking for HAVE_INCOHERENT_MMAP: FAIL -Checking for HAVE_IFACE_GETIFADDRS: FAIL -Checking for HAVE_IFACE_IFCONF: FAIL -Checking for HAVE_IFACE_IFREQ: FAIL -Checking value of NSIG: "65" -Checking value of _NSIG: "65" -Checking value of SIGRTMAX: "64" -Checking value of SIGRTMIN: "34" -Checking errno of iconv for illegal multibyte sequence: FAIL -Checking for kernel change notify support: OK -Checking for Linux kernel oplocks: OK -Checking for kernel share modes: OK -Checking whether POSIX capabilities are available: OK -Checking if can we convert from CP850 to UCS-2LE: OK -Checking if can we convert from UTF-8 to UCS-2LE: OK -vfs_fileid checking for statfs() and struct statfs.f_fsid: OK -Checking whether Linux should use 32-bit credential calls: FAIL -Checking whether we can use Linux thread-specific credentials: OK -Checking whether fcntl locking is available: OK -Checking whether fcntl lock supports open file description locks: OK -Checking for the maximum value of the 'time_t' type: OK -Checking whether the realpath function allows a NULL argument: OK -Checking for ftruncate extend: OK -getcwd takes a NULL argument: OK -Checking whether the WRFILE -keytab is supported: OK diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm_waf_config_answers b/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm_waf_config_answers deleted file mode 100644 index 39bfcae327..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/files/arm_waf_config_answers +++ /dev/null @@ -1,56 +0,0 @@ -# WAF (the build system used by Samba projects) only supports cross-compilation -# using an "answers" file. -# -# This file contains the config options that WAF can not determine without -# execution of a sample program on the target platform. The majority of other -# configure options can be determined through compilation tests alone. -# -# In the case that these values need to be checked for a new platform, the -# string before the colon can be searched for in the files wscript* in the -# Samba code. This will be the 'msg' argument to a call to CHECK_CODE. The -# first argument to CHECK_CODE will be a small C code snippet. -# -# In some cases the result can be determined by observation. For example -# where it is known that the behavior only occurs on certain legacy platforms -# or versions. In other cases the code snippet can be temporarily added to any -# other convenient executable for an ad hoc test. -Checking uname sysname type: "Linux" -Checking uname machine type: "arm" -Checking uname release type: "Linux" -Checking uname version type: "Linux" -Checking simple C program: OK -Checking for large file support without additional flags: FAIL -Checking for -D_FILE_OFFSET_BITS=64: OK -Checking for HAVE_SECURE_MKSTEMP: OK -rpath library support: OK --Wl,--version-script support: OK -Checking for working strptime: OK -Checking for C99 vsnprintf: OK -Checking for HAVE_SHARED_MMAP: OK -Checking for HAVE_MREMAP: OK -Checking getconf LFS_CFLAGS: FAIL -Checking correct behavior of strtoll: OK -Checking for HAVE_INCOHERENT_MMAP: FAIL -Checking for HAVE_IFACE_GETIFADDRS: FAIL -Checking for HAVE_IFACE_IFCONF: FAIL -Checking for HAVE_IFACE_IFREQ: FAIL -Checking value of NSIG: "65" -Checking value of _NSIG: "65" -Checking value of SIGRTMAX: "64" -Checking value of SIGRTMIN: "34" -Checking errno of iconv for illegal multibyte sequence: FAIL -Checking for kernel change notify support: OK -Checking for Linux kernel oplocks: OK -Checking for kernel share modes: OK -Checking whether POSIX capabilities are available: OK -Checking if can we convert from CP850 to UCS-2LE: OK -Checking if can we convert from UTF-8 to UCS-2LE: OK -vfs_fileid checking for statfs() and struct statfs.f_fsid: OK -Checking whether we can use Linux thread-specific credentials with 32-bit system calls: OK -Checking whether fcntl locking is available: OK -Checking whether fcntl lock supports open file description locks: OK -Checking for the maximum value of the 'time_t' type: OK -Checking whether the realpath function allows a NULL argument: OK -Checking for ftruncate extend: OK -getcwd takes a NULL argument: OK -Checking whether the WRFILE -keytab is supported: OK diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/ldb-1.3.6.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/ldb-1.3.6.ebuild index 655847614a..3403d2939f 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/ldb-1.3.6.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ldb/ldb-1.3.6.ebuild @@ -52,26 +52,6 @@ pkg_setup() { src_prepare() { default multilib_copy_sources - - case "${ARCH}" in - "amd64") - # No need to cross compile for this case. - ;; - "arm" | "arm64") - local waf="${T}/waf" - cat<"${waf}" - #!/bin/sh - # WAF_BINARY must be set from the ebuild. - exec "${WAF_BINARY}" "\$@" --cross-compile --cross-answers="${FILESDIR}/${ARCH}_waf_config_answers" -EOF - - chmod a+rx "${waf}" - WAF_BINARY="${waf}" - ;; - *) - die "${P} does not support cross-compiling for ${ARCH}" - ;; - esac } multilib_src_configure() { diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog deleted file mode 100644 index 2317afa760..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog +++ /dev/null @@ -1,197 +0,0 @@ -# ChangeLog for sys-libs/talloc -# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 -# (auto-generated from git log) - -*talloc-2.1.3 (09 Aug 2015) -*talloc-2.1.2 (09 Aug 2015) -*talloc-2.1.0-r1 (09 Aug 2015) - - 09 Aug 2015; Robin H. Johnson +metadata.xml, - +talloc-2.1.0-r1.ebuild, +talloc-2.1.2.ebuild, +talloc-2.1.3.ebuild: - proj/gentoo: Initial commit - - This commit represents a new era for Gentoo: - Storing the gentoo-x86 tree in Git, as converted from CVS. - - This commit is the start of the NEW history. - Any historical data is intended to be grafted onto this point. - - Creation process: - 1. Take final CVS checkout snapshot - 2. Remove ALL ChangeLog* files - 3. Transform all Manifests to thin - 4. Remove empty Manifests - 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ - 5.1. Do not touch files with -kb/-ko keyword flags. - - Signed-off-by: Robin H. Johnson - X-Thanks: Alec Warner - did the GSoC 2006 migration - tests - X-Thanks: Robin H. Johnson - infra guy, herding this - project - X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo - developer, wrote Git features for the migration - X-Thanks: Brian Harring - wrote much python to improve - cvs2svn - X-Thanks: Rich Freeman - validation scripts - X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 - work in migration - X-Thanks: Michał Górny - scripts, QA, nagging - X-Thanks: All of other Gentoo developers - many ideas and lots of paint on - the bikeshed - - 24 Aug 2015; Justin Lecher metadata.xml: - Use https by default - - Convert all URLs for sites supporting encrypted connections from http to - https - - Signed-off-by: Justin Lecher - - 24 Aug 2015; Mike Gilbert metadata.xml: - Revert DOCTYPE SYSTEM https changes in metadata.xml - - repoman does not yet accept the https version. - This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. - - Bug: https://bugs.gentoo.org/552720 - -*talloc-2.1.4 (17 Oct 2015) - - 17 Oct 2015; Lars Wendler +talloc-2.1.4.ebuild: - Bump to version 2.1.4 - - Package-Manager: portage-2.2.23 - Signed-off-by: Lars Wendler - - 17 Oct 2015; Lars Wendler -talloc-2.1.2.ebuild: - Removed old. - - Package-Manager: portage-2.2.23 - Signed-off-by: Lars Wendler - - 28 Oct 2015; Justin Lecher talloc-2.1.0-r1.ebuild, - talloc-2.1.3.ebuild, talloc-2.1.4.ebuild: - Fix for prefix - - Package-Manager: portage-2.2.23 - Signed-off-by: Justin Lecher - -*talloc-2.1.5 (23 Nov 2015) - - 23 Nov 2015; Lars Wendler +talloc-2.1.5.ebuild: - Bump to version 2.1.5 - - Package-Manager: portage-2.2.25 - Signed-off-by: Lars Wendler - - 23 Nov 2015; Lars Wendler -talloc-2.1.3.ebuild: - Removed old. - - Package-Manager: portage-2.2.25 - Signed-off-by: Lars Wendler - - 29 Dec 2015; Agostino Sarubbo talloc-2.1.5.ebuild: - amd64 stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="amd64" - Signed-off-by: Agostino Sarubbo - - 29 Dec 2015; Agostino Sarubbo talloc-2.1.5.ebuild: - x86 stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="x86" - Signed-off-by: Agostino Sarubbo - - 29 Dec 2015; Victor Ostorga talloc-2.1.5.ebuild: - Restricting tests, they have been broken for a long time. Bug 566700 - - Package-Manager: portage-2.2.24 - - 07 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild: - ppc stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="ppc" - Signed-off-by: Agostino Sarubbo - - 07 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild: - ppc64 stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="ppc64" - Signed-off-by: Agostino Sarubbo - - 07 Jan 2016; Markus Meier talloc-2.1.5.ebuild: - arm stable, bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="arm" - - 08 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild: - ia64 stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="ia64" - Signed-off-by: Agostino Sarubbo - - 08 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild: - alpha stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="alpha" - Signed-off-by: Agostino Sarubbo - - 09 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild: - sparc stable wrt bug #568432 - - Package-Manager: portage-2.2.26 - RepoMan-Options: --include-arches="sparc" - Signed-off-by: Agostino Sarubbo - - 12 Jan 2016; Jeroen Roovers talloc-2.1.5.ebuild: - Stable for HPPA (bug #568432). - - Package-Manager: portage-2.2.26 - RepoMan-Options: --ignore-arches - - 24 Jan 2016; Michał Górny metadata.xml: - Replace all herds with appropriate projects (GLEP 67) - - Replace all uses of herd with appropriate project maintainers, or no - maintainers in case of herds requested to be disbanded. - - 24 Jan 2016; Michał Górny metadata.xml: - Set appropriate maintainer types in metadata.xml (GLEP 67) - -*talloc-2.1.5-r1 (14 Feb 2016) - - 14 Feb 2016; Victor Ostorga +talloc-2.1.5-r1.ebuild: - Restricting distcc, bug #554790 - - Package-Manager: portage-2.2.26 - - 14 Feb 2016; David Seifert talloc-2.1.5-r1.ebuild: - Add python-single-r1_pkg_setup() to pkg_setup() - - Gentoo-Bug: 574670 - - Package-Manager: portage-2.2.27 - -*talloc-2.1.6 (08 Mar 2016) - - 08 Mar 2016; Lars Wendler +talloc-2.1.6.ebuild: - Bump to version 2.1.6 - - Package-Manager: portage-2.2.27 - Signed-off-by: Lars Wendler - - 08 Mar 2016; Lars Wendler -talloc-2.1.0-r1.ebuild, - -talloc-2.1.4.ebuild: - Removed old. - - Package-Manager: portage-2.2.27 - Signed-off-by: Lars Wendler - diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog-2015 b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog-2015 deleted file mode 100644 index 65a201f397..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/ChangeLog-2015 +++ /dev/null @@ -1,318 +0,0 @@ -# ChangeLog for sys-libs/talloc -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.81 2015/08/07 07:31:04 polynomial-c Exp $ - -*talloc-2.1.3 (07 Aug 2015) - - 07 Aug 2015; Lars Wendler -talloc-2.1.1.ebuild, - +talloc-2.1.3.ebuild: - Version bump. Removed old. - - 05 May 2015; Patrick Lauer talloc-2.1.0-r1.ebuild, - talloc-2.1.1.ebuild, talloc-2.1.2.ebuild: - Adjust license #548254 - - 08 Apr 2015; Michał Górny talloc-2.1.0-r1.ebuild, - talloc-2.1.1.ebuild, talloc-2.1.2.ebuild: - Drop old Python implementations - -*talloc-2.1.2 (12 Mar 2015) - - 12 Mar 2015; Lars Wendler -talloc-2.0.8.ebuild, - -talloc-2.0.8-r1.ebuild, -talloc-2.1.0.ebuild, +talloc-2.1.2.ebuild: - Version bump. Removed old. - - 11 Oct 2014; Markus Meier talloc-2.1.0-r1.ebuild: - arm stable, bug #512012 - - 11 Oct 2014; Markus Meier talloc-2.0.8-r1.ebuild: - arm stable, bug #512012 - - 15 Sep 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for sparc, wrt bug #512012 - - 25 Aug 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for alpha, wrt bug #512012 - - 23 Aug 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for ia64, wrt bug #512012 - - 21 Aug 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for ppc64, wrt bug #512012 - - 07 Aug 2014; Jeroen Roovers talloc-2.1.0-r1.ebuild: - Stable for HPPA (bug #512012). - - 28 Jul 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for ppc, wrt bug #512012 - - 23 Jul 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for x86, wrt bug #512012 - - 22 Jul 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild, - talloc-2.1.0-r1.ebuild: - Stable for amd64, wrt bug #512912 - - 10 Jun 2014; Mike Frysinger talloc-2.0.8-r1.ebuild, - talloc-2.0.8.ebuild, talloc-2.1.0-r1.ebuild, talloc-2.1.0.ebuild, - talloc-2.1.1.ebuild: - Add arm64/m68k love. - -*talloc-2.1.1 (23 May 2014) - - 23 May 2014; Lars Wendler +talloc-2.1.1.ebuild: - Version bump. - -*talloc-2.1.0-r1 (14 May 2014) - - 14 May 2014; Michał Górny +talloc-2.1.0-r1.ebuild: - Enable multilib support, bug #491222. Clean up Python deps. - - 11 Mar 2014; Patrick Lauer talloc-2.1.0.ebuild: - Add gettext dep #503820 - - 02 Feb 2014; Victor Ostorga talloc-2.1.0.ebuild: - Reverting commit on talloc-2.1.0 , because emul-linux-x86-baselibs still - provides talloc. Check bug #491222 for multilib patch - - 01 Feb 2014; Victor Ostorga talloc-2.1.0.ebuild: - Adding multilib support, bug #491222 , patch thanks to Kenneth Graunke - - - 11 Dec 2013; Jorge Manuel B. S. Vicetto - talloc-2.0.8.ebuild, talloc-2.1.0.ebuild: - Add python use flag to IUSE defaults - completely fix bug 489472. Non- - maintainer commit acknowledged by Patrick (bonsaikitten). - -*talloc-2.1.0 (13 Sep 2013) - - 13 Sep 2013; Lars Wendler -talloc-2.0.7.ebuild, - +talloc-2.1.0.ebuild: - Version bump. Removed old. - - 06 Sep 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for sparc, wrt bug #466710 - - 05 Sep 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for ppc64, wrt bug #466710 - - 05 Sep 2013; Mike Frysinger talloc-2.0.8.ebuild: - Mark s390/sh stable #466710. - - 01 Sep 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for alpha, wrt bug #466710 - - 29 Aug 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for ia64, wrt bug #466710 - - 26 Aug 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for ppc, wrt bug #466710 - - 25 Aug 2013; Markus Meier talloc-2.0.8.ebuild, - talloc-2.0.8-r1.ebuild: - stabilize correct version for bug #478260 - - 25 Aug 2013; Markus Meier talloc-2.0.8-r1.ebuild: - arm stable, bug #478260 - - 24 Aug 2013; Jeroen Roovers talloc-2.0.8.ebuild: - Stable for HPPA (bug #466710). - - 07 Aug 2013; Lars Wendler metadata.xml: - Removed unused local USE flag description. - - 07 Aug 2013; Lars Wendler -talloc-1.3.0.ebuild, - -talloc-1.3.1.ebuild, -talloc-2.0.0.ebuild, -talloc-2.0.0-r1.ebuild, - -talloc-2.0.1.ebuild, -talloc-2.0.1-r1.ebuild, -talloc-2.0.1-r2.ebuild, - -talloc-2.0.5.ebuild, -files/talloc-2.0.0-without-doc.patch, - -files/talloc-2.0.1-respect-ldflags.patch: - Removed old versions. - -*talloc-2.0.8-r1 (30 Jun 2013) - - 30 Jun 2013; Justin Lecher +talloc-2.0.8-r1.ebuild, - metadata.xml: - Bump to new python eclass - - 23 Apr 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for x86, wrt bug #466710 - - 23 Apr 2013; Agostino Sarubbo talloc-2.0.8.ebuild: - Stable for amd64, wrt bug #466710 - - 06 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for sh, wrt bug #458712 - - 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for sparc, wrt bug #458712 - - 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for s390, wrt bug #458712 - - 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for ia64, wrt bug #458712 - - 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for alpha, wrt bug #458712 - - 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for arm, wrt bug #458712 - - 25 Feb 2013; Zac Medico talloc-2.0.8.ebuild: - Add ~arm-linux keyword. - -*talloc-2.0.8 (05 Dec 2012) - - 05 Dec 2012; Patrick Lauer +talloc-2.0.8.ebuild: - Bump - - 29 Nov 2012; Jeroen Roovers talloc-2.0.7.ebuild: - Stable for HPPA (bug #432754). - - 25 Nov 2012; Anthony G. Basile talloc-2.0.7.ebuild: - stable ppc ppc64, bug #444686 - - 06 Jul 2012; Jeff Horelick talloc-2.0.7.ebuild: - marked x86 per bug 417113 - - 12 May 2012; Alexis Ballier talloc-2.0.7.ebuild: - keyword ~amd64-fbsd - - 07 Mar 2012; Patrick Lauer talloc-2.0.5.ebuild: - Restrict py3 #354587 - - 07 Mar 2012; Patrick Lauer talloc-2.0.7.ebuild: - Restrict py3 #354587 - - 25 Feb 2012; Agostino Sarubbo talloc-2.0.7.ebuild: - Stable for amd64, wrt bug #405617 - -*talloc-2.0.1-r2 (18 Dec 2011) - - 18 Dec 2011; Mike Gilbert +talloc-2.0.1-r2.ebuild: - Install missing SONAME symlink. Resolves bug 394787. - - 18 Oct 2011; Víctor Ostorga talloc-2.0.7.ebuild: - Adding block on +talloc-2.0.7.ebuild: - Version bump to 2.0.7 - - 27 Aug 2011; Fabian Groffen talloc-2.0.5.ebuild: - Fix install_names on Darwin, working around tremendously broken - waf-buildsystem, bug #374455, keyworded ~x64-macos - - 17 Aug 2011; Chí-Thanh Christopher Nguyễn - talloc-2.0.5.ebuild: - keyword ~sparc-solaris - - 07 Jul 2011; Alexis Ballier talloc-2.0.5.ebuild: - keyword ~x86-fbsd - - 02 Jun 2011; Víctor Ostorga talloc-2.0.5.ebuild: - Adding dependency dev-lang/python[threads] bug 363071 - - 16 Mar 2011; Samuli Suominen talloc-2.0.5.ebuild: - Stop unnecessarily forcing Python 2.6. - - 15 Mar 2011; Víctor Ostorga talloc-2.0.5.ebuild: - Fixing collision with /usr/lib/libtalloc.so.2 bug #351608 setting python - 2.6 as runtime python bug #354587 #357269 - - 01 Mar 2011; Jonathan Callen talloc-2.0.5.ebuild: - Add ~amd64-linux/~x86-linux keywords - -*talloc-2.0.5 (13 Jan 2011) - - 13 Jan 2011; Tomáš Chvátal +talloc-2.0.5.ebuild: - Add new talloc version. NOTE: doc xsl file is fetched from net rather than - using the system one, this needs to be fixed. - - 27 Sep 2010; Mart Raudsepp talloc-2.0.1-r1.ebuild: - Marked ~mips for bug #285952 - - 12 Aug 2010; Joseph Jezak talloc-2.0.1-r1.ebuild: - Marked ppc/ppc64 stable for bug #300158. - - 17 Jun 2010; Kacper Kowalik - talloc-2.0.1-r1.ebuild, +files/talloc-2.0.1-respect-ldflags.patch: - Respect LDFLAGS. Fixes bug 323497. Thanks Andreis Vinogradovs - for report. - - 05 Jun 2010; Raúl Porcel talloc-2.0.1-r1.ebuild: - alpha/arm/ia64/s390/sh/sparc stable wrt #300158 - - 19 May 2010; Jeroen Roovers talloc-2.0.1-r1.ebuild: - Stable for HPPA (bug #300158). - - 18 May 2010; Pawel Hajdan jr - talloc-2.0.1-r1.ebuild: - x86 stable wrt bug #300158 - - 03 May 2010; Olivier Crête ChangeLog: - amd64 stable, bug #300158 - -*talloc-2.0.1-r1 (03 Apr 2010) - - 03 Apr 2010; Tiziano Müller - +talloc-2.0.1-r1.ebuild, metadata.xml: - Fixed: unnecessary inherit, swig dependency, documentation install, - static-libs building. - -*talloc-2.0.1 (26 Jan 2010) - - 26 Jan 2010; Patrick Lauer +talloc-2.0.1.ebuild: - Bump - - 06 Dec 2009; Diego E. Pettenò - talloc-2.0.0-r1.ebuild: - Block older samba (to force uninstall). - - 30 Nov 2009; Raúl Porcel talloc-2.0.0-r1.ebuild: - Add ~arm/~ia64/~s390/~sh/~sparc wrt #285952 - - 29 Nov 2009; Tobias Klausmann - talloc-2.0.0-r1.ebuild: - Keyworded on alpha, bug #285952 - - 08 Nov 2009; Joseph Jezak talloc-2.0.0-r1.ebuild: - Marked ~ppc for bug #285952. - - 04 Nov 2009; Patrick Lauer talloc-1.3.0.ebuild, - talloc-1.3.1.ebuild, talloc-2.0.0.ebuild, talloc-2.0.0-r1.ebuild: - Small dep fix - - 23 Oct 2009; Patrick Lauer talloc-1.3.0.ebuild, - talloc-1.3.1.ebuild: - Fixing 1.3 ebuilds too - -*talloc-2.0.0-r1 (23 Oct 2009) - - 23 Oct 2009; Patrick Lauer +talloc-2.0.0-r1.ebuild, - +files/talloc-2.0.0-without-doc.patch: - Ebuild cleanups thanks to pva, bug #288536, making docs optional #290193, - thanks to Andrew Church for the patch - - 11 Oct 2009; Petteri Räty talloc-2.0.0.ebuild: - Block talloc-1.3.0.ebuild, - talloc-1.3.1.ebuild, talloc-2.0.0.ebuild: - Improve description - -*talloc-2.0.0 (09 Oct 2009) -*talloc-1.3.1 (09 Oct 2009) -*talloc-1.3.0 (09 Oct 2009) - - 09 Oct 2009; Patrick Lauer +talloc-1.3.0.ebuild, - +talloc-1.3.1.ebuild, +talloc-2.0.0.ebuild, +metadata.xml: - Initial commit. Ebuilds based on those provided by Marcel Greter in - #231273 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/Manifest deleted file mode 100644 index d080d5e59d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST talloc-2.1.11.tar.gz 443320 BLAKE2B 6234808d3a37dd1b9cd29121c20e003637da460d652769f9e85356b66aee285f3706377de4f507adfaaf91243a452a27bdab2377749d43937e140c3f8c69c417 SHA512 e0c7e44f21b0b6510e04e09ce325d50323a0c6466acb6f301676e82f8812c61ed7f6faadac62380aa6338d54679fdf7afba7fb9ac774d0def96efbcf49d00523 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm64_waf_config_answers b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm64_waf_config_answers deleted file mode 100644 index a01d9a7ecd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm64_waf_config_answers +++ /dev/null @@ -1,57 +0,0 @@ -# WAF (the build system used by Samba projects) only supports cross-compilation -# using an "answers" file. -# -# This file contains the config options that WAF can not determine without -# execution of a sample program on the target platform. The majority of other -# configure options can be determined through compilation tests alone. -# -# In the case that these values need to be checked for a new platform, the -# string before the colon can be searched for in the files wscript* in the -# Samba code. This will be the 'msg' argument to a call to CHECK_CODE. The -# first argument to CHECK_CODE will be a small C code snippet. -# -# In some cases the result can be determined by observation. For example -# where it is known that the behavior only occurs on certain legacy platforms -# or versions. In other cases the code snippet can be temporarily added to any -# other convenient executable for an ad hoc test. -Checking uname sysname type: "Linux" -Checking uname machine type: "aarch64" -Checking uname release type: "Linux" -Checking uname version type: "Linux" -Checking simple C program: OK -Checking for large file support without additional flags: FAIL -Checking for -D_FILE_OFFSET_BITS=64: OK -Checking for HAVE_SECURE_MKSTEMP: OK -rpath library support: OK --Wl,--version-script support: OK -Checking for working strptime: OK -Checking for C99 vsnprintf: OK -Checking for HAVE_SHARED_MMAP: OK -Checking for HAVE_MREMAP: OK -Checking getconf LFS_CFLAGS: FAIL -Checking correct behavior of strtoll: OK -Checking for HAVE_INCOHERENT_MMAP: FAIL -Checking for HAVE_IFACE_GETIFADDRS: FAIL -Checking for HAVE_IFACE_IFCONF: FAIL -Checking for HAVE_IFACE_IFREQ: FAIL -Checking value of NSIG: "65" -Checking value of _NSIG: "65" -Checking value of SIGRTMAX: "64" -Checking value of SIGRTMIN: "34" -Checking errno of iconv for illegal multibyte sequence: FAIL -Checking for kernel change notify support: OK -Checking for Linux kernel oplocks: OK -Checking for kernel share modes: OK -Checking whether POSIX capabilities are available: OK -Checking if can we convert from CP850 to UCS-2LE: OK -Checking if can we convert from UTF-8 to UCS-2LE: OK -vfs_fileid checking for statfs() and struct statfs.f_fsid: OK -Checking whether Linux should use 32-bit credential calls: FAIL -Checking whether we can use Linux thread-specific credentials: OK -Checking whether fcntl locking is available: OK -Checking whether fcntl lock supports open file description locks: OK -Checking for the maximum value of the 'time_t' type: OK -Checking whether the realpath function allows a NULL argument: OK -Checking for ftruncate extend: OK -getcwd takes a NULL argument: OK -Checking whether the WRFILE -keytab is supported: OK diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm_waf_config_answers b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm_waf_config_answers deleted file mode 100644 index 39bfcae327..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/files/arm_waf_config_answers +++ /dev/null @@ -1,56 +0,0 @@ -# WAF (the build system used by Samba projects) only supports cross-compilation -# using an "answers" file. -# -# This file contains the config options that WAF can not determine without -# execution of a sample program on the target platform. The majority of other -# configure options can be determined through compilation tests alone. -# -# In the case that these values need to be checked for a new platform, the -# string before the colon can be searched for in the files wscript* in the -# Samba code. This will be the 'msg' argument to a call to CHECK_CODE. The -# first argument to CHECK_CODE will be a small C code snippet. -# -# In some cases the result can be determined by observation. For example -# where it is known that the behavior only occurs on certain legacy platforms -# or versions. In other cases the code snippet can be temporarily added to any -# other convenient executable for an ad hoc test. -Checking uname sysname type: "Linux" -Checking uname machine type: "arm" -Checking uname release type: "Linux" -Checking uname version type: "Linux" -Checking simple C program: OK -Checking for large file support without additional flags: FAIL -Checking for -D_FILE_OFFSET_BITS=64: OK -Checking for HAVE_SECURE_MKSTEMP: OK -rpath library support: OK --Wl,--version-script support: OK -Checking for working strptime: OK -Checking for C99 vsnprintf: OK -Checking for HAVE_SHARED_MMAP: OK -Checking for HAVE_MREMAP: OK -Checking getconf LFS_CFLAGS: FAIL -Checking correct behavior of strtoll: OK -Checking for HAVE_INCOHERENT_MMAP: FAIL -Checking for HAVE_IFACE_GETIFADDRS: FAIL -Checking for HAVE_IFACE_IFCONF: FAIL -Checking for HAVE_IFACE_IFREQ: FAIL -Checking value of NSIG: "65" -Checking value of _NSIG: "65" -Checking value of SIGRTMAX: "64" -Checking value of SIGRTMIN: "34" -Checking errno of iconv for illegal multibyte sequence: FAIL -Checking for kernel change notify support: OK -Checking for Linux kernel oplocks: OK -Checking for kernel share modes: OK -Checking whether POSIX capabilities are available: OK -Checking if can we convert from CP850 to UCS-2LE: OK -Checking if can we convert from UTF-8 to UCS-2LE: OK -vfs_fileid checking for statfs() and struct statfs.f_fsid: OK -Checking whether we can use Linux thread-specific credentials with 32-bit system calls: OK -Checking whether fcntl locking is available: OK -Checking whether fcntl lock supports open file description locks: OK -Checking for the maximum value of the 'time_t' type: OK -Checking whether the realpath function allows a NULL argument: OK -Checking for ftruncate extend: OK -getcwd takes a NULL argument: OK -Checking whether the WRFILE -keytab is supported: OK diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/metadata.xml b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/metadata.xml deleted file mode 100644 index afa6476170..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - patrick@gentoo.org - Patrick Lauer - - - samba@gentoo.org - Samba - - - Enable extra compatibility stuff - - diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/talloc-2.1.11.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/talloc-2.1.11.ebuild deleted file mode 100644 index fc5a6c6abd..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/talloc/talloc-2.1.11.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit waf-utils python-single-r1 multilib multilib-minimal - -DESCRIPTION="Samba talloc library" -HOMEPAGE="http://talloc.samba.org/" -SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" -IUSE="compat +python" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="python? ( ${PYTHON_DEPS} ) - !!"${waf}" - #!/bin/sh - # WAF_BINARY must be set from the ebuild. - exec "${WAF_BINARY}" "\$@" --cross-compile --cross-answers="${FILESDIR}/${ARCH}_waf_config_answers" -EOF - - chmod a+rx "${waf}" - WAF_BINARY="${waf}" - ;; - *) - die "${P} does not support cross-compiling for ${ARCH}" - ;; - esac -} - -multilib_src_configure() { - local extra_opts=() - - use compat && extra_opts+=( --enable-talloc-compat1 ) - if ! multilib_is_native_abi || ! use python; then - extra_opts+=( --disable-python ) - fi - - waf-utils_src_configure \ - "${extra_opts[@]}" -} - -multilib_src_compile() { - waf-utils_src_compile -} - -multilib_src_install() { - waf-utils_src_install - - # waf is stupid, and no, we can't fix the build-system, since it's provided - # as a brilliant binary blob thats decompressed on the fly - if [[ ${CHOST} == *-darwin* ]] ; then - install_name_tool \ - -id "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ - "${ED}"/usr/$(get_libdir)/libtalloc.2.0.5.dylib || die - if use python ; then - install_name_tool \ - -id "${EPREFIX}"/usr/$(get_libdir)/libpytalloc-util.2.dylib \ - "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die - install_name_tool \ - -change "${S}/bin/default/libtalloc.dylib" \ - "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ - "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die - install_name_tool \ - -change "${S}/bin/default/libtalloc.dylib" \ - "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ - "${D}"$(python_get_sitedir)/talloc.bundle || die - fi - fi -}