From owner-freebsd-ports@FreeBSD.ORG Sun Sep 4 07:32:19 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 661FA1065701; Sun, 4 Sep 2011 07:32:19 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 102FF8FC08; Sun, 4 Sep 2011 07:32:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Mf7NzMUQITT0UqDmRgILeOh+ZLKffDLh1Pc3Oyy49zw=; b=QLf60OyRSvE5QA4cU3JE2AnLkbCXKecEyM1ve7kh5Hl3fG2sOrDqIv9+eYyWgnVWU5s1V0+5Tof5XY04XrR7Pk/8jOCkouBL9DMNjJRv6QaUM3LRQgDvJIoUzt2Hr915j8s0oc1rjILDojUF4ntdkKx5/jPGc1A4rSL7chBfPnk=; Received: from [178.137.138.222] (helo=nonamehost.) by fsm1.ukr.net with esmtps ID 1R06su-000BPo-Sy ; Sun, 04 Sep 2011 10:12:53 +0300 Date: Sun, 4 Sep 2011 10:12:52 +0300 From: Ivan Klymenko To: Ruslan Mahmatkhanov Message-ID: <20110904101252.526de5ef@nonamehost.> In-Reply-To: <4E631DBF.9000106@yandex.ru> References: <20110725155920.GA83490@freebsd.org> <4E631DBF.9000106@yandex.ru> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEWpqak/Pz/i4uIfHx8GBwZwcHAQEBA6o92AAAACHElEQVQ4jWWUTY7bMAyF6QzUPSEoa8PFHEBgqwuM4bVVg7MvZOj+R+ijpMTpjIwgkT7z75EKrdfattpXERG6zqvUOtAr2LCRYfEKcB4l/Q+2cc6XjQH7hv+2YZYreIk5nevZEPvuzUzptizHLzgDMnC5Wpbl7ewJlOEqlQF+DlCjgVLki0WV6FMDMsBxjlJiQulIznwZ+DxHiQyDyIg0wN3Oo6o6ZQ5s5AIfar+W2Wlmz+kCcb8tg6j3voMEwNrBQk69dDBDqw/urpqJH+m+Q6u/4QnoAeYpnUXC/s1iup9rhCd6xMgAqdDyAyFegbKkVAHeLCcOulPLawaoUIDos4M88iLNrVkU7uu5ccTDO6naJzWLum51C6Yb7y4HKKbdArLWir0PBiS8glJRBZHeyHl7J9lENpAC6qT9NlNG4u5hsVYDyJP6mlJJtY3oVju4WSUzHal1sDU17NASoBWSk40J2eBLBJhYrVmzC5gVALGpNIAiQgN6eGstOp9Oa6zFbbLTISYi28BGZDRUJKWeroECkCEkzXjUtbmmaKMfAx2RfbT69/cO+tgHcmx6AfyZOmj3NDIah0F0GB66d4CrdIoplNFFGHSpSheRxbo0W4S8azNItEoMWbw3uXAeJgCrmX5joz7CGXqSg6PcryEhnFr/C1C2ntPxBOYbdwY+8dO3+wZJyFlbMX9s8zNnvp/tLwAv03NB4j3HVpn8Awwm+GrlP6MVAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Roman Divacky Subject: Re: [ANNOUNCE]: clang compiling ports, take 2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2011 07:32:19 -0000 =D0=92 Sun, 04 Sep 2011 10:42:07 +0400 Ruslan Mahmatkhanov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Roman Divacky wrote on 25.07.2011 19:59: > > Hi! > > > > > > Flz@ just run another exp-build with CC=3Dclang and CXX=3Dclang++. The > > results can be seen here: > > > > > > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723= 205754/ > > > > > > Since the last run we've managed to fix the biggest offenders but > > that uncovered others that need fixing. The "Reason" column was > > extended and now shows "assumes_gcc" which is the lowest hanging > > fruit :) > > > > A lot of these failures are trivial to fix (ie. assumes_gcc reason) > > and prevent a lot of other ports from building. > > > > It would be great if you could skim over the list to see if some of > > the ports you maintain are broken and possibly try to fix them. A > > small introduction into the Clang+Ports can be read at: > > http://wiki.freebsd.org/PortsAndClang. > > > > Please focus on the biggest offenders (ie. ports that prevent the > > most other ports from building). > > > > Thank you for helping us again! > > > > Roman Divacky > > >=20 > Hi, i maintain port (sysutils/rdup) that is failing with clang: > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.2011072320= 5754/rdup-1.1.11_1.log >=20 > But it's hard to realize to me how to fix this. I've tried irc=20 > (#freebsd-clang and #freebsd-ports on irc.oftc.net) - and nobody > hangs there. >=20 > Can please anybody help? >=20 Maybe this will help: *rdup_entry =3D *rdup_entry;