pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 624 forks source link

Build fails on debian jessie #92

Open jkozak opened 9 years ago

jkozak commented 9 years ago

Here's the end of the build.log for crosstalk-NG:

[DEBUG]    ==> Executing: 'touch' '/opt/esp8266-open-sdk/crosstool-NG/.build/src/.cloog-0.18.1.extracted' 
[DEBUG]    ==> Executing: 'rm' '-f' '/opt/esp8266-open-sdk/crosstool-NG/.build/src/.cloog-0.18.1.extracting' 
[DEBUG]    Entering '/opt/esp8266-open-sdk/crosstool-NG/.build/src/cloog-0.18.1'
[EXTRA]    Patching 'cloog-0.18.1'
[DEBUG]    Looking for patches in '/opt/esp8266-open-sdk/crosstool-NG/lib/ct-ng.1.20.0/patches/cloog/0.18.1'...
[DEBUG]    Looking for patches in ''...
[DEBUG]    Looking for patches in '/opt/esp8266-open-sdk/crosstool-NG/local-patches/cloog/0.18.1'...
[DEBUG]    Looking for patches in ''...
[ALL  ]    Overiding config.guess and config.sub
[ALL  ]    '/opt/esp8266-open-sdk/crosstool-NG/scripts/config.guess' -> './autoconf/config.guess'
[ALL  ]    '/opt/esp8266-open-sdk/crosstool-NG/scripts/config.guess' -> './osl/autoconf/config.guess'
[ALL  ]    '/opt/esp8266-open-sdk/crosstool-NG/scripts/config.guess' -> './isl/config.guess'
[ALL  ]    '/opt/esp8266-open-sdk/crosstool-NG/scripts/config.sub' -> './autoconf/config.sub'
[ALL  ]    '/opt/esp8266-open-sdk/crosstool-NG/scripts/config.sub' -> './osl/autoconf/config.sub'
[ALL  ]    '/opt/esp8266-open-sdk/crosstool-NG/scripts/config.sub' -> './isl/config.sub'
[DEBUG]    ==> Executing: 'touch' '/opt/esp8266-open-sdk/crosstool-NG/.build/src/.cloog-0.18.1.patched' 
[DEBUG]    ==> Executing: 'rm' '-f' '/opt/esp8266-open-sdk/crosstool-NG/.build/src/.cloog-0.18.1.patching' 
[DEBUG]    ==> Executing: 'mkdir' '-p' '/opt/esp8266-open-sdk/crosstool-NG/.build/src/cloog-0.18.1/m4' 
[DEBUG]    ==> Executing: 'touch' '/opt/esp8266-open-sdk/crosstool-NG/.build/src/.mpc-1.0.2.extracting' 
[DEBUG]    Entering '/opt/esp8266-open-sdk/crosstool-NG/.build/src'
[EXTRA]    Extracting 'mpc-1.0.2'
[DEBUG]    ==> Executing: 'mkdir' '-p' 'mpc-1.0.2' 
[DEBUG]    ==> Executing: 'tar' '--strip-components=1' '-C' 'mpc-1.0.2' '-xv' '-f' '-' 
[FILE ]    tar: Archive is compressed. Use -z option
[FILE ]    tar: Error is not recoverable: exiting now
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Extracting and patching toolchain components'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@257]
[ERROR]  >>        called from: CT_Extract[scripts/functions@955]
[ERROR]  >>        called from: do_mpc_extract[scripts/build/companion_libs/140-mpc.sh@21]
[ERROR]  >>        called from: do_companion_libs_extract[scripts/build/companion_libs.sh@22]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@606]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      'share/doc/crosstool-ng/ct-ng.1.20.0/B - Known issues.txt'
[ERROR]  
ghost commented 8 years ago

if this is still a problem, then it should be submitted to crosstool-ng and not here right?