Activity log for bug #514579

Date Who What changed Old value New value Message
2010-01-30 01:32:31 Eric bug added bug
2010-01-30 01:32:31 Eric attachment added gcc-4.4-build.log http://launchpadlibrarian.net/38543840/gcc-4.4-build.log
2010-01-30 01:33:21 Eric attachment added config.log http://launchpadlibrarian.net/38543858/config.log
2010-01-30 01:33:47 Eric attachment added specs http://launchpadlibrarian.net/38543861/specs
2010-01-30 01:34:12 Eric attachment added lspci.txt http://launchpadlibrarian.net/38543864/lspci.txt
2010-01-30 01:50:40 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers.
2010-01-30 01:52:03 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. I have also tried to target the 68000 in hopes of disabling multilib to no avail. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers.
2010-01-30 04:10:32 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. I have also tried to target the 68000 in hopes of disabling multilib to no avail. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. I have also tried to target the 68000 in hopes of disabling multilib to no avail. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-44 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic.
2010-01-30 19:58:48 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. I have also tried to target the 68000 in hopes of disabling multilib to no avail. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-44 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. I have also tried to target the 68000 in hopes of disabling multilib to no avail. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic.
2010-02-01 06:08:11 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how. I have also tried to target the 68000 in hopes of disabling multilib to no avail. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, non of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic.
2010-02-01 06:08:25 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, non of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, none of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic.
2010-02-01 06:09:06 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, none of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, none of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: `apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d` The release is karmic.
2010-02-01 06:09:28 Eric description Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, none of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: `apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d` The release is karmic. Binary package hint: gcc-4.4 gcc-4.4 cross build for m68k on i486 fails due to: "checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc': configure: error: cannot compute suffix of object files: cannot compile" Upon further inspection, config.log states: "xgcc: Internal error: no multiarch mapping for multilib (m68040)" The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854 where some input is checked against a fairly small array of multilib combinations, none of which include m68k. The build procedure closely followed http://wiki.debian.org/BuildingCrossCompilers. The commands were: apt-get source gcc-4.4 && cd gcc-4.4-4.4.1 && export ARCH=m68k && export GCC_TARGET=$ARCH && debian/rules control && dpkg-buildpackage -us -uc -rfakeroot -b -d The release is karmic.
2010-02-01 20:55:15 Matthias Klose gcc-4.4 (Ubuntu): importance Undecided Wishlist
2010-02-01 20:55:15 Matthias Klose gcc-4.4 (Ubuntu): status New Triaged
2010-04-15 19:54:50 Thorsten Glaser bug task added gcc-4.4 (Debian)
2010-04-21 09:38:00 Thorsten Glaser attachment added build log http://launchpadlibrarian.net/44949657/gcc44m68k.log.gz
2010-04-21 09:40:40 Thorsten Glaser attachment added debdiff, partial fix http://launchpadlibrarian.net/44949808/gcc-4.4_4.4.3-7%2Bm68k.debdiff
2010-09-20 18:06:11 Matthias Klose gcc-4.4 (Ubuntu): status Triaged Won't Fix
2010-11-17 00:44:50 Thorsten Glaser gcc-4.4 (Debian): status New Fix Released
2010-11-17 00:44:50 Thorsten Glaser gcc-4.4 (Debian): assignee Thorsten Glaser (mirabilos)
2011-03-29 18:21:33 Philipp Kaluza tags multiarch-followup