Termux-packages: 'gcc' failed with exit status 1

Created on 18 Jul 2018  路  5Comments  路  Source: termux/termux-packages

Most helpful comment

Bro please see your error message Python.h file not found and your previous errors was ffi.h not found and solved by __libffi-dev__ and now install python header files and you can get header files of any package (if exist) by installing its dev package so do apt install python-dev and it is possible that next time you will get error of any other header file so just install its __dev__ package and problem will be solved .

All 5 comments

apt install libffi-dev

No. Its not because of that. This time installed libffi-dev @Hax4us

Bro please see your error message Python.h file not found and your previous errors was ffi.h not found and solved by __libffi-dev__ and now install python header files and you can get header files of any package (if exist) by installing its dev package so do apt install python-dev and it is possible that next time you will get error of any other header file so just install its __dev__ package and problem will be solved .

Just search this repo for the file https://github.com/termux/termux-packages/search?q=crypt.h and install its package, in this case libcrypt

Yes. I installed libcrypt-dev . Now fixed. BTW, cloud you please refer this issue
https://github.com/Neo-Oli/termux-ubuntu/issues/60
Thank-you !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bbtdev picture bbtdev  路  3Comments

roalyr picture roalyr  路  3Comments

Wetitpig picture Wetitpig  路  3Comments

loveablefellow007 picture loveablefellow007  路  3Comments

ILadis picture ILadis  路  3Comments