Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] android-tools: update to 9.0.0r45.
@ 2019-07-06 10:31 voidlinux-github
  2019-07-06 15:50 ` voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-06 10:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is a new pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages android-tools
https://github.com/void-linux/void-packages/pull/12834

android-tools: update to 9.0.0r45.


A patch file from https://github.com/void-linux/void-packages/pull/12834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-tools-12834.patch --]
[-- Type: application/text/x-diff, Size: 2064 bytes --]

From 67f6af118ebb024ab517f4bdfc4b2bc8bcb4a3f3 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Fri, 5 Jul 2019 14:10:58 +0700
Subject: [PATCH] android-tools: update to 9.0.0r45.

---
 srcpkgs/android-tools/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template
index 7252364919d..6dc7fc46282 100644
--- a/srcpkgs/android-tools/template
+++ b/srcpkgs/android-tools/template
@@ -3,7 +3,7 @@ pkgname=android-tools
 # NOTE: not all upstream updates has code changes for the parts
 #       of android used by android-tools. Check for diff with:
 #         curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
-version=9.0.0r35
+version=9.0.0r45
 revision=1
 archs="x86_64* i686*"
 _distver=${version/r/_r}
@@ -22,15 +22,15 @@ distfiles="
  ${_baseurl}/external/f2fs-tools/+archive/android-${_distver}.tar.gz>f2fs-tools.tar.gz
  ${_baseurl}/external/e2fsprogs/+archive/android-${_distver}.tar.gz>e2fsprogs.tar.gz
  ${_baseurl}/external/avb/+archive/android-${_distver}.tar.gz>avb.tar.gz
- https://boringssl.googlesource.com/boringssl/+archive/3359.tar.gz>boringssl.tar.gz"
+ https://boringssl.googlesource.com/boringssl/+archive/3538.tar.gz>boringssl.tar.gz"
 # Contents checksums because the tarballs change with every download
-checksum="@d12d5abc025b9e57cf6e1bcb6b7421a017ab315802e04278ab4a6a6c38a0052f
+checksum="@dfaea8c40be4a8bbd1df513ab3516ff88e92430ee0fde399dd7e7e09ec21cd29
  @0a43d228088faabe8b7150fa752c8b0c002503c0d830d8470ecea351f195bbb3
  @9f2b5e379eca4c56e2d422598831bfd7bdf2b7b3c3d011ce513c7603aa46b574
  @f1efc86a1e78521f4754d184d682c1f6660c04f74496913f37cae9e2670db0e8
  @e98509632e865e792dc4b344b0a1ada0662dda7571534fa7c5d1a8902dcfb0f4
  @5c2fcb88154f9b6ffed8d24a069e4bad0a7aea1936be2ce18af972ad8762e09a
- @9ec3dd8c7f6ec5f4d8b60e22d8dcba3dc4432763ec8a637c05ba24d3b58b2826"
+ @452e29d95f8da494896e3335931e928d9b7c94500a5793101bb19629cd7dea8c"
 
 nocross="error: requested alignment 64 is larger than 8 [-Werror=attributes]"
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
@ 2019-07-06 15:50 ` voidlinux-github
  2019-07-08  3:25 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-06 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-508935833
Comment:
@zdtcd Boringssl is failing on `i686` https://travis-ci.org/void-linux/void-packages/jobs/554987010

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
  2019-07-06 15:50 ` voidlinux-github
@ 2019-07-08  3:25 ` voidlinux-github
  2019-07-08  9:46 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-08  3:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-509065647
Comment:
On 2019-07-06 08:50:10 -0700, John Zimmermann wrote:
> @zdtcd Boringssl is failing on `i686` https://travis-ci.org/void-linux/void-packages/jobs/554987010

Oops, I'll try to find a fix for it.

-- 
Danh


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
  2019-07-06 15:50 ` voidlinux-github
  2019-07-08  3:25 ` voidlinux-github
@ 2019-07-08  9:46 ` voidlinux-github
  2019-07-08  9:46 ` voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-08  9:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages android-tools
https://github.com/void-linux/void-packages/pull/12834

android-tools: update to 9.0.0r45.


A patch file from https://github.com/void-linux/void-packages/pull/12834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-tools-12834.patch --]
[-- Type: application/text/x-diff, Size: 2064 bytes --]

From 56674a7351023e43f8852f5fab699f8ec79b38bd Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Fri, 5 Jul 2019 14:10:58 +0700
Subject: [PATCH] android-tools: update to 9.0.0r45.

---
 srcpkgs/android-tools/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template
index 7252364919d..6dc7fc46282 100644
--- a/srcpkgs/android-tools/template
+++ b/srcpkgs/android-tools/template
@@ -3,7 +3,7 @@ pkgname=android-tools
 # NOTE: not all upstream updates has code changes for the parts
 #       of android used by android-tools. Check for diff with:
 #         curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
-version=9.0.0r35
+version=9.0.0r45
 revision=1
 archs="x86_64* i686*"
 _distver=${version/r/_r}
@@ -22,15 +22,15 @@ distfiles="
  ${_baseurl}/external/f2fs-tools/+archive/android-${_distver}.tar.gz>f2fs-tools.tar.gz
  ${_baseurl}/external/e2fsprogs/+archive/android-${_distver}.tar.gz>e2fsprogs.tar.gz
  ${_baseurl}/external/avb/+archive/android-${_distver}.tar.gz>avb.tar.gz
- https://boringssl.googlesource.com/boringssl/+archive/3359.tar.gz>boringssl.tar.gz"
+ https://boringssl.googlesource.com/boringssl/+archive/3538.tar.gz>boringssl.tar.gz"
 # Contents checksums because the tarballs change with every download
-checksum="@d12d5abc025b9e57cf6e1bcb6b7421a017ab315802e04278ab4a6a6c38a0052f
+checksum="@dfaea8c40be4a8bbd1df513ab3516ff88e92430ee0fde399dd7e7e09ec21cd29
  @0a43d228088faabe8b7150fa752c8b0c002503c0d830d8470ecea351f195bbb3
  @9f2b5e379eca4c56e2d422598831bfd7bdf2b7b3c3d011ce513c7603aa46b574
  @f1efc86a1e78521f4754d184d682c1f6660c04f74496913f37cae9e2670db0e8
  @e98509632e865e792dc4b344b0a1ada0662dda7571534fa7c5d1a8902dcfb0f4
  @5c2fcb88154f9b6ffed8d24a069e4bad0a7aea1936be2ce18af972ad8762e09a
- @9ec3dd8c7f6ec5f4d8b60e22d8dcba3dc4432763ec8a637c05ba24d3b58b2826"
+ @452e29d95f8da494896e3335931e928d9b7c94500a5793101bb19629cd7dea8c"
 
 nocross="error: requested alignment 64 is larger than 8 [-Werror=attributes]"
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-08  9:46 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-08  9:46 ` voidlinux-github
  2019-07-08 10:01 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-08  9:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages android-tools
https://github.com/void-linux/void-packages/pull/12834

android-tools: update to 9.0.0r45.


A patch file from https://github.com/void-linux/void-packages/pull/12834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-tools-12834.patch --]
[-- Type: application/text/x-diff, Size: 2064 bytes --]

From 56674a7351023e43f8852f5fab699f8ec79b38bd Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Fri, 5 Jul 2019 14:10:58 +0700
Subject: [PATCH] android-tools: update to 9.0.0r45.

---
 srcpkgs/android-tools/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template
index 7252364919d..6dc7fc46282 100644
--- a/srcpkgs/android-tools/template
+++ b/srcpkgs/android-tools/template
@@ -3,7 +3,7 @@ pkgname=android-tools
 # NOTE: not all upstream updates has code changes for the parts
 #       of android used by android-tools. Check for diff with:
 #         curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
-version=9.0.0r35
+version=9.0.0r45
 revision=1
 archs="x86_64* i686*"
 _distver=${version/r/_r}
@@ -22,15 +22,15 @@ distfiles="
  ${_baseurl}/external/f2fs-tools/+archive/android-${_distver}.tar.gz>f2fs-tools.tar.gz
  ${_baseurl}/external/e2fsprogs/+archive/android-${_distver}.tar.gz>e2fsprogs.tar.gz
  ${_baseurl}/external/avb/+archive/android-${_distver}.tar.gz>avb.tar.gz
- https://boringssl.googlesource.com/boringssl/+archive/3359.tar.gz>boringssl.tar.gz"
+ https://boringssl.googlesource.com/boringssl/+archive/3538.tar.gz>boringssl.tar.gz"
 # Contents checksums because the tarballs change with every download
-checksum="@d12d5abc025b9e57cf6e1bcb6b7421a017ab315802e04278ab4a6a6c38a0052f
+checksum="@dfaea8c40be4a8bbd1df513ab3516ff88e92430ee0fde399dd7e7e09ec21cd29
  @0a43d228088faabe8b7150fa752c8b0c002503c0d830d8470ecea351f195bbb3
  @9f2b5e379eca4c56e2d422598831bfd7bdf2b7b3c3d011ce513c7603aa46b574
  @f1efc86a1e78521f4754d184d682c1f6660c04f74496913f37cae9e2670db0e8
  @e98509632e865e792dc4b344b0a1ada0662dda7571534fa7c5d1a8902dcfb0f4
  @5c2fcb88154f9b6ffed8d24a069e4bad0a7aea1936be2ce18af972ad8762e09a
- @9ec3dd8c7f6ec5f4d8b60e22d8dcba3dc4432763ec8a637c05ba24d3b58b2826"
+ @452e29d95f8da494896e3335931e928d9b7c94500a5793101bb19629cd7dea8c"
 
 nocross="error: requested alignment 64 is larger than 8 [-Werror=attributes]"
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-08  9:46 ` voidlinux-github
@ 2019-07-08 10:01 ` voidlinux-github
  2019-07-08 10:01 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-08 10:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages android-tools
https://github.com/void-linux/void-packages/pull/12834

android-tools: update to 9.0.0r45.


A patch file from https://github.com/void-linux/void-packages/pull/12834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-tools-12834.patch --]
[-- Type: application/text/x-diff, Size: 2064 bytes --]

From 612d7f25e9228b9efef400a61f742f7d9a1d965a Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Fri, 5 Jul 2019 14:10:58 +0700
Subject: [PATCH] android-tools: update to 9.0.0r45.

---
 srcpkgs/android-tools/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template
index 7252364919d..6dc7fc46282 100644
--- a/srcpkgs/android-tools/template
+++ b/srcpkgs/android-tools/template
@@ -3,7 +3,7 @@ pkgname=android-tools
 # NOTE: not all upstream updates has code changes for the parts
 #       of android used by android-tools. Check for diff with:
 #         curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
-version=9.0.0r35
+version=9.0.0r45
 revision=1
 archs="x86_64* i686*"
 _distver=${version/r/_r}
@@ -22,15 +22,15 @@ distfiles="
  ${_baseurl}/external/f2fs-tools/+archive/android-${_distver}.tar.gz>f2fs-tools.tar.gz
  ${_baseurl}/external/e2fsprogs/+archive/android-${_distver}.tar.gz>e2fsprogs.tar.gz
  ${_baseurl}/external/avb/+archive/android-${_distver}.tar.gz>avb.tar.gz
- https://boringssl.googlesource.com/boringssl/+archive/3359.tar.gz>boringssl.tar.gz"
+ https://boringssl.googlesource.com/boringssl/+archive/3538.tar.gz>boringssl.tar.gz"
 # Contents checksums because the tarballs change with every download
-checksum="@d12d5abc025b9e57cf6e1bcb6b7421a017ab315802e04278ab4a6a6c38a0052f
+checksum="@dfaea8c40be4a8bbd1df513ab3516ff88e92430ee0fde399dd7e7e09ec21cd29
  @0a43d228088faabe8b7150fa752c8b0c002503c0d830d8470ecea351f195bbb3
  @9f2b5e379eca4c56e2d422598831bfd7bdf2b7b3c3d011ce513c7603aa46b574
  @f1efc86a1e78521f4754d184d682c1f6660c04f74496913f37cae9e2670db0e8
  @e98509632e865e792dc4b344b0a1ada0662dda7571534fa7c5d1a8902dcfb0f4
  @5c2fcb88154f9b6ffed8d24a069e4bad0a7aea1936be2ce18af972ad8762e09a
- @9ec3dd8c7f6ec5f4d8b60e22d8dcba3dc4432763ec8a637c05ba24d3b58b2826"
+ @452e29d95f8da494896e3335931e928d9b7c94500a5793101bb19629cd7dea8c"
 
 nocross="error: requested alignment 64 is larger than 8 [-Werror=attributes]"
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-08 10:01 ` voidlinux-github
@ 2019-07-08 10:01 ` voidlinux-github
  2019-07-08 10:11 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-08 10:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages android-tools
https://github.com/void-linux/void-packages/pull/12834

android-tools: update to 9.0.0r45.


A patch file from https://github.com/void-linux/void-packages/pull/12834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-tools-12834.patch --]
[-- Type: application/text/x-diff, Size: 2064 bytes --]

From 612d7f25e9228b9efef400a61f742f7d9a1d965a Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Fri, 5 Jul 2019 14:10:58 +0700
Subject: [PATCH] android-tools: update to 9.0.0r45.

---
 srcpkgs/android-tools/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/android-tools/template b/srcpkgs/android-tools/template
index 7252364919d..6dc7fc46282 100644
--- a/srcpkgs/android-tools/template
+++ b/srcpkgs/android-tools/template
@@ -3,7 +3,7 @@ pkgname=android-tools
 # NOTE: not all upstream updates has code changes for the parts
 #       of android used by android-tools. Check for diff with:
 #         curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1
-version=9.0.0r35
+version=9.0.0r45
 revision=1
 archs="x86_64* i686*"
 _distver=${version/r/_r}
@@ -22,15 +22,15 @@ distfiles="
  ${_baseurl}/external/f2fs-tools/+archive/android-${_distver}.tar.gz>f2fs-tools.tar.gz
  ${_baseurl}/external/e2fsprogs/+archive/android-${_distver}.tar.gz>e2fsprogs.tar.gz
  ${_baseurl}/external/avb/+archive/android-${_distver}.tar.gz>avb.tar.gz
- https://boringssl.googlesource.com/boringssl/+archive/3359.tar.gz>boringssl.tar.gz"
+ https://boringssl.googlesource.com/boringssl/+archive/3538.tar.gz>boringssl.tar.gz"
 # Contents checksums because the tarballs change with every download
-checksum="@d12d5abc025b9e57cf6e1bcb6b7421a017ab315802e04278ab4a6a6c38a0052f
+checksum="@dfaea8c40be4a8bbd1df513ab3516ff88e92430ee0fde399dd7e7e09ec21cd29
  @0a43d228088faabe8b7150fa752c8b0c002503c0d830d8470ecea351f195bbb3
  @9f2b5e379eca4c56e2d422598831bfd7bdf2b7b3c3d011ce513c7603aa46b574
  @f1efc86a1e78521f4754d184d682c1f6660c04f74496913f37cae9e2670db0e8
  @e98509632e865e792dc4b344b0a1ada0662dda7571534fa7c5d1a8902dcfb0f4
  @5c2fcb88154f9b6ffed8d24a069e4bad0a7aea1936be2ce18af972ad8762e09a
- @9ec3dd8c7f6ec5f4d8b60e22d8dcba3dc4432763ec8a637c05ba24d3b58b2826"
+ @452e29d95f8da494896e3335931e928d9b7c94500a5793101bb19629cd7dea8c"
 
 nocross="error: requested alignment 64 is larger than 8 [-Werror=attributes]"
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-08 10:01 ` voidlinux-github
@ 2019-07-08 10:11 ` voidlinux-github
  2019-07-09  7:37 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-08 10:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-509165891
Comment:
This looks like a problem with i686 image docker image on amd64 host.
I've packaged this successfully on i686 qemu machine.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-08 10:11 ` voidlinux-github
@ 2019-07-09  7:37 ` voidlinux-github
  2019-07-09  8:21 ` voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-09  7:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-509527548
Comment:
If it's not caused by docker, this is a serious issue. Our build servers are all x86_64 hosts. Could you maybe try to build the package on your x86_64 machine using an i686 masterdir? I would do it myself but my machine is currently busy compiling kernels.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-09  7:37 ` voidlinux-github
@ 2019-07-09  8:21 ` voidlinux-github
  2019-07-09  8:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-09  8:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-509542417
Comment:
On 2019-07-09 00:37:09 -0700, Helmut Pozimski wrote:
> If it's not caused by docker, this is a serious issue. Our build
> servers are all x86_64 hosts. Could you maybe try to build the
> package on your x86_64 machine using an i686 masterdir? I would do
> it myself but my machine is currently busy compiling kernels.

Yes, I've done it.

```
XBPS_ARCH=i686 BOOTSTRAP=i686 ARCH=i686 ./xbps-src binary-bootstrap
XBPS_ARCH=i686 BOOTSTRAP=i686 ARCH=i686 ./xbps-src pkg android-tools
```

`CMAKE_SYSTEM_PROCESSOR` reports x86_64 even with i386 masterdir.
I think cmake is using `uname -m` or something, but I haven't checked.

-- 
Danh


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-07-09  8:21 ` voidlinux-github
@ 2019-07-09  8:30 ` voidlinux-github
  2019-07-09  8:38 ` voidlinux-github
  2019-07-09 14:27 ` [PR PATCH] [Merged]: " voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-09  8:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-509545586
Comment:
Great, I think this is ready to merge then. If no one else gets around to do it, I will get back to it in a few hours once I got time and the builders are free.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-07-09  8:30 ` voidlinux-github
@ 2019-07-09  8:38 ` voidlinux-github
  2019-07-09 14:27 ` [PR PATCH] [Merged]: " voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-09  8:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/12834#issuecomment-509548568
Comment:
I'll try to figure out later today.
fwiw, LibreSSL met this problems before: https://github.com/libressl-portable/portable/issues/361

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Merged]: android-tools: update to 9.0.0r45.
  2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-07-09  8:38 ` voidlinux-github
@ 2019-07-09 14:27 ` voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-07-09 14:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

There's a merged pull request on the void-packages repository

android-tools: update to 9.0.0r45.
https://github.com/void-linux/void-packages/pull/12834
Description: 

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-07-09 14:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-06 10:31 [PR PATCH] android-tools: update to 9.0.0r45 voidlinux-github
2019-07-06 15:50 ` voidlinux-github
2019-07-08  3:25 ` voidlinux-github
2019-07-08  9:46 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-08  9:46 ` voidlinux-github
2019-07-08 10:01 ` voidlinux-github
2019-07-08 10:01 ` voidlinux-github
2019-07-08 10:11 ` voidlinux-github
2019-07-09  7:37 ` voidlinux-github
2019-07-09  8:21 ` voidlinux-github
2019-07-09  8:30 ` voidlinux-github
2019-07-09  8:38 ` voidlinux-github
2019-07-09 14:27 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).