#7 0-gcc (6.5.0) error: Link tests are not allowed after GCC_NO_EXECUTABLES.

Open
opened 4 years ago by amery · 2 comments
amery commented 4 years ago
Owner
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [Makefile:10839: configure-target-libssp] Error 1
make[1]: Leaving directory '/home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.205109.220.1ca8f64f40d5/gcc-6.5.0/objdir'
make: *** [Makefile:859: all] Error 2
Due to previous errors, no 0-gcc.log file!
```txt checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [Makefile:10839: configure-target-libssp] Error 1 make[1]: Leaving directory '/home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.205109.220.1ca8f64f40d5/gcc-6.5.0/objdir' make: *** [Makefile:859: all] Error 2 Due to previous errors, no 0-gcc.log file! ```
Poster
Owner

while 6.3.0

== 2020-11-09 21:21:49 =[0]=> Building base/gcc [6.3.0 master].
-> Parallel build using 24 jobs enabled.
-> Preparing build in src.gcc.multi.20201109.212148.1905.b56a9f1a84e6
-> Writing build output to $root/var/adm/logs/0-gcc.out
!>  3886 |      ref.is_read = true;
!>       |      ~~~~~~~~~~~~^~~~~~
!> ../../gcc/tree-data-ref.c:3887:4: note: here
!>  3887 |    case IFN_MASK_STORE:
!>       |    ^~~~
!> rm gcc.pod
!> Due to previous errors, no 0-gcc.log file!
!> (Try enabling xtrace in the config to track an error inside the build system.)
-> $root/var/adm/logs/0-gcc.out -> 0-gcc.err
== 2020-11-09 21:27:14 =[0]=> Aborted building package gcc.
while 6.3.0 ```txt == 2020-11-09 21:21:49 =[0]=> Building base/gcc [6.3.0 master]. -> Parallel build using 24 jobs enabled. -> Preparing build in src.gcc.multi.20201109.212148.1905.b56a9f1a84e6 -> Writing build output to $root/var/adm/logs/0-gcc.out !> 3886 | ref.is_read = true; !> | ~~~~~~~~~~~~^~~~~~ !> ../../gcc/tree-data-ref.c:3887:4: note: here !> 3887 | case IFN_MASK_STORE: !> | ^~~~ !> rm gcc.pod !> Due to previous errors, no 0-gcc.log file! !> (Try enabling xtrace in the config to track an error inside the build system.) -> $root/var/adm/logs/0-gcc.out -> 0-gcc.err == 2020-11-09 21:27:14 =[0]=> Aborted building package gcc. ```
Poster
Owner

same with 9.3.0, so I'll try to find the culprit in 6.5.x and avoid departing from gcc 6.x for now.

== 2020-11-09 22:27:44 =[0]=> Building base/gcc [9.3.0 master].
-> Parallel build using 24 jobs enabled.
-> Preparing build in src.gcc.multi.20201109.222743.1961.8544a1ad4562
-> Writing build output to $root/var/adm/logs/0-gcc.out
!> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub ..
!> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub ..
!> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub ..
!> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub ..
!> checking whether the /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/o ..
!> checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
!> Due to previous errors, no 0-gcc.log file!
!> (Try enabling xtrace in the config to track an error inside the build system.)
-> $root/var/adm/logs/0-gcc.out -> 0-gcc.err
== 2020-11-09 22:35:50 =[0]=> Aborted building package gcc.
same with `9.3.0`, so I'll try to find the culprit in `6.5.x` and avoid departing from gcc 6.x for now. ```txt == 2020-11-09 22:27:44 =[0]=> Building base/gcc [9.3.0 master]. -> Parallel build using 24 jobs enabled. -> Preparing build in src.gcc.multi.20201109.222743.1961.8544a1ad4562 -> Writing build output to $root/var/adm/logs/0-gcc.out !> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub .. !> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub .. !> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub .. !> checking if /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/opensde-ub .. !> checking whether the /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/gcc/xgcc-wrapper /home/amery/projects/opensde/opensde-ubuntu-20.04/src.gcc.multi.20201109.222743.1961.8544a1ad4562/gcc-9.3.0/objdir/./gcc/xgcc -B/home/amery/projects/opensde/o .. !> checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. !> Due to previous errors, no 0-gcc.log file! !> (Try enabling xtrace in the config to track an error inside the build system.) -> $root/var/adm/logs/0-gcc.out -> 0-gcc.err == 2020-11-09 22:35:50 =[0]=> Aborted building package gcc. ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.