To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116711
                 Issue #|116711
                 Summary|gnumake3: build is stuck - tries to cat <nothing>
               Component|tools
                 Version|DEV300m97
                Platform|PowerPC
                     URL|
              OS/Version|Mac OS X, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|GNU make
             Assigned to|b_michaelsen
             Reported by|cloph





------- Additional comments from cl...@openoffice.org Sun Jan 30 00:52:01 +0000 
2011 -------
current gnumake3 breaks on mack because it tries to use cat without argument, 
causing it to wait for input on stdin forever.
example process:

/bin/sh -c R=/Users/buildslave/compile && S=$R/shadow2 && 
O=$S/solver/300/unxmacxp.pro && W=$O/workdir &&  mkdir -p 
$W/Dep/LinkTarget/Library/ && RESPONSEFILE= && cat ${RESPONSEFILE} |xargs -n 
200 
cat > $W/Dep/LinkTarget/Library/libcomphelpgcc3.dylib.d && rm -f ${RESPONSEFILE}

sending ^D to continue will just hang on the next one:

/bin/sh -c R=/Users/buildslave/compile && S=$R/shadow2 && 
O=$S/solver/300/unxmacxp.pro && W=$O/workdir &&  mkdir -p $O/inc/comphelper && 
cat  | awk -f $S/solenv/gbuild/processdelivered.awk > 
$O/inc/comphelper/gb_deliver.log

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to