unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge
@ 2019-10-22 19:36 Carl Dong
  2019-10-22 21:09 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Carl Dong @ 2019-10-22 19:36 UTC (permalink / raw)
  To: 37876

Hi all,

I believe there's been a recent regression w/re MAKE-GCC-TOOLCHAIN. I'm unable
to guix build the following minimal reproducer:

--8<---------------cut here---------------start------------->8---
(use-modules (gnu packages commencement)
             (gnu packages gcc)
             (gnu packages base))

(make-gcc-toolchain gcc glibc-2.27)
--8<---------------cut here---------------end--------------->8---

My guix describe output:
Generation 33   Oct 22 2019 15:07:03    (current)
  guix f5d6c88
    repository URL: https://git.savannah.gnu.org/git/guix.git
    commit: f5d6c88d0f5e1556295c1a19c46ddfcb7a23107f

The build failure logs can be found here:
https://www.dropbox.com/s/y7sg3m786ziiwvb/gcc-glibc-2.27-7.4.0.drv.log?dl=0

Cheers,
Carl Dong
contact@carldong.me
"I fight for the users"

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

* bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge
  2019-10-22 19:36 bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge Carl Dong
@ 2019-10-22 21:09 ` Ludovic Courtès
  2019-10-22 23:17   ` Carl Dong
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2019-10-22 21:09 UTC (permalink / raw)
  To: Carl Dong; +Cc: 37876

Hello,

Carl Dong <contact@carldong.me> skribis:

> I believe there's been a recent regression w/re MAKE-GCC-TOOLCHAIN. I'm unable
> to guix build the following minimal reproducer:
>
> (use-modules (gnu packages commencement)
>              (gnu packages gcc)
>              (gnu packages base))
>
> (make-gcc-toolchain gcc glibc-2.27)
>
> My guix describe output:
> Generation 33   Oct 22 2019 15:07:03    (current)
>   guix f5d6c88
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     commit: f5d6c88d0f5e1556295c1a19c46ddfcb7a23107f
>
> The build failure logs can be found here:
> https://www.dropbox.com/s/y7sg3m786ziiwvb/gcc-glibc-2.27-7.4.0.drv.log?dl=0

So we see tons of things like:

--8<---------------cut here---------------start------------->8---
In file included from /gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/include/bits/fcntl.h:61:0,
                 from /gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/include/fcntl.h:35,
                 from ../../gcc-7.4.0/gcc/system.h:349,
                 from ../../gcc-7.4.0/gcc/genchecksum.c:21:
/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/include/bits/fcntl-linux.h:355:27: warning: ISO C++ forbids zero-size array ‘f_handle’ [-Wpedantic]
   unsigned char f_handle[0];
                           ^
In file included from ./bconfig.h:3:0,
                 from ../../gcc-7.4.0/gcc/genchecksum.c:20:
./auto-host.h:2363:16: error: declaration does not declare anything [-fpermissive]
 #define rlim_t long
                ^
/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/include/bits/resource.h:131:18: note: in expansion of macro ‘rlim_t’
 typedef __rlim_t rlim_t;
                  ^~~~~~
[…]

../../gcc-7.4.0/gcc/system.h:540:20: error: conflicting declaration of C function ‘const char* strsignal(int)’
 extern const char *strsignal (int);
                    ^~~~~~~~~
In file included from /gnu/store/x3jx25cd3q363mr7nbgzrhrv1vza6cf7-gcc-7.4.0/include/c++/cstring:42:0,
                 from ../../gcc-7.4.0/gcc/system.h:235,
                 from ../../gcc-7.4.0/gcc/genhooks.c:21:
/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/include/string.h:446:14: note: previous declaration ‘char* strsignal(int)’
 extern char *strsignal (int __sig) __THROW;
              ^~~~~~~~~

[…]

In file included from ../../gcc-7.4.0/gcc/genmodes.c:21:0:
../../gcc-7.4.0/gcc/system.h:488:14: error: conflicting declaration of C function ‘void* sbrk(int)’
 extern void *sbrk (int);
              ^~~~
In file included from ../../gcc-7.4.0/gcc/system.h:294:0,
                 from ../../gcc-7.4.0/gcc/genmodes.c:21:
/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/include/unistd.h:1044:14: note: previous declaration ‘void* sbrk(intptr_t)’
 extern void *sbrk (intptr_t __delta) __THROW;
              ^~~~

[…]
make[1]: Leaving directory '/tmp/guix-build-gcc-glibc-2.27-7.4.0.drv-0/build'
make: *** [Makefile:934: all] Error 2
command "make" "-j" "48" "FLAGS_FOR_TARGET=-B/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/lib" "LDFLAGS_FOR_TARGET=-B/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/lib -Wl,-dynamic-linker -Wl,/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/lib/ld-linux-x86-64.so.2" "LDFLAGS=-Wl,-rpath=/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/lib -Wl,-dynamic-linker -Wl,/gnu/store/5k8l1l6j8sjws40xvlhs7hqjb68ylf7l-glibc-2.27/lib/ld-linux-x86-64.so.2" "BOOT_CFLAGS=-O2 -g0" failed with status
--8<---------------cut here---------------end--------------->8---

The ‘configure’ phase shows that ‘strsignal’ and ‘sbrk’ were not quite
found, but this is confusing:

--8<---------------cut here---------------start------------->8---
checking for strsignal... no
checking for pstat_getstatic... yes
checking for sysconf... no
checking for realpath... yes
checking for sysctl... yes
checking for setrlimit... yes
checking for sysmp... yes
checking for sbrk... no
checking for table... yes
checking for spawnve... no
checking for times... no
checking for spawnvpe... yes
checking for wait3... no
checking for strerror... yes
checking for wait4... yes
checking for strsignal... yes
[…]
checking whether sbrk is declared... yes
--8<---------------cut here---------------end--------------->8---

Does it work with ‘glibc-2.28’?

We’re not building any such toolchain in CI but we probably should…

Ludo’.

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

* bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge
  2019-10-22 21:09 ` Ludovic Courtès
@ 2019-10-22 23:17   ` Carl Dong
  2019-10-23 15:30     ` Carl Dong
  0 siblings, 1 reply; 5+ messages in thread
From: Carl Dong @ 2019-10-22 23:17 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37876@debbugs.gnu.org

Hi Ludo’,

> Does it work with ‘glibc-2.28’?

Curiously... glibc-2.28 also doesn't work:
https://www.dropbox.com/s/ly7u4sf0umgz509/gcc-glibc-2.28-7.4.0.drv.log?dl=1

> We’re not building any such toolchain in CI but we probably should…

I think so too, happy to contribute a patch for the CI after we figure this out.

Cheers,
Carl Dong
contact@carldong.me
"I fight for the users"

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

* bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge
  2019-10-22 23:17   ` Carl Dong
@ 2019-10-23 15:30     ` Carl Dong
  2021-10-24 11:57       ` Morgan Smith
  0 siblings, 1 reply; 5+ messages in thread
From: Carl Dong @ 2019-10-23 15:30 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37876@debbugs.gnu.org

Hi all,

Looking closer at the code, the regression seems to be in MAKE-GCC-LIBC in (gnu
packages base), rather than in MAKE-GCC-TOOLCHAIN.

New minimal reproducer:

--8<---------------cut here---------------start------------->8---
(use-modules (gnu packages commencement)
             (gnu packages gcc)
             (gnu packages base))

(make-gcc-libc gcc glibc-2.28)
--8<---------------cut here---------------end--------------->8---

Cheers,
Carl Dong
contact@carldong.me
"I fight for the users"

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

* bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge
  2019-10-23 15:30     ` Carl Dong
@ 2021-10-24 11:57       ` Morgan Smith
  0 siblings, 0 replies; 5+ messages in thread
From: Morgan Smith @ 2021-10-24 11:57 UTC (permalink / raw)
  To: Carl Dong; +Cc: 37876@debbugs.gnu.org

I tried this today as of commit 49d19b35cebd749510b7dddd773d76a3a96d1358
and it seems to build.

Are you still experiencing this issue?


Morgan




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

end of thread, other threads:[~2021-10-24 11:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 19:36 bug#37876: Regression in MAKE-GCC-TOOLCHAIN after core-updates merge Carl Dong
2019-10-22 21:09 ` Ludovic Courtès
2019-10-22 23:17   ` Carl Dong
2019-10-23 15:30     ` Carl Dong
2021-10-24 11:57       ` Morgan Smith

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).