Issue 45408 - Build of transex3 fails due to missing bootstrp.lib
Summary: Build of transex3 fails due to missing bootstrp.lib
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 14:34 UTC by quetschke
Modified: 2005-03-31 15:39 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 2005-03-18 14:34:06 UTC
Found in m87 (not released yet ;) please ignore if you already know.)

The build in transex3 fails because bootstrp.lib is missing.

It is missing because the target in tools/bootstrp/makefile.mk was changed to
btstrp .
Comment 1 hjs 2005-03-18 14:55:56 UTC
handover
Comment 2 oliver.bolte 2005-03-18 14:58:58 UTC
Fixed in solenv/inc/libs.mk  in SRC680_m87.
Comment 3 pavel 2005-03-19 07:13:30 UTC
It should be delivered in tools first:

--- d.lst	17 bře 2005 06:45:04 +0100	1.32
+++ d.lst	19 bře 2005 08:09:12 +0100	
@@ -8,7 +8,7 @@
 ..\%__SRC%\bin\tl?????.sym %_DEST%\bin%_EXT%\tl?????.sym
 ..\%__SRC%\bin\wps?????.dll %_DEST%\bin%_EXT%\wps?????.dll
 ..\%__SRC%\lib\atools.lib %_DEST%\lib%_EXT%\atools.lib
-..\%__SRC%\lib\bootstrp.lib %_DEST%\lib%_EXT%\bootstrp.lib
+..\%__SRC%\lib\btstrp.lib %_DEST%\lib%_EXT%\btstrp.lib
 ..\%__SRC%\lib\bootstrp2.lib %_DEST%\lib%_EXT%\bootstrp2.lib
 ..\%__SRC%\lib\itools.lib %_DEST%\lib%_EXT%\itools.lib
 ..\%__SRC%\lib\lib*.a %_DEST%\lib%_EXT%\lib*.a
Comment 4 pavel 2005-03-19 23:27:15 UTC
-> pj23.
Comment 5 pavel 2005-03-19 23:37:18 UTC
Fixed in pj23.

vq: please verify.
Comment 6 pavel 2005-03-22 20:44:52 UTC
Verified by kz who fixed this directly on HEAD:

revision 1.33
date: 2005/03/21 12:33:42;  author: kz;  state: Exp;  lines: +1 -1
#i10000# deliver btstrp.lib instead of bootstrp.lib
Comment 7 pavel 2005-03-31 15:39:31 UTC
.