From owner-freebsd-ia64 Wed Oct 23 21: 0:36 2002 Delivered-To: freebsd-ia64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D80B37B401; Wed, 23 Oct 2002 21:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF1543E4A; Wed, 23 Oct 2002 21:00:35 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9O40Yx3033896; Wed, 23 Oct 2002 21:00:34 -0700 (PDT) (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9O40YbD033890; Wed, 23 Oct 2002 21:00:34 -0700 (PDT) Date: Wed, 23 Oct 2002 21:00:34 -0700 (PDT) From: Marcel Moolenaar Message-Id: <200210240400.g9O40YbD033890@freefall.freebsd.org> To: marcel@xcllnt.net, marcel@FreeBSD.org, freebsd-ia64@FreeBSD.org Subject: Re: ia64/38678: vinum fails to build due to @gprel relocation against dynamic symbol Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: vinum fails to build due to @gprel relocation against dynamic symbol State-Changed-From-To: open->closed State-Changed-By: marcel State-Changed-When: Wed Oct 23 20:58:12 PDT 2002 State-Changed-Why: The problem with the @gprel relocation was related to the fact that we compiled with short data and without -fpic. As a result, the compiler assumed it could create @gprel relocations to access data objects placed in the short data (.sdata or .sbss) sections. The fix is to disable short data for kernel builds (including modules). http://www.freebsd.org/cgi/query-pr.cgi?pr=38678 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message