( ESNUG 203 Item 4 ) ---------------------------------------------- [12/2/94]

From: mark_indovina@pts.mot.com (Mark Indovina)
Subject: DesignWare install.cd Code Error

Hi, John,

There is a minor bug with the Synopsys install.cd script for Designware ver.
3.2a, P/N 2US01-20340. To the install the products I was forced to copy
the install.cd script the /tmp and correct the bugs.

The following code fragment from the script shall highlite the problems,
search for the 'LOOK HERE' (clipped from install.cd):

 foreach prod ( $prods )
  set readme = "$cddir/$rme.$prod$iso"
  # Get the script name from the product readme file
  if ( -r "$readme" ) then
    set str = ( `awk -F: '/^[   ]*DO_INSTALL/ { print $2 }' "$readme" ` )
    set do_install = ( $do_install $str )
  endif
 endif <<<<<-------- this 'endif' should be an 'end' <<< LOOK HERE >>>
 
 setenv SYNOPSYS "$synopsys"
 foreach entry ( $do_install )
  set install_prod = "$synopsys/$entry"
  if ( -r "$install_prod" && -x "$install_prod" ) then
    $install_prod -r "$synopsys" -plat "$plats"
    echo "DO_INSTALL $install_prod -r $synopsys -plat '$plats'" >> $logfile
  endif
 endif <<<<<-------- this 'endif' should be an 'end' <<< LOOK HERE >>>
 
  - Mark A. Indovina
    Motorola, Inc.



 Sign up for the DeepChip newsletter.
Email
 Read what EDA tool users really think.


Feedback About Wiretaps ESNUGs SIGN UP! Downloads Trip Reports Advertise

"Relax. This is a discussion. Anything said here is just one engineer's opinion. Email in your dissenting letter and it'll be published, too."
This Web Site Is Modified Every 2-3 Days
Copyright 1991-2024 John Cooley.  All Rights Reserved.
| Contact John Cooley | Webmaster | Legal | Feedback Form |

   !!!     "It's not a BUG,
  /o o\  /  it's a FEATURE!"
 (  >  )
  \ - / 
  _] [_     (jcooley 1991)