Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
@ 2020-01-08  3:21 ` voidlinux-github
  2020-01-22 14:09 ` voidlinux-github
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-08  3:21 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-571874130

Comment:
My x86_64 build log, no errors appear! This link [here](https://gist.githubusercontent.com/bugcrazy/73fb15bccf7ba3dc40145c3c0168a2b7/raw/b6089897f9c30475b321a8806d9b6e5d9454e755/Mylog_wine_x86_64)

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2020-02-20  0:04 ` Duncaen
@ 2020-05-03 14:46 ` Hoshpak
  16 siblings, 0 replies; 17+ messages in thread
From: Hoshpak @ 2020-05-03 14:46 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-623121169

Comment:
d87090939234e8c4868aca2e4d855789d6011c76

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2020-02-20  0:04 ` Duncaen
@ 2020-02-20  0:04 ` Duncaen
  2020-05-03 14:46 ` Hoshpak
  16 siblings, 0 replies; 17+ messages in thread
From: Duncaen @ 2020-02-20  0:04 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-588538969

Comment:
> Thanks for the tip! But the Steam package depends on 32-bit libraries, and Steam works on 64-bit with 32-bit libraries.

We don't build steam and it doesn't depend on 32bit packages (for the same reason).

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2020-02-20  0:00 ` bugcrazy
@ 2020-02-20  0:04 ` Duncaen
  2020-02-20  0:04 ` Duncaen
  2020-05-03 14:46 ` Hoshpak
  16 siblings, 0 replies; 17+ messages in thread
From: Duncaen @ 2020-02-20  0:04 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-588538969

Comment:
> Thanks for the tip! But the Steam package depends on 32-bit libraries, and Steam works on 64-bit with 32-bit libraries.

We don't build steam and it doesn't depend on 32bit (for the same reason).

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2020-02-17 20:39 ` Oreo639
@ 2020-02-20  0:00 ` bugcrazy
  2020-02-20  0:04 ` Duncaen
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: bugcrazy @ 2020-02-20  0:00 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-588537971

Comment:
> The log too long issue in travis can be worked around by using [ci skip] in the commit message to skip travis building. It isn't the reason this pr likely won't get merged though.
> 
> As for why wine x86_64 likely won't get merged as was said before. xbps-src is supposed to let you build a package without any precompiled dependencies (it automatically builds them beforehand if they aren't in the repos). However it can't automatically cross compile 32-bit dependencies. If it tries to build a `-32bit` package in a 64bit environment it will just make a 64bit package. You have to cross compile all the 32-bit dependencies beforehand. Thus it requires precompiled 32bit dependencies in order to work which is not optimal.
> 
> From Hoshpak:
> 
> > However void-packages is built on the premise that it is possible to bootstrap everything from sources without requiring any preexisting binary packages. So I should be able to always just clone this repository, not use any of the mirrors and build a whole system from the sources.
> 
> Also your commit log doesn't follow the commit style guide.
> 
> If I am mistaken please correct me.

Thanks for the tip! But the Steam package depends on 32-bit libraries, and Steam works on 64-bit with 32-bit libraries.

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2020-02-17 19:05 ` Oreo639
@ 2020-02-17 20:39 ` Oreo639
  2020-02-20  0:00 ` bugcrazy
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: Oreo639 @ 2020-02-17 20:39 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-587122598

Comment:
The log too long issue in travis can be worked around by using [ci skip] in the commit message to skip travis building. It isn't the reason this pr likely won't get merged though.

As for why wine x86_64 likely won't get merged as was said before. xbps-src is supposed to let you build a package without any precompiled dependencies (it automatically builds them beforehand if they aren't in the repos). However it can't automatically cross compile 32-bit dependencies. If it tries to build a `-32bit` package in a 64bit environment it will just make a 64bit package. You have to cross compile all the 32-bit dependencies beforehand. Thus it requires precompiled 32bit dependencies in order to work which is not optimal.

From Hoshpak:
>However void-packages is built on the premise that it is possible to bootstrap everything from sources without requiring any preexisting binary packages. So I should be able to always just clone this repository, not use any of the mirrors and build a whole system from the sources.

Also your commit log doesn't follow the commit style guide.

If I am mistaken please correct me.

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2020-02-17 19:02 ` Oreo639
@ 2020-02-17 19:05 ` Oreo639
  2020-02-17 20:39 ` Oreo639
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: Oreo639 @ 2020-02-17 19:05 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-587122598

Comment:
The log too long issue in travis can be worked around by using [ci skip] in the commit message to skip travis building. It isn't the reason this pr likely won't get merged though.

As for why wine x86_64 likely won't get merged as was said before. xbps-src is supposed to let you build a package without any precompiled dependencies (it automatically builds them beforehand if they aren't in the repos). However it can't automatically cross compile 32-bit dependencies. If it tries to build a `-32bit` package in a 64bit environment it will just make a 64bit package. You have to cross compile all the 32-bit dependencies beforehand. Thus it requires precompiled 32bit dependencies in the repos in order to work which is not optimal.

From Hoshpak:
>However void-packages is built on the premise that it is possible to bootstrap everything from sources without requiring any preexisting binary packages. So I should be able to always just clone this repository, not use any of the mirrors and build a whole system from the sources.

Also your commit log doesn't follow the commit style guide.

If I am mistaken please correct me.

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-02-17 19:01 ` Oreo639
@ 2020-02-17 19:02 ` Oreo639
  2020-02-17 19:05 ` Oreo639
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: Oreo639 @ 2020-02-17 19:02 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-587122598

Comment:
The log too long issue in travis can be worked around by using [ci skip] in the commit message to skip travis building. It isn't the reason this pr likely won't get merged though.

As for why wine x86_64 likely won't get merged as was said before. xbps-src is supposed to let you build a package without any precompiled dependencies (it automatically builds them beforehand if they aren't in the repos). However it can't automatically cross compile 32-bit dependencies. If it tries to build a -32bit dependency in 64bit mode it will just make a 64bit package. You have to cross compile all the 32-bit dependencies beforehand. Thus it requires precompiled 32bit dependencies in the repos in order to work which is not optimal.

From Hoshpak:
>However void-packages is built on the premise that it is possible to bootstrap everything from sources without requiring any preexisting binary packages. So I should be able to always just clone this repository, not use any of the mirrors and build a whole system from the sources.

Also your commit log doesn't follow the commit style guide.

If I am mistaken please correct me.

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-01-23 18:07 ` voidlinux-github
@ 2020-02-17 19:01 ` Oreo639
  2020-02-17 19:02 ` Oreo639
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: Oreo639 @ 2020-02-17 19:01 UTC (permalink / raw)
  To: ml

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

New comment by Oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-587122598

Comment:
The issue in travis is that the build log is too long. You can use [ci skip] in the commit message to skip travis building. It isn't the reason this pr likely won't get merged though.

As for why wine x86_64 likely won't get merged as was said before. xbps-src is supposed to let you build a package without any precompiled dependencies (it automatically builds them beforehand if they aren't in the repos). However it can't automatically cross compile 32-bit dependencies. If it tries to build a -32bit dependency in 64bit mode it will just make a 64bit package. You have to cross compile all the 32-bit dependencies beforehand. Thus it requires precompiled 32bit dependencies in the repos in order to work which is not optimal.

From Hoshpak:
>However void-packages is built on the premise that it is possible to bootstrap everything from sources without requiring any preexisting binary packages. So I should be able to always just clone this repository, not use any of the mirrors and build a whole system from the sources.

Also your commit log doesn't follow the commit style guide.

If I am mistaken please correct me.

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-01-23 18:04 ` voidlinux-github
@ 2020-01-23 18:07 ` voidlinux-github
  2020-02-17 19:01 ` Oreo639
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23 18:07 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577800729

Comment:
> I think a separate template called `wine64` might work.
I think there must be something between the 32-bit libraries with x86_64, which generates the issue, but that's a hypothesis!

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-01-23 18:01 ` voidlinux-github
@ 2020-01-23 18:04 ` voidlinux-github
  2020-01-23 18:07 ` voidlinux-github
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23 18:04 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577799473

Comment:
It will be merged, when we know issue of travis, we can fix it!


> so this will never be merged ?
It will be merged, when we know issue of travis, we can fix it!


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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-01-23 17:56 ` voidlinux-github
@ 2020-01-23 18:01 ` voidlinux-github
  2020-01-23 18:04 ` voidlinux-github
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23 18:01 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577798111

Comment:
> @bugcrazy See [#540 (comment)](https://github.com/void-linux/void-packages/pull/540#issuecomment-417840507)
I know, the issue is in travis, it doesn't show what the conflict is, how to fix an issue, if we don't know what it is!


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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-01-23  8:38 ` voidlinux-github
@ 2020-01-23 17:56 ` voidlinux-github
  2020-01-23 18:01 ` voidlinux-github
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23 17:56 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577796302

Comment:
> How are we supposed to handle travis too long logs issues ? :)
This issue gets in the way, the travis should generate a file, thus facilitating the fixes!

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-01-23  8:31 ` voidlinux-github
@ 2020-01-23  8:38 ` voidlinux-github
  2020-01-23 17:56 ` voidlinux-github
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23  8:38 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577580403

Comment:
I think a separate template called `wine64` might work.

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-01-23  7:47 ` voidlinux-github
@ 2020-01-23  8:31 ` voidlinux-github
  2020-01-23  8:38 ` voidlinux-github
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23  8:31 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577578331

Comment:
so this will never be merged ? 

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
  2020-01-08  3:21 ` Adding x86_64 package to wine voidlinux-github
  2020-01-22 14:09 ` voidlinux-github
@ 2020-01-23  7:47 ` voidlinux-github
  2020-01-23  8:31 ` voidlinux-github
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-23  7:47 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577554977

Comment:
@bugcrazy See https://github.com/void-linux/void-packages/pull/540#issuecomment-417840507

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

* Re: Adding x86_64 package to wine
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17678@inbox.vuxu.org>
  2020-01-08  3:21 ` Adding x86_64 package to wine voidlinux-github
@ 2020-01-22 14:09 ` voidlinux-github
  2020-01-23  7:47 ` voidlinux-github
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-01-22 14:09 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/17678#issuecomment-577198310

Comment:
How are we supposed to handle travis too long logs issues ? :)

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

end of thread, other threads:[~2020-05-03 14:46 UTC | newest]

Thread overview: 17+ 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-17678@inbox.vuxu.org>
2020-01-08  3:21 ` Adding x86_64 package to wine voidlinux-github
2020-01-22 14:09 ` voidlinux-github
2020-01-23  7:47 ` voidlinux-github
2020-01-23  8:31 ` voidlinux-github
2020-01-23  8:38 ` voidlinux-github
2020-01-23 17:56 ` voidlinux-github
2020-01-23 18:01 ` voidlinux-github
2020-01-23 18:04 ` voidlinux-github
2020-01-23 18:07 ` voidlinux-github
2020-02-17 19:01 ` Oreo639
2020-02-17 19:02 ` Oreo639
2020-02-17 19:05 ` Oreo639
2020-02-17 20:39 ` Oreo639
2020-02-20  0:00 ` bugcrazy
2020-02-20  0:04 ` Duncaen
2020-02-20  0:04 ` Duncaen
2020-05-03 14:46 ` Hoshpak

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