From owner-freebsd-sparc64@FreeBSD.ORG Wed May 8 10:49:59 2013 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A9F34642 for ; Wed, 8 May 2013 10:49:59 +0000 (UTC) (envelope-from riccardo.veraldi@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 41DA76BA for ; Wed, 8 May 2013 10:49:59 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id n15so863655ead.28 for ; Wed, 08 May 2013 03:49:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=JOPBM/kcrjkgDqO+M8Pnsxw7G5OTlPKo5saCekZNyZo=; b=oRthHLmJLkAfrZNLcK1PN1KYw4SZtVj/GKURyffpyJsX9F3jCxXEgxw/sQbEPSkAAJ 2hhLTTPYumoVNWQwaELrQxTXPGTtZD/7p7H5xvDiY/M/E1A5xKQ9neKQnobSHXtaOGkK 493scBck53dJBHY1/LHnUTiMWU4S6ig99+UcZHVRpa774idFcQAuUcYzplVoYUKYr7lB r9BVu5TPQ3PsZ6ZTeawY+uLso08Nf7FiZdvynd1qY+RY7he4QMQoZ3ZekfEYO2QR772m S3G4dBtB6UXBNkfhsBwT4XlOAlV8jbiXpsJ6k0bnEjmM6Fr9gOXGP9JoLjDGR4M7PkHQ AY1A== X-Received: by 10.15.52.70 with SMTP id o46mr15860104eew.14.1368010197849; Wed, 08 May 2013 03:49:57 -0700 (PDT) Received: from knuth.local ([31.177.41.8]) by mx.google.com with ESMTPSA id w43sm38068299eeg.14.2013.05.08.03.49.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 03:49:56 -0700 (PDT) Message-ID: <518A2DD3.4000201@gmail.com> Date: Wed, 08 May 2013 12:49:55 +0200 From: Riccardo Veraldi User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Subject: Re: failing to build Xorg References: <518A0978.9020206@gmail.com> In-Reply-To: <518A0978.9020206@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 10:49:59 -0000 I found the solution http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2012-01/msg00893.html On 5/8/13 10:14 AM, Riccardo Veraldi wrote: > > hello, > I have FreeBSD 9.1 on sun blade 1000 > > I was trying to install Xorg from ports... but it fails > > ===> Installing for xorg-apps-7.5.2_1 > ===> xorg-apps-7.5.2_1 depends on executable: appres - found > ===> xorg-apps-7.5.2_1 depends on executable: bitmap - found > ===> xorg-apps-7.5.2_1 depends on executable: dga - found > ===> xorg-apps-7.5.2_1 depends on executable: iceauth - found > ===> xorg-apps-7.5.2_1 depends on executable: luit - found > ===> xorg-apps-7.5.2_1 depends on executable: mkfontdir - found > ===> xorg-apps-7.5.2_1 depends on executable: mkfontscale - found > ===> xorg-apps-7.5.2_1 depends on executable: sessreg - not found > ===> Verifying install for sessreg in /usr/ports/x11/sessreg > ===> Building for sessreg-1.0.8 > make all-recursive > Making all in man > CCLD sessreg > sessreg.o: In function `main': > sessreg.c:(.text+0xd24): undefined reference to `ttyslot' > *** [sessreg] Error code 1 > > Stop in /usr/src/ports/x11/sessreg/work/sessreg-1.0.8. > *** [all-recursive] Error code 1 > > anyone have this experience ? > > thank you > > > Rick >