Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Error when packaging mesa with -o ~wayland
@ 2020-05-10  9:03 BouncyMaster
  2020-05-10 10:54 ` Duncaen
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: BouncyMaster @ 2020-05-10  9:03 UTC (permalink / raw)
  To: ml

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

New issue by BouncyMaster on void-packages repository

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

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:
 `./xbps-src binary-bootstrap`
* package:  
  `mesa (20.0.6)`

### Expected behavior
Compiling mesa with `./xbps-src -o ~wayland pkg mesa`  will package the program successfully.
### Actual behavior
* The first issue is that it also packages `clang` and `llvm` when only requesting mesa.
* After compiling `clang` and `llvm` i get these errors:
```
meson.build:306:4: ERROR: Problem encountered: Invalid argument list given to -Dplatforms
and
ERROR:   in do_configure() at common/build-style/meson.sh:95
```
There were more errors but they were obstructed when i accidentaly resized the terminal.

Output of `/builddir/mesa-20.0.6/build/meson-logs/meson-log.txt`
[meson-log.txt](https://github.com/void-linux/void-packages/files/4605401/meson-log.txt)


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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
@ 2020-05-10 10:54 ` Duncaen
  2020-05-10 10:55 ` Duncaen
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2020-05-10 10:54 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626308909

Comment:
> * The first issue is that it also packages clang and llvm when only requesting mesa.

xbps-src always uses the version of a dependency it has a template for, your clone is most likely outdated and uses llvm9 for clang while the void repositories contain clang build with llvm10.

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
  2020-05-10 10:54 ` Duncaen
@ 2020-05-10 10:55 ` Duncaen
  2020-05-10 13:51 ` st3r4g
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2020-05-10 10:55 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626308909

Comment:
> * The first issue is that it also packages clang and llvm when only requesting mesa.

xbps-src always uses the version of a dependency it has a template for, your git repository is most likely outdated and uses llvm9 for clang while the void repositories contain clang build with llvm10.

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
  2020-05-10 10:54 ` Duncaen
  2020-05-10 10:55 ` Duncaen
@ 2020-05-10 13:51 ` st3r4g
  2020-05-10 15:12 ` BouncyMaster
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2020-05-10 13:51 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626331281

Comment:
Maybe there is a misplaced comma?
Try to change `$(vopt_if wayland wayland),`
into `$(vopt_if wayland wayland,)`

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
                   ` (2 preceding siblings ...)
  2020-05-10 13:51 ` st3r4g
@ 2020-05-10 15:12 ` BouncyMaster
  2020-05-10 15:12 ` [ISSUE] [CLOSED] " BouncyMaster
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: BouncyMaster @ 2020-05-10 15:12 UTC (permalink / raw)
  To: ml

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

New comment by BouncyMaster on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626342909

Comment:
> Maybe there is a misplaced comma?
> Try to change `$(vopt_if wayland wayland),`
> into `$(vopt_if wayland wayland,)`

After updating the local repo and moving the comma `mesa` was packaged succesfully, thanks.

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

* Re: [ISSUE] [CLOSED] Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
                   ` (3 preceding siblings ...)
  2020-05-10 15:12 ` BouncyMaster
@ 2020-05-10 15:12 ` BouncyMaster
  2020-05-10 15:18 ` st3r4g
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: BouncyMaster @ 2020-05-10 15:12 UTC (permalink / raw)
  To: ml

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

Closed issue by BouncyMaster on void-packages repository

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

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:
 `./xbps-src binary-bootstrap`
* package:  
  `mesa (20.0.6)`

### Expected behavior
Compiling mesa with `./xbps-src -o ~wayland pkg mesa`  will package the program successfully.
### Actual behavior
* The first issue is that it also packages `clang` and `llvm` when only requesting mesa.
* After compiling `clang` and `llvm` i get these errors:
```
meson.build:306:4: ERROR: Problem encountered: Invalid argument list given to -Dplatforms
and
ERROR:   in do_configure() at common/build-style/meson.sh:95
```
There were more errors but they were obstructed when i accidentaly resized the terminal.

Output of `/builddir/mesa-20.0.6/build/meson-logs/meson-log.txt`
[meson-log.txt](https://github.com/void-linux/void-packages/files/4605401/meson-log.txt)

Also there is my etc/conf:
```
XBPS_CFLAGS="-O2 -march=znver1 -pipe"
XBPS_CXXFLAGS="${XBPS_CFLAGS}"
```

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
                   ` (4 preceding siblings ...)
  2020-05-10 15:12 ` [ISSUE] [CLOSED] " BouncyMaster
@ 2020-05-10 15:18 ` st3r4g
  2020-05-10 15:19 ` BouncyMaster
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2020-05-10 15:18 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626343784

Comment:
The comma thing is a bug, so you can send a PR to fix it if you want

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
                   ` (5 preceding siblings ...)
  2020-05-10 15:18 ` st3r4g
@ 2020-05-10 15:19 ` BouncyMaster
  2020-05-10 15:21 ` st3r4g
  2020-05-10 15:23 ` st3r4g
  8 siblings, 0 replies; 10+ messages in thread
From: BouncyMaster @ 2020-05-10 15:19 UTC (permalink / raw)
  To: ml

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

New comment by BouncyMaster on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626343836

Comment:
Will do

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
                   ` (6 preceding siblings ...)
  2020-05-10 15:19 ` BouncyMaster
@ 2020-05-10 15:21 ` st3r4g
  2020-05-10 15:23 ` st3r4g
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2020-05-10 15:21 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626344201

Comment:
Don't bump the revision, so we avoid to rebuild

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

* Re: Error when packaging mesa with -o ~wayland
  2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
                   ` (7 preceding siblings ...)
  2020-05-10 15:21 ` st3r4g
@ 2020-05-10 15:23 ` st3r4g
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2020-05-10 15:23 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/21808#issuecomment-626344201

Comment:
Don't bump the revision, so we avoid the unnecessary rebuild

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

end of thread, other threads:[~2020-05-10 15:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10  9:03 [ISSUE] Error when packaging mesa with -o ~wayland BouncyMaster
2020-05-10 10:54 ` Duncaen
2020-05-10 10:55 ` Duncaen
2020-05-10 13:51 ` st3r4g
2020-05-10 15:12 ` BouncyMaster
2020-05-10 15:12 ` [ISSUE] [CLOSED] " BouncyMaster
2020-05-10 15:18 ` st3r4g
2020-05-10 15:19 ` BouncyMaster
2020-05-10 15:21 ` st3r4g
2020-05-10 15:23 ` st3r4g

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