All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] samba: remove blacklist
@ 2016-09-21  7:39 jackie.huang
  2016-09-21  8:38 ` Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: jackie.huang @ 2016-09-21  7:39 UTC (permalink / raw)
  To: openembedded-devel

From: Jackie Huang <jackie.huang@windriver.com>

* The libpam dependency issue is fixed by:

  12a118989296d13e036d0daa9f9a3d45eee03ded
  waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS

* I can't never reproduce the issue with new binutils-2.27,
  but it should be fixed by:

  b60c60806e57f69233db582ef88d113867c2ecd1
  samba: fix build by linking with bfd instead of gold

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
index 7d7fa02..3686faa 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
@@ -317,8 +317,3 @@ FILES_${PN}-python-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.d
 
 RDEPENDS_${PN}-pidl_append = " perl"
 FILES_${PN}-pidl = "${bindir}/pidl ${datadir}/perl5/Parse"
-
-# http://errors.yoctoproject.org/Errors/Details/81004/
-# before this issue it was also failing in do_package and
-# autodetecting libpam dependency
-PNBLACKLIST[samba] ?= "BROKEN: fails to build with new binutils-2.27"
-- 
2.8.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] samba: remove blacklist
  2016-09-21  7:39 [meta-networking][PATCH] samba: remove blacklist jackie.huang
@ 2016-09-21  8:38 ` Andreas Müller
  2016-09-21  8:45   ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2016-09-21  8:38 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 21, 2016 at 9:39 AM,  <jackie.huang@windriver.com> wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> * The libpam dependency issue is fixed by:
>
>   12a118989296d13e036d0daa9f9a3d45eee03ded
>   waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS
>
> * I can't never reproduce the issue with new binutils-2.27,
>   but it should be fixed by:
>
>   b60c60806e57f69233db582ef88d113867c2ecd1
>   samba: fix build by linking with bfd instead of gold
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
>  meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> index 7d7fa02..3686faa 100644
> --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> @@ -317,8 +317,3 @@ FILES_${PN}-python-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.d
>
>  RDEPENDS_${PN}-pidl_append = " perl"
>  FILES_${PN}-pidl = "${bindir}/pidl ${datadir}/perl5/Parse"
> -
> -# http://errors.yoctoproject.org/Errors/Details/81004/
> -# before this issue it was also failing in do_package and
> -# autodetecting libpam dependency
> -PNBLACKLIST[samba] ?= "BROKEN: fails to build with new binutils-2.27"
> --
> 2.8.3
>
> --
Same patch from Joe MacDonald is in master-next and I assume it is
under Martin's world test currently.

Andreas


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] samba: remove blacklist
  2016-09-21  8:38 ` Andreas Müller
@ 2016-09-21  8:45   ` Martin Jansa
  2016-09-22  1:53     ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2016-09-21  8:45 UTC (permalink / raw)
  To: openembedded-devel

Yes, and libpam autodetected dependency wasn't fixed by the change
mentioned in the commit message, but in new change provided by Andreas
(also in master-next).
https://patchwork.openembedded.org/patch/131789/

On Wed, Sep 21, 2016 at 10:38 AM, Andreas Müller <
schnitzeltony@googlemail.com> wrote:

> On Wed, Sep 21, 2016 at 9:39 AM,  <jackie.huang@windriver.com> wrote:
> > From: Jackie Huang <jackie.huang@windriver.com>
> >
> > * The libpam dependency issue is fixed by:
> >
> >   12a118989296d13e036d0daa9f9a3d45eee03ded
> >   waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS
> >
> > * I can't never reproduce the issue with new binutils-2.27,
> >   but it should be fixed by:
> >
> >   b60c60806e57f69233db582ef88d113867c2ecd1
> >   samba: fix build by linking with bfd instead of gold
> >
> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > ---
> >  meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 5 -----
> >  1 file changed, 5 deletions(-)
> >
> > diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > index 7d7fa02..3686faa 100644
> > --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > @@ -317,8 +317,3 @@ FILES_${PN}-python-dbg = "${libdir}/python${PYTHON_
> BASEVERSION}/site-packages/.d
> >
> >  RDEPENDS_${PN}-pidl_append = " perl"
> >  FILES_${PN}-pidl = "${bindir}/pidl ${datadir}/perl5/Parse"
> > -
> > -# http://errors.yoctoproject.org/Errors/Details/81004/
> > -# before this issue it was also failing in do_package and
> > -# autodetecting libpam dependency
> > -PNBLACKLIST[samba] ?= "BROKEN: fails to build with new binutils-2.27"
> > --
> > 2.8.3
> >
> > --
> Same patch from Joe MacDonald is in master-next and I assume it is
> under Martin's world test currently.
>
> Andreas
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] samba: remove blacklist
  2016-09-21  8:45   ` Martin Jansa
@ 2016-09-22  1:53     ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 4+ messages in thread
From: Huang, Jie (Jackie) @ 2016-09-22  1:53 UTC (permalink / raw)
  To: openembedded-devel



> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
> bounces@lists.openembedded.org] On Behalf Of Martin Jansa
> Sent: Wednesday, September 21, 2016 4:45 PM
> To: openembedded-devel
> Subject: Re: [oe] [meta-networking][PATCH] samba: remove blacklist
> 
> Yes, and libpam autodetected dependency wasn't fixed by the change
> mentioned in the commit message, but in new change provided by Andreas

I tested with/without pam in distro_feature after the change for waf-samba.bbaclss, 
and I didn't see any error or wanring for libpam anymore, so I thought it was fixed.

> (also in master-next).
> https://patchwork.openembedded.org/patch/131789/

Sorry I didn't notice this. Yes, it can fix the issue.

Thanks,
Jackie

> 
> On Wed, Sep 21, 2016 at 10:38 AM, Andreas Müller <
> schnitzeltony@googlemail.com> wrote:
> 
> > On Wed, Sep 21, 2016 at 9:39 AM,  <jackie.huang@windriver.com> wrote:
> > > From: Jackie Huang <jackie.huang@windriver.com>
> > >
> > > * The libpam dependency issue is fixed by:
> > >
> > >   12a118989296d13e036d0daa9f9a3d45eee03ded
> > >   waf-samba.bbclass: Add PACKAGECONFIG_CONFARGS to CONFIGUREOPTS
> > >
> > > * I can't never reproduce the issue with new binutils-2.27,
> > >   but it should be fixed by:
> > >
> > >   b60c60806e57f69233db582ef88d113867c2ecd1
> > >   samba: fix build by linking with bfd instead of gold
> > >
> > > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > > ---
> > >  meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 5 -----
> > >  1 file changed, 5 deletions(-)
> > >
> > > diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > > index 7d7fa02..3686faa 100644
> > > --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > > +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
> > > @@ -317,8 +317,3 @@ FILES_${PN}-python-dbg = "${libdir}/python${PYTHON_
> > BASEVERSION}/site-packages/.d
> > >
> > >  RDEPENDS_${PN}-pidl_append = " perl"
> > >  FILES_${PN}-pidl = "${bindir}/pidl ${datadir}/perl5/Parse"
> > > -
> > > -# http://errors.yoctoproject.org/Errors/Details/81004/
> > > -# before this issue it was also failing in do_package and
> > > -# autodetecting libpam dependency
> > > -PNBLACKLIST[samba] ?= "BROKEN: fails to build with new binutils-2.27"
> > > --
> > > 2.8.3
> > >
> > > --
> > Same patch from Joe MacDonald is in master-next and I assume it is
> > under Martin's world test currently.
> >
> > Andreas
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-22  1:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21  7:39 [meta-networking][PATCH] samba: remove blacklist jackie.huang
2016-09-21  8:38 ` Andreas Müller
2016-09-21  8:45   ` Martin Jansa
2016-09-22  1:53     ` Huang, Jie (Jackie)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.