[PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Fernando Tarlá Cardoso Lemos
Some references: http://wiki.debian.org/ToolChain/DSOLinking https://fedoraproject.org/wiki/UnderstandingDSOLinkChange --- configure.ac |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 39a3655..13a2a58 100644 --- a/configure.ac +++ b/c

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Alan Coopersmith
On 02/19/11 08:51 AM, Fernando Tarlá Cardoso Lemos wrote: > Some references: > > http://wiki.debian.org/ToolChain/DSOLinking > https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Neither of those explain what "FTBFS" means. (They mostly seem to explain that Linux is catching up to the lin

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Mikhail Gusarov
Twas brillig at 09:19:24 19.02.2011 UTC-08 when alan.coopersm...@oracle.com did gyre and gimble: AC> Neither of those explain what "FTBFS" means. "fails to build from source". First result of google://FTBFS gives you this answer, by the way. -- http://fossarchy.blogspot.com/ pgp9cZHbBy8yi

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Alan Coopersmith
On 02/19/11 09:21 AM, Mikhail Gusarov wrote: > > Twas brillig at 09:19:24 19.02.2011 UTC-08 when > alan.coopersm...@oracle.com did gyre and gimble: > > AC> Neither of those explain what "FTBFS" means. > > "fails to build from source". First result of google://FTBFS gives you > this answer, by t

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Fernando Lemos
On Sat, Feb 19, 2011 at 5:36 PM, Alan Coopersmith wrote: [...] > On 02/19/11 09:21 AM, Mikhail Gusarov wrote: >> >> Twas brillig at 09:19:24 19.02.2011 UTC-08 when >> alan.coopersm...@oracle.com did gyre and gimble: >> >>  AC> Neither of those explain what "FTBFS" means. >> >> "fails to build from

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Mark Kettenis
> Date: Sat, 19 Feb 2011 18:03:04 + > From: Fernando Lemos > > /usr/bin/ld: session.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' > /usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO > /lib64/libdl.so.2 so try adding it to the linker command line > /lib64/libdl.so.2: could

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Alan Coopersmith
On 02/19/11 10:28 AM, Mark Kettenis wrote: >> Date: Sat, 19 Feb 2011 18:03:04 + >> From: Fernando Lemos >> >> /usr/bin/ld: session.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' >> /usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO >> /lib64/libdl.so.2 so try adding it to the

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Fernando Lemos
On Sat, Feb 19, 2011 at 6:47 PM, Alan Coopersmith wrote: > On 02/19/11 10:28 AM, Mark Kettenis wrote: >>> Date: Sat, 19 Feb 2011 18:03:04 + >>> From: Fernando Lemos >>> >>> /usr/bin/ld: session.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' >>> /usr/bin/ld: note: 'dlclose@@GLIBC_2.2.

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Alan Coopersmith
On 02/19/11 11:30 AM, Fernando Lemos wrote: > On Sat, Feb 19, 2011 at 6:47 PM, Alan Coopersmith > wrote: >> On 02/19/11 10:28 AM, Mark Kettenis wrote: Date: Sat, 19 Feb 2011 18:03:04 + From: Fernando Lemos /usr/bin/ld: session.o: undefined reference to symbol 'dlclos

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Dan Nicholson
On Sat, Feb 19, 2011 at 11:35 AM, Alan Coopersmith wrote: > On 02/19/11 11:30 AM, Fernando Lemos wrote: >> On Sat, Feb 19, 2011 at 6:47 PM, Alan Coopersmith >> wrote: >>> On 02/19/11 10:28 AM, Mark Kettenis wrote: > Date: Sat, 19 Feb 2011 18:03:04 + > From: Fernando Lemos > >