[ANNOUNCE]: clang compiling ports, take 2

Ruslan Mahmatkhanov cvs-src at yandex.ru
Mon Sep 5 11:46:33 UTC 2011


Michel Talon wrote on 04.09.2011 11:29:
>
> Ruslan wrote:
>> Hi, i maintain port (sysutils/rdup) that is failing with clang:
>
> I have looked at the problem, it is indeed in rdup source. If you look
> at rdup git history for rdup-tr.c you will see
>
> 	remove rdup_entry_c from the code, totally unneeded
>
> in this modification, the line
> rdup_entry_c = rdup_entry;
> which makes sense is (probably automatically) replaced by the line
> rdup_entry = rdup_entry;
> which is superfluous.
> gcc doesn't bark at that while clang does.

Thanks, i'll look at this. As i understand, all will be fine if i just 
revert this line.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.


More information about the freebsd-ports mailing list