Hi Petr,
On Mon, 26 Dec 2022 at 09:07, phodina via <[email protected]> wrote:
> So I grabbed the gcc-toolchain-4.8 and found out it's broken and
> doesn't build without errors. [1]
Note gcc-4.7 is also failing,
http://ci.guix.gnu.org/build/98496/details
but gcc-4.9 builds fine,
http://ci.guix.gnu.org/build/98527/details
Well, I guess [email protected] is built using gcc-toolchain@10 and
probably some incompatibilities. Well, my attempt is failing…
similarly.
--8<---------------cut here---------------start------------->8---
$ guix build -e '(@@ (gnu packages gcc) gcc-4.8)' \
[email protected] \
--no-grafts
[...]
cfns.gperf: At global scope:
cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’
redeclared inline with ‘gnu_inline’ attribute
cfns.gperf:26:14: note: ‘const char* libc_name_p(const char*, unsigned int)’
previously declared here
--8<---------------cut here---------------end--------------->8---
Bah, I do not know. :-)
Cheers,
simon