Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] wine: wine-32bit cannot build with the staging patchset enabled
@ 2021-03-14 11:49 kostadin04
  2021-03-14 13:13 ` Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kostadin04 @ 2021-03-14 11:49 UTC (permalink / raw)
  To: ml

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

New issue by kostadin04 on void-packages repository

https://github.com/void-linux/void-packages/issues/29456

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.6_1 x86_64 AuthenticAMD uptodate rFFFFFFFF

* package:  
  wine-32bit-6.3_1 libwine-32bit-6.3_1

### Expected behavior

The packages compile correctly 

### Actual behavior

The build fails with the following messages:

configure: WARNING: unrecognized options: --with-sysroot, --with-libtool-sysroot
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-c++ accepts -g... yes
checking for i686-pc-linux-gnu-cpp... i686-pc-linux-gnu-cpp
checking for i686-pc-linux-gnu-ld... i686-pc-linux-gnu-ld
checking for the directory containing the Wine tools... configure: error: you must use the --with-wine-tools option when cross-compiling.
=> ERROR: wine-6.3_1: do_configure: '${configure_script} ${configure_args}' exited with 1
=> ERROR:   in do_configure() at common/build-style/gnu-configure.sh:8

### Steps to reproduce the behavior

1. git clone --depth=1 https://github.com/void-linux/void-packages
2. cd void-packages
3. ./xbps-src binary-bootstrap
4. ./xbps-src pkg -o staging -a i686 wine



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

* Re: wine: wine-32bit cannot build with the staging patchset enabled
  2021-03-14 11:49 [ISSUE] wine: wine-32bit cannot build with the staging patchset enabled kostadin04
@ 2021-03-14 13:13 ` Duncaen
  2021-03-14 13:14 ` Duncaen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-03-14 13:13 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/29456#issuecomment-798904641

Comment:
Don't cross compile for i686, use a i686 masterdir instead.

```
./xbps-src -m masterdir-i686 binary-bootstrap i686
./xbps-src -o staging -m masterdir-i686 pkg wine
```

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

* Re: wine: wine-32bit cannot build with the staging patchset enabled
  2021-03-14 11:49 [ISSUE] wine: wine-32bit cannot build with the staging patchset enabled kostadin04
  2021-03-14 13:13 ` Duncaen
@ 2021-03-14 13:14 ` Duncaen
  2021-03-14 13:22 ` kostadin04
  2021-03-14 13:25 ` [ISSUE] [CLOSED] " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-03-14 13:14 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/29456#issuecomment-798904641

Comment:
Don't cross compile for i686, use a i686 masterdir instead.

```
./xbps-src -m masterdir-i686 binary-bootstrap i686
./xbps-src -m masterdir-i686 -o staging pkg wine
```

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

* Re: wine: wine-32bit cannot build with the staging patchset enabled
  2021-03-14 11:49 [ISSUE] wine: wine-32bit cannot build with the staging patchset enabled kostadin04
  2021-03-14 13:13 ` Duncaen
  2021-03-14 13:14 ` Duncaen
@ 2021-03-14 13:22 ` kostadin04
  2021-03-14 13:25 ` [ISSUE] [CLOSED] " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: kostadin04 @ 2021-03-14 13:22 UTC (permalink / raw)
  To: ml

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

New comment by kostadin04 on void-packages repository

https://github.com/void-linux/void-packages/issues/29456#issuecomment-798905960

Comment:
My bad for not reading the whole README. That solved it, thanks!

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

* Re: [ISSUE] [CLOSED] wine: wine-32bit cannot build with the staging patchset enabled
  2021-03-14 11:49 [ISSUE] wine: wine-32bit cannot build with the staging patchset enabled kostadin04
                   ` (2 preceding siblings ...)
  2021-03-14 13:22 ` kostadin04
@ 2021-03-14 13:25 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2021-03-14 13:25 UTC (permalink / raw)
  To: ml

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

Closed issue by kostadin04 on void-packages repository

https://github.com/void-linux/void-packages/issues/29456

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.6_1 x86_64 AuthenticAMD uptodate rFFFFFFFF

* package:  
  wine-32bit-6.3_1 libwine-32bit-6.3_1

### Expected behavior

The packages compile correctly 

### Actual behavior

The build fails with the following messages:

configure: WARNING: unrecognized options: --with-sysroot, --with-libtool-sysroot
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-c++ accepts -g... yes
checking for i686-pc-linux-gnu-cpp... i686-pc-linux-gnu-cpp
checking for i686-pc-linux-gnu-ld... i686-pc-linux-gnu-ld
checking for the directory containing the Wine tools... configure: error: you must use the --with-wine-tools option when cross-compiling.
=> ERROR: wine-6.3_1: do_configure: '${configure_script} ${configure_args}' exited with 1
=> ERROR:   in do_configure() at common/build-style/gnu-configure.sh:8

### Steps to reproduce the behavior

1. git clone --depth=1 https://github.com/void-linux/void-packages
2. cd void-packages
3. ./xbps-src binary-bootstrap
4. ./xbps-src pkg -o staging -a i686 wine



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

end of thread, other threads:[~2021-03-14 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 11:49 [ISSUE] wine: wine-32bit cannot build with the staging patchset enabled kostadin04
2021-03-14 13:13 ` Duncaen
2021-03-14 13:14 ` Duncaen
2021-03-14 13:22 ` kostadin04
2021-03-14 13:25 ` [ISSUE] [CLOSED] " Duncaen

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