Have you used the following commands to help you find the issues? 1) Review mail_msg file for good keywords to search for.
2) Find lines with issues in nightly.log file: bash-3.2$ egrep -n remade nightly.log 4587:dmake: Warning: Target `install' not remade because of errors 32329:dmake: Warning: Target `install' not remade because of errors 82754:dmake: Warning: Target `install' not remade because of errors 228077:dmake: Warning: Target `install' not remade because of errors 229408:dmake: Warning: Target `install' not remade because of errors 3) List problem areas in log using the "more" command starting at line numbers 10 or so lines above the issue. For example, in this case I choose the start at 32320 which is above 32329 shown in the egrep list above. bash-3.2$ more +32320 nightly.log Cheers, Jim Spoorthy Shankarmurthy wrote: > Hi All, > > I'm getting these kinds of errors when I do nightly. My bringover is > completely fine. And I'm using public build machine zod.sfbay.sun.com to do > this. But, my workspace i've kept at sem14.sfbay. The below kind of errors > are seen in nightly resulting in my nighty failure.. Anybody on this team can > help me out in resolving the issue. ? Or please point me to the person who > can help me in this. > I've checked whether its a permission issue or umask issue. But, its not an > issue with them either. > The command I used to do nightly is .. env - /opt/onbld/bin/nightly > ./sfw-developer.sh. > > Thanks > Spoorthy > > > checking whether build environment is sane... configure: error: newly created > file is older than distributed files! > checking whether build environment is sane... configure: error: newly created > file is older than distributed files! > /net/sem14.sfbay.sun.com/export/home/Spoorthy/New-conman/usr/src/tools/post_process: > > error: > /net/sem14.sfbay.sun.com/export/home/Spoorthy/New-conman/proto/root_sparc/usr/bin/curl > not found. > /net/sem14.sfbay.sun.com/export/home/Spoorthy/New-conman/usr/src/tools/post_process_so: > > error: > /net/sem14.sfbay.sun.com/export/home/Spoorthy/New-conman/proto/root_sparc/usr/lib/libcurl.so.3.0.0 > not found. > dmake: Warning: Target `install' not remade because of errors > The following command caused the error: > dmake: Warning: Command failed for target `curl' > dmake: Warning: Target `install' not remade because of errors
