Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-24 Thread V Stuart Foote
Roman, David

Thank you both!  Roman's steps make perfect sense, although I was scratching
my head about the "b3a49f990273c9fa6e2b90245c271a14b38280f0"  ID, before I
realized it was the commit ID for the patcth to 3.6 and that the cgit
interface allows a toggle between Master and 3.6

Anyhow,  turns out to be simple to follow along once you know the module
stanza of the daily build log contains ID of the last commit from each of
the modules (e.g. for 3.6:  core, binfilter, dictionaries, help,
translations) and then reviewing the log for position of the commit being
verified.

No trouble navigating with cgit.  But will need to work with git on a Linux
box, and at some point I'll have to try loading a git client for Windows and
pulling the repository since I spend about 90% or my time in Windows. 

Unfortunately, while this confirms the patch was applied, it also means the
patch does not correct the issues with Java Accessibility - JAB interface to
LibO UNO accessibility where the LOdev 3.6 daily remains mute in javaferret
and javamonkey  test utilities as well as the NVDA screen reader.

Stuart



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4015145.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-24 Thread Roman Eisele

Hi V Stuart Foote,

Am 23.10.12 20:24, schrieb V Stuart Foote:

The commit for this issue was pushed down to the 3.6 tree, but is there a way
to determine if a specific TinderBox has refreshed and is using a particular
source?

I used Fridrich Strba's TB - 9 Voreppe 2012-10-22 23.52.55 time stamped
build of Windows x86, and I assume the commit had made it into the build.
But I'm not sure how I would confirm it did.  I didn't see the source in the
modules in the build log, is there some sort of manifest of what gets built
that can be consulted--or do you have to ask the administrator of the TB?


I your particular case, we can learn from David Tardon's hint in
  https://bugs.freedesktop.org/show_bug.cgi?id=53474#c5
that his Patch has the ID
  b3a49f990273c9fa6e2b90245c271a14b38280f0
and was pushed to master with the commit message
  "export symbols after gbuildification"
(see 
http://cgit.freedesktop.org/libreoffice/core/commit/accessibility?id=d475a059fc9f07f4d896bd67649c7d800fc66f6f).


Now we can search the git log for the 3.6 branch at
  http://cgit.freedesktop.org/libreoffice/core/log/?h=libreoffice-3-6
for this particular commit; it shows that David's patch was pushed to 
the 3.6 branch at 2012-10-22 12:37:06 (GMT).


So, in theory, the patch should be included in the Voreppe build with 
timestamp 2012-10-22 23:52:55.


But you can find out more about a daily build by checking the "... 
build_info.txt" file associated with the daily build; in your case, it is at


http://dev-builds.libreoffice.org/daily/Win-x86_9-Voreppe/libreoffice-3-6/current/libreoffice-3-6~2012-10-22_23.52.55_build_info.txt
and the beginning of this file tells us:

  tinderbox: tree: libreoffice-3-6
  tinderbox: pull time 2012-10-22 23:52:55
  tinderbox: git sha1s
  core:66446668dad9dfb8394fe3e6afcff78662efc63a

If I am not completely wrong, the last item is the commit ID of the last 
commit to the 'core' module (which we need here) of the 
"libreoffice-3-6" branch which was included in that particular build.


So let's go back to the 3.6 branch git log at
  http://cgit.freedesktop.org/libreoffice/core/log/?h=libreoffice-3-6
and search for that commit; it is

http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6&id=66446668dad9dfb8394fe3e6afcff78662efc63a
i.e. Ivan Timofeev's patch for "fdo#55800: fix hex color conversion", 
and in the git log it comes two steps after David Tardon's patch in 
which you are interested.


So, my result is: yes, the "9 Voreppe 2012-10-22 23.52.55" build already 
contains David Tardon's patch for

  https://bugs.freedesktop.org/show_bug.cgi?id=53474

Hope it helps,

Roman

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-23 Thread David Tardon
Hi,

On Tue, Oct 23, 2012 at 11:24:18AM -0700, V Stuart Foote wrote:
> The commit for this issue was pushed down to the 3.6 tree, but is there a way
> to determine if a specific TinderBox has refreshed and is using a particular
> source?
> 
> I used Fridrich Strba's TB - 9 Voreppe 2012-10-22 23.52.55 time stamped
> build of Windows x86, and I assume the commit had made it into the build.
> But I'm not sure how I would confirm it did.  I didn't see the source in the
> modules in the build log, is there some sort of manifest of what gets built
> that can be consulted--or do you have to ask the administrator of the TB?

There is a text file called _build_info.txt next to the
installer. It contains (besides other things) SHAs of the top commits in
each of the four repos. Then it is only a matter of checking the output
of

git log 

in appropriate repo. (It is probably doable with cgit too, but I do not
use it much, so I do not know.)

D.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-23 Thread V Stuart Foote
The commit for this issue was pushed down to the 3.6 tree, but is there a way
to determine if a specific TinderBox has refreshed and is using a particular
source?

I used Fridrich Strba's TB - 9 Voreppe 2012-10-22 23.52.55 time stamped
build of Windows x86, and I assume the commit had made it into the build.
But I'm not sure how I would confirm it did.  I didn't see the source in the
modules in the build log, is there some sort of manifest of what gets built
that can be consulted--or do you have to ask the administrator of the TB?

Meanwhile I've reopened  fdo#53474
<https://bugs.freedesktop.org/show_bug.cgi?id=53474>   since the patch does
not seem to have resolved things.







--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4015015.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-22 Thread Niklas Johansson

Hi

I managed to get the Win-x86@6 2012-10-20 14:21:35 MASTER TinderBox 
build installed on a Windows XP 32-machine. Tried to use the 
accessibility bridge and got a warning that I needed at least 2.03 of 
the bridge. So I updated to Java 7 and added JAVA_HOME and activated the 
accessibility bridge. Sorry to say that I could not make it work though. 
On the same user it does work with the newly installed Java 7 and an 
installation of LO 3.4.(something) and an OpenOffice.org installation. 
This was tested after the update.


I did not go so far as to uninstall everything and start over but I did 
try to reset my %appdata%-user-folder.


I might give this another go later, but at the moment I don't have time.

Regards,
Niklas Johansson

V Stuart Foote skrev 2012-10-21 16:37:

Niklas,

Thanks.

So, I gave the VC_REDIST=0 property to suppress Visual C++ runtime install a
try. Unfortunately no change.

The Win-x86@6  2012-10-20 14:21:35 MASTER TinderBox build still throws the
installer error 1935 for the GUID {22185FB0-0AED-5CE4-C190-48CC661F0454}  at
the same point in the installation.

Looked at the installer with MS Orca, where I can follow the installer
actions and the assembly.pm source for building it. But as usual I get lost
in OpenGrok  trying to follow UNO and URE source in /core

Still the issue of  fdo#55290
<https://bugs.freedesktop.org/show_bug.cgi?id=55290>   .


Niklas Johansson wrote

Hi

The installation instructions talks about the 1935 error under the
troubleshooting section. Don't know if it helps you but ir might be a step
in the right direction.
http://www.libreoffice.org/get-help/installation/windows/

/Niklas





--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014617.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-21 Thread V Stuart Foote
Niklas,

Thanks. 

So, I gave the VC_REDIST=0 property to suppress Visual C++ runtime install a
try. Unfortunately no change.

The Win-x86@6  2012-10-20 14:21:35 MASTER TinderBox build still throws the
installer error 1935 for the GUID {22185FB0-0AED-5CE4-C190-48CC661F0454}  at
the same point in the installation.

Looked at the installer with MS Orca, where I can follow the installer
actions and the assembly.pm source for building it. But as usual I get lost
in OpenGrok  trying to follow UNO and URE source in /core

Still the issue of  fdo#55290
<https://bugs.freedesktop.org/show_bug.cgi?id=55290>   .


Niklas Johansson wrote
> Hi
> 
> The installation instructions talks about the 1935 error under the
> troubleshooting section. Don't know if it helps you but ir might be a step
> in the right direction.
> http://www.libreoffice.org/get-help/installation/windows/
> 
> /Niklas





--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014617.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-21 Thread Tommy
On Sun, 21 Oct 2012 01:32:27 +0200, V Stuart Foote  
 wrote:



Hmmm,

On a Win7-64 system, still receive the Error 1935 with todays TB-6 build.

master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
tinderbox: buildname: Win-x86@6
tinderbox: tree: MASTER
tinderbox: pull time 2012-10-20 14:21:35



same error for me too on Vista 64 bit.

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-21 Thread Niklas Johansson
Hi

The installation instructions talks about the 1935 error under the
troubleshooting section. Don't know if it helps you but ir might be a step
in the right direction.
http://www.libreoffice.org/get-help/installation/windows/

/Niklas

Den söndagen den 21:e oktober 2012 skrev V Stuart Foote:

>  Working on Windows 7 64-bit Ultimate, Intel i7 920 CPU, 12GB Ram.
>
> On chance something amiss, downloaded again. MD5's of two downloads
> matched. Disabled AV. Logged in as the Administrator account.
>
> Start a installation with default, do not check accessibility. Receive
> same 1935 error at same component registration point.  Back out and try
> custom install dropping extensions. Same 1935 error.
>
> fdo#55290 still with us...
>
>  --
>  *From:* libreoffice-qa-bounces+vstuart.foote=
> utsa@lists.freedesktop.org  'utsa@lists.freedesktop.org');> on behalf of MiguelAngel
> *Sent:* Sat 10/20/2012 7:37 PM
> *To:* libreoffice-qa@lists.freedesktop.org  'libreoffice-qa@lists.freedesktop.org');>
> *Subject:* Re: [Libreoffice-qa] QA work with Windows Tinderbox builds --
> need help
>
>  El 21/10/12 1:32, V Stuart Foote escribió:
> > Hmmm,
> >
> > On a Win7-64 system, still receive the Error 1935 with todays TB-6 build.
> >
> >
> master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
> > tinderbox: buildname: Win-x86@6
> > tinderbox: tree: MASTER
> > tinderbox: pull time 2012-10-20 14:21:35
> >
> > Saw on the  fdo#55290 <
> https://bugs.freedesktop.org/show_bug.cgi?id=55290>
> > that you had a clean install.
> >
> >
> > Extract of verbose log:
> >
> > MSI (s) (34:08) [17:44:56:001]: Assembly Error:The given assembly name or
> > codebase, '%1', was invalid.
> >
> > MSI (s) (34:08) [17:44:56:001]: Note: 1: 1935 2:
> > {22185FB0-0AED-5CE4-C190-48CC661F0454} 3: 0x80131047 4:
> IAssemblyCacheItem
> > 5: Commit 6:
> >
> policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"
> >
> > DEBUG: Error 2835:  The control ErrorIcon was not found on dialog
> SetupError
> >
> > Internal Error 2835. ErrorIcon, SetupError
> >
> > Error 1935.An error occurred during the installation of assembly
> >
> 'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
> > Please refer to Help and Support for more information. HRESULT:
> 0x80131047.
> > assembly interface: IAssemblyCacheItem, function: Commit, component:
> > {22185FB0-0AED-5CE4-C190-48CC661F0454}
> >
> > MSI (s) (34:08) [17:45:45:141]: Product: LOdev 3.7 -- Error 1935.An error
> > occurred during the installation of assembly
> >
> 'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
> > Please refer to Help and Support for more information. HRESULT:
> 0x80131047.
> > assembly interface: IAssemblyCacheItem, function: Commit, component:
> > {22185FB0-0AED-5CE4-C190-48CC661F0454}
> >
> > Action ended 17:45:45: InstallFinalize. Return value 3.
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014545.html
> > Sent from the QA mailing list archive at Nabble.com.
> > ___
> > List Name: Libreoffice-qa mailing list
> > Mail address: Libreoffice-qa@lists.freedesktop.org
> > Change settings:
> http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
> > Problems?
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> > List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
> >
>
> Win7x64Ult i34GB
>
> master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
> (LibreOffice Version 3.7.0.0.alpha0+ (Build ID: 370m0(Build:0)))
>
> Installed and running smoothly.
>
> Miguel Ángel.
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings:
> http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
> Problems?
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
>
>
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-20 Thread V Stuart Foote
Working on Windows 7 64-bit Ultimate, Intel i7 920 CPU, 12GB Ram.

On chance something amiss, downloaded again. MD5's of two downloads matched. 
Disabled AV. Logged in as the Administrator account.

Start a installation with default, do not check accessibility. Receive same 
1935 error at same component registration point.  Back out and try custom 
install dropping extensions. Same 1935 error.

fdo#55290 still with us...




From: libreoffice-qa-bounces+vstuart.foote=utsa@lists.freedesktop.org on 
behalf of MiguelAngel
Sent: Sat 10/20/2012 7:37 PM
To: libreoffice-qa@lists.freedesktop.org
Subject: Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help



El 21/10/12 1:32, V Stuart Foote escribió:
> Hmmm,
>
> On a Win7-64 system, still receive the Error 1935 with todays TB-6 build.
>
> master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
> tinderbox: buildname: Win-x86@6
> tinderbox: tree: MASTER
> tinderbox: pull time 2012-10-20 14:21:35
>
> Saw on the  fdo#55290 <https://bugs.freedesktop.org/show_bug.cgi?id=55290>
> that you had a clean install.
>
>
> Extract of verbose log:
>
> MSI (s) (34:08) [17:44:56:001]: Assembly Error:The given assembly name or
> codebase, '%1', was invalid.
>
> MSI (s) (34:08) [17:44:56:001]: Note: 1: 1935 2:
> {22185FB0-0AED-5CE4-C190-48CC661F0454} 3: 0x80131047 4: IAssemblyCacheItem
> 5: Commit 6:
> policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"
>
> DEBUG: Error 2835:  The control ErrorIcon was not found on dialog SetupError
>
> Internal Error 2835. ErrorIcon, SetupError
>
> Error 1935.An error occurred during the installation of assembly
> 'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
> Please refer to Help and Support for more information. HRESULT: 0x80131047.
> assembly interface: IAssemblyCacheItem, function: Commit, component:
> {22185FB0-0AED-5CE4-C190-48CC661F0454}
>
> MSI (s) (34:08) [17:45:45:141]: Product: LOdev 3.7 -- Error 1935.An error
> occurred during the installation of assembly
> 'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
> Please refer to Help and Support for more information. HRESULT: 0x80131047.
> assembly interface: IAssemblyCacheItem, function: Commit, component:
> {22185FB0-0AED-5CE4-C190-48CC661F0454}
>
> Action ended 17:45:45: InstallFinalize. Return value 3.
>
>
>
>
>
> --
> View this message in context: 
> http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014545.html
> Sent from the QA mailing list archive at Nabble.com.
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
> Problems? 
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
>

Win7x64Ult i34GB
master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
(LibreOffice Version 3.7.0.0.alpha0+ (Build ID: 370m0(Build:0)))

Installed and running smoothly.

Miguel Ángel.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/



___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-20 Thread MiguelAngel

El 21/10/12 1:32, V Stuart Foote escribió:

Hmmm,

On a Win7-64 system, still receive the Error 1935 with todays TB-6 build.

master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
tinderbox: buildname: Win-x86@6
tinderbox: tree: MASTER
tinderbox: pull time 2012-10-20 14:21:35

Saw on the  fdo#55290 <https://bugs.freedesktop.org/show_bug.cgi?id=55290>
that you had a clean install.


Extract of verbose log:

MSI (s) (34:08) [17:44:56:001]: Assembly Error:The given assembly name or
codebase, '%1', was invalid.

MSI (s) (34:08) [17:44:56:001]: Note: 1: 1935 2:
{22185FB0-0AED-5CE4-C190-48CC661F0454} 3: 0x80131047 4: IAssemblyCacheItem
5: Commit 6:
policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"

DEBUG: Error 2835:  The control ErrorIcon was not found on dialog SetupError

Internal Error 2835. ErrorIcon, SetupError

Error 1935.An error occurred during the installation of assembly
'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
Please refer to Help and Support for more information. HRESULT: 0x80131047.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{22185FB0-0AED-5CE4-C190-48CC661F0454}

MSI (s) (34:08) [17:45:45:141]: Product: LOdev 3.7 -- Error 1935.An error
occurred during the installation of assembly
'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
Please refer to Help and Support for more information. HRESULT: 0x80131047.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{22185FB0-0AED-5CE4-C190-48CC661F0454}

Action ended 17:45:45: InstallFinalize. Return value 3.





--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014545.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/



Win7x64Ult i34GB
master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi 
(LibreOffice Version 3.7.0.0.alpha0+ (Build ID: 370m0(Build:0)))


Installed and running smoothly.

Miguel Ángel.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-20 Thread V Stuart Foote
Hmmm,

On a Win7-64 system, still receive the Error 1935 with todays TB-6 build.

master~2012-10-20_14.21.35_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi
tinderbox: buildname: Win-x86@6
tinderbox: tree: MASTER
tinderbox: pull time 2012-10-20 14:21:35

Saw on the  fdo#55290 <https://bugs.freedesktop.org/show_bug.cgi?id=55290>  
that you had a clean install.


Extract of verbose log:

MSI (s) (34:08) [17:44:56:001]: Assembly Error:The given assembly name or
codebase, '%1', was invalid.

MSI (s) (34:08) [17:44:56:001]: Note: 1: 1935 2:
{22185FB0-0AED-5CE4-C190-48CC661F0454} 3: 0x80131047 4: IAssemblyCacheItem
5: Commit 6:
policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"
 

DEBUG: Error 2835:  The control ErrorIcon was not found on dialog SetupError

Internal Error 2835. ErrorIcon, SetupError

Error 1935.An error occurred during the installation of assembly
'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
Please refer to Help and Support for more information. HRESULT: 0x80131047.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{22185FB0-0AED-5CE4-C190-48CC661F0454}

MSI (s) (34:08) [17:45:45:141]: Product: LOdev 3.7 -- Error 1935.An error
occurred during the installation of assembly
'policy.1.0.cli_cppuhelper,publicKeyToken="ce2cb7e279207b9e",version="22.0.0.0",culture="neutral",processorArchitecture="x86"'.
Please refer to Help and Support for more information. HRESULT: 0x80131047.
assembly interface: IAssemblyCacheItem, function: Commit, component:
{22185FB0-0AED-5CE4-C190-48CC661F0454}

Action ended 17:45:45: InstallFinalize. Return value 3.





--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014545.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-20 Thread V Stuart Foote
Pedro,

Thanks.  But since I need to test David Tardon's 15 Oct commit against the
WindowsAccessBridgeAdapter.cxx  I couldn't go with earlier builds.

Also, I don't think the Java components are built in the TB -16 Windows
Minimal-build.  Although I have tried installing a couple of those, but they
were throwing Microsoft Installer error 1935.

Just noticed that the TB - 6 has only just built to completion, so will give
that a go. 

Stuart 




--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014543.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


Re: [Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-20 Thread Pedro
You can use a master build from

http://dev-builds.libreoffice.org/daily/Win-x86@6/master/

or from

http://dev-builds.libreoffice.org/daily/W2008R2@16-minimal_build/master/

(newer than Oct 12th)



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-QA-work-with-Windows-Tinderbox-builds-need-help-tp4013785p4014539.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-qa] QA work with Windows Tinderbox builds -- need help

2012-10-16 Thread V Stuart Foote
Hello,
 
By way of introduction to the QA List I need some advice on working with the 
TinderBox builds for Windows.
 
I am currently looking at the problems with Java Accessibility - Java Access 
Bridge -- UNO accessibility mappings for the 3.6.x Windows builds  ( 
https://bugs.freedesktop.org/show_bug.cgi?id=53474 )  David Tardon committed a 
patch that needs to be tested:
 
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=d475a059fc9f07f4d896bd67649c7d800fc66f6f
 
 
I would like to do so, and I can follow the code base and commenting with 
Opengrok and gerrit for the most part, but I'm stumped about the TinderBox 
builds.  Assume the patch would be against a Master build, unless noted that it 
is being pushed down the 3.6 tree--but it looks like the MSVC Windows builds of 
Master are not running, and that the MinGW builds are "suspect".   
 
http://wiki.documentfoundation.org/Development/Tinderbox
http://tinderbox.libreoffice.org/MASTER/status.html
http://dev-builds.libreoffice.org/daily/
 
Also, it looks like the builds of Master have only been bundling the directory 
tree as a gzipped tar--no packaging into an MSI.  Is there some setup help with 
steps to overlay an existing LibO installation/profile with an LOdev build to 
end up with a useable test install?
 
Thanks!
 
Stuart
 
=-=-=
V Stuart Foote
Senior Systems Analyst
Geological Sciences
The University or Texas at San Antonio
 
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/