From owner-freebsd-stable@FreeBSD.ORG Sun Nov 10 08:24:20 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3C903948 for ; Sun, 10 Nov 2013 08:24:20 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1289B2CEA for ; Sun, 10 Nov 2013 08:24:20 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id rd3so1141901pab.22 for ; Sun, 10 Nov 2013 00:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8Y218B3/mQhyF3OV2Q0lVIS+S3Kwloq9I6P8VdorNxU=; b=PCZgOjKfuIrU/cBtAzjsCy5UiFqSXNOxdPfZ7iIJRIR+sW1GcRlqw8ErtrWONKmvBp kgS7OLNtyB55+g7bW4Wx8zSZaA1EJAiFnVjPP4iPfYrNovOKQIC8xRDtixTDM0SMZl0h DA2i7eCma40nr3F3qB2KxPsyDYEqOGKqeK1sa/Ss+dAUxRoqUS5DJPK6bE/W8J+xnb4H 8mn4B+aTBAHmQjTSnxBYWqsOqQyEHZGf9kkZ46gmpmIbiDUCcHbD6nQrx6dXOI3oqFK6 hFvTIxrW0MVCJ09f+hp1tZUUndMs29R5gmOlxmp82qG31MlMbarJUJhBWIJ3qs0SaPIM xfrw== MIME-Version: 1.0 X-Received: by 10.66.142.107 with SMTP id rv11mr25317443pab.17.1384071859703; Sun, 10 Nov 2013 00:24:19 -0800 (PST) Received: by 10.66.142.167 with HTTP; Sun, 10 Nov 2013 00:24:19 -0800 (PST) In-Reply-To: References: <78BFB16A90AF4E67B9CF57E9C7111D69@SeniaePC> <1383924262386-5859538.post@n5.nabble.com> <1384035336707-5859800.post@n5.nabble.com> <1384038404408-5859808.post@n5.nabble.com> Date: Sun, 10 Nov 2013 09:24:19 +0100 Message-ID: Subject: Re: Several ports won't build FreeBSD 10 beta 3 with new xorg From: Zenny To: Seniae Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 08:24:20 -0000 I tried once again with portmaster with only 'WITH_NEW_XORG=YES' line in /etc/make.conf, but while compiling it asked to add 'MAKE_JOBS_UNSAFE=yes', I did so to get the following error which remained the same when I tried to compile xorg with 'WITH_KMS=yes' and 'WITH_GALLIUM=yes' in make.conf. Pulling my hair. In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ 1 error generated. gmake[5]: *** [glsl_lexer.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.6/src/glsl/builtin_compiler' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.6/src/glsl' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.6/src/glsl' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.6/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.6' *** Error code 1 Stop. make: stopped in /usr/ports/graphics/dri ===>>> make failed for graphics/dri ===>>> Aborting update ===>>> Update for dri-7.6.1_3,2 failed ===>>> Aborting update ===>>> Update for x11-servers/xorg-server failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster x11-servers/xorg-server graphics/dri graphics/libGL ===>>> Exiting On 11/10/13, Zenny wrote: > Seniae: Thanks, but in my case xserver dies with 'no screens found' > message no matter what I change in xorg.conf. So I installed HAL and > xserver boots at least. > > Okay, I shall try once again to reinstall (using portmaster) xorg. Let > me see what happens. > > Can you share your /etc/X11/xorg.conf and /etc/rc.conf and > /boot/loader.conf to have a reference? Thanks! > > On 11/10/13, Seniae wrote: >> Zenny I forgot to mention, I configured xorg without hal. >> >> >> >> -- >> View this message in context: >> http://freebsd.1045724.n5.nabble.com/Several-ports-won-t-build-FreeBSD-10-beta-3-with-new-xorg-tp5859170p5859808.html >> Sent from the freebsd-stable mailing list archive at Nabble.com. >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> >