Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] cups-filters, libzbar fail to build
@ 2022-11-14 20:47 unspecd
  2022-11-14 20:54 ` unspecd
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: unspecd @ 2022-11-14 20:47 UTC (permalink / raw)
  To: ml

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

New issue by unspecd on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.0.7_1 x86_64-musl GenuineIntel notuptodate FFFF

### Package(s) Affected

cups-filters-1.28.15_2, libzbar-0.23.1_6

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

None.

### Expected behaviour

./xbps-src pkg should build packages

### Actual behaviour

# cups-filters

```shell
$ ./xbps-src -NE -j1 pkg hplip
...
  CCLD     libcupsfilters.la
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text'
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:2535: libcupsfilters.la] Error 1
make[2]: Leaving directory '/builddir/cups-filters-1.28.15'
make[1]: *** [Makefile:4853: all-recursive] Error 1
make[1]: Leaving directory '/builddir/cups-filters-1.28.15'
make: *** [Makefile:2086: all] Error 2
```
# libzbar
```
  CCLD     libzbar.la
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text'
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:818: libzbar.la] Error 1
make[2]: Leaving directory '/builddir/zbar-0.23.1/zbar'
make[1]: *** [Makefile:1905: all-recursive] Error 1
make[1]: Leaving directory '/builddir/zbar-0.23.1'
make: *** [Makefile:985: all] Error 2
```

### Steps to reproduce

1. `./xbps-src -NE pkg cups-filters`
2. `./xbps-src -NE pkg libzbar`


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

* Re: cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
@ 2022-11-14 20:54 ` unspecd
  2022-11-14 21:41 ` unspecd
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2022-11-14 20:54 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/40533#issuecomment-1314365821

Comment:
```console
$ cat .git/refs/heads/master 
dadfda8a410f942611c38456e05ee212590e5041
```

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

* Re: cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
  2022-11-14 20:54 ` unspecd
@ 2022-11-14 21:41 ` unspecd
  2022-11-14 21:45 ` kruceter
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2022-11-14 21:41 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/40533#issuecomment-1314443845

Comment:
Reverting to `dbus-1.14.2` allows to build successfully.

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

* Re: cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
  2022-11-14 20:54 ` unspecd
  2022-11-14 21:41 ` unspecd
@ 2022-11-14 21:45 ` kruceter
  2022-11-14 22:05 ` paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kruceter @ 2022-11-14 21:45 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/issues/40533#issuecomment-1314450003

Comment:
I am not able to reproduce any of these issues. Builds were produced on `09cd5d832e73bf7a60245709cbba90fda5b18218`.

[zbar.txt](https://github.com/void-linux/void-packages/files/10007313/zbar.txt)
[cups-filters.txt](https://github.com/void-linux/void-packages/files/10007356/cups-filters.txt)

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

* Re: cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
                   ` (2 preceding siblings ...)
  2022-11-14 21:45 ` kruceter
@ 2022-11-14 22:05 ` paper42
  2022-11-14 22:07 ` paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-11-14 22:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/40533#issuecomment-1314469705

Comment:
I can not reproduce this (without -N). Can you reproduce it with packages from repositories (without -N and without built packages in hostdir/binpkgs/$branch)

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

* Re: cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
                   ` (3 preceding siblings ...)
  2022-11-14 22:05 ` paper42
@ 2022-11-14 22:07 ` paper42
  2022-11-14 22:57 ` unspecd
  2022-11-14 22:57 ` [ISSUE] [CLOSED] " unspecd
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-11-14 22:07 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/40533#issuecomment-1314469705

Comment:
I can not reproduce this (without -N). Can you reproduce it with packages from repositories (without -N, without built packages in hostdir/binpkgs/$branch and in a clean new masterdir)

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

* Re: cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
                   ` (4 preceding siblings ...)
  2022-11-14 22:07 ` paper42
@ 2022-11-14 22:57 ` unspecd
  2022-11-14 22:57 ` [ISSUE] [CLOSED] " unspecd
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2022-11-14 22:57 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/40533#issuecomment-1314515138

Comment:
> in a clean new masterdir

Looks like my masterdir was broken. `xbps-src zap` fixed it, thank you.

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

* Re: [ISSUE] [CLOSED] cups-filters, libzbar fail to build
  2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
                   ` (5 preceding siblings ...)
  2022-11-14 22:57 ` unspecd
@ 2022-11-14 22:57 ` unspecd
  6 siblings, 0 replies; 8+ messages in thread
From: unspecd @ 2022-11-14 22:57 UTC (permalink / raw)
  To: ml

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

Closed issue by unspecd on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.0.7_1 x86_64-musl GenuineIntel notuptodate FFFF

### Package(s) Affected

cups-filters-1.28.15_2, libzbar-0.23.1_6

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

None.

### Expected behaviour

./xbps-src pkg should build packages

### Actual behaviour

#### cups-filters

```shell
$ ./xbps-src -NE pkg cups-filters
  ...
  CCLD     libcupsfilters.la
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text'
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:2535: libcupsfilters.la] Error 1
make[2]: Leaving directory '/builddir/cups-filters-1.28.15'
make[1]: *** [Makefile:4853: all-recursive] Error 1
make[1]: Leaving directory '/builddir/cups-filters-1.28.15'
make: *** [Makefile:2086: all] Error 2
```

#### libzbar

```shell
$ ./xbps-src -NE -pkg libzbar
  ...
  CCLD     libzbar.la
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps.o): warning: relocation against `stderr' in read-only section `.text'
/usr/bin/ld: /usr/lib64/gcc/x86_64-linux-musl/10.2.1/../../../../lib64/libdbus-1.a(libdbus_1_la-dbus-sysdeps-unix.o): relocation R_X86_64_PC32 against symbol `stdout' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:818: libzbar.la] Error 1
make[2]: Leaving directory '/builddir/zbar-0.23.1/zbar'
make[1]: *** [Makefile:1905: all-recursive] Error 1
make[1]: Leaving directory '/builddir/zbar-0.23.1'
make: *** [Makefile:985: all] Error 2
```

### Steps to reproduce

1. `./xbps-src -NE pkg cups-filters`
2. `./xbps-src -NE pkg libzbar`


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

end of thread, other threads:[~2022-11-14 22:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 20:47 [ISSUE] cups-filters, libzbar fail to build unspecd
2022-11-14 20:54 ` unspecd
2022-11-14 21:41 ` unspecd
2022-11-14 21:45 ` kruceter
2022-11-14 22:05 ` paper42
2022-11-14 22:07 ` paper42
2022-11-14 22:57 ` unspecd
2022-11-14 22:57 ` [ISSUE] [CLOSED] " unspecd

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