From owner-freebsd-sparc64@FreeBSD.ORG Thu Sep 15 15:03:28 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CFF11065672; Thu, 15 Sep 2011 15:03:28 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BE31A8FC15; Thu, 15 Sep 2011 15:03:27 +0000 (UTC) Received: by iadk27 with SMTP id k27so2102856iad.13 for ; Thu, 15 Sep 2011 08:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aBpSeXZbxGYCbOr31LbY/Oa0SK9S3jAd+fX5tnZjWR4=; b=Id12K5+5puRqCs/Ql3Jb/9tKheG/s5Ut4dxagJWyWltGOzT5X9XeoJm0CwELYw2ukh +Dgs+vsoXTkDxHiMzzSXGCTizaxxB1+Ng3c+q97I+9iRgI/Wvpophwu1XbFDPmwsTf3Q qOabj/b5LI8fENLDvzPeCXQDra5ZuP0zpBjmo= MIME-Version: 1.0 Received: by 10.231.21.198 with SMTP id k6mr1915639ibb.97.1316097406073; Thu, 15 Sep 2011 07:36:46 -0700 (PDT) Received: by 10.231.61.148 with HTTP; Thu, 15 Sep 2011 07:36:45 -0700 (PDT) Received: by 10.231.61.148 with HTTP; Thu, 15 Sep 2011 07:36:45 -0700 (PDT) In-Reply-To: <4E7200B7.2020806@FreeBSD.org> References: <20110914220707.GA6410@lonesome.com> <4E7200B7.2020806@FreeBSD.org> Date: Thu, 15 Sep 2011 15:36:45 +0100 Message-ID: From: Chris Rees To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Mark Linimon , freebsd-x11@freebsd.org, freebsd-sparc64@freebsd.org, linimon@freebsd.org Subject: Re: anybody have an idea of what is breaking on libGLU on sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2011 15:03:28 -0000 On 15 Sep 2011 14:59, "Andriy Gapon" wrote: > > on 15/09/2011 01:07 Mark Linimon said the following: > > > /usr/local/lib/libGL.so: file not recognized: File truncated > > It looks like this is the culprit? > I think that libGL build needs to be investigated. > > BTW, I would suggest using unified diffs when sending them inline. Some mail > clients are too smart when they see leading '>' :-) > > I think he was trying to reduce the size; a unidiff would have been huge... A judicious sed s/^>/)/ may be the better option... Chris