Issue 79245 - to-be-SRC680_m219: W32 build fails in chart2/source/controller/dialogs
Summary: to-be-SRC680_m219: W32 build fails in chart2/source/controller/dialogs
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.3
Assignee: jens-heiner.rechtien
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 03:57 UTC by quetschke
Modified: 2007-07-12 12:54 UTC (History)
2 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 2007-07-05 03:57:21 UTC
The build fails with (sorry, logfile from tinderbox, see also here:
<http://go-oo.org/tinderbox/gunzip.cgi?tree=SRC680_m219&brief-log=1183600748.5042#280143>)

280135        ------------------------------
280136        Making: ../../../wntmsci10.pro/slb/chchartapiwrapper.lib
280137        guw.exe lib  
/OUT:../../../wntmsci10.pro/slb/chchartapiwrapper.lib @/tmp/mkUED27h
280138        Microsoft (R) Library Manager Version 7.10.3077
280139        Copyright (C) Microsoft Corporation.  All rights reserved.
280140        
280141        ..\..\..\wntmsci10.pro\slo\Chart2ModelContact.obj
..\..\..\wntmsci10.pro\slo\AreaWrapper.obj
..\..\..\wntmsci10.pro\slo\AxisWrapper.obj
..\..\..\wntmsci10.pro\slo\ChartDataWrapper.obj
..\..\..\wntmsci10.pro\slo\ChartDocumentWrapper.obj
..\..\..\wntmsci10.pro\slo\DataSeriesPointWrapper.obj
..\..\..\wntmsci10.pro\slo\DiagramWrapper.obj
..\..\..\wntmsci10.pro\slo\GridWrapper.obj
..\..\..\wntmsci10.pro\slo\LegendWrapper.obj
..\..\..\wntmsci10.pro\slo\TitleWrapper.obj
..\..\..\wntmsci10.pro\slo\MinMaxLineWrapper.obj
..\..\..\wntmsci10.pro\slo\UpDownBarWrapper.obj
..\..\..\wntmsci10.pro\slo\WallFloorWrapper.obj
..\..\..\wntmsci10.pro\slo\WrappedNamedProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedCharacterHeightProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedDataCaptionProperties.obj
..\..\..\wntmsci10.pro\slo\WrappedTextRotationProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedGapwidthProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedScaleProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedSplineProperties.obj
..\..\..\wntmsci10.pro\slo\WrappedStockProperties.obj
..\..\..\wntmsci10.pro\slo\WrappedSymbolProperties.obj
..\..\..\wntmsci10.pro\slo\WrappedAxisAndGridExistenceProperties.obj
..\..\..\wntmsci10.pro\slo\WrappedNumberFormatProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedStatisticProperties.obj
..\..\..\wntmsci10.pro\slo\WrappedSceneProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedSeriesAreaOrLineProperty.obj
..\..\..\wntmsci10.pro\slo\WrappedAddInProperty.obj 
280142        /cygdrive/d/w1/tin_ws/chart2/source/controller/dialogs
280143NEXT    dmake:  Error: -- `Pseudo3DHelper.hxx´ not found, and can´t be made
280144        ---* tg_merge.mk *---
280145        
280146NEXT    ERROR: Error 65280 occurred while making
/cygdrive/d/w1/tin_ws/chart2/source/controller/dialogs
Comment 1 rt 2007-07-05 09:05:09 UTC
Volker,
is it possible that your tinderbox build was a rebuild, without removing old out
tree? 
`Pseudo3DHelper.hxx´ got removed in milestone m219. As far as I can see,
cleanly: my build does not break, and 'grep' over the while chart2 module does
not give me any hit. Therefore, the only idea I have is an old dependency file
in your pre-existing output tree ...

Rüdiger
Comment 2 quetschke 2007-07-05 15:28:32 UTC
No, it should have been a fresh checkout, but maybe the tagging was not finished
and it picked up stuff it wasn't supposed to pick.  I just restarted the build.

We'll see in ~5h.
Comment 3 quetschke 2007-07-06 04:24:07 UTC
Sorry, I had problems with the em64ty tinderbox, but dmake411 (based on m219)
fails with exactly the same error on my other tinderbox.

The Pseudo3DHelper.hxx is mentioned several times in the dependency file:
   chart2\wntmsci10.pro\misc\all_chcdialogs.dpslo

First occurrence:

../../../wntmsci10.pro/slo/ChartTypeDialogController.obj: Pseudo3DHelper.hxx
Comment 4 quetschke 2007-07-06 04:53:30 UTC
Ah, found it.

There is a .cvsignore in chart2. This fools my cvs update script in ignoring,
i.e. *not deleting* the wntmsci10.pro directory.

Can we please remove the .cvsignore from the source tree!
Comment 5 jens-heiner.rechtien 2007-07-09 16:16:00 UTC
rt removed the .cvsignore file
Comment 6 jens-heiner.rechtien 2007-07-12 12:54:15 UTC
Close issue.