You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/06/17 19:38:40 UTC

[Issue 127003] New: LWP::Protocol now needed to bootstrap

https://bz.apache.org/ooo/show_bug.cgi?id=127003

          Issue ID: 127003
        Issue Type: DEFECT
           Summary: LWP::Protocol now needed to bootstrap
           Product: Build Tools
           Version: 4.2.0-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Critical
          Priority: P5 (lowest)
         Component: build.pl
          Assignee: issues@openoffice.apache.org
          Reporter: kschenk@apache.org

Created attachment 85581
  --> https://bz.apache.org/ooo/attachment.cgi?id=85581&action=edit
patch for configure.ac

./bootstrap fails due to the need for the client https protocol for download
external sources from some sites. The installation of the perl LWP::Protocol
modules is now needed in addition to other modules.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

Kay <ks...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #3 from Kay <ks...@apache.org> ---
Thanks for your  verification, Oliver. And so sorry it entailed reinstalling
cygwin! gosh! :(

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

Oliver Brinzing <ol...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.brinzing@gmx.de

--- Comment #1 from Oliver Brinzing <ol...@gmx.de> ---
confirming

https://bz.apache.org/ooo/show_bug.cgi?id=126995
windows build ./bootstrap fails downloading
ext_sources/c813c065dd53d7bd0a560a870ddd0af5-openssl-0.9.8zh.tar.gz.part

tried to install "LWP::Protocol::https" on cygwin but failed
installing prerequisite "IO::Socket::SSL":

chmod 777 -R /home/user
chmod 777 -R cygwin
chmod a+x /usr/bin/perl.exe
cpan install Mozilla::CA
cpan install LWP::UserAgent
cpan install Net::HTTPS
cpan install IO::Socket::SSL
*** Found OpenSSL-1.0.1j installed in /usr
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,
    and Net::SSLeay. Mixing and matching compilers is not supported.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

--- Comment #2 from Oliver Brinzing <ol...@gmx.de> ---
after a complete reinstall of my cygwin installation including "LWP::Protocol"
.\configure and .\bootstrap seem to work with https protocol now.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

Andrea Pescetti <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pescetti@apache.org

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

Kay <ks...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ACCEPTED                    |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127003] LWP::Protocol now needed to bootstrap

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127003

--- Comment #4 from Kay <ks...@apache.org> ---
Change committed to trunk as r1749400 

http://svn.apache.org/viewvc?rev=1749400&view=rev

-- 
You are receiving this mail because:
You are the assignee for the issue.