Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Sep 2011 15:46:23 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Michel Talon <talon@lpthe.jussieu.fr>
Cc:        ports@freebsd.org
Subject:   Re: [ANNOUNCE]: clang compiling ports, take 2
Message-ID:  <4E64B68F.5060200@yandex.ru>
In-Reply-To: <20110904072933.GA61465@lpthe.jussieu.fr>
References:  <20110904072933.GA61465@lpthe.jussieu.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E64B68F.5060200>