From owner-freebsd-arm@freebsd.org Sat Jan 30 02:37:27 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B736A72DA0 for ; Sat, 30 Jan 2016 02:37:27 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E13EEA for ; Sat, 30 Jan 2016 02:37:27 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: by mail-wm0-x230.google.com with SMTP id 128so4786093wmz.1 for ; Fri, 29 Jan 2016 18:37:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeghar-com.20150623.gappssmtp.com; s=20150623; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=EgzPGPygKYr8gr4ln53sO7X8vHWbT4cj21rA3eSl7lA=; b=VCB/Ds+bF/SYemcKWsMuac6h9SLsLqbsjHqHrTAnFs4PngrUj7O0nrtM6EVaUphQiU AbVb6yg0WQ/UlYMCQrQQlpsS/7OofnvoTaqEBiFv6ANnpW8C8+zGGQxxAYPvi35D1hrN LDm8GiExFig//MJ76rxccTp+1SHe2BQMHtETleBZvnzxI9ZBwRRi2Inq4q8tGYpPch6i 4w5kw5tBsnr7TPSL3NefjnFdriz+9N+bf0L3U9LkXTI4hHbSh7yOlY7DCzpujOz+VA5E bfqOSJU3uZNtVd+RQkbk0t/F+ydgDF/bvxaMElVBi2t46DXSQDqKbR8bb0+CL65II6J5 LFtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=EgzPGPygKYr8gr4ln53sO7X8vHWbT4cj21rA3eSl7lA=; b=bYv+yHAaSaLmlK4UoF3PujKSTcRMFVyvOYy+IJXRFU4LytlEyesVbAAFbe+mccXNXb 0rzqwXTtU/Q0iQWMdkn+9yBcWfK13/DlqfRRgNp9ya7XwBVHmLGDG/QaqUKfv4oxFeDw DmtdRo/C4pCV3ORJylPCGFPgSx+UdObcby3pNSuen9dRuO/Mqh5VYosNyO/hHjSUUPAb xhOLjGufIeHuOVw2CVKYuABjhP7V7Z3wCYpMAxzDgedMaYhiHACquIqHdw5pAZLnXGiv qdN7xbIKHYM5JzRMbsFSOqBOAHBCq632HGiB+lLieV3jaNrh3RlICQzYufO9nayWjaRF 40aQ== X-Gm-Message-State: AG10YOTweKyhz9b2pDW7j/zs8C/CAL/GTRiXwva9UorXNiTHwqP9VLj66F7YKMmpX/SBxA== X-Received: by 10.28.213.204 with SMTP id m195mr547079wmg.53.1454121445782; Fri, 29 Jan 2016 18:37:25 -0800 (PST) Received: from heer.internal.jugni.xyz ([2601:600:8300:9b4:786b:7efa:e98e:4b1a]) by smtp.googlemail.com with ESMTPSA id uo9sm18166775wjc.49.2016.01.29.18.36.54 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jan 2016 18:36:55 -0800 (PST) Message-ID: <56AC21C4.1010203@codeghar.com> Date: Fri, 29 Jan 2016 18:36:52 -0800 From: Hamza Sheikh Reply-To: fehrist@codeghar.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-arm Subject: Re: make buildworld failed with error "relocation truncated to fit: R_ARM_JUMP24 against symbol `_fini'" References: <569C1D2E.6040401@codeghar.com> <20160121131031.7d1ea58c@zapp.Home> In-Reply-To: <20160121131031.7d1ea58c@zapp.Home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 02:37:27 -0000 > I've disabled setting -mlong-calls on the clang libraries for now, > however I expect we will need to enable it again when clang 3.8.0 is > imported. As such I would recommend anyone wishing to run buildworld on > arm to update before this is imported. At r294969 make buildworld is succeeding[1]. Am I correct in understanding that after clang 3.8.0 is imported to base it will fail on ARM again? Also, is there a fix yet for when that happens or will that bridge be crossed when the time comes? [1] http://mushtarka.codeghar.com/freebsd/2016/make_buildworld_r294969.log -- (24M size) -- Hamza Sheikh Twitter: @aikchar