[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-10-29 Thread Steve Langasek
The emacs23 package in unstable and oneiric builds successfully against the multiarch libc6-dev, using the --with-crt-dir option. For upstream builds, it should suffice to call ./configure --with-crt- dir=$(readlink -f $(dirname $(gcc --print-file-name=crtn.o))). ** Changed in: emacs23 (Ubuntu

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-10-14 Thread pnathan
emacs 23.3a compile from source is broken on bog-standard Onieric Ocelot (installed yesterday): ./configure yields: checking for ... [snip] configure: checking the machine- and system-dependent files to find out - which libraries the lib-src programs will want, and - whether the GNU malloc

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-09-15 Thread Michael Hope
@Steve re: --with-crt-dir: You can use gcc's --print-file-name=crtn.o to have GCC search for you. Doing this on Natty gives: michaelh@ursa1:~$ gcc --print-file-name=crtn.o /usr/lib/arm-linux-gnueabi/gcc/arm-linux-gnueabi/4.5.2/../../../crtn.o -- You received this bug notification because you

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-07-06 Thread Brian Murray
** Changed in: emacs23 (Ubuntu Oneiric) Milestone: oneiric-alpha-3 = None ** Tags added: main -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746510 Title: FTBFS Emacs23.2 on Natty from

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-06-13 Thread Brian Murray
** Changed in: emacs23 (Ubuntu) Milestone: oneiric-alpha-2 = oneiric-alpha-3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746510 Title: FTBFS Emacs23.2 on Natty from multiarch implemented To

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-05-31 Thread Brian Murray
** Tags added: oneiric ** Changed in: emacs23 (Ubuntu) Milestone: None = oneiric-alpha-2 ** Also affects: emacs23 (Ubuntu Oneiric) Importance: Medium Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-04-04 Thread Steve Langasek
Hi Glenn, On Sat, Apr 02, 2011 at 08:58:06PM -, Glenn Morris wrote: Newer versions of Emacs have a --with-crt-dir option that you can pass to configure. Is there a query that the configure script can run to get the location of the crt files, so that it works by default? The trouble is

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-04-02 Thread Glenn Morris
Newer versions of Emacs have a --with-crt-dir option that you can pass to configure. Is there a query that the configure script can run to get the location of the crt files, so that it works by default? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-03-31 Thread Steve Langasek
** Changed in: emacs23 (Ubuntu) Status: New = Triaged ** Changed in: emacs23 (Ubuntu) Importance: Undecided = Medium ** Tags added: ftbfs multiarch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 746510] Re: FTBFS Emacs23.2 on Natty from multiarch implemented

2011-03-31 Thread Steve Langasek
This has been worked around in libc6-dev by re-adding compat symlinks for /usr/lib/crt*.o for the time being - as a lot more than just emacs23 cares about this (e.g., any upstream toolchain builds also care). We will still want to fix emacs23 to not depend on this location, since we will have to