Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 20-MAY-1994 15:00:31.56 From: WASTED::"[email protected]" To: wasted::buildhelp CC: JDADDAMIO@DEC:.zko.wasted Subj: Need more help with build install Hi, I'm trying to do build install operations for my current testing work on a GOLD BL10 system. Several places in the Makefile there are tar operations of the form tar -cf - ${SYMBOLIC_NAME} | (cd ${TOSTAGE}/usr/sys; tar xpf - ) I understand what it's supposed to do. Apparently, tar on BL10 doesn't though because it ignores the pipe operation and sends everything to the bloody terminal! I have tried using the tar from BL9 which was saved when Jan upgraded the machine I'm using for this testing. It is even *worse* because it treats the tar -cf - as if it were expecting *input* from the terminal! So, whadda ya do to build on a GOLD system? Thanks John
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
745.1 | Re: Need more help with build install | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue May 31 1994 16:06 | 21 |
Date Of Receipt: 20-MAY-1994 17:43:08.20 From: WASTED::"[email protected]" To: jdaddamio@dec:.zso.decwet (JOHN D'Addamio) CC: wasted::buildhelp Subj: Re: Need more help with build install A few questions for you: 1) What rev of BL10 are you running? 2) How did you fire that Makefile? In a workon? With make -ckEF install ? There were some problems where the Gold make was dumping what would normally go to stdout to stderr. You might try that tar pipe on a test directory somewhere to see if it acts the same outside the Makefile. John |