All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man-pages: use alternatives to resolve crypt.3 conflict
@ 2018-12-20 15:34 Mark Asselstine
  2019-01-02 18:39 ` Mark Asselstine
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Asselstine @ 2018-12-20 15:34 UTC (permalink / raw)
  To: openembedded-core

From: mark asselstine <masselst@yow-cube2.wrs.com>

To fix:

  Error: Transaction check error:
    file /usr/share/man/man3/crypt.3 conflicts between attempted installs
    of libcrypt-doc-4.4.1-r0.core2_64 and man-pages-4.16-r0.core2_64

This issue came about after commit 59be9254df9f [libxcrypt: Upgrade to
4.4.1 release].

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta/recipes-extended/man-pages/man-pages_4.16.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/man-pages/man-pages_4.16.bb b/meta/recipes-extended/man-pages/man-pages_4.16.bb
index a64587c..1f14c89 100644
--- a/meta/recipes-extended/man-pages/man-pages_4.16.bb
+++ b/meta/recipes-extended/man-pages/man-pages_4.16.bb
@@ -31,6 +31,7 @@ FILES_${PN} = "${mandir}/*"
 inherit update-alternatives
 
 ALTERNATIVE_PRIORITY = "100"
-ALTERNATIVE_${PN} = "passwd.5 getspnam.3"
+ALTERNATIVE_${PN} = "passwd.5 getspnam.3 crypt.3"
 ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
 ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
+ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"
-- 
2.7.4



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

* Re: [PATCH] man-pages: use alternatives to resolve crypt.3 conflict
  2018-12-20 15:34 [PATCH] man-pages: use alternatives to resolve crypt.3 conflict Mark Asselstine
@ 2019-01-02 18:39 ` Mark Asselstine
  2019-01-02 21:23   ` richard.purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Asselstine @ 2019-01-02 18:39 UTC (permalink / raw)
  To: openembedded-core

On Thursday, December 20, 2018 10:34:54 AM EST Mark Asselstine wrote:
> From: mark asselstine <masselst@yow-cube2.wrs.com>
> 
> To fix:
> 
>   Error: Transaction check error:
>     file /usr/share/man/man3/crypt.3 conflicts between attempted installs
>     of libcrypt-doc-4.4.1-r0.core2_64 and man-pages-4.16-r0.core2_64
> 
> This issue came about after commit 59be9254df9f [libxcrypt: Upgrade to
> 4.4.1 release].
> 
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---

This issue is still persisting. Any reason for this not being picked up yet?

Mark

>  meta/recipes-extended/man-pages/man-pages_4.16.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-extended/man-pages/man-pages_4.16.bb
> b/meta/recipes-extended/man-pages/man-pages_4.16.bb index a64587c..1f14c89
> 100644
> --- a/meta/recipes-extended/man-pages/man-pages_4.16.bb
> +++ b/meta/recipes-extended/man-pages/man-pages_4.16.bb
> @@ -31,6 +31,7 @@ FILES_${PN} = "${mandir}/*"
>  inherit update-alternatives
> 
>  ALTERNATIVE_PRIORITY = "100"
> -ALTERNATIVE_${PN} = "passwd.5 getspnam.3"
> +ALTERNATIVE_${PN} = "passwd.5 getspnam.3 crypt.3"
>  ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
>  ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
> +ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"






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

* Re: [PATCH] man-pages: use alternatives to resolve crypt.3 conflict
  2019-01-02 18:39 ` Mark Asselstine
@ 2019-01-02 21:23   ` richard.purdie
  2019-01-02 22:49     ` Mark Asselstine
  0 siblings, 1 reply; 4+ messages in thread
From: richard.purdie @ 2019-01-02 21:23 UTC (permalink / raw)
  To: Mark Asselstine, openembedded-core

On Wed, 2019-01-02 at 13:39 -0500, Mark Asselstine wrote:
> On Thursday, December 20, 2018 10:34:54 AM EST Mark Asselstine wrote:
> > From: mark asselstine <masselst@yow-cube2.wrs.com>
> > 
> > To fix:
> > 
> >   Error: Transaction check error:
> >     file /usr/share/man/man3/crypt.3 conflicts between attempted
> > installs
> >     of libcrypt-doc-4.4.1-r0.core2_64 and man-pages-4.16-
> > r0.core2_64
> > 
> > This issue came about after commit 59be9254df9f [libxcrypt: Upgrade
> > to
> > 4.4.1 release].
> > 
> > Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> > ---
> 
> This issue is still persisting. Any reason for this not being picked
> up yet?

Vacation and being human :)

Its queued in -next, I thought I'd picked it up previously...

Cheers,

Richard



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

* Re: [PATCH] man-pages: use alternatives to resolve crypt.3 conflict
  2019-01-02 21:23   ` richard.purdie
@ 2019-01-02 22:49     ` Mark Asselstine
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Asselstine @ 2019-01-02 22:49 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

On Wednesday, January 2, 2019 4:23:58 PM EST 
richard.purdie@linuxfoundation.org wrote:
> On Wed, 2019-01-02 at 13:39 -0500, Mark Asselstine wrote:
> > On Thursday, December 20, 2018 10:34:54 AM EST Mark Asselstine wrote:
> > > From: mark asselstine <masselst@yow-cube2.wrs.com>
> > > 
> > > To fix:
> > >   Error: Transaction check error:
> > >     file /usr/share/man/man3/crypt.3 conflicts between attempted
> > > 
> > > installs
> > > 
> > >     of libcrypt-doc-4.4.1-r0.core2_64 and man-pages-4.16-
> > > 
> > > r0.core2_64
> > > 
> > > This issue came about after commit 59be9254df9f [libxcrypt: Upgrade
> > > to
> > > 4.4.1 release].
> > > 
> > > Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> > > ---
> > 
> > This issue is still persisting. Any reason for this not being picked
> > up yet?
> 
> Vacation and being human :)
> 
> Its queued in -next, I thought I'd picked it up previously...

Thanks Richard. I knew that it was getting close to the holidays when I sent 
it out, I guess I cut it too close

MarkA

> 
> Cheers,
> 
> Richard






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

end of thread, other threads:[~2019-01-02 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-20 15:34 [PATCH] man-pages: use alternatives to resolve crypt.3 conflict Mark Asselstine
2019-01-02 18:39 ` Mark Asselstine
2019-01-02 21:23   ` richard.purdie
2019-01-02 22:49     ` Mark Asselstine

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.