Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Development
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 02-16-2005
sat-turner's Avatar
Registered User
 
Join Date: Jun 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
sat-turner is on a distinguished road
Quote:
Originally Posted by Iveky3
why i get these messages and is it critical?

...
RCS file: /cvs/tuxbox/apps/tuxbox/enigma/po/fi.po,v
retrieving revision 1.18
retrieving revision 1.1.2.6
Merging differences between 1.18 and 1.1.2.6 into fi.po
rcsmerge: warning: conflicts during merge
cvs checkout: conflicts found in apps/tuxbox/enigma/po/fi.po
C apps/tuxbox/enigma/po/fi.po
...
I use this in my remake script to prevent these messages:

#
# recover *.po-files
#
for i in $CVSDIR/apps/tuxbox/enigma/po/*.po~;
do mv $i ${i%%.po~}.po;
done
#


I found this on the Dutch board.
Reply With Quote
Sponsored links
  #22 (permalink)  
Old 02-20-2005
Registered User
 
Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
bazooka32 is on a distinguished road
Quote:
Originally Posted by Quinten
It means that cvs is unable to merge code changes between 1.8 and 1.1.2.6 automatically. If it happens on a lot of files I suggest you re-checkout the above.

cd /cvs/tuxbox/apps/tuxbox/enigma/po

rm -rf *.po

an then

cvs update -C -P
Reply With Quote
  #23 (permalink)  
Old 02-23-2005
Registered User
 
Join Date: Dec 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
et_user is on a distinguished road
Update after first build

I have build successfully the image. But i want update with last update.
I have execute: cvs update -C -P which update my file, but when reexecute make dreamboximage_root it not recompile nothing. Why?

Thanks a lot.
Reply With Quote
  #24 (permalink)  
Old 02-23-2005
Registered User
 
Join Date: Sep 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
weare is on a distinguished road
Maybe you need a " make distclean " before recompiling ;-)
Reply With Quote
  #25 (permalink)  
Old 02-24-2005
Registered User
 
Join Date: Dec 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
indian is on a distinguished road
Anyone can help me???

************************************************** *******************

[db@localhost cdk]$ make .enigma
cd /home/db/cvs-dream/apps/tuxbox/enigma && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" CXXFLAGS="-Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE" ./configure --build=i686-redhat-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/home/db/cvs-dream/root/cdkroot --with-driver=/home/db/cvs-dream/driver --with-dvbincludes=/home/db/cvs-dream/driver/include --with-target=cdk --with-boxtype=dm500 --enable-maintainer-mode --without-debug
Generating configuration files for tuxbox-enigma, please wait....
aclocal
acinclude.m4:1: warning: underquoted definition of TUXBOX_APPS
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/a...ending-aclocal
acinclude.m4:74: warning: underquoted definition of TUXBOX_APPS_DIRECTORY_ONE
acinclude.m4:96: warning: underquoted definition of TUXBOX_APPS_DIRECTORY
acinclude.m4:150: warning: underquoted definition of TUXBOX_APPS_ENDIAN
acinclude.m4:155: warning: underquoted definition of TUXBOX_APPS_DRIVER
acinclude.m4:208: warning: underquoted definition of _TUXBOX_APPS_LIB_CONFIG
acinclude.m4:223: warning: underquoted definition of TUXBOX_APPS_LIB_CONFIG
acinclude.m4:230: warning: underquoted definition of TUXBOX_APPS_LIB_CONFIG_CHECK
acinclude.m4:234: warning: underquoted definition of TUXBOX_APPS_PKGCONFIG
acinclude.m4:241: warning: underquoted definition of _TUXBOX_APPS_LIB_PKGCONFIG
acinclude.m4:256: warning: underquoted definition of TUXBOX_APPS_LIB_PKGCONFIG
acinclude.m4:263: warning: underquoted definition of TUXBOX_APPS_LIB_PKGCONFIG_CHECK
acinclude.m4:267: warning: underquoted definition of _TUXBOX_APPS_LIB_SYMBOL
acinclude.m4:276: warning: underquoted definition of TUXBOX_APPS_LIB_SYMBOL
acinclude.m4:283: warning: underquoted definition of TUXBOX_APPS_LIB_CONFIG_SYMBOL
acinclude.m4:287: warning: underquoted definition of TUXBOX_APPS_GETTEXT
aclocal:acinclude.m4:288: warning: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal:acinclude.m4:294: warning: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal:acinclude.m4:299: warning: macro `AM_PATH_PROG_WITH_TEST' not found in library
libtoolize --automake
autoconf
configure:6382: error: possibly undefined macro: AM_PATH_PROG_WITH_TEST
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoheader
automake --add-missing
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-tuxbox-linux-gnu-strip... powerpc-tuxbox-linux-gnu-strip
checking for style of include used by make... GNU
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none neededchecking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking target... cdk
checking build system type... i686-redhat-linux-gnu
checking host system type... powerpc-tuxbox-linux-gnu
checking for powerpc-tuxbox-linux-gnu-gcc... (cached) powerpc-tuxbox-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... (cached) yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... (cached) gcc3
checking for powerpc-tuxbox-linux-gnu-g++... powerpc-tuxbox-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... gcc3
checking for powerpc-tuxbox-linux-gnu-ranlib... powerpc-tuxbox-linux-gnu-ranlib
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ost/dmx.h usability... yes
checking ost/dmx.h presence... yes
checking for ost/dmx.h... yes
configure: found dvb version 1
checking for freetype-config... /home/db/cvs-dream/root/cdk/bin/freetype-config
checking for pkg-config... /usr/bin/pkg-config
checking for package id3tag... yes
checking for package mad... yes
checking for package tuxbox-md5sum... yes
checking for package tuxbox-plugins... yes
checking for package libpng... yes
checking for package sigc++-1.2... yes
checking for package tuxbox-xmltree... yes
./configure: line 6382: syntax error near unexpected token `MSGFMT,'
./configure: line 6382: `AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,'
make: *** [/home/db/cvs-dream/apps/tuxbox/enigma/Makefile] Error 2
[db@localhost cdk]$
Reply With Quote
  #26 (permalink)  
Old 02-24-2005
Registered User
 
Join Date: Sep 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
weare is on a distinguished road
check that your automake & autocong meet the requirements , look in cdk/doc/INSTALL.en .
Reply With Quote
  #27 (permalink)  
Old 02-24-2005
Registered User
 
Join Date: Dec 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
indian is on a distinguished road
I am using fedora core 3 and all files versions are higer than requirements.
Reply With Quote
  #28 (permalink)  
Old 02-24-2005
Registered User
 
Join Date: Dec 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
indian is on a distinguished road
if you compiled succesfully all , can you write your linux you use
Reply With Quote
  #29 (permalink)  
Old 02-25-2005
Spawn32's Avatar
Registered User
 
Join Date: Dec 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Spawn32 is on a distinguished road
I use Mandrake 10.1 powerpack version


Quote:
Originally Posted by indian
if you compiled succesfully all , can you write your linux you use
Reply With Quote
  #30 (permalink)  
Old 02-25-2005
blknit's Avatar
Registered User
 
Join Date: Oct 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
blknit is on a distinguished road
Debian sarge with automake1.7 and flex-old
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use USB Memory sticks on Dreambox MrBandwidth Accessories 2 07-10-2007 03:00 PM
How to build a Dreambox Source Raph4el DB Images 27 12-09-2005 05:06 AM
Multiboot for 7020 - public beta noggie Dreambox Development 265 08-22-2005 08:29 AM
bitcontrolŽ MPEG-2 Decoder and Dreambox Receiver for Windows hemertje DB Images 3 10-27-2004 04:22 PM


All times are GMT +10. The time now is 12:00 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.64744 seconds with 11 queries