Dear Sirs and Madams!
I have problem installing 2nd CD of Freescale Linux SDK for QorlQ Processor (P2020RDB-PCA Board) since the installation breaks with host-prepare.sh script:
testuser@t61:~/p2020rdb-pca_sdk/QorIQ-SDK-V1.4-20130625-yocto$ ./scripts/host-prepare.shVerifying sudo permission to execute apt-get command.
Now we're going to install all the other development packages needed to build Yocto, please wait
[sudo] password for testuser:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs 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
However the following packages replace it:
lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate
ERROR: Fail to install pkgs on host! See message above...
Now, I am using Debian 8 system with 64bit kernel:
Linux t61 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
The problem is I cannot install ia32-libs from repositories nevertheless I've done to manual install the needed library:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
since the error pops up:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs 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
However the following packages replace it:
lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate
Are there any workaround?
Sincerely,
Marko