ENIGMA1 ubuntu kurulum sorunu

Başlatan UGURBURAK, 15 Ağustos 2013 - 21:41:16

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

UGURBURAK

enigma1 i ubuntuya dahil etme fikri oluştu aklımda böyle bir konu acılmıs benden önce ancak hayata koyamadım söyle bir code serisi buldum

#!/bin/bash
MACHINE_TYPE=`uname -m`
echo -e '\E[37;44m'"\033[1mCreating build environment for Ubuntu/Debian\033[0m"
echo -e '\E[37;44m'"\033[1mInstalling required packages\033[0m"
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
sudo apt-get install -y ia32-libs
fi
sudo apt-get install -y build-essential flex bison libtool subversion autoconf libflac-dev libogg-dev gettext
echo -e '\E[37;44m'"\033[1mChecking out newest revision from openpli svn repository\033[0m"
svn co https://openpli.svn.sourceforge.net/svnroot/openpli/trunk openpli
mkdir openpli/cdk/root && mkdir openpli/cdk/root/cdkroot && mkdir openpli/cdk/root/cdkroot/lib
wget http://ubuntuone.com/1v1okW4TKb03ryNT5bxwSb -O openpli/cdk/root/cdkroot/lib/libcrypto.so.0.9.7
echo -e '\E[37;44m'"\033[1mFixing broken archive urls\033[0m"
sed -ie 's/ftp:\/\/ftp.kernel.org\/pub\/linux\/devel\/binutils/http:\/\/pkgs.fedoraproject.org\/repo\/pkgs\/binutils\/binutils-2.15.91.0.2.tar.bz2\/41983069bef07af4f1350c6d30666b2d/g' openpli/cdk/cdk/rules-archive
sed -ie 's/http:\/\/mesh.dl.sourceforge.net\/sourceforge\/libpng/http:\/\/ftp.lfs-matrix.net\/pub\/blfs\/conglomeration\/libpng/g' openpli/cdk/cdk/rules-archive
sed -ie 's/ftp:\/\/ftp.gwdg.de\/pub\/FreeBSD\/ports\/distfiles;http:\/\/surfnet.dl.sourceforge.net\/sourceforge\/libungif/http:\/\/pkgs.fedoraproject.org\/repo\/pkgs\/libungif\/libungif-4.1.3.tar.bz2\/8c198831cc0495596c78134b8849e9ad/g' openpli/cdk/cdk/rules-archive
export CONFIG_SHELL="/bin/bash"
echo -e '\E[37;44m'"\033[1mDone fixing stuff, you can make_cdk_image now.\033[0m"
###
Remember to chmod +x before running.
After successful run simply open openpli/cdk and run
./make_cdk_image <full cdk path> <full destination path> <boxtype>



cdk path ve img oldugu yeri gösteriyorum ama bi türlü baslatamadım




heartsmagic

Hata ne peki? O hatayı geçmeden sorunu çözemeyiz.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

UGURBURAK

root@systemub:/etc/openpli/cdk/path/for/CDKbuild# ./make_cdk_image /path/for/CDKbuild /path/for/CDKbuild/1.img dm500
/path/for/CDKbuild/1.img does not exist. Creating it
mkdir: cannot create directory `/path/for/CDKbuild/1.img': No such file or directory
=========== Reverting PO files
svn: '/path/for/CDKbuild/apps/tuxbox/enigma/po/*.po' is not a working copy
svn: '/path/for/CDKbuild/apps/tuxbox/enigma/po/*.po' does not exist
svn: '/path/for/CDKbuild/apps/tuxbox/plugins/enigma/setup/po/*.po' is not a working copy
svn: '/path/for/CDKbuild/apps/tuxbox/plugins/enigma/setup/po/*.po' does not exist
=========== Initial Cleanup
make: *** /path/for/CDKbuild/apps/tuxbox/plugins: No such file or directory.  Stop.
make: *** /path/for/CDKbuild/apps/tuxbox/enigma: No such file or directory.  Stop.
=========== Get latest svn changes
./make_cdk_image: line 53: cd: /path/for/CDKbuild: No such file or directory
At revision 304.
./make_cdk_image: line 56: cd: /path/for/CDKbuild/cdk: No such file or directory
=========== Prepare dm500
./make_cdk_image: line 58: ./prepare: No such file or directory
=========== Build image (see /path/for/CDKbuild/1.img/buildlog.txt)
./make_cdk_image: line 61: /path/for/CDKbuild/1.img/buildlog.txt: No such file or directory
=========== Stage results to /path/for/CDKbuild/1.img
cp: cannot stat `/path/for/CDKbuild/root/cdkflash/images/*.img': No such file or directory
cp: cannot stat `/path/for/CDKbuild/root/cdkflash/images/*.zip': No such file or directory
root@systemub:/etc/openpli/cdk/path/for/CDKbuild#


isterseniz ls çıktısıda verebilirim dizinlere ait

heartsmagic

/path/for/CDKbuild /path/for/CDKbuild/1.img

Bu örneği nerede buldun bilmiyorum ancak kendisi söylediğim gibi bir örnek. /path/to/CDKbuild dediği Türkçe olarak şudur: /nerede/bu/CDKbuild. Kısacası senin buraya CDKbuild denen dizin her neyse tam yolunu girmen gerekiyor. Örneğin:

/home/kullanıcı_adın/İndirilenler/CDKbuild
/home/kullanıcı_adın/Masaüstü/CDKbuild
/home/kullanıcı_adın/CDKbuild


gibi.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

UGURBURAK

#4
oot@systemub:/etc/openpli/cdk/path/for/CDKbuild# ./make_cdk_image  /etc/openpli/cdk/path/for/CDKbuild /etc/openpli/cdk/path/for/CDKbuild/1.img  dm500
/etc/openpli/cdk/path/for/CDKbuild/1.img is a plain file. Please check out and restart
root@systemub:/etc/openpli/cdk/path/for/CDKbuild# ./make_cdk_image  etc/openpli/cdk/path/for/CDKbuild etc/open/cdk/path/for/CDKbuild  dm500
etc/open/cdk/path/for/CDKbuild does not exist. Creating it
mkdir: cannot create directory `etc/open/cdk/path/for/CDKbuild': No such file or directory
=========== Reverting PO files
svn: 'etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/enigma/po/*.po' is not a working copy
svn: 'etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/enigma/po/*.po' does not exist
svn: 'etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/plugins/enigma/setup/po/*.po' is not a working copy
svn: 'etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/plugins/enigma/setup/po/*.po' does not exist
=========== Initial Cleanup
make: *** etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/plugins: No such file or directory.  Stop.
make: *** etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/enigma: No such file or directory.  Stop.
=========== Get latest svn changes
./make_cdk_image: line 53: cd: etc/openpli/cdk/path/for/CDKbuild: No such file or directory
^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[BAt revision 304.
./make_cdk_image: line 56: cd: etc/openpli/cdk/path/for/CDKbuild/cdk: No such file or directory
=========== Prepare dm500
./make_cdk_image: line 58: ./prepare: No such file or directory
=========== Build image (see etc/open/cdk/path/for/CDKbuild/buildlog.txt)
./make_cdk_image: line 61: etc/open/cdk/path/for/CDKbuild/buildlog.txt: No such file or directory
=========== Stage results to etc/open/cdk/path/for/CDKbuild
cp: cannot stat `etc/openpli/cdk/path/for/CDKbuild/root/cdkflash/images/*.img': No such file or directory
cp: cannot stat `etc/openpli/cdk/path/for/CDKbuild/root/cdkflash/images/*.zip': No such file or directory
root@systemub:/etc/openpli/cdk/path/for/CDKbuild#


restartlıyorum aynı

heartsmagic

/etc/openpli/cdk/path/for/CDKbuild/ dismi de bir garip, yine bir yerlerdeki alıntıyla oluşturmuşsun sanırım. Sorun yapmaz ama bu, mesele ismi değil. Şu an aldığın hata da 1.img dosyasının düz metin dosyası olduğunu söylüyor, kısacası .img dosyası değilmiş kendisi. Şöyle teyit edebiliriz:

file /etc/openpli/cdk/path/for/CDKbuild/1.img

Bu komut sadece teyit için ama, sorunu çözmeyle bir alakası yok. Zaten sorunu şu aşamada nasıl çözeceğimizi de sana söyleyemem zira orada olması gereken bir CDKbuild ve içindeki 1.img dosyası olmalı. Bu bizim çözebileceğimiz bir şey değil.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

UGURBURAK

#6
/etc/openpli/cdk/path/for/CDKbuild/1.img is a plain file. Please check out and restart
root@systemub:/etc/openpli/cdk/path/for/CDKbuild# ./make_cdk_image  /etc/openpli/cdk/path/for/CDKbuild /etc/openpli/cdk/path/for/CDKbuild/1  dm500
=========== Reverting PO files
=========== Initial Cleanup
make: Entering directory `/etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/plugins'
make: *** No rule to make target `clean'.  Stop.
make: Leaving directory `/etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/plugins'
make: Entering directory `/etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/enigma'
make: *** No rule to make target `clean'.  Stop.
make: Leaving directory `/etc/openpli/cdk/path/for/CDKbuild/apps/tuxbox/enigma'
=========== Get latest svn changes
At revision 304.
=========== Prepare dm500
rm: cannot remove `Makefile.in': No such file or directory

You must have autoconf installed to compile tuxbox-cdk.
Download the appropriate package for your system,
or get the source from one of the GNU ftp sites
listed in http://www.gnu.org/order/ftp.html

You must have automake installed to compile tuxbox-cdk.
Download the appropriate package for your system,
or get the source from one of the GNU ftp sites
listed in http://www.gnu.org/order/ftp.html

You must have libtool installed to compile tuxbox-cdk.
Download the appropriate package for your system,
or get the source from one of the GNU ftp sites
listed in http://www.gnu.org/order/ftp.html
./prepare: line 53: libtoolize: command not found
./prepare: line 58: ./configure: No such file or directory
=========== Build image (see /etc/openpli/cdk/path/for/CDKbuild/1/buildlog.txt)
=========== Stage results to /etc/openpli/cdk/path/for/CDKbuild/1
cp: cannot stat `/etc/openpli/cdk/path/for/CDKbuild/root/cdkflash/images/*.img': No such file or directory
cp: cannot stat `/etc/openpli/cdk/path/for/CDKbuild/root/cdkflash/images/*.zip': No such file or directory
root@systemub:/etc/openpli/cdk/path/for/CDKbuild#




autoconf  automake ve libtool u gösterdiği dizinlere nasıl kuracağım

heartsmagic

autoconf ve diğer eksik paketleri depodan kurabilirsin fakat şu sorun depodan halledebileceğin bir şey değil:
Alıntı Yap/etc/openpli/cdk/path/for/CDKbuild/root/cdkflash/images/*.img': No such file or directory

Sen bu iş için anlatımı nereden takip ediyorsun? Hazırlıkların tam mı yoksa bulduğun bir şeyi doğrudan uygulamaya mı çalışıyorsun? Zira buradan gördüğüm hazırlıklarının tam olmadığı yönünde. Yapmak istediğin şey tam olarak nedir?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.