Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: fix cross python because of change in uname wrapper
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
  2020-03-23 10:48 ` fix cross python because of change in uname wrapper xtraeme
@ 2020-03-23 11:01 ` sgn
  2020-03-23 14:58 ` sgn
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-03-23 11:01 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/20311#issuecomment-602524287

Comment:
Working on it, I will submit after checking

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

* Re: fix cross python because of change in uname wrapper
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
  2020-03-23 10:48 ` fix cross python because of change in uname wrapper xtraeme
  2020-03-23 11:01 ` sgn
@ 2020-03-23 14:58 ` sgn
  2020-03-24  2:45 ` pullmoll
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-03-23 14:58 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/20311#issuecomment-602652957

Comment:
@xtraeme I've built and tested on local machine, (included all cross target).

The build take too long on Travis, you can check it yourself.

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

* Re: fix cross python because of change in uname wrapper
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-23 14:58 ` sgn
@ 2020-03-24  2:45 ` pullmoll
  2020-03-24  3:03 ` pullmoll
  2020-03-24  3:03 ` [PR PATCH] [Closed]: " pullmoll
  5 siblings, 0 replies; 6+ messages in thread
From: pullmoll @ 2020-03-24  2:45 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/20311#issuecomment-602978249

Comment:
I didn't realize this interferes with me updating libffi to version 3.3, which is why I revbumped python3-3.8.1 - sorry.


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

* Re: fix cross python because of change in uname wrapper
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-03-24  2:45 ` pullmoll
@ 2020-03-24  3:03 ` pullmoll
  2020-03-24  3:03 ` [PR PATCH] [Closed]: " pullmoll
  5 siblings, 0 replies; 6+ messages in thread
From: pullmoll @ 2020-03-24  3:03 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/20311#issuecomment-602984455

Comment:
Merged via git-merge-pr

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

* Re: [PR PATCH] [Closed]: fix cross python because of change in uname wrapper
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-03-24  3:03 ` pullmoll
@ 2020-03-24  3:03 ` pullmoll
  5 siblings, 0 replies; 6+ messages in thread
From: pullmoll @ 2020-03-24  3:03 UTC (permalink / raw)
  To: ml

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

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

fix cross python because of change in uname wrapper
https://github.com/void-linux/void-packages/pull/20311

Description:
From commit cf6e6f1, (wrappers/uname: report correct machine type
on ethereal, 2020-02-10), uname wrapper has been updated to report
correct machine type in ethereal mode by replace its original machine
type by value reported by $XBPS_ARCH.

This effectively breaks python{,3}{,-tkinter}'s cross compile because
we reset all environment variable to configure for the host build.

Keep those environment variable.

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

* Re: fix cross python because of change in uname wrapper
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
@ 2020-03-23 10:48 ` xtraeme
  2020-03-23 11:01 ` sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: xtraeme @ 2020-03-23 10:48 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20311#issuecomment-602518586

Comment:
While you are at it, could you please update python3 to 3.8.2? Thanks. 

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

end of thread, other threads:[~2020-03-24  3:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20311@inbox.vuxu.org>
2020-03-23 10:48 ` fix cross python because of change in uname wrapper xtraeme
2020-03-23 11:01 ` sgn
2020-03-23 14:58 ` sgn
2020-03-24  2:45 ` pullmoll
2020-03-24  3:03 ` pullmoll
2020-03-24  3:03 ` [PR PATCH] [Closed]: " pullmoll

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).