Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-03-05 Thread Stéphane Graber
On 02/19/2013 09:19 AM, Serge Hallyn wrote: > Quoting Natanael Copa (nc...@alpinelinux.org): >> On Mon, 18 Feb 2013 21:40:42 +0100 >> Daniel Lezcano wrote: >> >>> On 02/18/2013 06:23 PM, Stéphane Graber wrote: dpkg spotted that we're not explicitly linking against pthread even though we

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Stéphane Graber
On 02/19/2013 10:39 AM, Daniel Lezcano wrote: > On 02/19/2013 04:28 PM, Dwight Engen wrote: >> On Tue, 19 Feb 2013 10:02:37 -0500 >> Stéphane Graber wrote: >> >>> On 02/19/2013 09:19 AM, Serge Hallyn wrote: Quoting Natanael Copa (nc...@alpinelinux.org): > On Mon, 18 Feb 2013 21:40:42 +010

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Daniel Lezcano
On 02/19/2013 04:28 PM, Dwight Engen wrote: > On Tue, 19 Feb 2013 10:02:37 -0500 > Stéphane Graber wrote: > >> On 02/19/2013 09:19 AM, Serge Hallyn wrote: >>> Quoting Natanael Copa (nc...@alpinelinux.org): On Mon, 18 Feb 2013 21:40:42 +0100 Daniel Lezcano wrote: > On 02/18/2013

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Dwight Engen
On Tue, 19 Feb 2013 10:02:37 -0500 Stéphane Graber wrote: > On 02/19/2013 09:19 AM, Serge Hallyn wrote: > > Quoting Natanael Copa (nc...@alpinelinux.org): > >> On Mon, 18 Feb 2013 21:40:42 +0100 > >> Daniel Lezcano wrote: > >> > >>> On 02/18/2013 06:23 PM, Stéphane Graber wrote: > dpkg spot

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Stéphane Graber
On 02/19/2013 09:19 AM, Serge Hallyn wrote: > Quoting Natanael Copa (nc...@alpinelinux.org): >> On Mon, 18 Feb 2013 21:40:42 +0100 >> Daniel Lezcano wrote: >> >>> On 02/18/2013 06:23 PM, Stéphane Graber wrote: dpkg spotted that we're not explicitly linking against pthread even though we

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Serge Hallyn
Quoting Natanael Copa (nc...@alpinelinux.org): > On Mon, 18 Feb 2013 21:40:42 +0100 > Daniel Lezcano wrote: > > > On 02/18/2013 06:23 PM, Stéphane Graber wrote: > > > dpkg spotted that we're not explicitly linking against pthread even though > > > we use some of its symbols (sem_*). > > > > uh ?

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Natanael Copa
On Mon, 18 Feb 2013 12:23:24 -0500 Stéphane Graber wrote: > dpkg spotted that we're not explicitly linking against pthread even though > we use some of its symbols (sem_*). > > Signed-off-by: Stéphane Graber > --- > src/lxc/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-19 Thread Natanael Copa
On Mon, 18 Feb 2013 21:40:42 +0100 Daniel Lezcano wrote: > On 02/18/2013 06:23 PM, Stéphane Graber wrote: > > dpkg spotted that we're not explicitly linking against pthread even though > > we use some of its symbols (sem_*). > > uh ? wait. > > We shouldn't link against the lib pthread. > > I d

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Stéphane Graber
On 02/18/2013 04:10 PM, Dwight Engen wrote: > On Mon, 18 Feb 2013 15:46:24 -0500 > Stéphane Graber wrote: > >> On 02/18/2013 03:40 PM, Daniel Lezcano wrote: >>> On 02/18/2013 06:23 PM, Stéphane Graber wrote: dpkg spotted that we're not explicitly linking against pthread even though we u

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Stéphane Graber
On 02/18/2013 04:10 PM, Daniel Lezcano wrote: > On 02/18/2013 09:46 PM, Stéphane Graber wrote: >> On 02/18/2013 03:40 PM, Daniel Lezcano wrote: >>> On 02/18/2013 06:23 PM, Stéphane Graber wrote: dpkg spotted that we're not explicitly linking against pthread even though we use some of its

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Dwight Engen
On Mon, 18 Feb 2013 15:46:24 -0500 Stéphane Graber wrote: > On 02/18/2013 03:40 PM, Daniel Lezcano wrote: > > On 02/18/2013 06:23 PM, Stéphane Graber wrote: > >> dpkg spotted that we're not explicitly linking against pthread > >> even though we use some of its symbols (sem_*). > > > > uh ? wait.

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Daniel Lezcano
On 02/18/2013 09:46 PM, Stéphane Graber wrote: > On 02/18/2013 03:40 PM, Daniel Lezcano wrote: >> On 02/18/2013 06:23 PM, Stéphane Graber wrote: >>> dpkg spotted that we're not explicitly linking against pthread even though >>> we use some of its symbols (sem_*). >> uh ? wait. >> >> We shouldn't li

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Stéphane Graber
On 02/18/2013 03:40 PM, Daniel Lezcano wrote: > On 02/18/2013 06:23 PM, Stéphane Graber wrote: >> dpkg spotted that we're not explicitly linking against pthread even though >> we use some of its symbols (sem_*). > > uh ? wait. > > We shouldn't link against the lib pthread. > > I don't think sem_

Re: [lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Daniel Lezcano
On 02/18/2013 06:23 PM, Stéphane Graber wrote: > dpkg spotted that we're not explicitly linking against pthread even though > we use some of its symbols (sem_*). uh ? wait. We shouldn't link against the lib pthread. I don't think sem_* is a symbol coming from the pthread library. Could you give

[lxc-devel] [PATCH] Link against pthread when not on bionic.

2013-02-18 Thread Stéphane Graber
dpkg spotted that we're not explicitly linking against pthread even though we use some of its symbols (sem_*). Signed-off-by: Stéphane Graber --- src/lxc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 8974ca9..a0077