From owner-freebsd-ports@FreeBSD.ORG Mon Jan 5 16:34:12 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C9FEBEF for ; Mon, 5 Jan 2015 16:34:12 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 135252C49 for ; Mon, 5 Jan 2015 16:34:12 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id l2so2540707wgh.21 for ; Mon, 05 Jan 2015 08:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sAubpxxsnwyn5fZSpj2C6+5jJLuv/G+ixuZJnBiCfK8=; b=z1ulgc62BLESKAWBFkMabCpgmJpPwhngvnMW4HeDvoO4tRjDCgnZA48VR6ZCETbOfq kTuR2fNh39FGPMQa7i9iBdmNGFhtU9xeim2eQrGNabGe6+r+mKJJbFEK4G53Ctcm3hft 0yJs1iaUKrJ5DsLGqtMwmHlw6p5QAx7c4zJTOZrWZQjEj69xcoOAGTz2U1D1FSWIy8fk ELnu8ye4UHK+pTiyuPCwVnc1w6yRvgAaYQcaCUIa4o/XVxImf5NEKlenXGXcWDXQvj1o fluFYJUmj4Cv2V7TtXvjJSArT95C5M86c7RS3Y6kDRunjxKG1MG+WvI0OqpSR40RhtDu WpnQ== MIME-Version: 1.0 X-Received: by 10.194.190.46 with SMTP id gn14mr114623619wjc.36.1420475650487; Mon, 05 Jan 2015 08:34:10 -0800 (PST) Received: by 10.194.135.79 with HTTP; Mon, 5 Jan 2015 08:34:10 -0800 (PST) Date: Mon, 5 Jan 2015 22:04:10 +0530 Message-ID: Subject: Re: cannot build www/webkit-gtk2 (Per olof Ljungmark) From: Amit Sengupta To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 16:34:12 -0000 I spent 3-4 days trying to build the webkit-gtk2 port on 10.1 RELEASE. I kept getting a linker error and I tried every solution I could find about it, including trying to change the compiler to use gcc instead of CLANG and making a change in the Makefile etc. Finally I had a look at the symbols which were generating a linker error and I realised they were all to do with 3d graphics. I was not selecting the WebGL Option in make config and it was still trying to link those routines. So I chose WebGL in make config and the linker didnt fail and I was able to finally build the port. Hope this helps others who are stuck with webkit-gtk2