From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 21:58:24 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D92F21065672; Sun, 27 Nov 2011 21:58:24 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 848408FC0C; Sun, 27 Nov 2011 21:58:24 +0000 (UTC) Received: by ghbg20 with SMTP id g20so5434002ghb.13 for ; Sun, 27 Nov 2011 13:58:24 -0800 (PST) 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:content-transfer-encoding; bh=p8lOCi2LZ6pilzpEPoQH8qbjFUn8714Wp1Nkho5tC+M=; b=fXM/Ndo9kDFPXVPrhv+UPxuXABM01AkQlMeGx0LIMlivyz6G390altj5VMevDzRcHW tOZGKDufhe94oaXLFCVoL7lBTGy/gWTIZJy4esmQb4Lp34ncaZ64UuT6xIOYJo0dYaK6 bo6SQ8whxmw0HH1NTFBklG/wMI8C1jhu+KfRU= MIME-Version: 1.0 Received: by 10.182.40.65 with SMTP id v1mr2381429obk.72.1322431103909; Sun, 27 Nov 2011 13:58:23 -0800 (PST) Received: by 10.182.62.227 with HTTP; Sun, 27 Nov 2011 13:58:23 -0800 (PST) In-Reply-To: <4ED20A68.90102@zedat.fu-berlin.de> References: <4ED20A68.90102@zedat.fu-berlin.de> Date: Sun, 27 Nov 2011 13:58:23 -0800 Message-ID: From: Garrett Cooper To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Current FreeBSD , freebsd-questions@freebsd.org Subject: Re: port astro/stellarium: /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/src/AngleMeasure.hpp, : File name too long,*** Error code 1 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, 27 Nov 2011 21:58:24 -0000 On Sun, Nov 27, 2011 at 2:01 AM, O. Hartmann wrote: > Hello, > > since a couple of days for now I have on FreeBSD 10.0-CURRENT/amd64, > clang compiled, the following error updating or reinstalling or > installing the port astro/stellarium: > > =3D=3D=3D> =A0Vulnerability check disabled, database not found > =3D=3D=3D> =A0License GPLv2 accepted by the user > =3D=3D=3D> =A0Found saved configuration for stellarium-0.11.1 > =3D=3D=3D> =A0Extracting for stellarium-0.11.1 > =3D> SHA256 Checksum OK for stellarium-0.11.1.tar.gz. > =3D=3D=3D> =A0Patching for stellarium-0.11.1 > sed: > /usr/ports/astro/stellarium/work/stellarium-0.11.1/src/core/external/fixx= 11h.h > /usr/ports/astro/stellarium/work/stellarium-0.11.1/src/CMakeLists.txt > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TelescopeContr= ol/src/TelescopeControl.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Oculars/src/Oc= ulars.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/CompassMarks/s= rc/CompassMarks.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TextUserInterf= ace/src/TextUserInterface.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Supernovae/src= /Supernovae.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/SolarSystemEdi= tor/src/SolarSystemEditor.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/Satellites/src= /Satellites.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/HelloStelModul= e/src/HelloStelModule.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/TimeZoneConfig= uration/src/TimeZoneConfiguration.hpp > /usr/ports/astro/stellarium/work/stellarium-0.11.1/plugins/AngleMeasure/s= rc/AngleMeasure.hpp > : File name too long > *** Error code 1 > > Stop in /usr/ports/astro/stellarium. > *** Error code 1 > > I have no idea what the error cuases. I tried to delete everything and > reinstall, but the error seems to be very sticky. I checked the > /usr/ports partition (UFS2, UFS-Journaling on) several time for errors, > but it seems to be clean. > > Any ideas what's going on? Probably this PR: kern/161481, but it wouldn't hurt to confirm via ktrace. Cheers, -Garrett