mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0
@ 2013-05-23 14:53 Bernhard Walle
  2013-06-02 12:53 ` Alexander Aring
  2014-10-30 14:52 ` Manuel Traut
  0 siblings, 2 replies; 4+ messages in thread
From: Bernhard Walle @ 2013-05-23 14:53 UTC (permalink / raw)
  To: ptxdist

My Arch Linux updated to host-perl 5.18.0. Building openssl with that
version fails when creating the manpages:

    c_rehash.pod around line 45: You forgot a '=back' before '=head1'
    c_rehash.pod around line 49: =back without =over

Since we don't need that manpages, install openssl with "make
install_sw" instead of "make install" which avoids building the
manpages.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 rules/openssl.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/openssl.make b/rules/openssl.make
index f448e7c..67ad7d3 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -70,6 +70,8 @@ OPENSSL_CONF_OPT := \
 	--prefix=/usr \
 	--openssldir=/usr/lib/ssl \
 	--install_prefix=$(OPENSSL_PKGDIR)
+OPENSSL_INSTALL_OPT := \
+	install_sw
 
 ifdef PTXCONF_OPENSSL_SHARED
 OPENSSL_CONF_OPT += shared
-- 
1.8.2.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0
  2013-05-23 14:53 [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0 Bernhard Walle
@ 2013-06-02 12:53 ` Alexander Aring
  2013-06-03 11:04   ` Michael Olbrich
  2014-10-30 14:52 ` Manuel Traut
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Aring @ 2013-06-02 12:53 UTC (permalink / raw)
  To: ptxdist

Hi,

have the same issue. This patch helped me alot.

Thanks.
Alex

On Thu, May 23, 2013 at 04:53:13PM +0200, Bernhard Walle wrote:
> My Arch Linux updated to host-perl 5.18.0. Building openssl with that
> version fails when creating the manpages:
> 
>     c_rehash.pod around line 45: You forgot a '=back' before '=head1'
>     c_rehash.pod around line 49: =back without =over
> 
> Since we don't need that manpages, install openssl with "make
> install_sw" instead of "make install" which avoids building the
> manpages.
> 
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
Tested-by: Alexander Aring <alex.aring@gmail.com>
> ---
>  rules/openssl.make | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/rules/openssl.make b/rules/openssl.make
> index f448e7c..67ad7d3 100644
> --- a/rules/openssl.make
> +++ b/rules/openssl.make
> @@ -70,6 +70,8 @@ OPENSSL_CONF_OPT := \
>  	--prefix=/usr \
>  	--openssldir=/usr/lib/ssl \
>  	--install_prefix=$(OPENSSL_PKGDIR)
> +OPENSSL_INSTALL_OPT := \
> +	install_sw
>  
>  ifdef PTXCONF_OPENSSL_SHARED
>  OPENSSL_CONF_OPT += shared
> -- 
> 1.8.2.3
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0
  2013-06-02 12:53 ` Alexander Aring
@ 2013-06-03 11:04   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2013-06-03 11:04 UTC (permalink / raw)
  To: ptxdist

On Sun, Jun 02, 2013 at 02:53:39PM +0200, Alexander Aring wrote:
> Hi,
> 
> have the same issue. This patch helped me alot.

Good to know.
It will be part of the next release.

Michael

> Thanks.
> Alex
> 
> On Thu, May 23, 2013 at 04:53:13PM +0200, Bernhard Walle wrote:
> > My Arch Linux updated to host-perl 5.18.0. Building openssl with that
> > version fails when creating the manpages:
> > 
> >     c_rehash.pod around line 45: You forgot a '=back' before '=head1'
> >     c_rehash.pod around line 49: =back without =over
> > 
> > Since we don't need that manpages, install openssl with "make
> > install_sw" instead of "make install" which avoids building the
> > manpages.
> > 
> > Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
> Tested-by: Alexander Aring <alex.aring@gmail.com>
> > ---
> >  rules/openssl.make | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/rules/openssl.make b/rules/openssl.make
> > index f448e7c..67ad7d3 100644
> > --- a/rules/openssl.make
> > +++ b/rules/openssl.make
> > @@ -70,6 +70,8 @@ OPENSSL_CONF_OPT := \
> >  	--prefix=/usr \
> >  	--openssldir=/usr/lib/ssl \
> >  	--install_prefix=$(OPENSSL_PKGDIR)
> > +OPENSSL_INSTALL_OPT := \
> > +	install_sw
> >  
> >  ifdef PTXCONF_OPENSSL_SHARED
> >  OPENSSL_CONF_OPT += shared
> > -- 
> > 1.8.2.3
> > 
> > 
> > -- 
> > ptxdist mailing list
> > ptxdist@pengutronix.de
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0
  2013-05-23 14:53 [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0 Bernhard Walle
  2013-06-02 12:53 ` Alexander Aring
@ 2014-10-30 14:52 ` Manuel Traut
  1 sibling, 0 replies; 4+ messages in thread
From: Manuel Traut @ 2014-10-30 14:52 UTC (permalink / raw)
  To: ptxdist

Bernhard Walle <bernhard@...> writes:

> 
> My Arch Linux updated to host-perl 5.18.0. Building openssl with that
> version fails when creating the manpages:
> 
>     c_rehash.pod around line 45: You forgot a '=back' before '=head1'
>     c_rehash.pod around line 49: =back without =over
> 
> Since we don't need that manpages, install openssl with "make
> install_sw" instead of "make install" which avoids building the
> manpages.

I would suggest a patch like this, that fixes the problem and not skipping
over the problem:

https://build.opensuse.org/
package/view_file/Base:System/openssl/openssl-fix-pod-syntax.diff?expand=1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2014-10-30 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 14:53 [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0 Bernhard Walle
2013-06-02 12:53 ` Alexander Aring
2013-06-03 11:04   ` Michael Olbrich
2014-10-30 14:52 ` Manuel Traut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox