From owner-freebsd-current@FreeBSD.ORG Sun May 20 22:53:00 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A782E16A421 for ; Sun, 20 May 2007 22:53:00 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC3713C45D for ; Sun, 20 May 2007 22:53:00 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so787290ugh for ; Sun, 20 May 2007 15:52:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CM7VQG3Z0zR3/Nt9a4he8IgPAHe968h4hpIVGgnhzQqf5KfmQc859Bk6f3O/gSq/cBOIwCdNC715p4XZBUkdXjnE6rLUTy7tHWd1/gRZ2tFOKzpinE1Ck+1Bv4WzXwj072N5hpGUTIkJbM3FnmN6A8FS+QxDm2J93tXyEj92eKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pNPM+VDGsRNxzBUr996j7wjet8N+hRnjOIXS/5PScx33GWKIBLx5h3aHM35ajC+a8tQAtTUMiqk+93mGVHAaixmpbd3+1UdR1OXeJTHl39B2tH7hgNWZhw/GAo6LKMTE7hoW4JBrpW//Rt/2bDsnwVlEi2qIdhTIj/QZRXyouZk= Received: by 10.78.130.6 with SMTP id c6mr953731hud.1179701579164; Sun, 20 May 2007 15:52:59 -0700 (PDT) Received: by 10.78.107.13 with HTTP; Sun, 20 May 2007 15:52:59 -0700 (PDT) Message-ID: Date: Sun, 20 May 2007 15:52:59 -0700 From: "Kip Macy" To: "Alexander Kabaev" In-Reply-To: <20070520184710.75db1335@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705201954.00476.h.schmalzbauer@omnisec.de> <868xbjib8t.fsf@dwp.des.no> <200705202130.55833.h.schmalzbauer@omnisec.de> <20070520184710.75db1335@kan.dnsalias.net> Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , freebsd-current@freebsd.org, Harald Schmalzbauer Subject: Re: strange "Exec format error" (gcc4.2 suspicious) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 22:53:00 -0000 > > It was my very first thought too, but it's i386. It's a xeon 3050 > > (core2, thus EM64-T) processor but world alwys was i386 and also is > > for that jail. Could it be possible that there's any runtime > > detection which made me 64-bit binaries on a 32-bit base system? > > > Samba auto-detected -fpie support in GCC 4.3 and tried to use it. > FreeBSD kernel does not know how to deal with binaries created by this > option yet, so it freaks out. > > Add --disable-pie to CONFIGURE_ARGS in sambe3 port for now. > What kernel support is required? -Kip