Official CuBox-i XBian 1.0 Beta 2 thread
|
12th Feb, 2014, 04:40 PM
Post: #7
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
It actually worked for me fine on my i4-pro.
Terminal xbian@thinny ~ $ sudo apt-get update [sudo] password for xbian: Get:1 http://ftp.sk.debian.org jessie InRelease [153 kB] Hit http://xbian.brantje.com stable InRelease Hit http://xbian.brantje.com staging InRelease Hit http://xbian.brantje.com devel InRelease Hit http://xbian.brantje.com stable/main armhf Packages Hit http://xbian.brantje.com staging/main armhf Packages Get:2 http://ftp.sk.debian.org jessie/main armhf Packages [8,161 kB] Hit http://xbian.brantje.com devel/main armhf Packages Ign http://xbian.brantje.com stable/main Translation-en_US Ign http://xbian.brantje.com stable/main Translation-en Ign http://xbian.brantje.com staging/main Translation-en_US Ign http://xbian.brantje.com staging/main Translation-en Ign http://xbian.brantje.com devel/main Translation-en_US Ign http://xbian.brantje.com devel/main Translation-en Get:3 http://ftp.sk.debian.org jessie/main Translation-en [4,261 kB] Fetched 12.6 MB in 29s (420 kB/s) Reading package lists... Done xbian@thinny ~ $ sudo apt-get install fakeroot Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: inetutils-ping Use 'apt-get autoremove' to remove it. The following NEW packages will be installed: fakeroot 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 99.7 kB of archives. After this operation, 291 kB of additional disk space will be used. Get:1 http://ftp.sk.debian.org/debian/ jessie/main fakeroot armhf 1.18.4-2 [99.7 kB] Fetched 99.7 kB in 1s (84.1 kB/s) Filesystem is not of type btrfs. Not taking any actions. Selecting previously unselected package fakeroot. (Reading database ... 25484 files and directories currently installed.) Preparing to unpack .../fakeroot_1.18.4-2_armhf.deb ... Unpacking fakeroot (1.18.4-2) ... Setting up fakeroot (1.18.4-2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode xbian@thinny ~ $ git clone https://github.com/xbianonpi/xbian-package-config-xbmc.git -bash: git: command not found xbian@thinny ~ $ sudo apt-get install git Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: inetutils-ping Use 'apt-get autoremove' to remove it. The following extra packages will be installed: git-man liberror-perl Suggested packages: git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn The following NEW packages will be installed: git git-man liberror-perl 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 3,770 kB of archives. After this operation, 14.7 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://ftp.sk.debian.org/debian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB] Get:2 http://ftp.sk.debian.org/debian/ jessie/main git-man all 1:1.8.5.3-1 [1,228 kB] Get:3 http://ftp.sk.debian.org/debian/ jessie/main git armhf 1:1.8.5.3-1 [2,520 kB] Fetched 3,770 kB in 7s (493 kB/s) Filesystem is not of type btrfs. Not taking any actions. Selecting previously unselected package liberror-perl. (Reading database ... 25523 files and directories currently installed.) Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... Unpacking liberror-perl (0.17-1.1) ... Selecting previously unselected package git-man. Preparing to unpack .../git-man_1%3a1.8.5.3-1_all.deb ... Unpacking git-man (1:1.8.5.3-1) ... Selecting previously unselected package git. Preparing to unpack .../git_1%3a1.8.5.3-1_armhf.deb ... Unpacking git (1:1.8.5.3-1) ... Setting up liberror-perl (0.17-1.1) ... Setting up git-man (1:1.8.5.3-1) ... Setting up git (1:1.8.5.3-1) ... xbian@thinny ~ $ ls run_on_reboot xbian-config-update.log xbian@thinny ~ $ mkdir cuboxi xbian@thinny ~ $ cd cuboxi xbian@thinny ~/cuboxi $ git clone https://github.com/xbianonpi/xbian-package-config-xbmc.git Cloning into 'xbian-package-config-xbmc'... fatal: unable to access 'https://github.com/xbianonpi/xbian-package-config-xbmc.git/': Problem with the SSL CA cert (path? access rights?) xbian@thinny ~/cuboxi $ sudo apt-get install ca-certificates Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: inetutils-ping Use 'apt-get autoremove' to remove it. The following extra packages will be installed: openssl The following NEW packages will be installed: ca-certificates openssl 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 848 kB of archives. After this operation, 1,326 kB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://ftp.sk.debian.org/debian/ jessie/main openssl armhf 1.0.1f-1 [663 kB] Get:2 http://ftp.sk.debian.org/debian/ jessie/main ca-certificates all 20130906 [185 kB] Fetched 848 kB in 2s (316 kB/s) Filesystem is not of type btrfs. Not taking any actions. Preconfiguring packages ... Selecting previously unselected package openssl. (Reading database ... 26291 files and directories currently installed.) Preparing to unpack .../openssl_1.0.1f-1_armhf.deb ... Unpacking openssl (1.0.1f-1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../ca-certificates_20130906_all.deb ... Unpacking ca-certificates (20130906) ... Setting up openssl (1.0.1f-1) ... Setting up ca-certificates (20130906) ... Processing triggers for ca-certificates (20130906) ... Updating certificates in /etc/ssl/certs... 164 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. xbian@thinny ~/cuboxi $ git config --global http.sslVerify true xbian@thinny ~/cuboxi $ git clone https://github.com/xbianonpi/xbian-package-config-xbmc.git Cloning into 'xbian-package-config-xbmc'... remote: Reusing existing pack: 2087, done. remote: Total 2087 (delta 0), reused 0 (delta 0) Receiving objects: 100% (2087/2087), 775.92 KiB | 477.00 KiB/s, done. Resolving deltas: 100% (847/847), done. Checking connectivity... done. xbian@thinny ~/cuboxi $ cd xbian-package-config-xbmc/ xbian@thinny ~/cuboxi/xbian-package-config-xbmc $ ./gen.package.sh please install binutils-arm-linux-gnueabihf dpkg-deb: building package `xbian-package-config-xbmc' in `xbian-package-config-xbmc1.1.4-6.deb'. xbian@thinny ~/cuboxi/xbian-package-config-xbmc $ sudo dpkg -i xbian-package-config-xbmc1.1.4-6.deb (Reading database ... 26577 files and directories currently installed.) Preparing to unpack xbian-package-config-xbmc1.1.4-6.deb ... Unpacking xbian-package-config-xbmc (1.1.4-6) over (1.1.4-6) ... Setting up xbian-package-config-xbmc (1.1.4-6) ... xbian@thinny ~/cuboxi/xbian-package-config-xbmc $ Maybe just ignore the binutils-arm-linux-gnueabihf message. It still seems to build correctly, as I ran dpkg and now my xbian config works from within xbmc without crashing. Thanks @belese |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official CuBox-i XBian 1.0 RC3 Thread | IriDium | 94 | 292,375 |
21st Jun, 2015 05:59 AM Last Post: zilexa |