To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105663 Issue #|105663 Summary|installation fails when built with system-python due t |o artiificial change in m60 Component|Installation Version|DEV300m60 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|code Assigned to|of Reported by|rene
------- Additional comments from [email protected] Tue Oct 6 21:30:39 +0000 2009 ------- Hi, I get the following on install on m60: {...} ... analyzing directories ... ... analyzing files ... ... analyzing scpactions ... ... analyzing shortcuts ... ... analyzing unix links ... ... analyzing profile ... ... analyzing profileitems ... ... analyzing modules ... ------------------------------------ ... languages en-US ... ... analyzing files ... ERROR: The following files could not be found: ERROR: File not found: officehelper.py ERROR: File not found: pythonloader.py ERROR: File not found: pythonscript.py ERROR: File not found: uno.py ERROR: File not found: unohelper.py ERROR: File not found: mailmerge.py ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_260941254855944 ... {...} (I use system-python btw) Ok, let's look what happened in m60 in instsetoo_native (python/pyunos changes are L10n_framework and do not cause it): Aha, instsetoo_native/util/makefile.mk was changed like this: echo $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) --arch "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst --product OpenOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) $(PRJ)$/util$/update.xml .IF "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" -ALLTAR : $(LOCALPYFILES) +#ALLTAR : $(LOCALPYFILES) @echo "No EPM: do no packaging at this stage" .ELSE # "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" and - oh surprise - those LOCALPYFILES commented out are exactly the files missing,,,: LOCALPYFILES= \ $(BIN)$/uno.py \ $(BIN)$/unohelper.py \ $(BIN)$/pythonloader.py \ $(BIN)$/pythonscript.py \ $(BIN)$/officehelper.py \ $(BIN)$/mailmerge.py Trivial patch: revert the change (works here then) Regards, Rene --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
