The file:
/Users/jim/src/asf/AOO420/main/instsetoo_native/
unxmaccx.pro/Apache_OpenOffice/dmg/install/en-US_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_en-US/OpenOffice.app/Contents/program/unopkg
is a small shell script. You should be able to call it manually with the
"sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1" arguments. Edit it
and get it to log where it is and what it's doing, then narrow down where
it fails. Get it to print its parent process on startup, so we know who is
calling it (possibly by printing a process tree like "ps daxww", so we see
the full ancestry).

Otherwise, the equivalent of "git bisect", while back-porting recent
patches to get older versions to build, until you find the first patch that
caused this failure.

Also your build output suggests that this happens while building the DMG.
If you just use the simplest "--with-package-format=installed", does it
work?

And there is usually a section in the build output that says
... checking log file </path/to>/log_AOO420_en-US.log
Anything revealing in there?

I am going on leave, so you might not hear from me for a while. Reply
anyway, and I'll have a look when I can.

Good luck.


On Wed, Aug 1, 2018 at 2:12 PM Jim Jagielski <j...@jagunet.com> wrote:

> Anyone have any ideas where to start digging around for what
> could be causing this last (hopefully!) nit on macOS:
>
> in function: register_extensions
> **************************************************
> in function: register_extensionsstopping log at Fri Jul 27 12:32:08 2018
> ... removing directory /Users/jim/src/asf/AOO420/main/instsetoo_native/
> unxmaccx.pro/Apache_OpenOffice/dmg/stripped/en-US ...
> Error: ERROR: /Users/jim/src/asf/AOO420/main/instsetoo_native/
> unxmaccx.pro/Apache_OpenOffice/dmg/install/en-US_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_en-US/OpenOffice.app/Contents/program/unopkg
> sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!
>
> **************************************************
> ERROR: ERROR: /Users/jim/src/asf/AOO420/main/instsetoo_native/
> unxmaccx.pro/Apache_OpenOffice/dmg/install/en-US_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_en-US/OpenOffice.app/Contents/program/unopkg
> sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!
> in function: register_extensions
> **************************************************
> in function: register_extensionsstopping log at Fri Jul 27 12:32:09 2018
>

Reply via email to