Issue 103260 - offapi: sh: line 1: regview: command not found
Summary: offapi: sh: line 1: regview: command not found
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial
Target Milestone: ---
Assignee: misheto
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 06:43 UTC by pavel
Modified: 2013-02-24 21:07 UTC (History)
3 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 pavel 2009-07-02 06:43:11 UTC
Hi,

during building offapi:
...
: &&     
DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}/Volumes/Build/pavel/AQUA/B
uildDir/ooo_DEV300_m51_src/solver/300/unxmacxi.pro/lib /usr/bin//perl checknewapi.pl 
../unxmacxi.pro/ucr/types.db ../type_reference/types.rdb "300m51(Build:9408)" > 
../unxmacxi.pro/misc/unotype_statistics.txt
sh: line 1: regview: command not found
sh: line 1: regview: command not found
-------------
Running processes: 0
deliver -- version: 271271
COPY: build.lst -> 
/Volumes/Build/pavel/AQUA/BuildDir/ooo_DEV300_m51_src/solver/300/unxmacxi.pro/inc/offapi/buil
d.lst
Comment 1 Stephan Bergmann 2009-07-02 08:24:33 UTC
tags/DEV300_m51/offapi/util/checknewapi.pl calls regview without a path, which
no longer works since CWS ause102 removed solver from PATH
Comment 2 Stephan Bergmann 2009-07-02 09:15:31 UTC
(And the Perl code

  open(FILEIN,"regview ... |") || die "...";

is apparently problematic, as apparently failure to execute the "regview ..."
part does not cause the open to fail, similarly to how failure to execute the
"regview ..." part in a POSIX shell pipeline

  regview ... | ...

does not cause the whole pipeline to fail.)
Comment 3 jsc 2009-07-02 10:40:54 UTC
accepted
Comment 4 jsc 2009-07-02 12:04:47 UTC
fixed on cws jsc320 in the way that regview is provided as argument with full
qualified path
Comment 5 misheto 2009-07-31 13:48:17 UTC
reassign to misheto
Comment 6 misheto 2009-07-31 13:49:02 UTC
verified in jsc320
Comment 7 misheto 2009-09-02 14:48:14 UTC
closing issue