Issue 59805 - Build breaks in binfilter
Summary: Build breaks in binfilter
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: kurt.zenker
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 21:08 UTC by quetschke
Modified: 2006-01-02 14:31 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2005-12-26 21:08:28 UTC
The build of SRC680_m147 breaks in binfilter with:

/cygdrive/d/w1/SRC680_m147/binfilter/bf_forms/source/component/forms_Button.cxx 

guw.pl /cygdrive/c/MSVS2003/Vc7/bin/cl.exe @/tmp/mkLArzB0
forms_Button.cxx
d:\w1\SRC680_m147\binfilter\bf_forms\source\component\FormComponent.hxx(309) :
error C2146: syntax error : missing ';' before identifier 'm_aMutex'
d:\w1\SRC680_m147\binfilter\bf_forms\source\component\FormComponent.hxx(309) :
error C2501: 'binfilter::frm::OControlModel::OCountedMutex' : missing
storage-class or type specifiers
d:\w1\SRC680_m147\binfilter\bf_forms\source\component\FormComponent.hxx(309) :
error C2501: 'binfilter::frm::OControlModel::m_aMutex' : missing storage-class
or type specifiers
d:\w1\SRC680_m147\binfilter\bf_forms\source\component\EventThread.hxx(83) :
error C2146: syntax error : missing ';' before identifier 'm_aMutex'
d:\w1\SRC680_m147\binfilter\bf_forms\source\component\EventThread.hxx(83) :
error C2501: 'binfilter::frm::OComponentEventThread::OCountedMutex' : missing
storage-class or type specifiers
d:\w1\SRC680_m147\binfilter\bf_forms\source\component\EventThread.hxx(83) :
error C2501: 'binfilter::frm::OComponentEventThread::m_aMutex' : missing
storage-class or type specifiers
d:\w1\SRC680_m147\solver\680\wntmsci10.pro\inc\comphelper\propmultiplex.hxx(94)
: fatal error C1903: unable to recover from previous error(s); stopping compilation
dmake:  Error code 2, while making '../../../wntmsci10.pro/slo/forms_Button.obj' 


The (not so) funny part is that I build SRC680_m147 already successful on
23.12.2005 20:03 (EST) but something changed in between. From my logs:

Starting cvs up in binfilter with SRC680_m147 ...
loesche:wntmsci10.pro:
(Locally modified wntmsci10 moved to .#wntmsci10.1.62)
loesche:bf_offmgr/util/defs/.#wntmsci10.1.62:
(Locally modified wntmsci10 moved to .#wntmsci10.1.125)
loesche:bf_svx/util/defs/.#wntmsci10.1.125:
(Locally modified wntmsci10 moved to .#wntmsci10.1.103)
loesche:bf_xmloff/util/defs/.#wntmsci10.1.103:
P bf_forms/source/component/DatabaseForm.hxx
P bf_forms/source/component/EventThread.hxx
P bf_forms/source/component/FormComponent.hxx
P bf_forms/source/component/forms_DatabaseForm.cxx
U bf_offmgr/util/defs/wntmsci10
U bf_svx/util/defs/wntmsci10
U bf_xmloff/util/defs/wntmsci10
cvs up in binfilter succeeded 

Ignore the wntmsci10's but how can it be that m147 changes files after it is
annonced to be ready?
<http://www.openoffice.org/servlets/ReadMsg?list=cws-announce&msgNo=2465>
Comment 1 pavel 2005-12-26 21:23:57 UTC
Confirmed.

The problem was already solved *before* SRC680_m147 was announced.

When the tag was announced, it was OK.

Unfortunately some automatic tagging moved the tag back.

Comment 2 jens-heiner.rechtien 2005-12-28 16:36:02 UTC
I didn't do the build, so I don't know what exactly happened here. But I found
some build comments from obo and kz which indicated a serious tooling
malfunction last Friday, followed by a missing update of the workspace. They are
both in vacation now, so I can't ask them. I've retagged the four mentioned
files in binfilter for SRC680 m147, that should fix the problem. I'll have a
good look at binfilter with SRC680 m148.
Comment 3 jens-heiner.rechtien 2006-01-02 14:31:05 UTC
Problems seems to be fixed. Closing.