Saturday I upgraded security/openssl from 1.0.1 to 1.0.2 using
Sunday evening OpenOffice
I have tried rebuilding several dependencies for OOo and get similar errors on ftp/curl. My thinking is that the issue may be with the OpenSSL update, and want to try reverting back.
I'm pretty sure what I need to do to accomplish this is similar to:
How can I figure out what options are available for the XXXXXX to try to find a version of security/openssl
(or am I going about troubleshooting this all wrong?)
portupgrade -Rc openssl (after reviewing /usr/ports/UPDATING to check for potential known problems or special upgrade concerns).Sunday evening OpenOffice
openoffice-4.1.1 went from "buggy" (especially if you click anything in a menu) to giving "Application error" when started. I had been using 4.1.1_6 and saw in /usr/ports/UPDATING that editors/openoffice-4 now has version 4.1.1_7 available. Hoping that this may fix the issues which I have been encountering, I ran portupgrade -Rc apache-openoffice. This is failing several hours into the build with:
Code:
Module 'sc' delivered successfully. 169 files copied, 6 files unchanged
2 module(s):
ucb
forms
need(s) to be rebuilt
Reason(s):
ERROR: error 65280 occurred while making /usr/ports/editors/openoffice-4/work/aoo-4.1.1/main/forms/util
ERROR: error 65280 occurred while making /usr/ports/editors/openoffice-4/work/aoo-4.1.1/main/ucb/source/ucp/ftp
When you have fixed the errors in that module you can resume the build by running:
build --from ucb forms
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/editors/openoffice-4
*** Error code 1
Stop.
make: stopped in /usr/ports/editors/openoffice-4
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20150324-75385-1ecd6o6 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=apache-openoffice-4.1.1_6 UPGRADE_PORT_VER=4.1.1_6 make
** Fix the problem and try again.
I have tried rebuilding several dependencies for OOo and get similar errors on ftp/curl. My thinking is that the issue may be with the OpenSSL update, and want to try reverting back.
I'm pretty sure what I need to do to accomplish this is similar to:
Code:
cd /tmp
svnlite co https://svn0.us-east.FreeBSD.org/ports/head/security/openssl@XXXXXX
cd openssl
make install
How can I figure out what options are available for the XXXXXX to try to find a version of security/openssl
(or am I going about troubleshooting this all wrong?)