Issue 60180 - Build breaks in dbaccess: missing dbtreemodel.cxx
Summary: Build breaks in dbaccess: missing dbtreemodel.cxx
Status: CLOSED DUPLICATE of issue 56810
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 03:55 UTC by quetschke
Modified: 2006-01-08 08:37 UTC (History)
5 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 2006-01-08 03:55:14 UTC
@hjs: Please assign to the responsible developer ;)

In cmcfixes22 and sb41 I tripped over this error:

Making: ../../../wntmsci10.pro/slo/exsrcbrw.obj
guw.pl /cygdrive/c/MSVS2003/Vc7/bin/cl.exe -Zm500 -wd4251 -wd4275 -wd4290
-wd4786 -wd4800 -Zc:forScope -GR -c -nologo -Gs -Gy  -I.  -I. -I../inc
-I../../../source/inc -I../../../inc -I../../../WIN/inc
-I../../../wntmsci10.pro/inc -I.
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/stl
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/external
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc
-I/cygdrive/d/w1/tin_ws/solenv/wntmsci10/inc -I/cygdrive/d/w1/tin_ws/solenv/inc
-I/cygdrive/d/w1/tin_ws/res
-I/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_0/include/win32 -I/cygdrive/c/J2SDK1~1.2_0/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include -I/cygdrive/c/MSVS2003/Vc7/include
-I/cygdrive/c/PROGRA~1/MICROS~1.0SD/include     -I. -I../../../res -I. -Ob1 -Oxs
-Oy- -Gd  -GX   -DWNT -DWNT -DNT351 -DMSC -DM1310 -DINTEL -D_USE_NAMESPACE
-D_X86_=1 -DFULL_DESK -DSTLPORT_VERSION=400 -DWINVER=0x400 -D_WIN32_IE=0x400
-D_MT -DCPPU_ENV=msci -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA
-DSRC680=SRC680   -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL
-DMULTITHREAD -W3 -Fo../../../wntmsci10.pro/slo/exsrcbrw.obj
/cygdrive/d/w1/tin_ws/dbaccess/source/ui/browser/exsrcbrw.cxx 

guw.pl /cygdrive/c/MSVS2003/Vc7/bin/cl.exe @/tmp/mk7rwhD3
exsrcbrw.cxx
dmake:  Error -- Don't know how to make `../../../wntmsci10.pro/slo/dbtreemodel.obj'
---* tg_merge.mk *---
dmake:  Error code 255, while making 'do_it_exceptions'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making
/cygdrive/d/w1/tin_ws/dbaccess/source/ui/browser


Reason: dbtreemodel.obj is usually build in dbaccess/source/ui/browser/ ,
most propably an intra module dependency in build.pl is missing.

Find a logfile here:
<http://go-oo.org/tinderbox/gunzip.cgi?tree=sb41&brief-log=1136657080.26426>
Comment 1 pavel 2006-01-08 08:25:21 UTC
This is bug is in all tags now - even in old OOA680_m1:

pavel@paveljanik:~/.ooo/ooo_OOA680_m1_src/dbaccess/source/ui> cp -r browser /tmp
pavel@paveljanik:~/.ooo/ooo_OOA680_m1_src/dbaccess/source/ui> cd /tmp/browser/
pavel@paveljanik:/tmp/browser> c
cvs server: conflict: dbtreemodel.cxx is modified but no longer in the repository
C dbtreemodel.cxx
pavel@paveljanik:/tmp/browser> rm dbtreemodel.cxx 
rm: remove write-protected regular file `dbtreemodel.cxx'? y
pavel@paveljanik:/tmp/browser> c
cvs server: warning: dbtreemodel.cxx is not (any longer) pertinent
pavel@paveljanik:/tmp/browser> 
Comment 2 pavel 2006-01-08 08:33:56 UTC
duplicate

*** This issue has been marked as a duplicate of 56810 ***
Comment 3 pavel 2006-01-08 08:37:01 UTC
closing.