[Bug 1311711] [NEW] g++-multilib conflicts with g++-4.8-multilib-powerpc-linux-gnu
Brad Keifenheim
BKeifenheim at aerosim.com
Wed Apr 23 14:48:02 UTC 2014
Public bug reported:
Hello,
I'm setting up C++ compilers in Ubuntu 14.04 amd64.
I ran:
"sudo apt-get install build-essential"
That worked for the normal stuff, but I found it wasn't enough for a 32-bit compile:
"g++ -m32 hello_world.cpp -o hello_world"
To fix that, based on internet research, I installed the multilib:
"sudo apt-get install g++-multilib"
Then I wanted to compile for the powerpc architecture. Refer to <http://packages.ubuntu.com/source/trusty/gcc-4.8-powerpc-cross>:
"sudo apt-get install g++-4.8-powerpc-linux-gnu"
In the suggests section, apt recommends package g++-4.8-multilib-powerpc-linux-gnu.
"sudo apt-get install g++-4.8-multilib-powerpc-linux-gnu"
Apt then tells me that g++-multilib will be removed! If I do so, I can
no longer compile hello_world on the amd64 machine.
Why do these two packages conflict with each other? My hello world tests
show that without g++-multilib I cannot build 32 bit applications on the
amd64. Without g++-4.8-multilib-powerpc-linux-gnu I'm unable to cross
compile for 64 bit powerpc.
Is it possible for these two packages to coexist on the system?
Thank you much for your help.
** Affects: gcc-4.8-powerpc-cross (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.8-powerpc-cross in
Ubuntu.
https://bugs.launchpad.net/bugs/1311711
Title:
g++-multilib conflicts with g++-4.8-multilib-powerpc-linux-gnu
Status in “gcc-4.8-powerpc-cross” package in Ubuntu:
New
Bug description:
Hello,
I'm setting up C++ compilers in Ubuntu 14.04 amd64.
I ran:
"sudo apt-get install build-essential"
That worked for the normal stuff, but I found it wasn't enough for a 32-bit compile:
"g++ -m32 hello_world.cpp -o hello_world"
To fix that, based on internet research, I installed the multilib:
"sudo apt-get install g++-multilib"
Then I wanted to compile for the powerpc architecture. Refer to <http://packages.ubuntu.com/source/trusty/gcc-4.8-powerpc-cross>:
"sudo apt-get install g++-4.8-powerpc-linux-gnu"
In the suggests section, apt recommends package g++-4.8-multilib-powerpc-linux-gnu.
"sudo apt-get install g++-4.8-multilib-powerpc-linux-gnu"
Apt then tells me that g++-multilib will be removed! If I do so, I can
no longer compile hello_world on the amd64 machine.
Why do these two packages conflict with each other? My hello world
tests show that without g++-multilib I cannot build 32 bit
applications on the amd64. Without g++-4.8-multilib-powerpc-linux-gnu
I'm unable to cross compile for 64 bit powerpc.
Is it possible for these two packages to coexist on the system?
Thank you much for your help.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8-powerpc-cross/+bug/1311711/+subscriptions
More information about the foundations-bugs
mailing list