[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Missing gcc-4.9-powerpc-linux-gnu on http://emdebian.org/tools/debian



Greetings!

I have been trying to dip my toes in the water here with installing
the cross toolchain for powerpc. I followed instructions here:
https://wiki.debian.org/CrossToolchains

but there seems to be some packages missing for GCC. Specifically
gcc-4.9-powerpc-linux-gnu. Here's me trying to install with apt-get (I
did add the arch to dpkg, added repo and key for emdebian.org):

root@crosstools-test:~# dpkg --add-architecture powerpc
root@crosstools-test:~# apt-get update
Hit http://ftp.us.debian.org testing Release.gpg
Hit http://security.debian.org testing/updates Release.gpg
Hit http://ftp.us.debian.org testing-updates Release.gpg
Hit http://security.debian.org testing/updates Release
Hit http://ftp.us.debian.org testing Release
Hit http://security.debian.org testing/updates/main Sources
Hit http://ftp.us.debian.org testing-updates Release
Hit http://security.debian.org testing/updates/main amd64 Packages
Get:1 http://emdebian.org jessie Release.gpg [836 B]
Get:2 http://ftp.us.debian.org testing/main Sources/DiffIndex [7,876 B]
Get:3 http://security.debian.org testing/updates/main powerpc Packages [14 B]
Get:4 http://emdebian.org jessie Release [29.8 kB]
Get:5 http://ftp.us.debian.org testing/main amd64 Packages/DiffIndex [7,876 B]
Get:6 http://ftp.us.debian.org testing/main Translation-en/DiffIndex [7,876 B]
Hit http://security.debian.org testing/updates/main Translation-en
Hit http://ftp.us.debian.org testing-updates/main Sources
Get:7 http://emdebian.org jessie/main amd64 Packages [8,833 B]
Hit http://ftp.us.debian.org testing-updates/main amd64 Packages
Get:8 http://ftp.us.debian.org testing-updates/main powerpc Packages [14 B]
Hit http://ftp.us.debian.org testing-updates/main Translation-en
Get:9 http://ftp.us.debian.org testing/main powerpc Packages [6,712 kB]
Get:10 http://emdebian.org jessie/main powerpc Packages [4,779 B]
Ign http://emdebian.org jessie/main Translation-en_US
Ign http://emdebian.org jessie/main Translation-en
Fetched 6,780 kB in 6s (1,117 kB/s)
Reading package lists... Done
root@crosstools-test:~# apt-get install crossbuild-essential-powerpc
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:
 crossbuild-essential-powerpc : Depends: gcc-powerpc-linux-gnu (>=
4.9.1-1) but it is not going to be installed
                                Depends: g++-powerpc-linux-gnu (>=
4.9.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@crosstools-test:~# apt-get install gcc-powerpc-linux-gnu
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:
 gcc-powerpc-linux-gnu : Depends: gcc-4.9-powerpc-linux-gnu (>=
4.9.1-19) but it is not installable
E: Unable to correct problems, you have held broken packages.
root@crosstools-test:~# apt-get install gcc-4.9-powerpc-linux-gnu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gcc-4.9-powerpc-linux-gnu is not available, but is referred to
by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'gcc-4.9-powerpc-linux-gnu' has no installation candidate
root@crosstools-test:~#

Am I missing something? My system is running Debian Jessie amd64.

Dan Motles


Reply to: