CVS compile Error

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

CVS compile Error

Beitrag von Gastone »

hello, just updated the os (fedora 14 32) and i have this kind of error:

Code: Alles auswählen

echo '' > /home/Albe/dreambox/tuxbox-20101112_0116/cdk/build_glibc_dream/wctype/stamp.oST
mv -f /home/Albe/dreambox/tuxbox-20101112_0116/cdk/build_glibc_dream/wctype/stamp.oST /home/Albe/dreambox/tuxbox-20101112_0116/cdk/build_glibc_dream/wctype/stamp.oS
make[3]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_0116/cdk/glibc-2.3.2/wctype'
make  -C manual subdir_lib
make[3]: Entering directory `/home/Albe/dreambox/tuxbox-20101112_0116/cdk/glibc-2.3.2/manual'
Makefile:250: *** regole implicite e normali miste.  Stop.
make[3]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_0116/cdk/glibc-2.3.2/manual'
make[2]: *** [manual/subdir_lib] Errore 2
make[2]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_0116/cdk/glibc-2.3.2'
make[1]: *** [all] Errore 2
make[1]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_0116/cdk/build_glibc_dream'
make: *** [.deps/libc] Errore 2
toolchecker output:

Code: Alles auswählen

Tool Checker for Tuxbox-CVS

automake    >=1.7    : Installed! (Version: 1.11.1)
autoconf    >=2.50   : Installed! (Version: 2.66)
cvs                  : Installed!
svn                  : Installed!
libtool     >=1.4.2  : Installed! (Version: 2.2.10)
make        >=3.79   : Installed! (Version: 3.82)
gettext     >=0.12.1 : Installed! (Version: 0.18.1)
makeinfo             : Installed!
tar                  : Installed!
bunzip2              : Installed!
gunzip               : Installed!
patch                : Installed!
infocmp              : Installed!
g++         >=3.0    : Installed! (Version: 4.5.1)
bison                : Installed!
flex                 : Installed!
pkg-config           : Installed!
python               : Installed!
wget                 : Installed!
yacc                 : Installed!
ncurses-devel        : Installed!
zlib-devel           : Installed!

In case of missing packages use your package manager (eg. apt, yum or yast) to install them!
Otherwise your build will most likely fail.
any suggestion?
thanks in advance
regards
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: CVS compile Error

Beitrag von rhabarber1848 »

Please show the CVS command use used for checkout of the code and the
parameters to cdk/configure you used.
Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

Re: CVS compile Error

Beitrag von Gastone »

hello, thanks for the reply

it hangs as well with this clean script:

Code: Alles auswählen

#!/bin/bash

####...some dirs var####

mkdir -p $CVS/cdk
ln -sv $ARCHIVE $CDK
cd $CVS
export CVS_RSH=ssh
cvs -d  anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -PA  .
cd $CDK 
chmod ugo+x prepare_dream
./prepare_dream
#cp $HOME/dreambox/root-enigma-squashfs-local.sh $CDK/root-enigma-squashfs-local.sh
chmod +x root-enigma-squashfs-local.sh
make flash-enigma-squashfs
exit
quits so:

Code: Alles auswählen

echo 'wctype/wcfuncs.os wctype/wctype.os wctype/iswctype.os wctype/wctrans.os wctype/towctrans.os wctype/wcfuncs_l.os wctype/wctype_l.os wctype/iswctype_l.os wctype/wctrans_l.os wctype/towctrans_l.os' > /home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream/wctype/stamp.osT
mv -f /home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream/wctype/stamp.osT /home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream/wctype/stamp.os
echo '' > /home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream/wctype/stamp.oST
mv -f /home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream/wctype/stamp.oST /home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream/wctype/stamp.oS
make[3]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_2053/cdk/glibc-2.3.2/wctype'
make  -C manual subdir_lib
make[3]: Entering directory `/home/Albe/dreambox/tuxbox-20101112_2053/cdk/glibc-2.3.2/manual'
Makefile:250: *** regole implicite e normali miste.  Stop.
make[3]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_2053/cdk/glibc-2.3.2/manual'
make[2]: *** [manual/subdir_lib] Errore 2
make[2]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_2053/cdk/glibc-2.3.2'
make[1]: *** [all] Errore 2
make[1]: Leaving directory `/home/Albe/dreambox/tuxbox-20101112_2053/cdk/build_glibc_dream'
make: *** [.deps/libc] Errore 2
i notified it only after the os upgrade
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: CVS compile Error

Beitrag von seife »

Probably a make 3.82 problem. I will try to reproduce (need to install first)
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: CVS compile Error

Beitrag von seife »

fixed.
Gastone
Interessierter
Interessierter
Beiträge: 40
Registriert: Donnerstag 30. April 2009, 18:49

Re: CVS compile Error

Beitrag von Gastone »

All fine now
thanks