From owner-freebsd-stable@FreeBSD.ORG Mon Apr 14 18:38:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3445067C for ; Mon, 14 Apr 2014 18:38:23 +0000 (UTC) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [IPv6:2001:770:10:300::86e2:510b]) by mx1.freebsd.org (Postfix) with SMTP id 7B49E1A99 for ; Mon, 14 Apr 2014 18:38:22 +0000 (UTC) Received: from bloch.maths.tcd.ie ([134.226.81.34] helo=bloch.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 14 Apr 2014 19:38:20 +0100 (BST) Received: by bloch.maths.tcd.ie (Postfix, from userid 103) id C23832E03F; Mon, 14 Apr 2014 19:38:19 +0100 (IST) Date: Mon, 14 Apr 2014 19:38:19 +0100 From: "Richard M. Timoney" To: freebsd-stable@freebsd.org Subject: Re: x11/kdelibs4: Update on 9.2-STABLE/CLANG fails, endless loop of the compiler Message-ID: <20140414183819.GA70887@maths.tcd.ie> References: <20140413183958.GA63104@maths.tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140413183958.GA63104@maths.tcd.ie> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 18:38:23 -0000 Sun, 13 Apr 2014 19:39, Richard M. Timoney wrote: > > > Since the update of this port is crucial for proceeding with updates, > > > I > > > need desperately to fix this problem. Is there a binary package for > > > that sepcific port/revision? > > > > > > > I worked around the issue by installing that particular package by > > disabling clang (thus compiling it with gcc in base) while building it > > and subsequently skipping it by providing portmaster with -x > > kdelibs-4.12.4. Haven't seen issues doing so, but you never know... > > > > No time to research the cause, but this would be critical problem for > > many and should definitely be addressed. > > > > Daniel > > It seems I can't compile it with gcc but I can with clang33 from ports. OK, I guess that was wrong. When libinotify is not installed I can compile it with gcc (also). Yours, Richard > > It finally dawned on my that the inability to compile kdelibs was since > I updated world during the week. > > There are some minor changes since r264295 that seem to affect clang and > I might soon be able to see what effect that has. > > kdelibs fails in a different way if libinotify is installed > > Linking CXX executable ../../bin/nepomuk-rcgen > ../../lib/libkdecore.so.5.12.4: undefined reference to > `inotify_add_watch' > ../../lib/libkdecore.so.5.12.4: undefined reference to > `inotify_rm_watch' > ../../lib/libkdecore.so.5.12.4: undefined reference to `inotify_init' > collect2: error: ld returned 1 exit status > *** [bin/nepomuk-rcgen] Error code 1 > > Yours, > > Richard