Sebastien Roy pisze:
> Piotr,
> 
> On Sun, 2008-08-10 at 10:41 -0400, Sebastien Roy wrote:
>> On Sun, 2008-08-10 at 06:15 -0400, Peter Memishian wrote:
>>>> ../../common/inet/tcp/tcp_fusion.c:616: error: `PHYI_IPMP' undeclared
>>> Somehow a mismerge crept into tcp_fusion.c -- it needs to #include
>>> <inet/ip_if.h>.  I'll fix this as soon as I'm confident we've got our
>>> gate management and integration approach ironed out.
>> This is my fault.  I accidentally reset ip_if.h thinking that it had an
>> empty delta. :-(
>>
>> You can go ahead and push the change to the clearview-ipmp gate.  Once
>> you've done that, I'll propagate the change to the clearview gate.
> 
> Meem integrated a fix and I've propagated it to the clearview
> repository.  We're having ssh key issues with the clearview-ipmp
> repository, however, so the fix isn't visible there yet (but I think
> you're using the clearview repository, so that shouldn't affect you at
> all).  You should be able to build the clearview repo. now.
Done, successfully.
There are some lint warning though ;)


Just FYI:

==== lint warnings src ====

"../../common/inet/ipnet/ipnet.c", line 1234: warning: set but not used in 
function: ipnetif in ipnet_plumb_ev (E_FUNC_SET_NOT_USED)
"../../common/inet/ipnet/ipnet.c", line 1616: warning: argument unused in 
function: addr in ipnet_matchmaddr (E_FUNC_ARG_UNUSED)
"../../common/inet/ipnet/ipnet.c", line 1616: warning: argument unused in 
function: family in ipnet_matchmaddr (E_FUNC_ARG_UNUSED)
"../../common/inet/ipnet/ipnet.c", line 1616: warning: argument unused in 
function: ipnetif in ipnet_matchmaddr (E_FUNC_ARG_UNUSED)
"../../common/inet/ipnet/ipnet.c", line 1616: warning: static unused: 
ipnet_matchmaddr (E_STATIC_UNUSED)
"../../common/inet/lo/lo.c", line 234: warning: argument unused in function: 
arg 
in lo_devinfo (E_FUNC_ARG_UNUSED)
"../../common/inet/lo/lo.c", line 234: warning: argument unused in function: 
dip 
in lo_devinfo (E_FUNC_ARG_UNUSED)
"/export/clearview/clearview/usr/src/uts/common/inet/lo/lo.c", line 281: 
warning: function returns value which is sometimes ignored: ips_register_hook 
(E_FUNC_RET_MAYBE_IGNORED2)

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

0a1,8
 > "../../common/inet/ipnet/ipnet.c", line 1234: warning: set but not used in 
function: ipnetif in ipnet_plumb_ev (E_FUNC_SET_NOT_USED)
 > "../../common/inet/ipnet/ipnet.c", line 1616: warning: argument unused in 
function: addr in ipnet_matchmaddr (E_FUNC_ARG_UNUSED)
 > "../../common/inet/ipnet/ipnet.c", line 1616: warning: argument unused in 
function: family in ipnet_matchmaddr (E_FUNC_ARG_UNUSED)
 > "../../common/inet/ipnet/ipnet.c", line 1616: warning: argument unused in 
function: ipnetif in ipnet_matchmaddr (E_FUNC_ARG_UNUSED)
 > "../../common/inet/ipnet/ipnet.c", line 1616: warning: static unused: 
ipnet_matchmaddr (E_STATIC_UNUSED)
 > "../../common/inet/lo/lo.c", line 234: warning: argument unused in function: 
arg in lo_devinfo (E_FUNC_ARG_UNUSED)
 > "../../common/inet/lo/lo.c", line 234: warning: argument unused in function: 
dip in lo_devinfo (E_FUNC_ARG_UNUSED)
 > "/export/clearview/clearview/usr/src/uts/common/inet/lo/lo.c", line 281: 
warning: function returns value which is sometimes ignored: ips_register_hook 
(E_FUNC_RET_MAYBE_IGNORED
2)
6,38d13
< dmake: Warning: Target `lint' not remade because of errors
< dmake: Warning: Target `lint.prereq' not remade because of errors
< dmake: Warning: Target `lint.targ' not remade because of errors
< dmake: Warning: Target `lintlib' not remade because of errors
< lint: Warning: -dirout option ignored, directory unaccessible: dboot/debug32
< lint: Warning: -dirout option ignored, directory unaccessible: dboot/debug64
< lint: cannot copy temporaries: dboot/debug32/boot_console.ln
< lint: cannot copy temporaries: dboot/debug32/boot_keyboard.ln
< lint: cannot copy temporaries: dboot/debug32/boot_keyboard_table.ln
< lint: cannot copy temporaries: dboot/debug32/boot_mmu.ln
< lint: cannot copy temporaries: dboot/debug32/boot_vga.ln
< lint: cannot copy temporaries: dboot/debug32/dboot_asm.ln
< lint: cannot copy temporaries: dboot/debug32/dboot_grub.ln
< lint: cannot copy temporaries: dboot/debug32/dboot_printf.ln
< lint: cannot copy temporaries: dboot/debug32/dboot_startkern.ln
< lint: cannot copy temporaries: dboot/debug32/memcpy.ln
< lint: cannot copy temporaries: dboot/debug32/memset.ln
< lint: cannot copy temporaries: dboot/debug32/muldiv.ln
< lint: cannot copy temporaries: dboot/debug32/string.ln
< lint: cannot copy temporaries: dboot/debug64/boot_console.ln
< lint: cannot copy temporaries: dboot/debug64/boot_keyboard.ln
< lint: cannot copy temporaries: dboot/debug64/boot_keyboard_table.ln
< lint: cannot copy temporaries: dboot/debug64/boot_mmu.ln
< lint: cannot copy temporaries: dboot/debug64/boot_vga.ln
< lint: cannot copy temporaries: dboot/debug64/dboot_asm.ln
< lint: cannot copy temporaries: dboot/debug64/dboot_elfload.ln
< lint: cannot copy temporaries: dboot/debug64/dboot_grub.ln
< lint: cannot copy temporaries: dboot/debug64/dboot_printf.ln
< lint: cannot copy temporaries: dboot/debug64/dboot_startkern.ln
< lint: cannot copy temporaries: dboot/debug64/memcpy.ln
< lint: cannot copy temporaries: dboot/debug64/memset.ln
< lint: cannot copy temporaries: dboot/debug64/muldiv.ln
< lint: cannot copy temporaries: dboot/debug64/string.ln

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

The following command caused the error:
dmake: Warning: Command failed for target `ipnet.check'
dmake: Warning: Command failed for target `uts'
dmake: Warning: Target `check' not remade because of errors
ipnet.h: 46: improper first line of block comment
ipnet.h: 46: space or tab at end of line
ipnet.h: 49: space or tab at end of line
ipnet.h: 74: tabs between spaces
ipnet.h: 75: tabs between spaces
ipnet.h: 78: tabs between spaces
ipnet.h: 80: tabs between spaces
ipnet.h: 81: space or tab at end of line
ipnet.h: 84: tabs between spaces



-- 
Regards,
Piotr Jasiukajtis | estibi | SCA OS0072
http://estseg.blogspot.com

Reply via email to