Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build failure - port amd64 - lint erros on ssh/compress.c



Paul Goyette wrote:
> Sources updated via CVS about 1 hour ago...
> 
> /build/dest/amd64/usr/include/openssl/crypto.h(472): syntax error
> 'free_func' [249]
> /build/dest/amd64/usr/include/openssl/crypto.h(472): syntax error ')' [249]
> /build/dest/amd64/usr/include/openssl/crypto.h(477): syntax error
> 'free_func' [249]
> /build/dest/amd64/usr/include/openssl/crypto.h(477): syntax error ')' [249]
> /build/src/crypto/dist/ssh/compress.c(48): warning: conversion to 'int'
> due to prototype, arg #4 [259]
> /build/src/crypto/dist/ssh/compress.c(56): warning: conversion to 'int'
> due to prototype, arg #3 [259]
> /build/src/crypto/dist/ssh/compress.c(115): warning: conversion to
> 'unsigned int' due to prototype, arg #3 [259]
> /build/src/crypto/dist/ssh/compress.c(115): warning: conversion from
> 'unsigned long' to 'unsigned int' may lose accuracy, arg #3 [298]
> /build/src/crypto/dist/ssh/compress.c(152): warning: conversion to
> 'unsigned int' due to prototype, arg #3 [259]
> /build/src/crypto/dist/ssh/compress.c(152): warning: conversion from
> 'unsigned long' to 'unsigned int' may lose accuracy, arg #3 [298]
> *** [compress.ln] Error code 1
> 1 error

A workaround is to add MKLINT=no to lib/libssh/Makefile

While it's hiding the issue, it does allow the build to continue (not
sure if the build will complete and fully release, but it might do)

Thanks,
Chris


Home | Main Index | Thread Index | Old Index