[dsc] DSC's collector fails to compile on CentOS 7

Anand Buddhdev anandb at ripe.net
Thu Aug 14 12:51:58 UTC 2014


On 14/08/2014 10:33, Oliver Peter wrote:

Hi Oliver,

> It looks like GNU makes behaviour has changed, it's easy to fix:
> 
> Index: collector/dsc/Makefile.in
> ===================================================================
> --- collector/dsc/Makefile.in   (revision 13833)
> +++ collector/dsc/Makefile.in   (working copy)
> @@ -3,7 +3,7 @@
>  CFLAGS=-g -Wall -DUSE_IPV6=1
>  CPPFLAGS = ${CFLAGS}
>  MYCPPFLAGS = -g -DUSE_IPV6=1 -I $(HAPY)/src/include
>  -I/usr/local/include
> -TODAY != date +%Y%m%d
> +TODAY!=date +%Y%m%d

This was indeed the problem! Thank you for identifying it!

I've created a patch for it, and fed it to our RPM build process, and
now it all just builds fine.

Thanks also to Christian Petrasch, who emailed separately. His
colleague identified the same issue. His suggestion was to delete the
line altogether, as it is not needed during the build process.
However, I'm keeping the line, and just using your suggestion.

Thanks again guys!

Regards,

Anand




More information about the dsc mailing list