Hi

I am getting below error during my nightly build... 

"dmake: Warning: Target `install' not remade because of errors" 

I have used build97 http://dlc.sun.com/osol/on/downloads/b97/ 

I am building on  Sparc (sun4u sparc SUNW) system. 

Using Sunstudio 11 compiler image , downloaded from 
http://opensolaris.org/os/community/tools/sun_studio_tools/sun_studio_11_tools/ 

Please look at the mail_msg for more details. 

I went through nightly log, but couldn't get it , please see below for some 
part of log.

Let me know if i am missing something , any pointers to this will be helpful. 



Thanks, 
Indrakumar 




mail_msg :

==== Nightly distributed build started:   Mon Sep  8 13:54:22 IST 2008 ==== 
==== Nightly distributed build completed: Mon Sep  8 19:26:19 IST 2008 ==== 

==== Total build time ==== 

real    5:31:57 

==== Build environment ==== 

/usr/bin/uname 
SunOS fili 5.11 snv_95 sun4u sparc SUNW,Netra-240 

/opt/onbld/bin/nightly ./opensolaris.sh 
   PKGINST:  SUNWonbld 
   VERSION:  11.11,REV=2008.08.19.15.34 
    PSTAMP:  juarez20080819153436 

/opt/SUNWspro/bin/dmake 
dmake: Sun Distributed Make 7.7 2005/10/13 
number of concurrent jobs = 4 

32-bit compiler 
/opt/onbld/bin/sparc/cw -_cc 
cw version 1.25 
primary: /opt/SUNWspro/bin/cc 
cc: Sun C 5.8 Patch 121015-04 2007/01/10 
shadow: /usr/sfw/bin/gcc 
gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) 

64-bit compiler 
/opt/onbld/bin/sparc/cw -_cc 
cw version 1.25 
primary: /opt/SUNWspro/bin/cc 
cc: Sun C 5.8 Patch 121015-04 2007/01/10 
shadow: /usr/sfw/bin/gcc 
gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) 

/usr/java/bin/javac 
java full version "1.6.0_06-b02" 

/usr/ccs/bin/as 
as: Sun Compiler Common 12 SunOS_sparc snv_93 06/19/2008 

/usr/ccs/bin/ld 
ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1614 

Build project:  group.staff 
Build taskid:   132 

==== Nightly argument issues ==== 

Warning: the N option (do not run protocmp) is set; it probably shouldn't be 


==== Build version ==== 

os 

==== Make clobber ERRORS ==== 


==== Make tools clobber ERRORS ==== 


==== Tools build errors ==== 


==== Build errors (DEBUG) ==== 

dmake: Warning: Target `install' not remade because of errors 
The following command caused the error: 
dmake: Warning: Target `install' not remade because of errors 
The following command caused the error: 
dmake: Warning: Command failed for target `fps' 
dmake: Warning: Target `install' not remade because of errors 
The following command caused the error: 
dmake: Warning: Target `install' not remade because of errors 

==== Build warnings (DEBUG) ==== 

"linpack.c", line 267: warning: implicitly declaring function to return int: 
sgetrf_64() (E_IMPLICIT_DECL_FUNC_RETURN_INT) 
"linpack.c", line 268: warning: implicitly declaring function to return int: 
sgetrs_64() (E_IMPLICIT_DECL_FUNC_RETURN_INT) 
"linpack.c", line 267: warning: implicitly declaring function to return int: 
dgetrf_64() (E_IMPLICIT_DECL_FUNC_RETURN_INT) 
"linpack.c", line 268: warning: implicitly declaring function to return int: 
dgetrs_64() (E_IMPLICIT_DECL_FUNC_RETURN_INT) 
dmake: Warning: Target `install' not remade because of errors 
dmake: Warning: Target `install' not remade because of errors 
dmake: Warning: Command failed for target `fps' 
dmake: Warning: Target `install' not remade because of errors 
dmake: Warning: Target `install' not remade because of errors 

==== Elapsed build time (DEBUG) ==== 

real  4:33:45.5 
user  7:09:03.8 
sys     43:05.8 

==== Build noise differences (DEBUG) ==== 


==== 'dmake lint' of src ERRORS ==== 

dmake: Warning: Target `lint' not remade because of errors 
dmake: Warning: Target `lint' not remade because of errors 
dmake: Warning: Command failed for target `cmd/fps' 
dmake: Warning: Target `lint' not remade because of errors 
dmake: Warning: Target `lint' not remade because of errors 

==== Elapsed time of 'dmake lint' of src ==== 

real    46:53.8 
user  1:13:44.4 
sys      8:53.1 

==== lint warnings src ==== 

"/usr/include/floatingpoint.h", line 182: warning: function
argument declared inconsistently: file_to_decimal(arg 7) in
llib-lm:floatingpoint.h(182) struct __FILE * and floatingpoint.h(182)
struct __FILE * (E_INCONS_ARG_DECL2) 
dmake: Warning: Command failed for target `cmd/fps' 
dmake: Warning: Target `lint' not remade because of errors 
lint: errors in linpack.c; no output created 
lint: pass2 not run - errors in linpack.c 

==== lint noise differences src ==== 


==== cstyle/hdrchk errors ==== 


==== Find core files ==== 


  
Snip of nightly log :

----------------------------------
install -s -d -m 755 
/var/tmp/os/proto/root_sparc/usr/lib/fps/sun4u/UltraSPARC-IV
install -s -d -m 755 
/var/tmp/os/proto/root_sparc/usr/lib/fps/sun4u/UltraSPARC-IV+
dmake: Warning: Target `install' not remade because of errors
Current working directory /var/tmp/os/usr/src/cmd/fps/fptest
*** Error code 1
The following command caused the error:
case install                                                    \
in                                                              \
        clean|clobber|lint|_msg)                                \
                cd fptest; pwd; VERSION='os' dmake install;\
                ;;                                              \
        *)                                                      \
                if [ fptest != fptest ];                                \
                then                                            \
                        cd fptest; pwd; VERSION='os' dmake \
                                install;                                        
                                \
                else                                            \
                        if [ "#" = "#" ];               \
                        then                                    \
                                cd fptest; pwd; VERSION='os' \
                                        dmake install;                          
                                \
                        fi                                      \
                fi                                              \
                ;;                                              \
esac
dmake: Warning: Target `install' not remade because of errors
Current working directory /var/tmp/os/usr/src/cmd/fps
*** Error code 1
The following command caused the error:
if [ -f fps/Makefile  ]; then \
        cd fps; pwd; dmake install; \
else \
        true; \
fi
dmake: Warning: Command failed for target `fps'
Current working directory /var/tmp/os/usr/src/cmd

----------------------------------



Hi, 

________________________________
 Bring your gang together. Do your thing. Find your favourite Yahoo! Group.
________________________________
 Be the first one to try the new Messenger 9 Beta! Click here.


      Be the first one to try the new Messenger 9 Beta! Go to 
http://in.messenger.yahoo.com/win/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/ug-bosug/attachments/20080911/9e2a4f4d/attachment.html>

Reply via email to