Re: Tinderbox failure, Linux-x86-64@8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46

2012-09-11 Thread Jan Holesovsky
Hi Lubos,

Lubos Lunak píše v Po 10. 09. 2012 v 12:12 +0200:

  Yes, and something has fixed that in master; so I wonder - OK to live
  with this time-to-time breakage, or should I stop tinderboxing 3.5?  [I
  so far prefer the former, but... ;-)]
 
  If all you want is to hide a specific error, the error can be added to the 
 blacklist of the tinderbox.

Unfortunately this one breaks the build, ie. what I want is not only
hide, but also make the tinderbox not sending the report when it
happens, etc.

If that is possible - great :-)  How to do it, please?

Thank you,
Kendy


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Tinderbox failure, Linux-x86-64@8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46

2012-09-11 Thread Lubos Lunak
On Tuesday 11 of September 2012, Jan Holesovsky wrote:
 Hi Lubos,

 Lubos Lunak píše v Po 10. 09. 2012 v 12:12 +0200:
   Yes, and something has fixed that in master; so I wonder - OK to live
   with this time-to-time breakage, or should I stop tinderboxing 3.5?  [I
   so far prefer the former, but... ;-)]
 
   If all you want is to hide a specific error, the error can be added to
  the blacklist of the tinderbox.

 Unfortunately this one breaks the build, ie. what I want is not only
 hide, but also make the tinderbox not sending the report when it
 happens, etc.

 If that is possible - great :-)  How to do it, please?

 Done (check false_negatives in README.tinbuild2).

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Tinderbox failure, Linux-x86-64@8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46

2012-09-10 Thread Jan Holesovsky
Hi Michael,

Michael Stahl píše v St 05. 09. 2012 v 18:35 +0200:
 
  Hmm... I don't my commit could have caused that. Kendy, could you just
  try again? (AFAIK, the tinderbox won't try again until next commit
  which could be days away.)
 
 iirc this specific tinderbox randomly breaks with this exact error
 sometimes, nobody ever found out why.

Yes, and something has fixed that in master; so I wonder - OK to live
with this time-to-time breakage, or should I stop tinderboxing 3.5?  [I
so far prefer the former, but... ;-)]

Regards,
Kendy

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Tinderbox failure, Linux-x86-64@8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46

2012-09-10 Thread Lubos Lunak
On Monday 10 of September 2012, Jan Holesovsky wrote:
 Hi Michael,

 Michael Stahl píše v St 05. 09. 2012 v 18:35 +0200:
   Hmm... I don't my commit could have caused that. Kendy, could you just
   try again? (AFAIK, the tinderbox won't try again until next commit
   which could be days away.)
 
  iirc this specific tinderbox randomly breaks with this exact error
  sometimes, nobody ever found out why.

 Yes, and something has fixed that in master; so I wonder - OK to live
 with this time-to-time breakage, or should I stop tinderboxing 3.5?  [I
 so far prefer the former, but... ;-)]

 If all you want is to hide a specific error, the error can be added to the 
blacklist of the tinderbox.

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Tinderbox failure, Linux-x86-64@8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46

2012-09-05 Thread lio...@mamane.lu
On Wed, Sep 05, 2012 at 09:14:10AM +, ke...@suse.cz wrote:
 Commits since the last success:

  core 
   8806e6e  fdo#53872: reportdesign: fix section drawpage crash:
  binfilter 
  dictionaries 
  help 

 In file included from 
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
  from 
 /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/fltfnc.src:29:
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1:
  error: unterminated #ifndef
 In file included from 
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
  from 
 /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.hrc:28,
  from 
 /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.src:27:
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1:
  error: unterminated #ifndef

Hmm... I don't my commit could have caused that. Kendy, could you just
try again? (AFAIK, the tinderbox won't try again until next commit
which could be days away.)

OTOH, that file is a bit weird in that there is stuff *after* the
#endif that corresponds to the standard double-include protection
#ifndef _SFXSIDS_HRC. Most of it looks safe, having its own #ifndef,
but there is also unconditional stuff at the very end.


#ifndef _SFXSIDS_HRC
#define _SFXSIDS_HRC

(lots of stuff)

#endif  // #ifndef _SFXSIDS_HRC

//---
// SfxSecurityPage related stuff

#define FN_EDIT2(SID_SW_START + 1800)
#define FN_REDLINE_PROTECT  (FN_EDIT2 + 23)
#define FN_REDLINE_ON   (FN_EDIT2 + 25)

#define SID_HTML_MODE   (SID_SVX_START + 414)

// Calc-Id's used for SfxSecurityPage
#ifndef SC_FUNCTION_START
#define SC_FUNCTION_START   (SID_SC_START + 200)
#endif
#ifndef FILE_MENU_END
#define FILE_MENU_END   (SC_FUNCTION_START + 20)
#endif
#ifndef EDIT_MENU_START
#define EDIT_MENU_START (FILE_MENU_END)
#endif
#ifndef SC_VIEW_START
#define SC_VIEW_START   (SID_SC_START)
#endif
#define FID_CHG_RECORD  (EDIT_MENU_START + 18)
#define SID_CHG_PROTECT (SC_VIEW_START + 84)

// eof


-- 
Lionel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Tinderbox failure, Linux-x86-64@8-SLED11, libreoffice-3-5, last success: 2012-08-29 21:47:46

2012-09-05 Thread Michael Stahl
On 05/09/12 17:28, lio...@mamane.lu wrote:
 On Wed, Sep 05, 2012 at 09:14:10AM +, ke...@suse.cz wrote:
 Commits since the last success:
 
  core 
   8806e6e  fdo#53872: reportdesign: fix section drawpage crash:
  binfilter 
  dictionaries 
  help 
 
 In file included from 
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
  from 
 /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/fltfnc.src:29:
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1:
  error: unterminated #ifndef
 In file included from 
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
  from 
 /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.hrc:28,
  from 
 /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.src:27:
 /local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1:
  error: unterminated #ifndef
 
 Hmm... I don't my commit could have caused that. Kendy, could you just
 try again? (AFAIK, the tinderbox won't try again until next commit
 which could be days away.)

iirc this specific tinderbox randomly breaks with this exact error
sometimes, nobody ever found out why.


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice