Build process breaks at....

The forum for our foreign guests... Please post in English
Antworten
shylock_1
Interessierter
Interessierter
Beiträge: 42
Registriert: Dienstag 8. Dezember 2009, 19:46

Build process breaks at....

Beitrag von shylock_1 »

Hi Forum,

I am encountering build process failing at initial stage due to following messages :

build initiated with following command:
make flash-neutrino-jffs2-all yadd-enigma <R>

/usr/bin/install -c -d /home/shylock_1/tuxbox/cdkflash
touch .deps/directories
( rm -rf binutils-2.20.51.0.2 || /bin/true ) && bunzip2 -cd /home/shylock_1/tuxbox/cdk/Archive/binutils-2.20.51.0.2.tar.bz2 | TAPE=- tar -x && ( cd binutils-2.20.51.0.2; patch -p1 < ../Patches/binutils.diff ) && ((for f1 in config.guess config.sub; do (for f2 in `find binutils-2.20.51.0.2 -name $f1`; do (test -e $f2 && rm -f $f2 && ln -s /home/shylock_1/tuxbox/cdk/Patches/$f1 $f2 && echo "updated $f2") done) done) || /bin/true) && ( rm -rf build_binutils || /bin/true ) && mkdir build_binutils
/bin/sh: patch: command not found
make[1]: *** [.deps/binutils] Error 127
make[1]: Leaving directory `/home/shylock_1/tuxbox/cdk'
make: *** [/home/shylock_1/tuxbox/cdkflash/jffs2.flfs1x] Error 2

Any clue where I can find this patch? On which file this patch applied for?

Thanks
shy
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Build process breaks at....

Beitrag von seife »

you don't have the "patch" program installed. Read the documentation of your OS and install the package which contains "patch".
jacksparrow
Neugieriger
Neugieriger
Beiträge: 4
Registriert: Montag 28. Februar 2011, 13:26

Re: Build process breaks at....

Beitrag von jacksparrow »

seife hat geschrieben:you don't have the "patch" program installed. Read the documentation of your OS and install the package which contains "patch".
thnx i had this error also as one of many :dash:
Antworten