please suggest toolchain for beaglebone black

Asked by imran khalid

i am using beaglebone black and otherside ubuntu kindly suggest me toolchain what should i use ?

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andre Vieira (andre-simoesdiasvieira) said :
#1

Hi Imran,

Im not entirely sure on what you are trying to achieve. Though it seems your three questions are related. Assuming you are trying to find a gcc to compile for your beaglebone black, I would like to point out to you that the Beaglebone Black comes with OS support. So if you are running an OS on it (Ubuntu, Debian, Android), you might want to download the appropriate toolchain for that device with the OS you choose.

It also seemed to me that you were looking for a Cross compiler to compile on your machine and load the image onto the beaglebone? Have a look at: https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-ARMCrossCompiler:GCC

If you have further questions I suggest you try to find a support website/forum/chat for the beaglebone as we here only offer support for questions related to our own toolchain which is aimed at bare-metal development, i.e. devices with no operating systems.

Hope this helps,
Andre

Revision history for this message
imran khalid (imrankhalid110320) said :
#2

Thakyou so much Mr Andre Vieira my problem has been solved.

On Tue, Jan 19, 2016 at 2:47 PM, Andre Vieira <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Answered
>
> Andre Vieira proposed the following answer:
> Hi Imran,
>
> Im not entirely sure on what you are trying to achieve. Though it seems
> your three questions are related. Assuming you are trying to find a gcc
> to compile for your beaglebone black, I would like to point out to you
> that the Beaglebone Black comes with OS support. So if you are running
> an OS on it (Ubuntu, Debian, Android), you might want to download the
> appropriate toolchain for that device with the OS you choose.
>
> It also seemed to me that you were looking for a Cross compiler to
> compile on your machine and load the image onto the beaglebone? Have a
> look at: https://eewiki.net/display/linuxonarm/BeagleBone+Black
> #BeagleBoneBlack-ARMCrossCompiler:GCC
>
> If you have further questions I suggest you try to find a support
> website/forum/chat for the beaglebone as we here only offer support for
> questions related to our own toolchain which is aimed at bare-metal
> development, i.e. devices with no operating systems.
>
> Hope this helps,
> Andre
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#3

hi !
i am installing this package but output is having error

help me

root@osboxes:/# sudo apt-get install libicu-dev:armhf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libicu-dev:armhf : Depends: libicu52:armhf (= 52.1-8+deb8u2) but it is not
going to be installed
E: Unable to correct problems, you have held broken packages.

On Sat, Jan 23, 2016 at 11:32 AM, imran khalid <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Answered => Open
>
> You are still having a problem:
> Thakyou so much Mr Andre Vieira my problem has been solved.
>
>
> On Tue, Jan 19, 2016 at 2:47 PM, Andre Vieira <
> <email address hidden>> wrote:
>
> > Your question #281127 on GCC ARM Embedded changed:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > Status: Open => Answered
> >
> > Andre Vieira proposed the following answer:
> > Hi Imran,
> >
> > Im not entirely sure on what you are trying to achieve. Though it seems
> > your three questions are related. Assuming you are trying to find a gcc
> > to compile for your beaglebone black, I would like to point out to you
> > that the Beaglebone Black comes with OS support. So if you are running
> > an OS on it (Ubuntu, Debian, Android), you might want to download the
> > appropriate toolchain for that device with the OS you choose.
> >
> > It also seemed to me that you were looking for a Cross compiler to
> > compile on your machine and load the image onto the beaglebone? Have a
> > look at: https://eewiki.net/display/linuxonarm/BeagleBone+Black
> > #BeagleBoneBlack-ARMCrossCompiler:GCC
> >
> > If you have further questions I suggest you try to find a support
> > website/forum/chat for the beaglebone as we here only offer support for
> > questions related to our own toolchain which is aimed at bare-metal
> > development, i.e. devices with no operating systems.
> >
> > Hope this helps,
> > Andre
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> >
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=0
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

Please provide the output of the following diagnostic commands:

uname -a
lsb_release -crid
dpkg --print-architecture
dpkg --print-foreign-architectures
apt-cache policy libicu-dev:armhf libicu52:armhf libicu-dev libicu52
sudo dpkg --audit

Revision history for this message
imran khalid (imrankhalid110320) said :
#5

this is my output
osboxes@osboxes:~$ su -
Password:
root@osboxes:~# uname -a
Linux osboxes 3.16.0-4-586 #1 Debian 3.16.7-ckt20-1+deb8u2 (2016-01-02)
i686 GNU/Linux
root@osboxes:~# lsb_release -crid
Distributor ID: Debian
Description: Debian GNU/Linux 8.1 (jessie)
Release: 8.1
Codename: jessie
root@osboxes:~# dpkg --print-architecture
i386
root@osboxes:~# dpkg --print-foreign-architecture
dpkg: error: unknown option --print-foreign-architecture

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or
'more' !
root@osboxes:~# dpkg --print-foreign-architectures
armhf
root@osboxes:~# apt-cache policy libicu-dev:armhf libicu52:armhf libicu-dev
libicu52
libicu-dev:armhf:
  Installed: (none)
  Candidate: 52.1-8+deb8u2
  Version table:
     52.1-8+deb8u2 0
        500 http://ftp.us.debian.org/debian/ jessie/main armhf Packages
libicu52:armhf:
  Installed: (none)
  Candidate: 52.1-8+deb8u2
  Version table:
     52.1-8+deb8u2 0
        500 http://ftp.us.debian.org/debian/ jessie/main armhf Packages
libicu-dev:
  Installed: (none)
  Candidate: 52.1-8+deb8u2
  Version table:
     52.1-8+deb8u2 0
        500 http://ftp.us.debian.org/debian/ jessie/main i386 Packages
libicu52:
  Installed: 52.1-8+deb8u3
  Candidate: 52.1-8+deb8u3
  Version table:
 *** 52.1-8+deb8u3 0
        100 /var/lib/dpkg/status
     52.1-8+deb8u2 0
        500 http://ftp.us.debian.org/debian/ jessie/main i386 Packages
root@osboxes:~# sudo dpkg --audit

On Sat, Jan 23, 2016 at 3:17 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Please provide the output of the following diagnostic commands:
>
> uname -a
> lsb_release -crid
> dpkg --print-architecture
> dpkg --print-foreign-architectures
> apt-cache policy libicu-dev:armhf libicu52:armhf libicu-dev libicu52
> sudo dpkg --audit
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

I assume that this is the root cause:

libicu52:
   Installed: 52.1-8+deb8u3
   Candidate: 52.1-8+deb8u3
   Version table:
  *** 52.1-8+deb8u3 0
         100 /var/lib/dpkg/status
      52.1-8+deb8u2 0
         500 http://ftp.us.debian.org/debian/ jessie/main i386 Packages

There is a version difference shown, but that does not fit to the information in https://packages.debian.org/search?keywords=libicu52&searchon=names&suite=stable&section=all

Have you reloaded the package information (apt-get update) before trying to install the packages?

Revision history for this message
imran khalid (imrankhalid110320) said :
#7

 i think so i did .

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

Try again.

Issue the commands

sudo apt-get update
sudo apt-cache policy libicu-dev:armhf libicu52:armhf libicu-dev libicu52

and copy/paste the output again.

Revision history for this message
imran khalid (imrankhalid110320) said :
#9

hey i am sorry i didnt response you because my system has been crashed .
now i again installing toolchain but i have some error kindly help me there
.

On Sun, Jan 24, 2016 at 3:26 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Manfred Hampl requested more information:
> Try again.
>
> Issue the commands
>
> sudo apt-get update
> sudo apt-cache policy libicu-dev:armhf libicu52:armhf libicu-dev libicu52
>
> and copy/paste the output again.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#10

here my output

root@osboxes:/etc/apt# nano sources.list
root@osboxes:/etc/apt# apt-get update
Err http://www.emdebian.org unstable InRelease

Err http://www.emdebian.org unstable Release.gpg
  Could not resolve 'www.emdebian.org'
Reading package lists... Done
W: Failed to fetch http://www.emdebian.org/emdebian/dists/unstable/InRelease

W: Failed to fetch
http://www.emdebian.org/emdebian/dists/unstable/Release.gpg Could not
resolve 'www.emdebian.org'

W: Some index files failed to download. They have been ignored, or old ones
used instead.
root@osboxes:/etc/apt# nano sources.list
root@osboxes:/etc/apt# apt-get update
Get:1 http://ftp.us.debian.org unstable InRelease [277
kB]
Get:2 http://ftp.us.debian.org unstable/main armhf Packages/DiffIndex [27.9
kB]
Get:3 http://ftp.us.debian.org unstable/contrib armhf Packages/DiffIndex
[21.8 kB]
Get:4 http://ftp.us.debian.org unstable/non-free armhf Packages/DiffIndex
[19.7 kB]
Get:5 http://ftp.us.debian.org unstable/main i386 Packages/DiffIndex [27.9
kB]
Get:6 http://ftp.us.debian.org unstable/contrib i386 Packages/DiffIndex
[22.5 kB]
Get:7 http://ftp.us.debian.org unstable/non-free i386 Packages/DiffIndex
[20.4 kB]
Get:8 http://ftp.us.debian.org unstable/contrib Translation-en/DiffIndex
[7,432 B]
Get:9 http://ftp.us.debian.org unstable/main Translation-en/DiffIndex [27.9
kB]
Get:10 http://ftp.us.debian.org unstable/non-free Translation-en/DiffIndex
[15.3 kB]
Get:11 http://ftp.us.debian.org unstable/main armhf
2016-01-25-0846.56.pdiff [2,208 B]
Get:12 http://ftp.us.debian.org unstable/main i386 2016-01-25-0846.56.pdiff
[1,717 B]
Get:13 http://ftp.us.debian.org unstable/main armhf
2016-01-25-0846.56.pdiff [2,208 B]
Get:14 http://ftp.us.debian.org unstable/main 2016-01-25-0846.56.pdiff [511
B]
Err http://www.emdebian.org unstable
InRelease

Err http://www.emdebian.org unstable
Release.gpg
  Could not resolve 'www.emdebian.org'
Get:15 http://ftp.us.debian.org unstable/main i386 2016-01-25-0846.56.pdiff
[1,717 B]
Get:16 http://ftp.us.debian.org unstable/main 2016-01-25-0846.56.pdiff [511
B]
Fetched 472 kB in 35s (13.3 kB/s)
Reading package lists... Done
W: Failed to fetch http://www.emdebian.org/debian/dists/unstable/InRelease

W: Failed to fetch http://www.emdebian.org/debian/dists/unstable/Release.gpg
Could not resolve 'www.emdebian.org'

W: Some index files failed to download. They have been ignored, or old ones
used instead.
root@osboxes:/etc/apt# apt-get install emdebian-archive-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
emdebian-archive-keyring is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1318 not upgraded.
root@osboxes:/etc/apt# apt-get install build-essential libc6-armhf-cross
libc6-dev-armhf-cross
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6-armhf-cross is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~) but
3.14.2.2-1 is to be installed
                      Breaks: gnome-themes-standard-data:armhf (< 3.18.0-2~)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.
root@osboxes:/etc/apt# apt-get install gcc-4.9-arm-linux-gnueabihf
g++-4.9-arm-linux-gnueabihf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 g++-4.9-arm-linux-gnueabihf : Depends: libstdc++-4.9-dev:armhf (=
4.9.2-16) but it is not going to be installed
 gcc-4.9-arm-linux-gnueabihf : Depends: libgcc-4.9-dev:armhf (= 4.9.2-16)
but it is not going to be installed
                               Recommends: libc6-dev:armhf (>= 2.13-5) but
it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@osboxes:/etc/apt# cd /
root@osboxes:/# cd /usr/bin
root@osboxes:/usr/bin# ls arm*
arm2hpdl arm-linux-gnueabihf-ld.gold
arm-linux-gnueabihf-addr2line arm-linux-gnueabihf-nm
arm-linux-gnueabihf-ar arm-linux-gnueabihf-objcopy
arm-linux-gnueabihf-as arm-linux-gnueabihf-objdump
arm-linux-gnueabihf-c++filt arm-linux-gnueabihf-ranlib
arm-linux-gnueabihf-dwp arm-linux-gnueabihf-readelf
arm-linux-gnueabihf-elfedit arm-linux-gnueabihf-size
arm-linux-gnueabihf-gprof arm-linux-gnueabihf-strings
arm-linux-gnueabihf-ld arm-linux-gnueabihf-strip
arm-linux-gnueabihf-ld.bfd

On Mon, Jan 25, 2016 at 9:51 AM, Imran Khalid <email address hidden>
wrote:

> hey i am sorry i didnt response you because my system has been crashed .
> now i again installing toolchain but i have some error kindly help me there
> .
>
> On Sun, Jan 24, 2016 at 3:26 PM, Manfred Hampl <
> <email address hidden>> wrote:
>
>> Your question #281127 on GCC ARM Embedded changed:
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>
>> Manfred Hampl requested more information:
>> Try again.
>>
>> Issue the commands
>>
>> sudo apt-get update
>> sudo apt-cache policy libicu-dev:armhf libicu52:armhf libicu-dev libicu52
>>
>> and copy/paste the output again.
>>
>> --
>> To answer this request for more information, you can either reply to
>> this email or enter your reply at the following page:
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>
>> You received this question notification because you asked the question.
>>
>
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

Your sources.list entry for emdebian seems to be wrong.

I assume you have
deb http://www.emdebian.org/emdebian/ unstable main
instead of
deb http://www.emdebian.org/debian/ unstable main

Try correcting your sources.list file, reload the package information and try again.

"0 upgraded, 0 newly installed, 0 to remove and 1318 not upgraded." indicates that you have not updated your packages to the latest version.

Revision history for this message
imran khalid (imrankhalid110320) said :
#12

root@osboxes:/etc/apt# nano sources.list
root@osboxes:/etc/apt# apt-get update
Get:1 http://ftp.us.debian.org unstable InRelease [277
kB]
Ign http://www.emdebian.org unstable
InRelease
Ign http://www.emdebian.org unstable
Release.gpg
Ign http://www.emdebian.org unstable
Release
Get:2 http://ftp.us.debian.org unstable/contrib Translation-en [48.9
kB]
Get:3 http://ftp.us.debian.org unstable/main Translation-en [5,272
kB]
Err http://www.emdebian.org unstable/main i386
Packages
  404 Not Found
Ign http://www.emdebian.org unstable/main Translation-en_GB
Ign http://www.emdebian.org unstable/main Translation-en
15% [3 Translation-en 540 kB/5,272 kB 10%] 44.3 kB/s 1min
46s
37% [3 Translation-en 1,745 kB/5,272 kB 33%] 87.2 kB/s
40s
Get:4 http://ftp.us.debian.org unstable/non-free Translation-en [82.4
kB]
Get:5 http://ftp.us.debian.org unstable/main i386 Packages [8,062
kB]
Get:6 http://ftp.us.debian.org unstable/contrib i386 Packages [59.2
kB]
Get:7 http://ftp.us.debian.org unstable/non-free i386 Packages [86.6
kB]
Fetched 13.9 MB in 4min 28s (51.7
kB/s)
W: Failed to fetch
http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
404 Not Found

E: Some index files failed to download. They have been ignored, or old ones
used instead.
root@osboxes:/etc/apt#
root@osboxes:/etc/apt#
root@osboxes:/etc/apt# apt-get install sudo
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  sudo
0 upgraded, 1 newly installed, 0 to remove and 1292 not upgraded.
Need to get 987 kB of archives.
After this operation, 2,922 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ unstable/main sudo i386 1.8.15-1.1
[987 kB]
Fetched 987 kB in 38s (25.3
kB/s)
Selecting previously unselected package sudo.
(Reading database ... 137269 files and directories currently installed.)
Preparing to unpack .../sudo_1.8.15-1.1_i386.deb ...
Unpacking sudo (1.8.15-1.1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u1) ...
Setting up sudo (1.8.15-1.1) ...
Processing triggers for systemd (215-17+deb8u1) ...
root@osboxes:/etc/apt# apt-get install emdebian-archive-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  emdebian-archive-keyring
0 upgraded, 1 newly installed, 0 to remove and 1292 not upgraded.
Need to get 6,942 B of archives.
After this operation, 20.5 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ unstable/main
emdebian-archive-keyring all 2.0.5 [6,942 B]
Fetched 6,942 B in 14s (492
B/s)
Selecting previously unselected package emdebian-archive-keyring.
(Reading database ... 137376 files and directories currently installed.)
Preparing to unpack .../emdebian-archive-keyring_2.0.5_all.deb ...
Unpacking emdebian-archive-keyring (2.0.5) ...
Setting up emdebian-archive-keyring (2.0.5) ...
OK
root@osboxes:/etc/apt# apt-get install build-essential libc6-armhf-cross
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~) but
3.14.2.2-1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.
root@osboxes:/etc/apt#

On Mon, Jan 25, 2016 at 10:22 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Your sources.list entry for emdebian seems to be wrong.
>
> I assume you have
> deb http://www.emdebian.org/emdebian/ unstable main
> instead of
> deb http://www.emdebian.org/debian/ unstable main
>
> Try correcting your sources.list file, reload the package information
> and try again.
>
> "0 upgraded, 0 newly installed, 0 to remove and 1318 not upgraded."
> indicates that you have not updated your packages to the latest version.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=10
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#13

root@osboxes:/etc/apt# apt-get install build-essential libc6-armhf-cross
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~) but
3.14.2.2-1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.

On Mon, Jan 25, 2016 at 12:42 PM, imran khalid <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Answered => Open
>
> You are still having a problem:
> root@osboxes:/etc/apt# nano sources.list
> root@osboxes:/etc/apt# apt-get update
> Get:1 http://ftp.us.debian.org unstable InRelease [277
> kB]
> Ign http://www.emdebian.org unstable
> InRelease
> Ign http://www.emdebian.org unstable
> Release.gpg
> Ign http://www.emdebian.org unstable
> Release
> Get:2 http://ftp.us.debian.org unstable/contrib Translation-en [48.9
> kB]
> Get:3 http://ftp.us.debian.org unstable/main Translation-en [5,272
> kB]
> Err http://www.emdebian.org unstable/main i386
> Packages
> 404 Not Found
> Ign http://www.emdebian.org unstable/main Translation-en_GB
> Ign http://www.emdebian.org unstable/main Translation-en
> 15% [3 Translation-en 540 kB/5,272 kB 10%] 44.3 kB/s 1min
> 46s
> 37% [3 Translation-en 1,745 kB/5,272 kB 33%] 87.2 kB/s
> 40s
> Get:4 http://ftp.us.debian.org unstable/non-free Translation-en [82.4
> kB]
> Get:5 http://ftp.us.debian.org unstable/main i386 Packages [8,062
> kB]
> Get:6 http://ftp.us.debian.org unstable/contrib i386 Packages [59.2
> kB]
> Get:7 http://ftp.us.debian.org unstable/non-free i386 Packages [86.6
> kB]
> Fetched 13.9 MB in 4min 28s (51.7
> kB/s)
> W: Failed to fetch
> http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
> 404 Not Found
>
> E: Some index files failed to download. They have been ignored, or old ones
> used instead.
> root@osboxes:/etc/apt#
> root@osboxes:/etc/apt#
> root@osboxes:/etc/apt# apt-get install sudo
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following NEW packages will be installed:
> sudo
> 0 upgraded, 1 newly installed, 0 to remove and 1292 not upgraded.
> Need to get 987 kB of archives.
> After this operation, 2,922 kB of additional disk space will be used.
> Get:1 http://ftp.us.debian.org/debian/ unstable/main sudo i386 1.8.15-1.1
> [987 kB]
> Fetched 987 kB in 38s (25.3
> kB/s)
> Selecting previously unselected package sudo.
> (Reading database ... 137269 files and directories currently installed.)
> Preparing to unpack .../sudo_1.8.15-1.1_i386.deb ...
> Unpacking sudo (1.8.15-1.1) ...
> Processing triggers for man-db (2.7.0.2-5) ...
> Processing triggers for systemd (215-17+deb8u1) ...
> Setting up sudo (1.8.15-1.1) ...
> Processing triggers for systemd (215-17+deb8u1) ...
> root@osboxes:/etc/apt# apt-get install emdebian-archive-keyring
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following NEW packages will be installed:
> emdebian-archive-keyring
> 0 upgraded, 1 newly installed, 0 to remove and 1292 not upgraded.
> Need to get 6,942 B of archives.
> After this operation, 20.5 kB of additional disk space will be used.
> Get:1 http://ftp.us.debian.org/debian/ unstable/main
> emdebian-archive-keyring all 2.0.5 [6,942 B]
> Fetched 6,942 B in 14s (492
> B/s)
> Selecting previously unselected package emdebian-archive-keyring.
> (Reading database ... 137376 files and directories currently installed.)
> Preparing to unpack .../emdebian-archive-keyring_2.0.5_all.deb ...
> Unpacking emdebian-archive-keyring (2.0.5) ...
> Setting up emdebian-archive-keyring (2.0.5) ...
> OK
> root@osboxes:/etc/apt# apt-get install build-essential libc6-armhf-cross
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~) but
> 3.14.2.2-1 is to be installed
> E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
> by held packages.
> root@osboxes:/etc/apt#
>
>
> On Mon, Jan 25, 2016 at 10:22 AM, Manfred Hampl <
> <email address hidden>> wrote:
>
> > Your question #281127 on GCC ARM Embedded changed:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > Status: Open => Answered
> >
> > Manfred Hampl proposed the following answer:
> > Your sources.list entry for emdebian seems to be wrong.
> >
> > I assume you have
> > deb http://www.emdebian.org/emdebian/ unstable main
> > instead of
> > deb http://www.emdebian.org/debian/ unstable main
> >
> > Try correcting your sources.list file, reload the package information
> > and try again.
> >
> > "0 upgraded, 0 newly installed, 0 to remove and 1318 not upgraded."
> > indicates that you have not updated your packages to the latest version.
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> >
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=10
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#14

please help me in this situation . how can i remove this umet dependencies
(gnome-themes-standard-data)

root@osboxes:/etc/apt# apt-get install gcc-5-arm-linux-gnueabihf
g++-5-arm-linux-gnueabihf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~) but
3.14.2.2-1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
by held packages.
root@osboxes:/etc/apt#

On Mon, Jan 25, 2016 at 12:52 PM, imran khalid <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You gave more information on the question:
> root@osboxes:/etc/apt# apt-get install build-essential libc6-armhf-cross
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~) but
> 3.14.2.2-1 is to be installed
> E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused
> by held packages.
>
>
> On Mon, Jan 25, 2016 at 12:42 PM, imran khalid <
> <email address hidden>> wrote:
>
> > Your question #281127 on GCC ARM Embedded changed:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > Status: Answered => Open
> >
> > You are still having a problem:
> > root@osboxes:/etc/apt# nano sources.list
> > root@osboxes:/etc/apt# apt-get update
> > Get:1 http://ftp.us.debian.org unstable InRelease [277
> > kB]
> > Ign http://www.emdebian.org unstable
> > InRelease
> > Ign http://www.emdebian.org unstable
> > Release.gpg
> > Ign http://www.emdebian.org unstable
> > Release
> > Get:2 http://ftp.us.debian.org unstable/contrib Translation-en [48.9
> > kB]
> > Get:3 http://ftp.us.debian.org unstable/main Translation-en [5,272
> > kB]
> > Err http://www.emdebian.org unstable/main i386
> > Packages
> > 404 Not Found
> > Ign http://www.emdebian.org unstable/main Translation-en_GB
> > Ign http://www.emdebian.org unstable/main Translation-en
> > 15% [3 Translation-en 540 kB/5,272 kB 10%] 44.3 kB/s
> 1min
> > 46s
> > 37% [3 Translation-en 1,745 kB/5,272 kB 33%] 87.2
> kB/s
> > 40s
> > Get:4 http://ftp.us.debian.org unstable/non-free Translation-en [82.4
> > kB]
> > Get:5 http://ftp.us.debian.org unstable/main i386 Packages [8,062
> > kB]
> > Get:6 http://ftp.us.debian.org unstable/contrib i386 Packages [59.2
> > kB]
> > Get:7 http://ftp.us.debian.org unstable/non-free i386 Packages [86.6
> > kB]
> > Fetched 13.9 MB in 4min 28s (51.7
> > kB/s)
> > W: Failed to fetch
> >
> http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
> > 404 Not Found
> >
> > E: Some index files failed to download. They have been ignored, or old
> ones
> > used instead.
> > root@osboxes:/etc/apt#
> > root@osboxes:/etc/apt#
> > root@osboxes:/etc/apt# apt-get install sudo
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > The following NEW packages will be installed:
> > sudo
> > 0 upgraded, 1 newly installed, 0 to remove and 1292 not upgraded.
> > Need to get 987 kB of archives.
> > After this operation, 2,922 kB of additional disk space will be used.
> > Get:1 http://ftp.us.debian.org/debian/ unstable/main sudo i386
> 1.8.15-1.1
> > [987 kB]
> > Fetched 987 kB in 38s (25.3
> > kB/s)
> > Selecting previously unselected package sudo.
> > (Reading database ... 137269 files and directories currently installed.)
> > Preparing to unpack .../sudo_1.8.15-1.1_i386.deb ...
> > Unpacking sudo (1.8.15-1.1) ...
> > Processing triggers for man-db (2.7.0.2-5) ...
> > Processing triggers for systemd (215-17+deb8u1) ...
> > Setting up sudo (1.8.15-1.1) ...
> > Processing triggers for systemd (215-17+deb8u1) ...
> > root@osboxes:/etc/apt# apt-get install emdebian-archive-keyring
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > The following NEW packages will be installed:
> > emdebian-archive-keyring
> > 0 upgraded, 1 newly installed, 0 to remove and 1292 not upgraded.
> > Need to get 6,942 B of archives.
> > After this operation, 20.5 kB of additional disk space will be used.
> > Get:1 http://ftp.us.debian.org/debian/ unstable/main
> > emdebian-archive-keyring all 2.0.5 [6,942 B]
> > Fetched 6,942 B in 14s (492
> > B/s)
> > Selecting previously unselected package emdebian-archive-keyring.
> > (Reading database ... 137376 files and directories currently installed.)
> > Preparing to unpack .../emdebian-archive-keyring_2.0.5_all.deb ...
> > Unpacking emdebian-archive-keyring (2.0.5) ...
> > Setting up emdebian-archive-keyring (2.0.5) ...
> > OK
> > root@osboxes:/etc/apt# apt-get install build-essential libc6-armhf-cross
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> >
> > The following packages have unmet dependencies:
> > adwaita-icon-theme : Breaks: gnome-themes-standard-data (< 3.18.0-2~)
> but
> > 3.14.2.2-1 is to be installed
> > E: Error, pkgProblemResolver::Resolve generated breaks, this may be
> caused
> > by held packages.
> > root@osboxes:/etc/apt#
> >
> >
> > On Mon, Jan 25, 2016 at 10:22 AM, Manfred Hampl <
> > <email address hidden>> wrote:
> >
> > > Your question #281127 on GCC ARM Embedded changed:
> > > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> > >
> > > Status: Open => Answered
> > >
> > > Manfred Hampl proposed the following answer:
> > > Your sources.list entry for emdebian seems to be wrong.
> > >
> > > I assume you have
> > > deb http://www.emdebian.org/emdebian/ unstable main
> > > instead of
> > > deb http://www.emdebian.org/debian/ unstable main
> > >
> > > Try correcting your sources.list file, reload the package information
> > > and try again.
> > >
> > > "0 upgraded, 0 newly installed, 0 to remove and 1318 not upgraded."
> > > indicates that you have not updated your packages to the latest
> version.
> > >
> > > --
> > > If this answers your question, please go to the following page to let
> us
> > > know that it is solved:
> > >
> > >
> >
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=10
> > >
> > > If you still need help, you can reply to this email or go to the
> > > following page to enter your feedback:
> > > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> > >
> > > You received this question notification because you asked the question.
> > >
> >
> > --
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#15

1. You wrote something about the system crashing. Did you install the system again from scratch, or were you able to recover the system and continue with it? What steps with respect to package management have you done since that moment?

What is the output of the commands

sudo dpkg --audit
uname -a
lsb_release -crid
apt-cache showpkg adwaita-icon-theme
dpkg -l | grep adwaita-icon-theme

2. Your output still shows the error

W: Failed to fetch
http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
404 Not Found

What is the output of

grep -s emdebian /etc/apt/sources.list /etc/apt/sources.list.d/*.list

Revision history for this message
imran khalid (imrankhalid110320) said :
#16

1 output

root@osboxes:/# sudo dpkg --adit
dpkg: error: unknown option --adit

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or
'more' !
root@osboxes:/# sudo dpkg --audit
root@osboxes:/# uname -a
Linux osboxes 3.16.0-4-586 #1 Debian 3.16.7-ckt11-1 (2015-05-24) i686
GNU/Linux
root@osboxes:/# lsb_release-crid
-su: lsb_release-crid: command not found
root@osboxes:/# lsb_release -crid
Distributor ID: Debian
Description: Debian GNU/Linux 8.1 (jessie)
Release: 8.1
Codename: jessie
root@osboxes:/# apt-cache showpkg adwaita-icon-theme
Package: adwaita-icon-theme
Versions:
3.18.0-2
(/var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages)
 Description Language:
                 File:
/var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages
                  MD5: c90f325f67c5f4eab28bd6fcf1823c0a
 Description Language: en
                 File:
/var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_i18n_Translation-en
                  MD5: c90f325f67c5f4eab28bd6fcf1823c0a

3.14.0-2 (/var/lib/dpkg/status)
 Description Language:
                 File: /var/lib/dpkg/status
                  MD5: db1e7f1ccf02b8bbd34c3cf5c2429c20

Reverse Depends:
  simple-scan,adwaita-icon-theme
  libgtk-3-common,adwaita-icon-theme 3.14
  gnome-themes-standard-data,adwaita-icon-theme
  system-config-printer,adwaita-icon-theme
  simple-scan,adwaita-icon-theme
  rhythmbox,adwaita-icon-theme
  neurodebian-desktop,adwaita-icon-theme
  gnome-core,adwaita-icon-theme 3.14
  ibus,adwaita-icon-theme
  libgtk-3-common,adwaita-icon-theme 3.18
  gnome-themes-standard-data,adwaita-icon-theme 3.18.0-2~
  fcitx-config-common,adwaita-icon-theme
Dependencies:
3.18.0-2 - hicolor-icon-theme (0 (null)) libgtk-3-bin (0 (null))
librsvg2-common (0 (null)) gnome-themes-standard-data (3 3.18.0-2~)
gnome-themes-standard-data (3 3.18.0-2~)
3.14.0-2 - hicolor-icon-theme (0 (null)) libgtk-3-bin (0 (null))
librsvg2-common (0 (null)) gnome-themes-standard-data (3 3.13.90)
gnome-themes-standard-data (3 3.13.90)
Provides:
3.18.0-2 -
3.14.0-2 -
Reverse Provides:
root@osboxes:/# dpkg-l | grep adwaita-icon-theme
-su: dpkg-l: command not found
root@osboxes:/# dpkg -l | grep adwaita-icon-theme
ii adwaita-icon-theme
3.14.0-2 all default icon theme of
GNOME

On Mon, Jan 25, 2016 at 1:27 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> 1. You wrote something about the system crashing. Did you install the
> system again from scratch, or were you able to recover the system and
> continue with it? What steps with respect to package management have you
> done since that moment?
>
> What is the output of the commands
>
> sudo dpkg --audit
> uname -a
> lsb_release -crid
> apt-cache showpkg adwaita-icon-theme
> dpkg -l | grep adwaita-icon-theme
>
> 2. Your output still shows the error
>
> W: Failed to fetch
> http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
> 404 Not Found
>
> What is the output of
>
> grep -s emdebian /etc/apt/sources.list /etc/apt/sources.list.d/*.list
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#17

2 out put

root@osboxes:/# grep -s emdebian
/etc/apt/sources.list/etc/apt/sources.list.d/*.list
root@osboxes:/#

On Mon, Jan 25, 2016 at 1:43 PM, Imran Khalid <email address hidden>
wrote:

> 1 output
>
>
> root@osboxes:/# sudo dpkg --adit
> dpkg: error: unknown option --adit
>
> Type dpkg --help for help about installing and deinstalling packages [*];
> Use 'apt' or 'aptitude' for user-friendly package management;
> Type dpkg -Dhelp for a list of dpkg debug flag values;
> Type dpkg --force-help for a list of forcing options;
> Type dpkg-deb --help for help about manipulating *.deb files;
>
> Options marked [*] produce a lot of output - pipe it through 'less' or
> 'more' !
> root@osboxes:/# sudo dpkg --audit
> root@osboxes:/# uname -a
> Linux osboxes 3.16.0-4-586 #1 Debian 3.16.7-ckt11-1 (2015-05-24) i686
> GNU/Linux
> root@osboxes:/# lsb_release-crid
> -su: lsb_release-crid: command not found
> root@osboxes:/# lsb_release -crid
> Distributor ID: Debian
> Description: Debian GNU/Linux 8.1 (jessie)
> Release: 8.1
> Codename: jessie
> root@osboxes:/# apt-cache showpkg adwaita-icon-theme
> Package: adwaita-icon-theme
> Versions:
> 3.18.0-2
> (/var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages)
> Description Language:
> File:
> /var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages
> MD5: c90f325f67c5f4eab28bd6fcf1823c0a
> Description Language: en
> File:
> /var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_i18n_Translation-en
> MD5: c90f325f67c5f4eab28bd6fcf1823c0a
>
> 3.14.0-2 (/var/lib/dpkg/status)
> Description Language:
> File: /var/lib/dpkg/status
> MD5: db1e7f1ccf02b8bbd34c3cf5c2429c20
>
>
> Reverse Depends:
> simple-scan,adwaita-icon-theme
> libgtk-3-common,adwaita-icon-theme 3.14
> gnome-themes-standard-data,adwaita-icon-theme
> system-config-printer,adwaita-icon-theme
> simple-scan,adwaita-icon-theme
> rhythmbox,adwaita-icon-theme
> neurodebian-desktop,adwaita-icon-theme
> gnome-core,adwaita-icon-theme 3.14
> ibus,adwaita-icon-theme
> libgtk-3-common,adwaita-icon-theme 3.18
> gnome-themes-standard-data,adwaita-icon-theme 3.18.0-2~
> fcitx-config-common,adwaita-icon-theme
> Dependencies:
> 3.18.0-2 - hicolor-icon-theme (0 (null)) libgtk-3-bin (0 (null))
> librsvg2-common (0 (null)) gnome-themes-standard-data (3 3.18.0-2~)
> gnome-themes-standard-data (3 3.18.0-2~)
> 3.14.0-2 - hicolor-icon-theme (0 (null)) libgtk-3-bin (0 (null))
> librsvg2-common (0 (null)) gnome-themes-standard-data (3 3.13.90)
> gnome-themes-standard-data (3 3.13.90)
> Provides:
> 3.18.0-2 -
> 3.14.0-2 -
> Reverse Provides:
> root@osboxes:/# dpkg-l | grep adwaita-icon-theme
> -su: dpkg-l: command not found
> root@osboxes:/# dpkg -l | grep adwaita-icon-theme
> ii adwaita-icon-theme
> 3.14.0-2 all default icon theme of
> GNOME
>
>
> On Mon, Jan 25, 2016 at 1:27 PM, Manfred Hampl <
> <email address hidden>> wrote:
>
>> Your question #281127 on GCC ARM Embedded changed:
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>
>> Status: Open => Needs information
>>
>> Manfred Hampl requested more information:
>> 1. You wrote something about the system crashing. Did you install the
>> system again from scratch, or were you able to recover the system and
>> continue with it? What steps with respect to package management have you
>> done since that moment?
>>
>> What is the output of the commands
>>
>> sudo dpkg --audit
>> uname -a
>> lsb_release -crid
>> apt-cache showpkg adwaita-icon-theme
>> dpkg -l | grep adwaita-icon-theme
>>
>> 2. Your output still shows the error
>>
>> W: Failed to fetch
>> http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
>> 404 Not Found
>>
>> What is the output of
>>
>> grep -s emdebian /etc/apt/sources.list /etc/apt/sources.list.d/*.list
>>
>> --
>> To answer this request for more information, you can either reply to
>> this email or enter your reply at the following page:
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>
>> You received this question notification because you asked the question.
>>
>
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#18

hey can you tell whats the reason behind umet dependencies or broken
dependencies?

On Mon, Jan 25, 2016 at 1:46 PM, Imran Khalid <email address hidden>
wrote:

> 2 out put
>
> root@osboxes:/# grep -s emdebian
> /etc/apt/sources.list/etc/apt/sources.list.d/*.list
> root@osboxes:/#
>
>
> On Mon, Jan 25, 2016 at 1:43 PM, Imran Khalid <<email address hidden>
> > wrote:
>
>> 1 output
>>
>>
>> root@osboxes:/# sudo dpkg --adit
>> dpkg: error: unknown option --adit
>>
>> Type dpkg --help for help about installing and deinstalling packages [*];
>> Use 'apt' or 'aptitude' for user-friendly package management;
>> Type dpkg -Dhelp for a list of dpkg debug flag values;
>> Type dpkg --force-help for a list of forcing options;
>> Type dpkg-deb --help for help about manipulating *.deb files;
>>
>> Options marked [*] produce a lot of output - pipe it through 'less' or
>> 'more' !
>> root@osboxes:/# sudo dpkg --audit
>> root@osboxes:/# uname -a
>> Linux osboxes 3.16.0-4-586 #1 Debian 3.16.7-ckt11-1 (2015-05-24) i686
>> GNU/Linux
>> root@osboxes:/# lsb_release-crid
>> -su: lsb_release-crid: command not found
>> root@osboxes:/# lsb_release -crid
>> Distributor ID: Debian
>> Description: Debian GNU/Linux 8.1 (jessie)
>> Release: 8.1
>> Codename: jessie
>> root@osboxes:/# apt-cache showpkg adwaita-icon-theme
>> Package: adwaita-icon-theme
>> Versions:
>> 3.18.0-2
>> (/var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages)
>> Description Language:
>> File:
>> /var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_binary-i386_Packages
>> MD5: c90f325f67c5f4eab28bd6fcf1823c0a
>> Description Language: en
>> File:
>> /var/lib/apt/lists/ftp.us.debian.org_debian_dists_unstable_main_i18n_Translation-en
>> MD5: c90f325f67c5f4eab28bd6fcf1823c0a
>>
>> 3.14.0-2 (/var/lib/dpkg/status)
>> Description Language:
>> File: /var/lib/dpkg/status
>> MD5: db1e7f1ccf02b8bbd34c3cf5c2429c20
>>
>>
>> Reverse Depends:
>> simple-scan,adwaita-icon-theme
>> libgtk-3-common,adwaita-icon-theme 3.14
>> gnome-themes-standard-data,adwaita-icon-theme
>> system-config-printer,adwaita-icon-theme
>> simple-scan,adwaita-icon-theme
>> rhythmbox,adwaita-icon-theme
>> neurodebian-desktop,adwaita-icon-theme
>> gnome-core,adwaita-icon-theme 3.14
>> ibus,adwaita-icon-theme
>> libgtk-3-common,adwaita-icon-theme 3.18
>> gnome-themes-standard-data,adwaita-icon-theme 3.18.0-2~
>> fcitx-config-common,adwaita-icon-theme
>> Dependencies:
>> 3.18.0-2 - hicolor-icon-theme (0 (null)) libgtk-3-bin (0 (null))
>> librsvg2-common (0 (null)) gnome-themes-standard-data (3 3.18.0-2~)
>> gnome-themes-standard-data (3 3.18.0-2~)
>> 3.14.0-2 - hicolor-icon-theme (0 (null)) libgtk-3-bin (0 (null))
>> librsvg2-common (0 (null)) gnome-themes-standard-data (3 3.13.90)
>> gnome-themes-standard-data (3 3.13.90)
>> Provides:
>> 3.18.0-2 -
>> 3.14.0-2 -
>> Reverse Provides:
>> root@osboxes:/# dpkg-l | grep adwaita-icon-theme
>> -su: dpkg-l: command not found
>> root@osboxes:/# dpkg -l | grep adwaita-icon-theme
>> ii adwaita-icon-theme
>> 3.14.0-2 all default icon theme of
>> GNOME
>>
>>
>> On Mon, Jan 25, 2016 at 1:27 PM, Manfred Hampl <
>> <email address hidden>> wrote:
>>
>>> Your question #281127 on GCC ARM Embedded changed:
>>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>>
>>> Status: Open => Needs information
>>>
>>> Manfred Hampl requested more information:
>>> 1. You wrote something about the system crashing. Did you install the
>>> system again from scratch, or were you able to recover the system and
>>> continue with it? What steps with respect to package management have you
>>> done since that moment?
>>>
>>> What is the output of the commands
>>>
>>> sudo dpkg --audit
>>> uname -a
>>> lsb_release -crid
>>> apt-cache showpkg adwaita-icon-theme
>>> dpkg -l | grep adwaita-icon-theme
>>>
>>> 2. Your output still shows the error
>>>
>>> W: Failed to fetch
>>> http://www.emdebian.org/emdebian/dists/unstable/main/binary-i386/Packages
>>> 404 Not Found
>>>
>>> What is the output of
>>>
>>> grep -s emdebian /etc/apt/sources.list /etc/apt/sources.list.d/*.list
>>>
>>> --
>>> To answer this request for more information, you can either reply to
>>> this email or enter your reply at the following page:
>>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>>
>>> You received this question notification because you asked the question.
>>>
>>
>>
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#19

Some packages depend on the installation of other packages, and in some cases even on a certain version.

There seems to be a problem with the required versions of gnome-themes-standard-data and adwaita-icon-theme

I assume the root cause of the problem is the following:
lsb_release shows that you are running jessie (stable), but your sources.list file points to the repositories for unstable (a.k.a. sid)

Revision history for this message
imran khalid (imrankhalid110320) said :
#20

sir what should i do now ?

On Mon, Jan 25, 2016 at 7:26 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Some packages depend on the installation of other packages, and in some
> cases even on a certain version.
>
> There seems to be a problem with the required versions of gnome-themes-
> standard-data and adwaita-icon-theme
>
> I assume the root cause of the problem is the following:
> lsb_release shows that you are running jessie (stable), but your
> sources.list file points to the repositories for unstable (a.k.a. sid)
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=18
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#21

Sorry, I do not know how to get back to a sane configuration.
You might try contacting a Debian support forum and ask there what they recommend to do.

Do you have an idea, what this might have caused?
Did you edit the sources.list file manually and change the references?

Revision history for this message
imran khalid (imrankhalid110320) said :
#22

sir i just want to install a cross compiler for ARM. i entered command
 apt-cache search gnueabihf then its output shows different compiler like
gcc or g++ which support this debian version .. but i need how to install
these cross compiler .thats only my problem .

On Mon, Jan 25, 2016 at 8:27 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Sorry, I do not know how to get back to a sane configuration.
> You might try contacting a Debian support forum and ask there what they
> recommend to do.
>
> Do you have an idea, what this might have caused?
> Did you edit the sources.list file manually and change the references?
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=20
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#23

i edited alot of time but nothing change happend

On Tue, Jan 26, 2016 at 10:44 AM, Imran Khalid <email address hidden>
wrote:

> sir i just want to install a cross compiler for ARM. i entered command
> apt-cache search gnueabihf then its output shows different compiler like
> gcc or g++ which support this debian version .. but i need how to install
> these cross compiler .thats only my problem .
>
>
> On Mon, Jan 25, 2016 at 8:27 PM, Manfred Hampl <
> <email address hidden>> wrote:
>
>> Your question #281127 on GCC ARM Embedded changed:
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>
>> Status: Open => Answered
>>
>> Manfred Hampl proposed the following answer:
>> Sorry, I do not know how to get back to a sane configuration.
>> You might try contacting a Debian support forum and ask there what they
>> recommend to do.
>>
>> Do you have an idea, what this might have caused?
>> Did you edit the sources.list file manually and change the references?
>>
>> --
>> If this answers your question, please go to the following page to let us
>> know that it is solved:
>>
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=20
>>
>> If you still need help, you can reply to this email or go to the
>> following page to enter your feedback:
>> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>>
>> You received this question notification because you asked the question.
>>
>
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#24

I am sorry, I cannot help further.

The installation of the packages does not work, because you have misconfigured your system in a way that the package management is unable to solve the dependency errors.
You have to bring your system back into a consistent state, and then installation of the packages will work without any trouble.

A possible solution is a re-installation of the whole operating system. This will provide consistent settings.
You have to make up your mind whether you want to run Debian stable or unstable. A hybrid situation as you have it now tends to create problems - as you have seen.

Revision history for this message
imran khalid (imrankhalid110320) said :
#25

thankyou Manfred hampl .i will try this

On Tue, Jan 26, 2016 at 12:57 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> I am sorry, I cannot help further.
>
> The installation of the packages does not work, because you have
> misconfigured your system in a way that the package management is unable to
> solve the dependency errors.
> You have to bring your system back into a consistent state, and then
> installation of the packages will work without any trouble.
>
> A possible solution is a re-installation of the whole operating system.
> This will provide consistent settings.
> You have to make up your mind whether you want to run Debian stable or
> unstable. A hybrid situation as you have it now tends to create problems -
> as you have seen.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=23
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> You received this question notification because you asked the question.
>

Revision history for this message
imran khalid (imrankhalid110320) said :
#26

hi
can you help me .. i want to control a servo motor with desire pluses
..kindly suggest me .. i am using ubuntu with beaglebone black . i want to
write controlling code in c/c++ .

On Tue, Jan 26, 2016 at 1:03 PM, imran khalid <
<email address hidden>> wrote:

> Your question #281127 on GCC ARM Embedded changed:
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127
>
> Status: Answered => Open
>
> You are still having a problem:
> thankyou Manfred hampl .i will try this
>
> On Tue, Jan 26, 2016 at 12:57 PM, Manfred Hampl <
> <email address hidden>> wrote:
>
> > Your question #281127 on GCC ARM Embedded changed:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > Status: Open => Answered
> >
> > Manfred Hampl proposed the following answer:
> > I am sorry, I cannot help further.
> >
> > The installation of the packages does not work, because you have
> > misconfigured your system in a way that the package management is unable
> to
> > solve the dependency errors.
> > You have to bring your system back into a consistent state, and then
> > installation of the packages will work without any trouble.
> >
> > A possible solution is a re-installation of the whole operating system.
> > This will provide consistent settings.
> > You have to make up your mind whether you want to run Debian stable or
> > unstable. A hybrid situation as you have it now tends to create problems
> -
> > as you have seen.
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> >
> https://answers.launchpad.net/gcc-arm-embedded/+question/281127/+confirm?answer_id=23
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/gcc-arm-embedded/+question/281127
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#27

I recommend that you start reading a book on how to program a beaglebone device.
Maybe the following sources can help as a starting point
http://beagleboard.org/getting-started
http://elinux.org/Beagleboard:Main_Page
http://elinux.org/Beagleboard:BeagleBoneBlack
http://elinux.org/Beagleboard:BeagleBoneBlack#Books

Can you help with this problem?

Provide an answer of your own, or ask imran khalid for more information if necessary.

To post a message you must log in.