Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] glibc: ftbfs for ppcle
@ 2021-02-27 22:58 pullmoll
  2021-02-27 23:32 ` pullmoll
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pullmoll @ 2021-02-27 22:58 UTC (permalink / raw)
  To: ml

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

New issue by pullmoll on void-packages repository

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

Description:
Currently glibc cannot be built for ppcle. When trying to link `libc.so` the error is:
```
powerpcle-linux-gnu-gcc -no-pie -Wl,--as-needed    -L/usr/powerpcle-linux-gnu/usr/lib  -shared -static-libgcc -Wl,-O1 -mhard-float -Wl,-z,defs -Wl,-dynamic-linker=/usr/lib32/ld.so.1  -B/builddir/glibc-2.32/build/csu/  -Wl,--version-script=/builddir/glibc-2.32/build/libc.map -Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -Wl,-z,now -nostdlib -nostartfiles -e __libc_main -L/builddir/glibc-2.32/build -L/builddir/glibc-2.32/build/math -L/builddir/glibc-2.32/build/elf -L/builddir/glibc-2.32/build/dlfcn -L/builddir/glibc-2.32/build/nss -L/builddir/glibc-2.32/build/nis -L/builddir/glibc-2.32/build/rt -L/builddir/glibc-2.32/build/resolv -L/builddir/glibc-2.32/build/mathvec -L/builddir/glibc-2.32/build/support -L/builddir/glibc-2.32/build/crypt -L/builddir/glibc-2.32/build/nptl -Wl,-rpath-link=/builddir/glibc-2.32/build:/builddir/glibc-2.32/build/math:/builddir/glibc-2.32/build/elf:/builddir/glibc-2.32/build/dlfcn:/builddir/glibc-2.32/build/nss:/builddir/glibc-2.32/build/nis:/builddir/glibc-2.32/build/rt:/builddir/glibc-2.32/build/resolv:/builddir/glibc-2.32/build/mathvec:/builddir/glibc-2.32/build/support:/builddir/glibc-2.32/build/crypt:/builddir/glibc-2.32/build/nptl -o /builddir/glibc-2.32/build/libc.so  /builddir/glibc-2.32/build/csu/abi-note.o /builddir/glibc-2.32/build/libc_pic.os.clean /builddir/glibc-2.32/build/elf/interp.os /builddir/glibc-2.32/build/elf/ld.so -lgcc /builddir/glibc-2.32/build/elf/sofini.os
/bin/sh ../scripts/rellns-sh /builddir/glibc-2.32/build/elf/ld.so /builddir/glibc-2.32/build/elf/ld.so.1.new
mv -f /builddir/glibc-2.32/build/elf/ld.so.1.new /builddir/glibc-2.32/build/elf/ld.so.1
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `iconv_open':
/builddir/glibc-2.32/iconv/iconv_open.c:33: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `iconv':
/builddir/glibc-2.32/iconv/iconv.c:33: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `__GI___gconv_open':
/builddir/glibc-2.32/iconv/gconv_open.c:36: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `find_derivation':
/builddir/glibc-2.32/iconv/gconv_db.c:431: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `__gconv_compare_alias':
/builddir/glibc-2.32/iconv/gconv_db.c:704: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean:/builddir/glibc-2.32/iconv/gconv_db.c:722: more undefined references to `__stack_chk_guard' follow
collect2: error: ld returned 1 exit status
make[2]: *** [../Makerules:698: /builddir/glibc-2.32/build/libc.so] Error 1
make[2]: Leaving directory '/builddir/glibc-2.32/elf'
make[1]: *** [Makefile:470: elf/subdir_lib] Error 2
make[1]: Leaving directory '/builddir/glibc-2.32'
make: *** [Makefile:9: all] Error 2
=> ERROR: glibc-2.32_1: do_build: 'make ${makejobs}' exited with 2
=> ERROR:   in do_build() at srcpkgs/glibc/template:122
```

It used to build a couple of weeks ago. Last build here was on 2021-01-18 01:10 CET.


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
@ 2021-02-27 23:32 ` pullmoll
  2021-02-27 23:58 ` q66
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-27 23:32 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787203948

Comment:
When trying to build `cross-powerpcle-linux-gnu` for `i686` to see if the problem stems from there this now also fails when linking `cc1`:
```
powerpcle-linux-gnu-gcc -Wl,-rpath-link=/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/math:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/elf:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/dlfcn:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/nss:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/nis:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/rt:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/resolv:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/mathvec:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/support:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/crypt:/builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/nptl -nostdlib -nostartfiles -o /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/support/links-dso-program -mhard-float -no-pie -Wl,--as-needed      -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/csu/crt1.o /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/csu/crti.o `powerpcle-linux-gnu-gcc -mhard-float --print-file-name=crtbegin.o` /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/support/links-dso-program.o -lstdc++ -lgcc -lgcc_s  -Wl,-dynamic-linker=/lib/ld.so.1  /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/libc.so.6 /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/libc_nonshared.a -Wl,--as-needed /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/elf/ld.so -Wl,--no-as-needed -lgcc  `powerpcle-linux-gnu-gcc -mhard-float --print-file-name=crtend.o` /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/csu/crtn.o
/builddir/cross-powerpcle-linux-gnu-0.34/build_root/usr/bin/../lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: cannot find -lstdc++
/builddir/cross-powerpcle-linux-gnu-0.34/build_root/usr/bin/../lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: cannot find -lgcc_s
collect2: error: ld returned 1 exit status
make[2]: *** [../Rules:215: /builddir/cross-powerpcle-linux-gnu-0.34/glibc_build/support/links-dso-program] Error 1
make[2]: Leaving directory '/builddir/cross-powerpcle-linux-gnu-0.34/glibc-2.32/support'
make[1]: *** [Makefile:470: support/others] Error 2
make[1]: Leaving directory '/builddir/cross-powerpcle-linux-gnu-0.34/glibc-2.32'
make: *** [Makefile:9: all] Error 2
=> ERROR: cross-powerpcle-linux-gnu-0.34_1: do_build: 'make ${makejobs}' exited with 2
=> ERROR:   in _void_cross_build_glibc() at common/build-style/void-cross.sh:278
=> ERROR:   in do_build() at common/build-style/void-cross.sh:522
```
Last successful build of this one was not too long ago on 2021-02-20 14:48 CET.
[log.txt](https://github.com/void-linux/void-packages/files/6055881/log.txt)


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
  2021-02-27 23:32 ` pullmoll
@ 2021-02-27 23:58 ` q66
  2021-02-28  1:00 ` pullmoll
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2021-02-27 23:58 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787206499

Comment:
just tried cross-compiling glibc for ppcle, can't reproduce the problem

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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
  2021-02-27 23:32 ` pullmoll
  2021-02-27 23:58 ` q66
@ 2021-02-28  1:00 ` pullmoll
  2021-02-28  1:23 ` pullmoll
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-28  1:00 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787212630

Comment:
Then something is borked in my local builds. Now trying to build with a binary-bootstrap from the official repo.

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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (2 preceding siblings ...)
  2021-02-28  1:00 ` pullmoll
@ 2021-02-28  1:23 ` pullmoll
  2021-02-28  1:43 ` pullmoll
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-28  1:23 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787215893

Comment:
So the `cross-powerpc-linux-gnu` problem seems to be a parallelism issue. I have `XBPS_MAKEJOBS=120` in `etc/conf`. In another try I could now build the pkg with both, my own pkgs and the official ones in a `binary-bootstrap i686`.

However the failure to build `glibc` happens here also with the official binaries, i.e.:
```
./xbps-src zap
./xbps-src binary-bootstrap i686
./xbps-src -a ppcle pkg glibc
```
fails for me just as with my home grown `i686` pkgs. My `etc/conf` is:
```
XBPS_MAKEJOBS=120
XBPS_CCACHE=yes
XBPS_DEBUG_PKGS=yes
XBPS_ALLOW_RESTRICTED=yes
```
Kernel is `linux-5.11.2_2` and I'm going to try on the `5.10` series now.


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (3 preceding siblings ...)
  2021-02-28  1:23 ` pullmoll
@ 2021-02-28  1:43 ` pullmoll
  2021-02-28  1:45 ` pullmoll
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-28  1:43 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787217781

Comment:
D'OH! Booted into `linux5.10-5.10.19_1` and I could build `glibc` using the official repo while it still fails using my own repo. I'm going to compare build logs now to track down the difference.


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (4 preceding siblings ...)
  2021-02-28  1:43 ` pullmoll
@ 2021-02-28  1:45 ` pullmoll
  2021-02-28  2:13 ` pullmoll
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-28  1:45 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787217781

Comment:
D'OH! Booted into `linux5.10-5.10.19_1` and I could build `glibc` using the official repo while it still fails using my own repo. I'm going to compare build logs now to track down the difference.

Another try w/ official repo gives me this: 
[log-official.txt](https://github.com/void-linux/void-packages/files/6056126/log-official.txt)


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (5 preceding siblings ...)
  2021-02-28  1:45 ` pullmoll
@ 2021-02-28  2:13 ` pullmoll
  2021-02-28  2:16 ` pullmoll
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-28  2:13 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787217781

Comment:
D'OH! Booted into `linux5.10-5.10.19_1` and I could build `glibc` using the official repo while it still fails using my own repo. I'm going to compare build logs now to track down the difference.

Another try w/ official repo gives me this: 
[log-official.txt](https://github.com/void-linux/void-packages/files/6056126/log-official.txt)

FWIW: The logs cannot really be compared. Despite building with `XBPS_MAKEJOBS=1` the outputs differ very much in the order of files being built, time stamps created, etc. 
I'll try to rebuild the `{host,}depends` pkgs.


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (6 preceding siblings ...)
  2021-02-28  2:13 ` pullmoll
@ 2021-02-28  2:16 ` pullmoll
  2021-04-28 12:14 ` [ISSUE] [CLOSED] " ericonr
  2021-04-28 12:14 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: pullmoll @ 2021-02-28  2:16 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-787217781

Comment:
D'OH! Booted into `linux5.10-5.10.19_1` and I could build `glibc` using the official repo while it still fails using my own repo. I'm going to compare build logs now to track down the difference.

Another try w/ official repo gives me this: 
[log-official.txt](https://github.com/void-linux/void-packages/files/6056126/log-official.txt)

FWIW: The logs cannot really be compared. Despite building with `XBPS_MAKEJOBS=1` the outputs differ very much in the order of files being built, time stamps created, etc. 
I'll try to rebuild the `{host,}makedepends` pkgs.


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

* Re: glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (8 preceding siblings ...)
  2021-04-28 12:14 ` [ISSUE] [CLOSED] " ericonr
@ 2021-04-28 12:14 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-04-28 12:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29106#issuecomment-828405221

Comment:
Something to remember if we hit issues with glibc builds, but we won't be able to investigate further :/

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

* Re: [ISSUE] [CLOSED] glibc: ftbfs for ppcle
  2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
                   ` (7 preceding siblings ...)
  2021-02-28  2:16 ` pullmoll
@ 2021-04-28 12:14 ` ericonr
  2021-04-28 12:14 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-04-28 12:14 UTC (permalink / raw)
  To: ml

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

Closed issue by pullmoll on void-packages repository

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

Description:
Currently glibc cannot be built for ppcle. When trying to link `libc.so` the error is:
```
powerpcle-linux-gnu-gcc -no-pie -Wl,--as-needed    -L/usr/powerpcle-linux-gnu/usr/lib  -shared -static-libgcc -Wl,-O1 -mhard-float -Wl,-z,defs -Wl,-dynamic-linker=/usr/lib32/ld.so.1  -B/builddir/glibc-2.32/build/csu/  -Wl,--version-script=/builddir/glibc-2.32/build/libc.map -Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -Wl,-z,now -nostdlib -nostartfiles -e __libc_main -L/builddir/glibc-2.32/build -L/builddir/glibc-2.32/build/math -L/builddir/glibc-2.32/build/elf -L/builddir/glibc-2.32/build/dlfcn -L/builddir/glibc-2.32/build/nss -L/builddir/glibc-2.32/build/nis -L/builddir/glibc-2.32/build/rt -L/builddir/glibc-2.32/build/resolv -L/builddir/glibc-2.32/build/mathvec -L/builddir/glibc-2.32/build/support -L/builddir/glibc-2.32/build/crypt -L/builddir/glibc-2.32/build/nptl -Wl,-rpath-link=/builddir/glibc-2.32/build:/builddir/glibc-2.32/build/math:/builddir/glibc-2.32/build/elf:/builddir/glibc-2.32/build/dlfcn:/builddir/glibc-2.32/build/nss:/builddir/glibc-2.32/build/nis:/builddir/glibc-2.32/build/rt:/builddir/glibc-2.32/build/resolv:/builddir/glibc-2.32/build/mathvec:/builddir/glibc-2.32/build/support:/builddir/glibc-2.32/build/crypt:/builddir/glibc-2.32/build/nptl -o /builddir/glibc-2.32/build/libc.so  /builddir/glibc-2.32/build/csu/abi-note.o /builddir/glibc-2.32/build/libc_pic.os.clean /builddir/glibc-2.32/build/elf/interp.os /builddir/glibc-2.32/build/elf/ld.so -lgcc /builddir/glibc-2.32/build/elf/sofini.os
/bin/sh ../scripts/rellns-sh /builddir/glibc-2.32/build/elf/ld.so /builddir/glibc-2.32/build/elf/ld.so.1.new
mv -f /builddir/glibc-2.32/build/elf/ld.so.1.new /builddir/glibc-2.32/build/elf/ld.so.1
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `iconv_open':
/builddir/glibc-2.32/iconv/iconv_open.c:33: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `iconv':
/builddir/glibc-2.32/iconv/iconv.c:33: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `__GI___gconv_open':
/builddir/glibc-2.32/iconv/gconv_open.c:36: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `find_derivation':
/builddir/glibc-2.32/iconv/gconv_db.c:431: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean: in function `__gconv_compare_alias':
/builddir/glibc-2.32/iconv/gconv_db.c:704: undefined reference to `__stack_chk_guard'
/usr/lib/gcc/powerpcle-linux-gnu/10.2.1/../../../../powerpcle-linux-gnu/bin/ld: /builddir/glibc-2.32/build/libc_pic.os.clean:/builddir/glibc-2.32/iconv/gconv_db.c:722: more undefined references to `__stack_chk_guard' follow
collect2: error: ld returned 1 exit status
make[2]: *** [../Makerules:698: /builddir/glibc-2.32/build/libc.so] Error 1
make[2]: Leaving directory '/builddir/glibc-2.32/elf'
make[1]: *** [Makefile:470: elf/subdir_lib] Error 2
make[1]: Leaving directory '/builddir/glibc-2.32'
make: *** [Makefile:9: all] Error 2
=> ERROR: glibc-2.32_1: do_build: 'make ${makejobs}' exited with 2
=> ERROR:   in do_build() at srcpkgs/glibc/template:122
```

It used to build a couple of weeks ago. Last build here was on 2021-01-18 01:10 CET.

[log.txt](https://github.com/void-linux/void-packages/files/6055885/log.txt)

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

end of thread, other threads:[~2021-04-28 12:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27 22:58 [ISSUE] glibc: ftbfs for ppcle pullmoll
2021-02-27 23:32 ` pullmoll
2021-02-27 23:58 ` q66
2021-02-28  1:00 ` pullmoll
2021-02-28  1:23 ` pullmoll
2021-02-28  1:43 ` pullmoll
2021-02-28  1:45 ` pullmoll
2021-02-28  2:13 ` pullmoll
2021-02-28  2:16 ` pullmoll
2021-04-28 12:14 ` [ISSUE] [CLOSED] " ericonr
2021-04-28 12:14 ` ericonr

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