https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77511

            Bug ID: 77511
           Summary: libbacktrace could not find executable to open
           Product: gcc
           Version: 6.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zheltonozhskiy at gmail dot com
  Target Milestone: ---

When I'm trying to build this -
https://github.com/Randl/skypeopensource2/tree/a1ec02c05797853e1862ae26d8e46a1d52f4b77f
Target skyauth_exe failes on Release configuration with following:

C:\Users\eabes\Downloads\skypeopensource2-4870457f725b332ec52d6d72e688c9beddbdd87b\skypeopensource2-4870457f725b332ec52d6d72e688c9beddbdd87b\skyauth\dh_384.c:
In function 'rc4_key_generate.constprop':
C:\Users\eabes\Downloads\skypeopensource2-4870457f725b332ec52d6d72e688c9beddbdd87b\skypeopensource2-4870457f725b332ec52d6d72e688c9beddbdd87b\skyauth\dh_384.c:49:5:
internal compiler error: in get_ptr_info, at tree-ssanames.c:586
 int rc4_key_generate(int buf, int a_key, unsigned int a_len) { //TODO: MinGW
bug lto-wrapper failed
     ^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://sourceforge.net/projects/mingw-w64> for instructions.
lto-wrapper.exe: fatal error:
C:\PROGRA~1\MINGW-~1\X86_64~1.0-P\mingw64\bin\G__~1.EXE returned 1 exit status
compilation terminated.
C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
lto-wrapper failed
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe[2]: *** [skyauth/skyauth_exe.exe] Error 1

for both MinGW 6.1.0 and 6.2.0 x64.

Reply via email to