[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2011-03-29 Thread Philipp Kaluza
** Tags added: multiarch-followup -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/514579 Title: gcc-4.4 cross build for m68k on i486 fails -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com ht

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-12-29 Thread Thorsten Glaser
FWIW, I got bored. Now that stuff is uploaded to Debian, I made a cross toolchain (on sid): # cross-compile from amd64 to m68k deb http://people.debian.org/~tg/f sid cross-m68k http://people.debian.org/~tg/f/debidx.htm → overview of contained packages This is most likely a one-time-only thing th

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-11-16 Thread Thorsten Glaser
A fixed version of gcc-4.4 was uploaded to Debian unstable. Uploader: Thorsten Glaser (no PGP/MIME please, use Inline OpenPGP instead) Host: debian-ports.org Accepted: gcc-4.4_4.4.5-7_m68k.changes ** Changed in: gcc-4.4 (Debian) Status: New => Fix Released ** Changed in: gcc-4.4 (Debian

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-10-24 Thread Thorsten Glaser
For the record: I’m working on gcc-4.4 in Debian, and we’ve got something that *almost* works (there’s still a bug in the backported TLS support, and one of the m68k patches doesn’t apply as it’s in the gcc-4.4 source package from the unstable archive). If you need to build a gcc-4.4 for m68k at

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-09-20 Thread Matthias Klose
closing the Ubuntu task as won't fix. The packaging did see vast changes, so it may be possible that it does build, but I don't want to track is as an Ubuntu task. ** Changed in: gcc-4.4 (Ubuntu) Status: Triaged => Won't Fix -- gcc-4.4 cross build for m68k on i486 fails https://bugs.laun

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-06-17 Thread Thorsten Glaser
Easy, TLS for m68k needs gcc-4.5 and probably eglibc-2.12 (although a 2.11 backport, to make it in time for squeeze, is in the works, AFAIHH on debian-68k@). Any chance to get gcc-4.4 without TLS for m68k into unstable? -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bu

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-06-17 Thread Matthias Klose
see libstdc++-v3/src/mutex.cc: #ifdef _GLIBCXX_HAVE_TLS __thread void* __once_callable; __thread void (*__once_call)(); and find out why it is configured not to have _GLIBCXX_HAVE_TLS defined. Or you comment out this symbol for first set of test packages. -- gcc-4.4 cross build for m68k on

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-06-17 Thread Thorsten Glaser
Thanks, but there’s still the issue of the C++ symbols, do you have any idea about what happens there, whether it’s important, how to fix it, etc? -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of U

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-06-16 Thread Matthias Klose
- multiarch shouldn't be disabled - the selection which multilibs to build should be done by patching gcc/config/m68k/* -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-04-21 Thread Thorsten Glaser
… but this is the patch I used. • fix multilib configuration But libgfortran cannot be built multilib because one of the system includes contains inline assembly that is invalid with -mfidoa (but we could probably tell gcc which multilib configurations to use… maybe just m68k and coldfire?). •

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-04-21 Thread Thorsten Glaser
It doesn’t quite work right yet… ** Attachment added: "build log" http://launchpadlibrarian.net/44949657/gcc44m68k.log.gz -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-04-15 Thread Thorsten Glaser
I may have a patch. I’ll tell you in some 3‥4 days whether it worked… ☺ ** Also affects: gcc-4.4 (Debian) Importance: Undecided Status: New -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member o

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-04-15 Thread Thorsten Glaser
same for a native build of gcc-4.4_4.4.3-7_m68k on Debian unstable/m68k FWIW -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-02-01 Thread Matthias Klose
try playing around with the multiarch settings in debian/rules.defs and debian/rules2 ** Changed in: gcc-4.4 (Ubuntu) Importance: Undecided => Wishlist ** Changed in: gcc-4.4 (Ubuntu) Status: New => Triaged -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-31 Thread Eric
** Description changed: 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 comput

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-30 Thread Eric
** Description changed: 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 comput

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-29 Thread Eric
** Description changed: 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 comput

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-29 Thread Eric
** Description changed: 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 comput

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-29 Thread Eric
** Attachment added: "config.log" http://launchpadlibrarian.net/38543858/config.log -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-29 Thread Eric
** Attachment added: "lspci.txt" http://launchpadlibrarian.net/38543864/lspci.txt -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-29 Thread Eric
** Attachment added: "specs" http://launchpadlibrarian.net/38543861/specs -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 514579] Re: gcc-4.4 cross build for m68k on i486 fails

2010-01-29 Thread Eric
** Attachment added: "gcc-4.4-build.log" http://launchpadlibrarian.net/38543840/gcc-4.4-build.log -- gcc-4.4 cross build for m68k on i486 fails https://bugs.launchpad.net/bugs/514579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --