[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 User xlastovi changed the following: What|Old value |New value Ever confirmed| |1 Status|UNCONFIRMED |NEW --- Additional comments from xlast...@openoffice.org Sat Aug 28 15:06:18 + 2010 --- Confirming the issue. It seems that current precompiled Mozilla binaries use MSVCR80 runtime, but #if statement in common_brand.scp does not reflect this. - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 User xlastovi changed the following: What|Old value |New value Version|OOo 3.1.1 |current --- Additional comments from xlast...@openoffice.org Wed Feb 17 10:49:27 + 2010 --- Setting the version tag to "current". The problem still occurs with OO.o 3.2. Unfortunately I don't have the canconfirm right. - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 --- Additional comments from xlast...@openoffice.org Sun Oct 4 21:17:37 + 2009 --- Exactly. It is unpleasant to start building in the evening and the next morning find that some dependency was not satisfied and have to wait some other hours for build to complete ;-) - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 --- Additional comments from t...@openoffice.org Fri Oct 2 16:01:05 + 2009 --- Hmm, so is the problem you are reporting here just then that the build fails late, when it should have failed much earlier already when running the configure script? - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 --- Additional comments from xlast...@openoffice.org Fri Oct 2 14:58:56 + 2009 --- Yes this report is for OOO310_m19 :-) And you are right that prebuilt Mozilla DLLs do require msvcr71.dll. But if there will not be OO.o 3.1.2, I think it is now late to fix this issue. - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 User tml changed the following: What|Old value |New value CC|''|'tml' - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 --- Additional comments from t...@openoffice.org Fri Oct 2 12:24:47 + 2009 --- Is this report really for OOo 3.1.1? The prebuilt Mozilla DLLs for OOo 3.1.1 and earlier *do* require msvcr71.dll. Or is this for the development tree, what will become OOo 3.2 and later? The prebuilt Mozilla DLLs for that indeed do not require msvcr71.dll, so there it is unnecessary to refer to msvcr71 in the scp2/source/ooo/common_brand.scp file. On the other hand, the prebuilt Mozilla DLLs for OOo 3.2 seem to be built with MSVS8 and require msvcr80.dll, but there is nothing in dev300-m58 as far as I can see to take care of that, to check for its presence and to bundle the merge module for the VC80 CRT in the installer. Also, the MSVC80 runtime is supposed to be installed only as side-by-side assemblies, and not in PATH, so as far as I understand, the prebuilt Mozilla DLLs need to have manifests (either built-in or separate .manifest files) in order for the msvcr80.dll to be found. Hopefully this will be fixed soon. Either by offering prebuilt Mozilla DLLs that are built against the same VC90 CRT that OOo is built against, or taking care of the manifest issue, and including the VC80 merge module in the installer. - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[tools-issues] [Issue 105503] config_office: build fail s on missing msvcp71.dll
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105503 Issue #|105503 Summary|config_office: build fails on missing msvcp71.dll Component|tools Version|OOo 3.1.1 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|configure Assigned to|rene Reported by|xlastovi --- Additional comments from xlast...@openoffice.org Thu Oct 1 08:31:08 + 2009 --- Windows build fails during packaging because of missing msvcp71.dll in external/msvcp71/. Configure does not report this. It should check for this dependency as it does with other files in the external directory. I build with --disable-build-mozilla --enable-build-mozab, using precompiled binaries of Mozilla. - 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: issues-unsubscr...@tools.openoffice.org For additional commands, e-mail: issues-h...@tools.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org