Ahh... something w/ the cppuhelper stuff. Obviously, some UDK issue I'm thinking...
76.372903 : lang : ###################################################### 76.372943 : lang : Registering extensions: 76.372991 : lang : ###################################################### 76.381173 : info : ... current dir: /Users/jim/src/asf/AOO42X/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/MacOS ... 76.381393 : lang : Current dir: /Users/jim/src/asf/AOO42X/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/MacOS 76.381469 : info : ... /Users/jim/src/asf/AOO42X/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 | ... 76.381565 : lang : Systemcall: /Users/jim/src/asf/AOO42X/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 | 76.395759 : lang : dyld: Library not loaded: @loader_path/libuno_cppuhelpers5abi.dylib 76.395961 : lang : Referenced from: /Users/jim/src/asf/AOO42X/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/libunopkgapp.dylib 76.396012 : lang : Reason: image not found 76.396074 : lang : ERROR: Could not execute "/Users/jim/src/asf/AOO42X/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 |"! Exitcode: '6' Yeppers... for sure it's the udk versioning, which is more a Linux thing than a macOS (or Windows) thing. Will look into either hacking around it or something else. I thought I had fixed it. Obviously not :( > On Jan 9, 2019, at 9:05 PM, Damjan Jovanovic <[email protected]> wrote: > > That register_extensions function that seems to break is in > main/solenv/bin/modules/installer/simplepackage.pm > I suggest changing it to print out some debugging info and then "build > --from instsetoo_native". > > On Wed, Jan 9, 2019 at 7:34 PM Jim Jagielski <[email protected]> wrote: > >> >> >>> On Jan 9, 2019, at 12:18 PM, Jim Jagielski <[email protected]> wrote: >>> >>> OK, so I *finally* got a version in which at least the thing builds, but >> I once again get hit with the instsetoo_native final packing problem that I >> had a few months ago... >>> >> >> Error: ERROR: /Users/jim/src/asf/AOO420/main/instsetoo_native/ >> unxmaccx.pro/Apache_OpenOffice/dmg/install/ca-XR_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_ca-XR/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/ca-XR_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_ca-XR/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 Wed Jan 9 12:33:26 2019 >> ... removing directory /Users/jim/src/asf/AOO420/main/instsetoo_native/ >> unxmaccx.pro/Apache_OpenOffice/dmg/stripped/bg ... >> Error: ERROR: /Users/jim/src/asf/AOO420/main/instsetoo_native/ >> unxmaccx.pro/Apache_OpenOffice/dmg/install/bg_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_bg/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/bg_inprogress/Apache_OpenOffice_4.2.0_MacOS_x86-64_install_bg/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 Wed Jan 9 12:33:26 2019 >> dmake: Error code 255, while making 'openoffice_ca-XR.dmg' >> >> 1 module(s): >> instsetoo_native >> need(s) to be rebuilt >> >> Reason(s): >> >> ERROR: error 65280 occurred while making >> /Users/jim/src/asf/AOO420/main/instsetoo_native/util >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >>
