Summary: | app-arch/xz-utils-5.6.3[pgo] - In function 'dict_repeat': .../src/liblzma/lz/lz_decoder.h:182:17: error: corrupted value profile: stringops profile counter (1128129 out of 4701978) inconsistent with basic-block count (4797008) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ernsteiswuerfel <erhard_f> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | erhard_f |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=934590 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 430702, 914580 | ||
Attachments: |
build.log (ppc, 5.6.3)
emerge --info build.log (ppc, 5.6.4) emerge --info build.log (ppc, 5.8.1) |
Description
ernsteiswuerfel
![]() Created attachment 912329 [details]
emerge --info
Nice. Created attachment 920807 [details]
build.log (ppc, 5.6.4)
Created attachment 920808 [details]
emerge --info
Created attachment 924947 [details]
build.log (ppc, 5.8.1)
Same for 5.8.1:
[...]
In file included from /var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1/src/liblzma/lzma/lzma_decoder.c:14:
/var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1/src/liblzma/lz/lz_decoder.h: In function 'dict_repeat':
/var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1/src/liblzma/lz/lz_decoder.h:234:17: error: corrupted value profile: stringops profile counter (1134733 out of 4791981) inconsistent with basic-block count (4889292)
234 | memcpy(dict->buf + dict->pos, dict->buf + back, left);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:1560: liblzma_la-lzma_decoder.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1-.ppc/src/liblzma'
make[3]: *** [Makefile:1736: all-recursive] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1-.ppc/src/liblzma'
make[2]: *** [Makefile:438: all-recursive] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1-.ppc/src'
make[1]: *** [Makefile:602: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1-.ppc'
make: *** [Makefile:492: all] Error 2
* ERROR: app-arch/xz-utils-5.8.1::gentoo failed (compile phase):
Same failure also when built with gcc-15.0.1_pre20250413: [...] In file included from /var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1/src/liblzma/lzma/lzma_decoder.c:14: /var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1/src/liblzma/lz/lz_decoder.h: In function 'dict_repeat': /var/tmp/portage/app-arch/xz-utils-5.8.1/work/xz-5.8.1/src/liblzma/lz/lz_decoder.h:234:17: error: corrupted value profile: stringops profile counter (1136100 out of 4813259) inconsistent with basic-block count (4902797) 234 | memcpy(dict->buf + dict->pos, dict->buf + back, left); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[4]: *** [Makefile:1560: liblzma_la-lzma_decoder.lo] Error 1 |