Official CuBox-i XBian 1.0 Beta 2 thread
|
11th Feb, 2014, 11:17 AM
Post: #6
|
|||
|
|||
RE: Official CuBox-i XBian 1.0 Beta 2 thread
(10th Feb, 2014 05:17 AM)belese Wrote: Hi, Unfortunately, this doesn't work on the Cubox-I4Q. Here's the run down of what I did to try to achieve this. Terminal xbian@xbian-cubox ~ $ sudo apt-get install fakeroot [sudo] password for xbian: Reading package lists... Done Building dependency tree Reading state information... Done 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 (97.2 kB/s) Filesystem is not of type btrfs. Not taking any actions. Selecting previously unselected package fakeroot. (Reading database ... 25468 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@xbian-cubox ~ $ git clone https://github.com/xbianonpi/xbian-package-config-xbmc.git -bash: git: command not found xbian@xbian-cubox ~ $ whereis git git: xbian@xbian-cubox ~ $ sudo apt-get install git-core Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: git 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-core git-man liberror-perl 0 upgraded, 4 newly installed, 0 to remove and 23 not upgraded. Need to get 3,772 kB of archives. After this operation, 14.7 MB of additional disk space will be used. Do you want to continue? [Y/n] y 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] Get:4 http://ftp.sk.debian.org/debian/ jessie/main git-core all 1:1.8.5.3-1 [1,496 B] Fetched 3,772 kB in 9s (419 kB/s) Filesystem is not of type btrfs. Not taking any actions. Selecting previously unselected package liberror-perl. (Reading database ... 25507 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) ... Selecting previously unselected package git-core. Preparing to unpack .../git-core_1%3a1.8.5.3-1_all.deb ... Unpacking git-core (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) ... Setting up git-core (1:1.8.5.3-1) ... xbian@xbian-cubox ~ $ 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@xbian-cubox ~ $ git push https://github.com/xbianonpi/xbian-package-config-xbmc.git fatal: Not a git repository (or any of the parent directories): .git xbian@xbian-cubox ~ $ sudo apt-get install ca-certificates [sudo] password for xbian: Reading package lists... Done Building dependency tree Reading state information... Done 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 23 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] y 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 21s (38.8 kB/s) Filesystem is not of type btrfs. Not taking any actions. Preconfiguring packages ... Selecting previously unselected package openssl. (Reading database ... 26276 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@xbian-cubox ~ $ git config --global http.sslVerify true xbian@xbian-cubox ~ $ cd ~/ xbian@xbian-cubox ~ $ ls .git* -l -rw-r--r-- 1 xbian xbian 25 Feb 10 18:10 .gitconfig xbian@xbian-cubox ~ $ nano .gitconfig xbian@xbian-cubox ~ $ 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 | 32.00 KiB/s, done. Resolving deltas: 100% (847/847), done. Checking connectivity... done. xbian@xbian-cubox ~ $ cd xbian-package-config-xbmc xbian@xbian-cubox ~/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@xbian-cubox ~/xbian-package-config-xbmc $ sudo apt-get install binutils-arm-linux-gnueabihf Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package binutils-arm-linux-gnueabihf since the package is unavail I'm unable to build ... :\ My knowledge isn't as advanced, nor do I know where to get the package currently. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official CuBox-i XBian 1.0 RC3 Thread | IriDium | 94 | 292,373 |
21st Jun, 2015 05:59 AM Last Post: zilexa |