Issue 16482 - HEAD: build immediately stops with a dmake error
Summary: HEAD: build immediately stops with a dmake error
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Linux, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 1.1 Beta2
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-05 08:58 UTC by kendy
Modified: 2004-02-07 07:04 UTC (History)
2 users (show)

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


Attachments
Change "-all" parameter for build.pl to "--all" (662 bytes, patch)
2003-07-05 09:00 UTC, kendy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description kendy 2003-07-05 08:58:42 UTC
Fresh cvs checkout of HEAD from 2003-07-04 and: 
 
OOo-HEAD $ cd config_office 
OOo-HEAD/config_office $ ./configure --with-gcc-home=/work/OpenOffice 
OOo-HEAD $ cd .. 
OOo-HEAD $ . LinuxIntelEnv.Set.sh 
OOo-HEAD $ ./bootstrap 
OOo-HEAD $ dmake 
 
OOo-HEAD/instsetoo/util 
Usage: 
dmake [-P#] [-{f|K} file] [-{w|W} target ...] [macro[!][[*][+][:]]=value ...] 
      [-v{cdfimtw}] [-ABcdeEghiknpqrsStTuVxX] [target ...] 
 
ERROR: Error 65280 occurred while making /work/OOo-HEAD/instsetoo/util 
dmake:  Error code 1, while making 'build_all' 
---* TG_SLO.MK *--- 
 
The error is, that build's parameter "-all" from OOo-HEAD/makefile.mk is passed to dmake and 
it ends with the error. It seems, that the correct parameter should be "--all". I'm going to 
attach a patch for config_office/makefile.rc
Comment 1 kendy 2003-07-05 09:00:47 UTC
Created attachment 7422 [details]
Change "-all" parameter for build.pl to "--all"
Comment 2 quetschke 2003-07-07 15:40:16 UTC
This also applies to RC2.
Comment 3 quetschke 2003-07-07 15:46:55 UTC
Committed to RC2 as obvious.
Comment 4 Martin Hollmichel 2003-07-08 09:06:41 UTC
mh->vq: so this issue is fixed ?
Comment 5 quetschke 2003-07-08 09:16:21 UTC
Yes, on rc2, but not on HEAD

verified for rc2
Comment 6 foskey 2003-07-08 15:32:56 UTC
This is a problem for the tinderbox scripts which have build -all
coded in them.
Comment 7 Martin Hollmichel 2004-02-07 07:04:09 UTC
close issue.