From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 07:00:57 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 3766D4B9; Sun, 31 Aug 2014 07:00:57 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D89F81075; Sun, 31 Aug 2014 07:00:56 +0000 (UTC) Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de [172.20.27.147]) by mailout09.t-online.de (Postfix) with SMTP id 043CD628F85; Sun, 31 Aug 2014 08:54:04 +0200 (CEST) Received: from [192.168.119.33] (EkzFaEZHYhsxiLhBL8+PrfwZEhUkU3iRSA0Z4q0Cdmhw0AYCLSTjWRylnCVBJGOQ9d@[84.154.101.219]) by fwd01.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XNz1S-0ROq9I0; Sun, 31 Aug 2014 08:53:58 +0200 Message-ID: <5402C685.1030507@freebsd.org> Date: Sun, 31 Aug 2014 08:53:57 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Filippo Moretti , x11@freebsd.org Subject: [Analyzed] Re: Problem with xorg References: <1409238190.56909.YahooMailNeo@web140904.mail.bf1.yahoo.com> <53FF6A32.6020509@freebsd.org> In-Reply-To: <53FF6A32.6020509@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-ID: EkzFaEZHYhsxiLhBL8+PrfwZEhUkU3iRSA0Z4q0Cdmhw0AYCLSTjWRylnCVBJGOQ9d X-TOI-MSGID: 76a9b127-6fc2-4e6c-97b1-bbf063109170 Cc: "stable@freebsd.org" , Ports FreeBSD X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 07:00:57 -0000 The problem is caused by Unicode code points in keymap files, which were made possible (and have to be used) for many locales after the introduction of Unicode support with vt(4). Am 28.08.2014 um 19:43 schrieb Stefan Esser: > Am 28.08.2014 um 17:03 schrieb Filippo Moretti via freebsd-stable: >> I have problem with xorg with my custom kernel both with and without VT supports. >> I can still reboot with generic and have xorg work.My system:FreeBSD sting 10.0-STABLE FreeBSD 10.0-STABLE #0 r269789: Mon Aug 11 02:47:02 UTC 2014 root@grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >> With my kernel-vt I get a sementation fault,while with SC I got a complete crash > [...] >> [ 3434.354] (**) Option "Protocol" "standard" >> [ 3434.354] (WW) Option "Device" requires an string value >> [ 3434.354] (**) Option "XkbRules" "base" >> [ 3434.354] (**) Option "XkbModel" "pc105" >> [ 3434.354] (**) Option "XkbLayout" "us" >> [ 3434.354] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_46d_c517_noserial_if0" >> [ 3434.354] (II) XINPUT: Adding extended input device "USB Receiver" (type: KEYBOARD, id 7) >> [ 3434.354] Segmentation fault at address 0x2a3da760 >> [ 3434.354] >> Fatal server error: >> [ 3434.354] Caught signal 11 (Segmentation fault). Server aborting >> [ 3434.354] >> [ 3434.355] >> Please consult the The X.Org Foundation support >> at http://wiki.x.org >> for help. >> [ 3434.355] Please also check the log file at "/var/log/Xorg.0.log" for additional information. > > Just a me-to, but on -CURRENT: > > [ 357.752] (**) Keyboard0: always reports core events > [ 357.752] (**) Option "Protocol" "standard" > [ 357.752] (**) Option "XkbRules" "xorg" > [ 357.752] (**) Option "XkbModel" "pc105" > [ 357.752] (**) Option "XkbLayout" "de" > [ 357.752] (**) Option "XkbVariant" "nodeadkeys" > [ 357.752] (II) XINPUT: Adding extended input device "Keyboard0" > (type: KEYBOARD, id 7) > [ 357.752] Segmentation fault at address 0x80500ae80 > [ 357.752] > Fatal server error: > [ 357.752] Caught signal 11 (Segmentation fault). Server aborting Further information: I used ktrace to identify the failing operation. It is in x11-drivers/xf86-input-keyboard line 1265 of bsd_KeyMap.c: #define KD_GET_ENTRY(i,n) \ eascii_to_x[((keymap.key[i].spcl << (n+1)) & 0x100) + keymap.key[i].map[n]] [...] void KbdGetMapping (InputInfoPtr pInfo, KeySymsPtr pKeySyms, CARD8 *pModMap) { KbdDevPtr pKbd = (KbdDevPtr) pInfo->private; KeySym *k; int i; #ifndef __bsdi__ switch (pKbd->consType) { /* * XXX wscons has no GIO_KEYMAP */ #if (defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)) && defined(GIO_KEYMAP) case SYSCONS: case PCVT: { keymap_t keymap; if (ioctl(pInfo->fd, GIO_KEYMAP, &keymap) != -1) { for (i = 0; i < keymap.n_keys && i < NUM_KEYCODES; i++) if (remap[i]) { k = map + (remap[i] << 2); k[0] = KD_GET_ENTRY(i,0); /* non-shifed */ k[1] = KD_GET_ENTRY(i,1); /* shifted */ k[2] = KD_GET_ENTRY(i,4); /* alt */ k[3] = KD_GET_ENTRY(i,5); /* alt - shifted */ if (k[3] == k[2]) k[3] = NoSymbol; if (k[2] == k[1]) k[2] = NoSymbol; if (k[1] == k[0]) k[1] = NoSymbol; if (k[0] == k[2] && k[1] == k[3]) k[2] = k[3] = NoSymbol; } } } break; #endif /* SYSCONS || PCVT */ The keymap returned by ioctl(GIO_KEYMAP) used to contain characters in the selected locale, which meant it was limited to 8 bit values, effectively. Now with Unicode support, larger values (>=0x100) can be found in keymap files. In my case, the Euro symbol (0x20ac) was the cause of an out-of-bounds access to the keymap array in line 1265 of bsd_KbdMap.c (assignment to k[2] for Alt "E"). I did not have time to investigate, how this problem can be resolved, though. But I'll create a ports PR with this information, since it must be resolved before 10.1, or users of keyboard layouts that generate characters beyond u+ff will reliably crash the X server ... Regards, STefan PS: PR ports/193192 From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 07:45:02 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63DCFB8B; Sun, 31 Aug 2014 07:45:02 +0000 (UTC) Received: from mail-qg0-x229.google.com (mail-qg0-x229.google.com [IPv6:2607:f8b0:400d:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E75181471; Sun, 31 Aug 2014 07:45:01 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id i50so4059323qgf.14 for ; Sun, 31 Aug 2014 00:45:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=LJI07+S2ko/pHCHiZYgHuoR/0AeOk0krmHhYwNuepqk=; b=jQ5d5HrMryCszonTehup0mFusvc5zEWd/fZBVMOhZtiRM+jbBtMyzszKSD+xZhG+L6 5ofTFnv8nwDSoQKfWPybLSSGx1gOsXwPvWlfejBb9oT1S6JHlXqR8a51VdjRUOlPEm0P ZFMgQpEaWo5r1rJ+Xe0SbSLFodEQfAiDHq2oS+PG/WNi5CyJ1OHUQ7bXc9xBO4qlnBik psWmOIjxY3/r9O9KOR4Zfl169J1fPKLQGdjRgkANtwcGQOjA0OkfrPVjXmB+XvobTH7m +lwex/0ryJ9oKwMOnjDalf5H9hAph7W2Bq1S2kylZhHzTOQBLTsK458BlICZW23m/Ax8 BAAw== MIME-Version: 1.0 X-Received: by 10.140.80.167 with SMTP id c36mr31786506qgd.52.1409471100490; Sun, 31 Aug 2014 00:45:00 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Sun, 31 Aug 2014 00:45:00 -0700 (PDT) In-Reply-To: <5402C685.1030507@freebsd.org> References: <1409238190.56909.YahooMailNeo@web140904.mail.bf1.yahoo.com> <53FF6A32.6020509@freebsd.org> <5402C685.1030507@freebsd.org> Date: Sun, 31 Aug 2014 00:45:00 -0700 X-Google-Sender-Auth: SnEWP1SH617oa-06-hUQjSd0MFs Message-ID: Subject: Re: [Analyzed] Re: Problem with xorg From: Adrian Chadd To: Stefan Esser Content-Type: text/plain; charset=UTF-8 Cc: "stable@freebsd.org" , x11@freebsd.org, Ports FreeBSD , Filippo Moretti X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 07:45:02 -0000 Ok, so what can we do right now to not have unicode characters in say, the US keymap file? (Just a local change, not committed anywhere - I agree it needs to be fixed in the xorg code.) -a From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 08:03:30 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 76D28FB9; Sun, 31 Aug 2014 08:03:30 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 354501761; Sun, 31 Aug 2014 08:03:29 +0000 (UTC) Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de [172.20.27.147]) by mailout07.t-online.de (Postfix) with SMTP id 5CD2345E341; Sun, 31 Aug 2014 09:58:02 +0200 (CEST) Received: from [192.168.119.33] (r1QR3vZXYhfIzedxgpBaSLj9aCeXN+9XOR1zIvNHf-kpNWN6fB044O9VUoQ7VTaZdK@[84.154.101.219]) by fwd01.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XO01P-0CZqhU0; Sun, 31 Aug 2014 09:57:59 +0200 Message-ID: <5402D585.9050200@freebsd.org> Date: Sun, 31 Aug 2014 09:57:57 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Adrian Chadd , Stefan Esser Subject: Re: [Analyzed] Re: Problem with xorg References: <1409238190.56909.YahooMailNeo@web140904.mail.bf1.yahoo.com> <53FF6A32.6020509@freebsd.org> <5402C685.1030507@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-ID: r1QR3vZXYhfIzedxgpBaSLj9aCeXN+9XOR1zIvNHf-kpNWN6fB044O9VUoQ7VTaZdK X-TOI-MSGID: 54c55cfc-9f9e-47aa-9c2d-aa64d55c7ea0 Cc: "stable@freebsd.org" , x11@freebsd.org, Filippo Moretti , Ports FreeBSD X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 08:03:30 -0000 Am 31.08.2014 um 09:45 schrieb Adrian Chadd: > Ok, so what can we do right now to not have unicode characters in say, > the US keymap file? The "normal" US keyboard (/usr/share/vt/keymaps/us.kbd) does not contain characters >= 0x100. There is no problem even with ISO8859-1 characters used in many European countries, since they all are in the range 0x00 to 0xff. A problem is European keyboards with teh Euro sign (0x20ac) or e.g. Cyrillic or Greek keyboards, where many characters are >= 0x100. > (Just a local change, not committed anywhere - I agree it needs to be > fixed in the xorg code.) I'm wondering whether it might make sense to have the work-around committed to the xf86-input-keyboard port. People will waste time trying to understand, why their X server stops working when they select a keyboard layout with problematic characters for use with vt. This was not possible until a few weeks ago, since there were no such keymaps committed to vt/keymaps. If you had a keymap defined in rc.conf, then the name that used to work with syscons did not work with vt, but was just ignored (and the compiled in default US keyboard layout was used). I plan to commit a change to rc.d/syscons, soon, which will allow vt to be used with syscons keymap names (which are then internally converted to vt keymap names). With that change to rc.d/syscons, people will have their localized keyboard layout under vt, but will not be able to a local X11 server, anymore ... So I'm considering to commit the work-around patch, since a single missing key (under plain X11 - e.g. KDE works with all keys) will be just a minor violation of POLA, compared to no X11 at all. Regards, STefan From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 08:35:31 2014 Return-Path: Delivered-To: x11@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 ESMTPS id D5B346C9 for ; Sun, 31 Aug 2014 08:35:31 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp07.smtpout.orange.fr [80.12.242.129]) by mx1.freebsd.org (Postfix) with ESMTP id 5111419DD for ; Sun, 31 Aug 2014 08:35:30 +0000 (UTC) Received: from localhost ([92.162.7.60]) by mwinf5d14 with ME id lLbN1o0051HifEc03LbNZK; Sun, 31 Aug 2014 10:35:23 +0200 X-ME-Helo: localhost X-ME-Date: Sun, 31 Aug 2014 10:35:23 +0200 X-ME-IP: 92.162.7.60 Message-ID: <5402DE49.4020900@orange.fr> Date: Sun, 31 Aug 2014 10:35:21 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Stefan Esser , Filippo Moretti , x11@freebsd.org Subject: Re: [Analyzed] Re: Problem with xorg References: <1409238190.56909.YahooMailNeo@web140904.mail.bf1.yahoo.com> <53FF6A32.6020509@freebsd.org> <5402C685.1030507@freebsd.org> In-Reply-To: <5402C685.1030507@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "stable@freebsd.org" , Ports FreeBSD X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 08:35:31 -0000 On 08/31/2014 08:53, Stefan Esser wrote: > The problem is caused by Unicode code points in keymap files, which were > made possible (and have to be used) for many locales after the > introduction of Unicode support with vt(4). > > Am 28.08.2014 um 19:43 schrieb Stefan Esser: >> Am 28.08.2014 um 17:03 schrieb Filippo Moretti via freebsd-stable: >>> I have problem with xorg with my custom kernel both with and without VT supports. >>> I can still reboot with generic and have xorg work.My system:FreeBSD sting 10.0-STABLE FreeBSD 10.0-STABLE #0 r269789: Mon Aug 11 02:47:02 UTC 2014 root@grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >>> With my kernel-vt I get a sementation fault,while with SC I got a complete crash >> [...] >>> [ 3434.354] (**) Option "Protocol" "standard" >>> [ 3434.354] (WW) Option "Device" requires an string value >>> [ 3434.354] (**) Option "XkbRules" "base" >>> [ 3434.354] (**) Option "XkbModel" "pc105" >>> [ 3434.354] (**) Option "XkbLayout" "us" >>> [ 3434.354] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_46d_c517_noserial_if0" >>> [ 3434.354] (II) XINPUT: Adding extended input device "USB Receiver" (type: KEYBOARD, id 7) >>> [ 3434.354] Segmentation fault at address 0x2a3da760 >>> [ 3434.354] >>> Fatal server error: >>> [ 3434.354] Caught signal 11 (Segmentation fault). Server aborting >>> [ 3434.354] >>> [ 3434.355] >>> Please consult the The X.Org Foundation support >>> at http://wiki.x.org >>> for help. >>> [ 3434.355] Please also check the log file at "/var/log/Xorg.0.log" for additional information. >> >> Just a me-to, but on -CURRENT: >> >> [ 357.752] (**) Keyboard0: always reports core events >> [ 357.752] (**) Option "Protocol" "standard" >> [ 357.752] (**) Option "XkbRules" "xorg" >> [ 357.752] (**) Option "XkbModel" "pc105" >> [ 357.752] (**) Option "XkbLayout" "de" >> [ 357.752] (**) Option "XkbVariant" "nodeadkeys" >> [ 357.752] (II) XINPUT: Adding extended input device "Keyboard0" >> (type: KEYBOARD, id 7) >> [ 357.752] Segmentation fault at address 0x80500ae80 >> [ 357.752] >> Fatal server error: >> [ 357.752] Caught signal 11 (Segmentation fault). Server aborting > > Further information: I used ktrace to identify the failing operation. > It is in x11-drivers/xf86-input-keyboard line 1265 of bsd_KeyMap.c: > > #define KD_GET_ENTRY(i,n) \ > eascii_to_x[((keymap.key[i].spcl << (n+1)) & 0x100) + > keymap.key[i].map[n]] > > [...] > > void > KbdGetMapping (InputInfoPtr pInfo, KeySymsPtr pKeySyms, CARD8 *pModMap) > { > KbdDevPtr pKbd = (KbdDevPtr) pInfo->private; > KeySym *k; > int i; > > #ifndef __bsdi__ > switch (pKbd->consType) { > > /* > * XXX wscons has no GIO_KEYMAP > */ > #if (defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)) && > defined(GIO_KEYMAP) > case SYSCONS: > case PCVT: > { > keymap_t keymap; > > if (ioctl(pInfo->fd, GIO_KEYMAP, &keymap) != -1) { > for (i = 0; i < keymap.n_keys && i < NUM_KEYCODES; i++) > if (remap[i]) { > k = map + (remap[i] << 2); > k[0] = KD_GET_ENTRY(i,0); /* non-shifed */ > k[1] = KD_GET_ENTRY(i,1); /* shifted */ > k[2] = KD_GET_ENTRY(i,4); /* alt */ > k[3] = KD_GET_ENTRY(i,5); /* alt - shifted */ > if (k[3] == k[2]) k[3] = NoSymbol; > if (k[2] == k[1]) k[2] = NoSymbol; > if (k[1] == k[0]) k[1] = NoSymbol; > if (k[0] == k[2] && k[1] == k[3]) > k[2] = k[3] = NoSymbol; > } > } > } > break; > #endif /* SYSCONS || PCVT */ > > The keymap returned by ioctl(GIO_KEYMAP) used to contain characters > in the selected locale, which meant it was limited to 8 bit values, > effectively. > > Now with Unicode support, larger values (>=0x100) can be found in > keymap files. In my case, the Euro symbol (0x20ac) was the cause > of an out-of-bounds access to the keymap array in line 1265 of > bsd_KbdMap.c (assignment to k[2] for Alt "E"). > > I did not have time to investigate, how this problem can be > resolved, though. > > But I'll create a ports PR with this information, since it must be > resolved before 10.1, or users of keyboard layouts that generate > characters beyond u+ff will reliably crash the X server ... > > Regards, STefan > > PS: PR ports/193192 I have already done PR/191459, with a patch to be added to x11-drivers/xf86-input-keyboard (thanks Thierry Thomas to restoring it). The last contribution by ray@ is totally irrelevant - in fact the same problem appears with syscons + TEKEN_UTF8 Claude Buisson From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 09:26:47 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75A3657F for ; Sun, 31 Aug 2014 09:26:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD031E16 for ; Sun, 31 Aug 2014 09:26:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7V9QlMw028005 for ; Sun, 31 Aug 2014 09:26:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193192] vt keymaps with Unicode characters crash X server on start Date: Sun, 31 Aug 2014 09:26:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 09:26:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193192 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |In Discussion CC| |arved@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |x11@FreeBSD.org |org | --- Comment #3 from Tilman Keskinoz --- over to maintainer -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 11:36:53 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id A01A962D for ; Sun, 31 Aug 2014 11:36:53 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A67E1BC7 for ; Sun, 31 Aug 2014 11:36:52 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id x12so4082869wgg.33 for ; Sun, 31 Aug 2014 04:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=DZ5iHq82V8jwN55ZNSU50KawEYHv8N7Zy8PPLor+dTQ=; b=m+ZBQ98R2PUO7Yn0kfqvtY4rUfGK0EGXui5YweT4Jimv5KlddI63zSKK6lmCHqEms6 jqkL4Lj06vzfuytdh2G1zd4ZT0Q209uuMGlVimtJXjOYcMwOVAyVAHBibYb4HCVsytgf esjhYsuvgmZzRWVTKqtwvFaLFNDYGZzQ8N2sdjikAgTeBPDsnqo6kWfGON3yk57GTWXK psBqfu+5MBW9SvCOsNP9oehjteKvewIHOwhBM0/s7/aIMkqTh0nYuYkjWqSGPvvXKAL/ 7Tyc2zu5M35tRoPveQijsujTsSWS23izPqYguJmkh0CBhhMt6qJEZvBHV/+jK2Sg0t90 Lw4w== X-Received: by 10.180.103.234 with SMTP id fz10mr15321305wib.76.1409485011099; Sun, 31 Aug 2014 04:36:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.121.37 with HTTP; Sun, 31 Aug 2014 04:36:30 -0700 (PDT) In-Reply-To: References: From: Miguel Clara Date: Sun, 31 Aug 2014 12:36:30 +0100 Message-ID: Subject: Re: Xorg Segfaults after Update from source (10-stable or now 10.1-PRERELEASE) To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 11:36:53 -0000 Seems this is know already and reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193192 Ive changed local config from "pt" keymap to US and will apply the patch and try again. Melhores Cumprimentos // Best Regards ----------------------------------------------- *Miguel Clara* *IT - Sys Admin & Developer* *E-mail: *miguelmclara@gmail.com www.linkedin.com/in/miguelmclara/ On Sat, Aug 30, 2014 at 12:34 AM, Miguel Clara wrote: > > After I updated form source, I now can't start X, seems related to > input-keybaord, however I've tried to rebuild xorg completed and using the > packages on the new_xorg repo, and It still gives me problems. > > this is all I could get from gdb > > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...[New LWP 100684 > ] > > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...(no debugging s > ymbols found)...(no debugging symbols found)...(no debugging symbols > found)...(no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found).. > .(no debugging symbols found)...(no debugging symbols > found)... > > X.Org X Server > 1.12.4 > > Release Date: > 2012-08-27 > > X Protocol Version 11, Revision > 0 > > Build Operating System: FreeBSD 10.0-RELEASE-p3 > amd64 > > Current Operating System: FreeBSD r2d2.geek.local 10.1-PRERELEASE FreeBSD > 10.1-PRERELEASE #5 r270824M: Fri Aug 29 21:02:34 WEST 2014 > root@r2d2.geek.local:/usr/obj/usr > /src/sys/VT > amd64 > > Build Date: 28 August 2014 > 02:53:46PM > > > > Current version of pixman: > 0.32.4 > > Before reporting problems, check http://wiki.x.org > > to make sure that you have the latest > version. > > Markers: (--) probed, (**) from config file, (==) default > setting, > > (++) from command line, (!!) notice, (II) > informational, > > (WW) warning, (EE) error, (NI) not implemented, (??) > unknown. > > (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 30 00:28:29 > 2014 > > (==) Using config directory: > "/usr/local/etc/X11/xorg.conf.d" > > (==) Using system config directory > "/usr/local/share/X11/xorg.conf.d" > > [New Thread 803806400 (LWP > 100684/Xorg)] > > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...(no debugging s > ymbols found)...(no debugging symbols found)...(no debugging symbols > found)...(no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found).. > .(no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)...(no debugging > symbols found)...(no debugging symbols > found)... > > Program received signal SIGSEGV, Segmentation > fault. > > [Switching to Thread 803806400 (LWP > 100684/Xorg)] > > 0x0000000807101af2 in KbdGetMapping () from > /usr/local/lib/xorg/modules/input/kbd_drv.so > > (gdb) > bt > > #0 0x0000000807101af2 in KbdGetMapping () from > /usr/local/lib/xorg/modules/input/kbd_drv.so > > #1 0x00000008071016ef in KbdProc () from > /usr/local/lib/xorg/modules/input/kbd_drv.so > #2 0x000000000042c44a in ActivateDevice > () > > #3 0x000000000047dc62 in xf86DeleteInput > () > #4 0x000000000048fb57 in config_fini > () > > #5 0x000000000048ec6e in config_fini > () > > #6 0x000000000048e96b in config_fini > () > > #7 0x000000000048e605 in config_fini > () > > #8 0x000000000055b50f in WaitForSomething > () > > #9 0x000000000042ff87 in UpdateCurrentTimeIf > () > > #10 0x0000000000425b97 in _start > () > > #11 0x00000000004256ef in _start > () > > #12 0x00000008007d2000 in ?? > () > > #13 0x0000000000000000 in ?? > () > > (gdb) > > > Any ideas of what it could be? > > Instaling and older version of xf86-input-keyboard lets me start X but I > can't use the keyboard as I expected. > > Thanks > From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 12:00:47 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 3791BB4B for ; Sun, 31 Aug 2014 12:00:47 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4AFC1D55 for ; Sun, 31 Aug 2014 12:00:46 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id m15so4082290wgh.23 for ; Sun, 31 Aug 2014 05:00:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VYa7yozQppWxLUJdSP55LqZ78Rhm/07D3yb7HJxJKCE=; b=UXnSQn39YF3qtcEtEeXWyFcnJ8I9hokS808WdOKKNgaISVoEVviclnjyq2pXseeJTf 3pe0DzKHGDi/DzNeIbGjXEiHJE3RHH408gL8y+kvObIK9PcmgB1bXMo5gsRCcuZ1EPKZ qm9mgOiWg2nns7Z4wK5nxykqsjf0d4omk1t2H2JVDSCRe5Ea+uYQHUdJtXp/g2QFbcEh FoFrYwfZ9qvRCC681t/b36lQjw1CqVx8vtkxgkei0ieHdToPoT6OocFjU9wellg/BY3E JV8CILD0sp0bZg08Azk/DVhsQgwyGpbxAPm4CwgD7SS+BKg4+cUiqxSCkeQH0dxILTzI 2DaA== X-Received: by 10.194.89.67 with SMTP id bm3mr1188464wjb.80.1409486445078; Sun, 31 Aug 2014 05:00:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.121.37 with HTTP; Sun, 31 Aug 2014 05:00:25 -0700 (PDT) In-Reply-To: References: From: Miguel Clara Date: Sun, 31 Aug 2014 13:00:25 +0100 Message-ID: Subject: Re: Xorg Segfaults after Update from source (10-stable or now 10.1-PRERELEASE) To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 12:00:47 -0000 Hum... Seems that the patch simply works around the issue. "The attached patch works around the problem by returning 0 instead of an out-of-range value for Unicode code points >= 0x100" So I guess I can just not set "pt" in my xorg.conf and then manually do it with setxkbmap pt, which won't make it crash! Still the patch is useful if I would keep my conf until the issue is really resolved in xorg side! From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 14:49:39 2014 Return-Path: Delivered-To: x11@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 ESMTPS id B50EDC69 for ; Sun, 31 Aug 2014 14:49:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B9DD1E70 for ; Sun, 31 Aug 2014 14:49:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VEndQw000349 for ; Sun, 31 Aug 2014 14:49:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] [patch] x11-drivers/xf86-input-wacom: update to 0.25.0 Date: Sun, 31 Aug 2014 14:49:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 14:49:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143901|0 |1 is obsolete| | Attachment #146603| |maintainer_approval+ Flags| | --- Comment #1 from Jan Beich --- Created attachment 146603 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146603&action=edit update, v2 - update to 0.25.99.1 - add DEBUG and TEST options -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 14:50:12 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 03797C9F for ; Sun, 31 Aug 2014 14:50:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEA751EF5 for ; Sun, 31 Aug 2014 14:50:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VEoBg2001602 for ; Sun, 31 Aug 2014 14:50:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Sun, 31 Aug 2014 14:50:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 14:50:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Summary|[patch] |x11-drivers/xf86-input-waco |x11-drivers/xf86-input-waco |m: update to 0.25.99.1 |m: update to 0.25.0 | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 15:44:32 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55E7E4A4; Sun, 31 Aug 2014 15:44:32 +0000 (UTC) Received: from mail-qg0-x22d.google.com (mail-qg0-x22d.google.com [IPv6:2607:f8b0:400d:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D819114D6; Sun, 31 Aug 2014 15:44:31 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id e89so4262960qgf.32 for ; Sun, 31 Aug 2014 08:44:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zTKVEsUag4AVsmcKwxZhdQiuSYXXafKaYxH/4v9NPXM=; b=0lgKBUVepVWqhtjbUJ/c8d8UU54udxWSJhmXHLKqGA7E+1Hce293AYBju4r9VjBxJ0 yWt8XMHDmLKaoMJYwVrNblodgoeGI5hzFgqVBEiXBxymLZXq2GEaIuwY0eDt8JIf2OHr g2lRvx9BIWI3xlHqXDk+sSd7OAs4XsRCqfqXBrOe8omlmSqiJVhafb0RTgPnHtyKlfHs sUB6PP46UIB9mgKk1Juxme7zX2qjBh6AcMZmn0TOkqAFMiiENTexx2t2qsiH/2MFDAJs u95CTV6LBnh0xjiPvUQNu9PcKBnkQnue0fQKGn3Y6rPovbaRnpPbPCuLh9Xf/9Zc1PkN nqlQ== MIME-Version: 1.0 X-Received: by 10.224.36.4 with SMTP id r4mr37265039qad.69.1409499871037; Sun, 31 Aug 2014 08:44:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Sun, 31 Aug 2014 08:44:30 -0700 (PDT) In-Reply-To: <5402DE49.4020900@orange.fr> References: <1409238190.56909.YahooMailNeo@web140904.mail.bf1.yahoo.com> <53FF6A32.6020509@freebsd.org> <5402C685.1030507@freebsd.org> <5402DE49.4020900@orange.fr> Date: Sun, 31 Aug 2014 08:44:30 -0700 X-Google-Sender-Auth: 87N3epcsJP0WV66CtZmHGM8vss8 Message-ID: Subject: Re: [Analyzed] Re: Problem with xorg From: Adrian Chadd To: Claude Buisson Content-Type: text/plain; charset=UTF-8 Cc: "stable@freebsd.org" , Stefan Esser , x11@freebsd.org, Ports FreeBSD , Filippo Moretti X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 15:44:32 -0000 I discovered that: * if I don't load kbdmap at boot-time as a module, the probe order works in a way that xorg works; * if I load kbdmap by hand after boot, or I don't load it at all, then even the US keyboard map causes xorg to choke. If I load kbdmap at boot-time then kbdcontrol reports inappropriate ioctl for device. -a From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 17:14:34 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E6D714C for ; Sun, 31 Aug 2014 17:14:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B52C1E5A for ; Sun, 31 Aug 2014 17:14:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VHEYe3044312 for ; Sun, 31 Aug 2014 17:14:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Sun, 31 Aug 2014 17:14:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:14:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146603|0 |1 is obsolete| | --- Comment #2 from Jan Beich --- Created attachment 146607 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146607&action=edit update, v3 Added LICENSE and fixed a few build errors with TEST vs. old Xserver. xorg-server-1.15.2: builds fine xorg-server-1.12.4: fake-symbols.c:96: error: conflicting types for 'xf86CheckStrOption' /usr/local/include/xorg/xf86Opt.h:88: error: previous declaration of 'xf86CheckStrOption' was here fake-symbols.c:290: error: conflicting types for 'XIChangeDeviceProperty' /usr/local/include/xorg/exevents.h:91: error: previous declaration of 'XIChangeDeviceProperty' was here fake-symbols.c:362: warning: no previous prototype for 'LogMessageVerbSigSafe' fake-symbols.c:513: error: redefinition of typedef 'InputOption' /usr/local/include/xorg/input.h:218: error: previous declaration of 'InputOption' was here xorg-server-1.7.7: --- wacom_tests-wacom-tests.o --- In file included from wacom-tests.c:23: ./fake-symbols.h:5:10: fatal error: 'Xprintf.h' file not found #include ^ --- wacom_tests-fake-symbols.o --- In file included from fake-symbols.c:1: ./fake-symbols.h:5:10: fatal error: 'Xprintf.h' file not found #include ^ 1 error generated. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 17:16:52 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 927F8328 for ; Sun, 31 Aug 2014 17:16:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79D211E86 for ; Sun, 31 Aug 2014 17:16:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VHGqMP045519 for ; Sun, 31 Aug 2014 17:16:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Sun, 31 Aug 2014 17:16:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:16:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 --- Comment #3 from Jan Beich --- Created attachment 146608 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146608&action=edit 9.3R i386 log (implicit WITH_NEW_XORG) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 17:18:05 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 90FD33A5 for ; Sun, 31 Aug 2014 17:18:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 782CB1E98 for ; Sun, 31 Aug 2014 17:18:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VHI5e7045985 for ; Sun, 31 Aug 2014 17:18:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Sun, 31 Aug 2014 17:18:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:18:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 --- Comment #4 from Jan Beich --- Created attachment 146609 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146609&action=edit 10.0 amd64 log -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 17:21:00 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9438B558 for ; Sun, 31 Aug 2014 17:21:00 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B7201F49 for ; Sun, 31 Aug 2014 17:21:00 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VHL0C0049460 for ; Sun, 31 Aug 2014 17:21:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Sun, 31 Aug 2014 17:21:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:21:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146607| |maintainer_approval+ Flags| | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 17:34:41 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 241C9E2 for ; Sun, 31 Aug 2014 17:34:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A92C11BA for ; Sun, 31 Aug 2014 17:34:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VHYep0087130 for ; Sun, 31 Aug 2014 17:34:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-x11@FreeBSD.org Subject: [Bug 158513] Broken Xvideo in x11-drivers/xf86-video-intel drivers for i845G & i865G Date: Sun, 31 Aug 2014 17:34:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cs@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:34:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=158513 Carlo Strub changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved CC| |cs@FreeBSD.org Resolution|--- |Works As Intended --- Comment #7 from Carlo Strub --- close -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 20:56:36 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 632E5C0A for ; Sun, 31 Aug 2014 20:56:36 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 441601971 for ; Sun, 31 Aug 2014 20:56:35 +0000 (UTC) Received: from [192.168.200.205] (unknown [50.136.155.142]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 44AD7192906 for ; Sun, 31 Aug 2014 20:56:35 +0000 (UTC) Subject: graphics/dri support, armv6 From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-x11@FreeBSD.org Content-Type: text/plain; charset="us-ascii" Date: Sun, 31 Aug 2014 13:56:34 -0700 Message-ID: <1409518594.1142.31.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 20:56:36 -0000 Am testing this patch at the moment. --Add SWRAST to the armv6 build --Remove --disable-gallium-intel as it is no longer a valid option Mind if I commit this? Index: /usr/local/poudriere/ports/default/graphics/dri/Makefile =================================================================== --- /usr/local/poudriere/ports/default/graphics/dri/Makefile (revision 366581) +++ /usr/local/poudriere/ports/default/graphics/dri/Makefile (working copy) @@ -60,9 +60,10 @@ . endif . if ${ARCH} == powerpc || ${ARCH} == powerpc64 DRI_DRIVERS= RADEON SWRAST -. endif -. if ${ARCH} == sparc64 +. elif ${ARCH} == sparc64 DRI_DRIVERS= SWRAST +. elif ${ARCH} == armv6 +DRI_DRIVERS= SWRAST . endif .else # !defined(WITH_NEW_XORG) . if ${ARCH} == powerpc || ${ARCH} == powerpc64 @@ -83,9 +84,6 @@ .endif .endfor -.if !(${ARCH} == amd64 || ${ARCH} == i386) -CONFIGURE_ARGS+=--disable-gallium-intel -.endif CONFIGURE_ARGS+=--with-dri-drivers="${DRI_DRIVERS:tl}" .if defined(WITH_NEW_XORG) && !defined(WITH_GALLIUM) \ From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 22:47:48 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BB409D1 for ; Sun, 31 Aug 2014 22:47:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73E13137A for ; Sun, 31 Aug 2014 22:47:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VMlm40023829 for ; Sun, 31 Aug 2014 22:47:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191767] arm: graphics/dri install failure Date: Sun, 31 Aug 2014 22:47:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: carbaecker@gmx.de X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 22:47:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191767 carbaecker@gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carbaecker@gmx.de --- Comment #4 from carbaecker@gmx.de --- Same problem here... Caused by missing driver-definition for ARCH=armv6 Use same definition as already present for sparc64 and it should work. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 23:15:14 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF5D3EF8 for ; Sun, 31 Aug 2014 23:15:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7AC61793 for ; Sun, 31 Aug 2014 23:15:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VNFEOR033788 for ; Sun, 31 Aug 2014 23:15:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191767] arm: graphics/dri install failure Date: Sun, 31 Aug 2014 23:15:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 23:15:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191767 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbruno@FreeBSD.org --- Comment #5 from Sean Bruno --- Working on a patch for this under a phabricator review: https://reviews.freebsd.org/D704 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 23:15:24 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2824AF35 for ; Sun, 31 Aug 2014 23:15:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0C62179C for ; Sun, 31 Aug 2014 23:15:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VNFNgO033994 for ; Sun, 31 Aug 2014 23:15:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191767] arm: graphics/dri install failure Date: Sun, 31 Aug 2014 23:15:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 23:15:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191767 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |In Discussion -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sun Aug 31 23:15:39 2014 Return-Path: Delivered-To: x11@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 ESMTPS id B3E71F71 for ; Sun, 31 Aug 2014 23:15:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BFCA17A7 for ; Sun, 31 Aug 2014 23:15:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VNFdXM034227 for ; Sun, 31 Aug 2014 23:15:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191767] arm: graphics/dri install failure Date: Sun, 31 Aug 2014 23:15:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sbruno@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 23:15:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191767 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|x11@FreeBSD.org |sbruno@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Tue Sep 2 07:31:21 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26610B8 for ; Tue, 2 Sep 2014 07:31:21 +0000 (UTC) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E65D11342 for ; Tue, 2 Sep 2014 07:31:20 +0000 (UTC) Received: by mail-oi0-f51.google.com with SMTP id v63so4199674oia.10 for ; Tue, 02 Sep 2014 00:31:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=7MHEbfsU4i/mH5s/TBwKEiXjVQtQ6fcEd6Co6PEivIo=; b=t41X9qLe0WHSV2DAZt2WAKmTjg8UXjKwhzrDuS9Cko4m9UvxgYS139qJ8Trn49BS34 5uT/JuqOep1qVoUgg02rYT8VKHsX/W8Tc6ETiWjzgmIf91LKGpn8Af42JHpf/AHnp42W Pq7ZwlVqw477cLjkKLLK/8U6Vr0uZ0rPGTVl+7xUkyhbJhXh2OV/83vP/PrMNkf7pRLJ A+FokSw1RUTiXqV4LkJtGUYddl+uSax7xleDiYWtyAzDMS7I8BMnBKvuzDpYLTtx6PRt NGoP/yecyW9TL3T/kHbIcqvJ3k1fsWX/+lqUmsxUmApfeeQz9gQo1mgdpvikNjPxa3js udXA== X-Received: by 10.60.98.105 with SMTP id eh9mr7436711oeb.56.1409643079537; Tue, 02 Sep 2014 00:31:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.200.130 with HTTP; Tue, 2 Sep 2014 00:30:59 -0700 (PDT) From: Fervent Dissent Date: Tue, 2 Sep 2014 15:30:59 +0800 Message-ID: Subject: FreeBSD Port: x11-drivers/xf86-input-keyboard To: x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 07:31:21 -0000 This is the first update I've done since switching to the new xorg. The first time neither the keyboard or mouse drivers were correctly chosen. Now the mouse upgraded fine, but the keyboard still defaults to the old xorg driver. After working on it I confirmed by manually downloading both versions. My keyboard only worked after 'pkg add xf86-input-keyboard-1.8.0_2.txz'. The version pkg fetches is 11120kB, the one I added is 11124kB. I am using all packages on my system. Could this be fixed? X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 10560.924] X Protocol Version 11, Revision 0 [ 10560.924] Build Operating System: FreeBSD 10.0-RELEASE-p3 amd64 [ 10560.925] Current Operating System: FreeBSD satellite 10.0-STABLE FreeBSD 10.0-STABLE #0 r267603: Wed Jun 18 20:00:27 CST 2014 sara@satellite:/usr/obj/usr/src/sys/TWILIGHT amd64 [ 10560.925] Build Date: 28 August 2014 02:53:46PM [ 10561.397] (II) Using input driver 'mouse' for 'Mouse0' [ 10561.398] (**) Option "CorePointer" [ 10561.398] (**) Mouse0: always reports core events [ 10561.398] (**) Option "Protocol" "auto" [ 10561.398] (**) Option "Device" "/dev/sysmouse" [ 10561.398] (**) Mouse0: Protocol: "auto" [ 10561.398] (**) Mouse0: always reports core events [ 10561.398] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 [ 10561.398] (**) Option "ZAxisMapping" "4 5 6 7" [ 10561.398] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 [ 10561.398] (**) Mouse0: Buttons: 7 [ 10561.398] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6) [ 10561.399] (**) Mouse0: (accel) keeping acceleration scheme 1 [ 10561.399] (**) Mouse0: (accel) acceleration profile 0 [ 10561.399] (**) Mouse0: (accel) acceleration factor: 2.000 [ 10561.399] (**) Mouse0: (accel) acceleration threshold: 4 [ 10561.399] (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 [ 10561.399] (II) Mouse0: SetupAuto: protocol is SysMouse [ 10561.399] (II) LoadModule: "kbd" [ 10561.400] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 10561.401] (II) Module kbd: vendor="X.Org Foundation" [ 10561.401] compiled for 1.7.7, module version = 1.8.0 [ 10561.401] Module class: X.Org XInput Driver [ 10561.401] ABI class: X.Org XInput driver, version 7.0 [ 10561.401] (EE) module ABI major version (7) doesn't match the server's version (16) [ 10561.401] (II) UnloadModule: "kbd" [ 10561.401] (II) Unloading kbd [ 10561.401] (EE) Failed to load module "kbd" (module requirement mismatch, 0) [ 10561.401] (EE) No input driver matching `kbd' From owner-freebsd-x11@FreeBSD.ORG Tue Sep 2 12:43:12 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 7693EA0C for ; Tue, 2 Sep 2014 12:43:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DE071F8F for ; Tue, 2 Sep 2014 12:43:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s82ChCUr062813 for ; Tue, 2 Sep 2014 12:43:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193192] vt keymaps with Unicode characters crash X server on start Date: Tue, 02 Sep 2014 12:43:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: se@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 12:43:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193192 --- Comment #4 from Stefan Esser --- Just an observation with the patched port (patch attached to this PR applied): It seems that I can enter all characters, including e.g. the Euro sign (U+20AC), as verified in a terminal window and with xev. Without the patch, the X server does not start at all (if a keymap with characters >= 0x100 is loaded). With the patch, the X server starts and I do not see what's missing ;-) Since 10.1 will have vt enabled by default and I plan to MFC a version of rc.d/syscons, that selects a vt keymap matching a syscons keymap specified in rc.conf, this may hurt people that upgrade an existing system to 10.1. They'll have a working keyboard (with localized keymap) on the console, but cannot any longer start the X server. Therefore, I'd want to argue for adding this work-around to the xorg-input-keyboard port, until a better solution is available. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Tue Sep 2 17:04:16 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 8847AF0; Tue, 2 Sep 2014 17:04:16 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5EE1769; Tue, 2 Sep 2014 17:04:16 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id h3so3946594igd.3 for ; Tue, 02 Sep 2014 10:04:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=mPgZV8tr/B8G6lIziI0lcxHAcqhbprsgp4N9G9BA/6Q=; b=oZwwkUGzzfP47zmbU4tPPAyioPnuaLTajTECQwAQfgOwYFbilgNCBr5JLJteji+bj0 Yuprz/XKSlQtlLTNzRj+sGk8VAHtQNz2pDi43H93fWduuMo5VKlYsGn2luCI1mk7jblX YX8vGyB5HbEirilRWb/gOs7PiGvJW/m+jD8fJ4J1xSWbaEPrMWWjgoRkDWVyMLdlqaib fywbdXRxK7gfGeZTP+B62JL/eHnNVQ+aN8NTx24AKdcpIh9NX3abYAnAG8SsvimYlZXB 3gLK7RTodAK+aGbunUQaJWu1e78jEwMcAZ9XtDVFGNHbqhu3C5hXLr8dHDafL4XY++MA XVKQ== MIME-Version: 1.0 X-Received: by 10.43.104.194 with SMTP id dn2mr32454827icc.5.1409677455710; Tue, 02 Sep 2014 10:04:15 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Tue, 2 Sep 2014 10:04:15 -0700 (PDT) Date: Tue, 2 Sep 2014 10:04:15 -0700 X-Google-Sender-Auth: z_u6Un_oa6ioxAgrwuEShtYb0-E Message-ID: Subject: vt(4) scrollback size From: Kevin Oberman To: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Aleksandr Rybalko X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 17:04:16 -0000 With sc(4), we could set the size of the scrollback buffer at kernel build time and I tend to make it much larger. But even the default was reasonable. If I wanted more, vidcontrol(1) let me set it. Now there seems to be no way to increase the size of the buffer. Now, with vt(4), it seems that the scrolback buffer at boot time (large font) is only about 50 lines and after starting X (smaller font) I get about 140 lines. The number of lines I see seems to be linked to the number of characters. While the number of lines in all cases seems a bit restrictive, the ability to scroll back immediately after boot is a particularly annoying one. In an earlier thread on vt(4) I tangentially asked about this and was told the default was 500, but I guess I assumed that this was 500 lines and it appears that it might be something else or it might not be lines. In any case, the ability set a larger history would be really nice! -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 00:27:12 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64586A3F for ; Wed, 3 Sep 2014 00:27:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0711AEF for ; Wed, 3 Sep 2014 00:27:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s830RCYl034626 for ; Wed, 3 Sep 2014 00:27:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Wed, 03 Sep 2014 00:27:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 00:27:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146607|0 |1 is obsolete| | --- Comment #5 from Jan Beich --- Created attachment 146699 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146699&action=edit update, v3.1 Replace STRIP_CMD with install-strip. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 00:27:54 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 63684A7D for ; Wed, 3 Sep 2014 00:27:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2731AF7 for ; Wed, 3 Sep 2014 00:27:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s830RsqD043803 for ; Wed, 3 Sep 2014 00:27:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Wed, 03 Sep 2014 00:27:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 00:27:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146608|0 |1 is obsolete| | --- Comment #6 from Jan Beich --- Created attachment 146700 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146700&action=edit 9.3R i386 log (implicit WITH_NEW_XORG) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 01:36:16 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E52883D3 for ; Wed, 3 Sep 2014 01:36:16 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65884112F for ; Wed, 3 Sep 2014 01:36:16 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id x3so7806594qcv.2 for ; Tue, 02 Sep 2014 18:36:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type; bh=YpWuSM58zghP8D65de93lYuTHkLvYxNYr+Dw5HKc9k4=; b=LfkrbgDVaRHa9PdFaOmJJNXuWfUT+QyWHsMCsm/pbbvvoWdXqKTCABAvWyoGdqNrWk C2ETvMPbS4fYidLP8ZQnvysRjG//Sf5LXc2H20eMwjDG7cRXs+FPBqf3yuiSfj3KrkZ1 7uojuH5x9bA+Dxa76vLgjwbnJyx4LxVWUfU55iniJn5F8VS5eJpzjbOETX0hcbZmPQqL DPuQ3YQs6h5oZtp2z1NCF34WxoKOH5koKC3WJx0pv2XpDMjNd8gUr0AV47mMRAoEyvpp TojrQg6mwmz0LfDodBtQpSDcKH+gRDm0W2EHZTh2T5THclAPwOmTIS7s0VmAmax5Brlm fiJw== X-Received: by 10.140.106.225 with SMTP id e88mr57206609qgf.20.1409708175349; Tue, 02 Sep 2014 18:36:15 -0700 (PDT) Received: from centos50.polinsky.home (pool-72-89-48-89.nycmny.fios.verizon.net. [72.89.48.89]) by mx.google.com with ESMTPSA id s102sm7136055qgd.44.2014.09.02.18.36.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Sep 2014 18:36:14 -0700 (PDT) Message-ID: <5406708C.9060008@gmail.com> Date: Tue, 02 Sep 2014 21:36:12 -0400 From: polinsky Reply-To: polinsky@acm.org User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: x11@FreeBSD.org Subject: Problems installing kde4 Content-Type: multipart/mixed; boundary="------------070604020502020303050406" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 01:36:17 -0000 This is a multi-part message in MIME format. --------------070604020502020303050406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have installed FreeBSD 10 on one computer in my house for experimentation, and decided to try to install kde4. When I was up to kde_workspace, I ran into a problem during the compilation of libEGL, I believe. It said I needed libdrm>=2.4.24, but none seems to be available. To the best of my knowledge I have the latest ports available on my computer. Perhaps I mis-answered the configuration with one of the earlier requirements. I am including the log of the error log; I initially had a list of all packages on my system but the submission was rejected as too large. It can be sent to anyone on request. Perhaps you can help. I should mention that I am not too familiar with FreeBSD, but I did retire a few months ago as a programmer. This would be my first BSD machine with the rest in the house various distributions of Linux: Slackware, Centos, and Debian. I would like this FreeBSD 10 machine to replace my Slackware 14.1 machine as the server in the house, while at the same time afford me the possibility of programming in Scheme (or Guile). Thank you. Alan Polinsky --------------070604020502020303050406 Content-Type: text/plain; charset=UTF-8; name="static2" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="static2" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Mesa configure 9.1.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --disable-gles2 --enable-egl --with-dri-drivers=no --enable-gallium-llvm=no --without-gallium-drivers --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd10.0 ## --------- ## ## Platform. ## ## --------- ## hostname = freebsd10.polinsky.home uname -m = i386 uname -r = 10.0-RELEASE uname -s = FreeBSD uname -v = FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2778: loading site script /usr/ports/Templates/config.site | # $FreeBSD: head/Templates/config.site 349240 2014-03-26 11:16:42Z bapt $ | # Do not add: | # - toolchain related | # - arch-dependent values | # - anything "=no" unless guaranteed to never be | # implemented in FreeBSD | # - also avoid "working" values | # This file must reflect the oldest supported Release. | # | #MAINTAINER= portmgr@FreeBSD.org | | # Path | : ${ac_cv_path_BZIP2=/usr/bin/bzip2} | : ${ac_cv_path_EGREP=/usr/bin/egrep} | : ${ac_cv_path_FGREP=/usr/bin/fgrep} | : ${ac_cv_path_GREP=/usr/bin/grep} | : ${ac_cv_path_GZIP=/usr/bin/gzip} | : ${ac_cv_path_MKTEMP_COMMAND=/usr/bin/mktemp} | : ${ac_cv_path_SED=/usr/bin/sed} | : ${ac_cv_path_install=/usr/bin/install} | : ${ac_cv_path_mkdir=/bin/mkdir} | : ${ac_cv_prog_AWK=/usr/bin/awk} | : ${ac_cv_prog_SED=/usr/bin/sed} | : ${am_cv_prog_tar_ustar=/usr/bin/tar} | : ${cl_cv_prog_LN=/bin/ln} | : ${cl_cv_prog_cp='/bin/cp -p'} | : ${lt_cv_path_MAGIC_CMD=/usr/bin/file} | | # Headers | : ${ac_cv_header_alloca_h=no} | : ${ac_cv_header_arpa_inet_h=yes} | : ${ac_cv_header_arpa_nameser_h=yes} | : ${ac_cv_header_ctype_h=yes} | : ${ac_cv_header_dirent_h=yes} | : ${ac_cv_header_dlfcn_h=yes} | : ${ac_cv_header_elf_h=yes} | : ${ac_cv_header_errno_h=yes} | : ${ac_cv_header_fcntl_h=yes} | : ${ac_cv_header_float_h=yes} | : ${ac_cv_header_floatingpoint_h=yes} | : ${ac_cv_header_getopt_h=yes} | : ${ac_cv_header_glob_h=yes} | : ${ac_cv_header_inttypes_h=yes} | : ${ac_cv_header_langinfo_h=yes} | : ${ac_cv_header_libgen_h=yes} | : ${ac_cv_header_libutil_h=yes} | : ${ac_cv_header_limits_h=yes} | : ${ac_cv_header_login_cap_h=yes} | : ${ac_cv_header_math_h=yes} | : ${ac_cv_header_memory_h=yes} | : ${ac_cv_header_minix_config_h=no} | : ${ac_cv_header_net_if_h=yes} | : ${ac_cv_header_net_if_media_h=yes} | : ${ac_cv_header_net_if_tap_h=yes} | : ${ac_cv_header_net_if_tun_h=yes} | : ${ac_cv_header_netdb_h=yes} | : ${ac_cv_header_netinet_in_h=yes} | : ${ac_cv_header_paths_h=yes} | : ${ac_cv_header_poll_h=yes} | : ${ac_cv_header_pwd_h=yes} | : ${ac_cv_header_readpassphrase_h=yes} | : ${ac_cv_header_resolv_h=yes} | : ${ac_cv_header_rpc_types_h=yes} | : ${ac_cv_header_sched_h=yes} | : ${ac_cv_header_search_h=yes} | : ${ac_cv_header_security_pam_appl_h=yes} | : ${ac_cv_header_signal_h=yes} | : ${ac_cv_header_spawn_h=yes} | : ${ac_cv_header_stdarg_h=yes} | : ${ac_cv_header_stdbool_h=yes} | : ${ac_cv_header_stdc=yes} | : ${ac_cv_header_stddef_h=yes} | : ${ac_cv_header_stdint_h=yes} | : ${ac_cv_header_stdio_h=yes} | : ${ac_cv_header_stdlib_h=yes} | : ${ac_cv_header_string_h=yes} | : ${ac_cv_header_strings_h=yes} | : ${ac_cv_header_sys_acl_h=yes} | : ${ac_cv_header_sys_cdefs_h=yes} | : ${ac_cv_header_sys_dir_h=yes} | : ${ac_cv_header_sys_fcntl_h=yes} | : ${ac_cv_header_sys_file_h=yes} | : ${ac_cv_header_sys_ioctl_h=yes} | : ${ac_cv_header_sys_mman_h=yes} | : ${ac_cv_header_sys_mount_h=yes} | : ${ac_cv_header_sys_msg_h=yes} | : ${ac_cv_header_sys_param_h=yes} | : ${ac_cv_header_sys_poll_h=yes} | : ${ac_cv_header_sys_ptrace_h=yes} | : ${ac_cv_header_sys_select_h=yes} | : ${ac_cv_header_sys_socket_h=yes} | : ${ac_cv_header_sys_stat_h=yes} | : ${ac_cv_header_sys_statvfs_h=yes} | : ${ac_cv_header_sys_time_h=yes} | : ${ac_cv_header_sys_timers_h=yes} | : ${ac_cv_header_sys_times_h=yes} | : ${ac_cv_header_sys_types_h=yes} | : ${ac_cv_header_sys_un_h=yes} | : ${ac_cv_header_sys_wait_h=yes} | : ${ac_cv_header_time_h=yes} | : ${ac_cv_header_ttyent_h=yes} | : ${ac_cv_header_ucontext_h=yes} | : ${ac_cv_header_unistd_h=yes} | : ${ac_cv_header_utime_h=yes} | : ${ac_cv_header_vis_h=yes} | : ${ac_cv_header_wchar_h=yes} | : ${ac_cv_header_wctype_h=yes} | : ${ac_cv_header_zlib_h=yes} | | : ${gl_cv_header_wchar_h_correct_inline=yes} | | : ${ac_cv_header_argz_h=no} | : ${ac_cv_header_byteswap_h=no} | : ${ac_cv_header_dl_h=no} | : ${ac_cv_header_malloc_h=no} | : ${ac_cv_header_random_h=no} | : ${ac_cv_header_vfork_h=no} | | # This appears in FreeBSD 10 do not cache it. | #: ${gl_cv_have_raw_decl_strchrnul=yes} | : ${gl_cv_have_raw_decl_memcpy=no} | : ${gl_cv_have_raw_decl_memmem=yes} | : ${gl_cv_have_raw_decl_memrchr=yes} | : ${gl_cv_have_raw_decl_rawmemchr=yes} | : ${gl_cv_have_raw_decl_stpcpy=yes} | : ${gl_cv_have_raw_decl_stpncpy=yes} | : ${gl_cv_have_raw_decl_strcasestr=yes} | : ${gl_cv_have_raw_decl_strdup=yes} | : ${gl_cv_have_raw_decl_strncat=yes} | : ${gl_cv_have_raw_decl_strndup=yes} | : ${gl_cv_have_raw_decl_strnlen=yes} | : ${gl_cv_have_raw_decl_strpbrk=yes} | : ${gl_cv_have_raw_decl_strsep=yes} | : ${gl_cv_have_raw_decl_strsignal=yes} | : ${gl_cv_have_raw_decl_strtok_r=yes} | : ${gl_cv_have_raw_decl_strverscmp=no} | | # Type | : ${ac_cv_c_int16_t=yes} | : ${ac_cv_c_int32_t=yes} | : ${ac_cv_c_int64_t=yes} | : ${ac_cv_c_int8_t=yes} | : ${ac_cv_c_uint16_t=yes} | : ${ac_cv_c_uint32_t=yes} | : ${ac_cv_c_uint64_t=yes} | : ${ac_cv_c_uint8_t=yes} | | : ${ac_cv_type__Bool=yes} | : ${ac_cv_type_char=yes} | : ${ac_cv_type_char_p=yes} | : ${ac_cv_type_fsblkcnt_t=yes} | : ${ac_cv_type_fsfilcnt_t=yes} | : ${ac_cv_type_in_addr_t=yes} | : ${ac_cv_type_in_port_t=yes} | : ${ac_cv_type_int16_t=yes} | : ${ac_cv_type_int32_t=yes} | : ${ac_cv_type_int=yes} | : ${ac_cv_type_intmax_t=yes} | : ${ac_cv_type_long=yes} | : ${ac_cv_type_long_double=yes} | : ${ac_cv_type_long_long=yes} | : ${ac_cv_type_long_long_int=yes} | : ${ac_cv_type_mbstate_t=yes} | : ${ac_cv_type_mode_t=yes} | : ${ac_cv_type_nlink_t=yes} | : ${ac_cv_type_off_t=yes} | : ${ac_cv_type_pid_t=yes} | : ${ac_cv_type_posix_spawn_file_actions_t=yes} | : ${ac_cv_type_posix_spawnattr_t=yes} | : ${ac_cv_type_ptrdiff_t=yes} | : ${ac_cv_type_short=yes} | : ${ac_cv_type_sig_atomic_t=yes} | : ${ac_cv_type_sigset_t=yes} | : ${ac_cv_type_size_t=yes} | : ${ac_cv_type_socklen_t=yes} | : ${ac_cv_type_ssize_t=yes} | : ${ac_cv_type_stack_t=yes} | : ${ac_cv_type_struct_timespec=yes} | : ${ac_cv_type_u_char=yes} | : ${ac_cv_type_u_int16_t=yes} | : ${ac_cv_type_u_int32_t=yes} | : ${ac_cv_type_u_int8_t=yes} | : ${ac_cv_type_u_int=yes} | : ${ac_cv_type_u_long=yes} | : ${ac_cv_type_u_short=yes} | : ${ac_cv_type_uid_t=yes} | : ${ac_cv_type_uintptr_t=yes} | : ${ac_cv_type_unsigned_char=yes} | : ${ac_cv_type_unsigned_int=yes} | : ${ac_cv_type_unsigned_long=yes} | : ${ac_cv_type_unsigned_long_long=yes} | : ${ac_cv_type_unsigned_long_long_int=yes} | : ${ac_cv_type_unsigned_short=yes} | : ${ac_cv_type_volatile_sig_atomic_t=yes} | : ${ac_cv_type_wchar_t=yes} | : ${ac_cv_type_wint_t=yes} | | : ${gl_cv_sigaltstack_low_base=yes} | : ${gl_cv_size_max=yes} | : ${gl_cv_type_sigset_t=yes} | : ${gl_cv_type_wchar_t_signed=yes} | : ${gl_cv_type_wctrans_t=yes} | : ${gl_cv_type_wctype_t=yes} | : ${gl_cv_type_wint_t_signed=yes} | : ${gl_cv_var_stdin_large_offset=yes} | : ${gt_cv_c_intmax_t=yes} | : ${gt_cv_c_wchar_t=yes} | : ${gt_cv_c_wint_t=yes} | : ${gt_cv_func_printf_posix=yes} | : ${gt_cv_int_divbyzero_sigfpe=yes} | : ${gt_cv_siginfo_t=yes} | : ${gt_cv_ssize_t=yes} | | # lib | : ${ac_cv_lib_crypt_crypt=yes} | : ${ac_cv_lib_edit_el_init=yes} | : ${ac_cv_lib_pam_pam_set_item=yes} | : ${ac_cv_lib_z_deflate=yes} | : ${ac_cv_libc_defines___progname=yes} | : ${ac_cv_libc_defines_sys_errlist=yes} | : ${ac_cv_libc_defines_sys_nerr=yes} | | # Struct | : ${ac_cv_member_HEADER_ad=yes} | : ${ac_cv_member_struct___res_state_retrans=yes} | : ${ac_cv_member_struct_sigaction_sa_sigaction=yes} | : ${ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes} | : ${ac_cv_member_struct_stat_st_blksize=yes} | | : ${gl_cv_sys_struct_timespec_in_time_h=yes} | : ${gl_cv_sys_struct_timeval=yes} | | # Has appearred in FreeBSD 10 | #: ${ac_cv_func_waitid=yes} | # Has appearred in FreeBSD 10 | #: ${ac_cv_func_strchrnul=yes} | # Has appearred in FreeBSD 9 | #: ${ac_cv_func_uselocale=yes} | #: ${ac_cv_func_newlocale=yes} | | # Functions | : ${ac_cv_func___b64_ntop=yes} | : ${ac_cv_func___b64_pton=yes} | : ${ac_cv_func__getlong=yes} | : ${ac_cv_func__getshort=yes} | : ${ac_cv_func__getshort=yes} | : ${ac_cv_func__stat=yes} | : ${ac_cv_func_acl_create_entry_np=yes} | : ${ac_cv_func_acl_delete_def_file=yes} | : ${ac_cv_func_acl_delete_fd_np=yes} | : ${ac_cv_func_acl_delete_file_np=yes} | : ${ac_cv_func_acl_free=yes} | : ${ac_cv_func_acl_from_text=yes} | : ${ac_cv_func_acl_get_fd=yes} | : ${ac_cv_func_acl_get_file=yes} | : ${ac_cv_func_acl_set_fd=yes} | : ${ac_cv_func_acl_set_file=yes} | : ${ac_cv_func_alarm=yes} | : ${ac_cv_func_alloca=yes} | : ${ac_cv_func_arc4random=yes} | : ${ac_cv_func_arc4random_buf=yes} | : ${ac_cv_func_arc4random_uniform=yes} | : ${ac_cv_func_asprintf=yes} | : ${ac_cv_func_atexit=yes} | : ${ac_cv_func_bcmp=yes} | : ${ac_cv_func_bcopy=yes} | : ${ac_cv_func_bindresvport_sa=yes} | : ${ac_cv_func_btowc=yes} | : ${ac_cv_func_bzero=yes} | : ${ac_cv_func_chown=yes} | : ${ac_cv_func_clock=yes} | : ${ac_cv_func_clock_gettime=yes} | : ${ac_cv_func_closedir=yes} | : ${ac_cv_func_closefrom=yes} | : ${ac_cv_func_daemon=yes} | : ${ac_cv_func_dirname=yes} | : ${ac_cv_func_dlopen=yes} | : ${ac_cv_func_dup2=yes} | : ${ac_cv_func_eaccess=yes} | : ${ac_cv_func_fchmod=yes} | : ${ac_cv_func_fchown=yes} | : ${ac_cv_func_fcntl=yes} | : ${ac_cv_func_fileno=yes} | : ${ac_cv_func_fork=yes} | : ${ac_cv_func_fpurge=yes} | : ${ac_cv_func_freeaddrinfo=yes} | : ${ac_cv_func_fstatvfs=yes} | : ${ac_cv_func_fsync=yes} | : ${ac_cv_func_futimes=yes} | : ${ac_cv_func_fwprintf=yes} | : ${ac_cv_func_gai_strerror=yes} | : ${ac_cv_func_getaddrinfo=yes} | : ${ac_cv_func_getcwd=yes} | : ${ac_cv_func_getdelim=yes} | : ${ac_cv_func_getdtablesize=yes} | : ${ac_cv_func_getegid=yes} | : ${ac_cv_func_geteuid=yes} | : ${ac_cv_func_getgid=yes} | : ${ac_cv_func_getgrouplist=yes} | : ${ac_cv_func_gethostbyname=yes} | : ${ac_cv_func_gethostname=yes} | : ${ac_cv_func_getline=yes} | : ${ac_cv_func_getnameinfo=yes} | : ${ac_cv_func_getopt=yes} | : ${ac_cv_func_getopt_long_only=yes} | : ${ac_cv_func_getpagesize=yes} | : ${ac_cv_func_getpeereid=yes} | : ${ac_cv_func_getpgid=yes} | : ${ac_cv_func_getpgrp=yes} | : ${ac_cv_func_getpgrp_void=yes} | : ${ac_cv_func_getpid=yes} | : ${ac_cv_func_getrlimit=yes} | : ${ac_cv_func_getrusage=yes} | : ${ac_cv_func_gettimeofday=yes} | : ${ac_cv_func_getttyent=yes} | : ${ac_cv_func_getuid=yes} | : ${ac_cv_func_getwd=yes} | : ${ac_cv_func_glob=yes} | : ${ac_cv_func_group_from_gid=yes} | : ${ac_cv_func_inet_aton=yes} | : ${ac_cv_func_inet_ntoa=yes} | : ${ac_cv_func_inet_ntop=yes} | : ${ac_cv_func_innetgr=yes} | : ${ac_cv_func_isascii=yes} | : ${ac_cv_func_isascii=yes} | : ${ac_cv_func_isblank=yes} | : ${ac_cv_func_issetugid=yes} | : ${ac_cv_func_iswblank=yes} | : ${ac_cv_func_iswcntrl=yes} | : ${ac_cv_func_iswctype=yes} | : ${ac_cv_func_link=yes} | : ${ac_cv_func_localtime=yes} | : ${ac_cv_func_login_getcapbool=yes} | : ${ac_cv_func_lstat=yes} | : ${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | : ${ac_cv_func_malloc_0_nonnull=yes} | : ${ac_cv_func_mbrlen=yes} | : ${ac_cv_func_mbrtowc=yes} | : ${ac_cv_func_mbsinit=yes} | : ${ac_cv_func_mbsrtowcs=yes} | : ${ac_cv_func_memchr=yes} | : ${ac_cv_func_memcmp=yes} | : ${ac_cv_func_memcpy=yes} | : ${ac_cv_func_memmove=yes} | : ${ac_cv_func_memset=yes} | : ${ac_cv_func_mkdtemp=yes} | : ${ac_cv_func_mkstemp=yes} | : ${ac_cv_func_mktemp=yes} | : ${ac_cv_func_mlock=yes} | : ${ac_cv_func_mmap=yes} | : ${ac_cv_func_mmap_fixed_mapped=yes} | : ${ac_cv_func_mprotect=yes} | : ${ac_cv_func_munlock=yes} | : ${ac_cv_func_munmap=yes} | : ${ac_cv_func_nl_langinfo=yes} | : ${ac_cv_func_opendir=yes} | # Breaks heimdal and rancid at least | # : ${ac_cv_func_openpty=yes} | : ${ac_cv_func_pam_getenvlist=yes} | : ${ac_cv_func_pam_putenv=yes} | : ${ac_cv_func_pathconf=yes} | : ${ac_cv_func_pipe=yes} | : ${ac_cv_func_poll=yes} | : ${ac_cv_func_posix_spawn=yes} | : ${ac_cv_func_pread=yes} | : ${ac_cv_func_pthread_cond_broadcast=yes} | : ${ac_cv_func_pthread_cond_destroy=yes} | : ${ac_cv_func_pthread_cond_init=yes} | : ${ac_cv_func_pthread_cond_signal=yes} | : ${ac_cv_func_pthread_cond_timedwait=yes} | : ${ac_cv_func_pthread_cond_wait=yes} | : ${ac_cv_func_pthread_equal=yes} | : ${ac_cv_func_pthread_exit=yes} | : ${ac_cv_func_pthread_mutex_destroy=yes} | : ${ac_cv_func_pthread_mutex_init=yes} | : ${ac_cv_func_pthread_mutex_lock=yes} | : ${ac_cv_func_pthread_mutex_unlock=yes} | : ${ac_cv_func_pthread_self=yes} | : ${ac_cv_func_putenv=yes} | : ${ac_cv_func_pwrite=yes} | : ${ac_cv_func_raise=yes} | : ${ac_cv_func_rand=yes} | : ${ac_cv_func_random=yes} | : ${ac_cv_func_readdir=yes} | : ${ac_cv_func_readlink=yes} | : ${ac_cv_func_readlinkat=yes} | : ${ac_cv_func_readpassphrase=yes} | : ${ac_cv_func_realpath=yes} | : ${ac_cv_func_recvmsg=yes} | : ${ac_cv_func_rename=yes} | : ${ac_cv_func_rresvport_af=yes} | : ${ac_cv_func_sched_yield=yes} | : ${ac_cv_func_select=yes} | : ${ac_cv_func_sendmsg=yes} | : ${ac_cv_func_setegid=yes} | : ${ac_cv_func_setenv=yes} | : ${ac_cv_func_seteuid=yes} | : ${ac_cv_func_setgroupent=yes} | : ${ac_cv_func_setgroups=yes} | : ${ac_cv_func_setlinebuf=yes} | : ${ac_cv_func_setlocale=yes} | : ${ac_cv_func_setlogin=yes} | : ${ac_cv_func_setpassent=yes} | : ${ac_cv_func_setproctitle=yes} | : ${ac_cv_func_setregid=yes} | : ${ac_cv_func_setresgid=yes} | : ${ac_cv_func_setresuid=yes} | : ${ac_cv_func_setreuid=yes} | : ${ac_cv_func_setrlimit=yes} | : ${ac_cv_func_setsid=yes} | : ${ac_cv_func_setsockopt=yes} | : ${ac_cv_func_setvbuf=yes} | : ${ac_cv_func_shmget=yes} | : ${ac_cv_func_sigaction=yes} | : ${ac_cv_func_sigaltstack=yes} | : ${ac_cv_func_siginterrupt=yes} | : ${ac_cv_func_sigprocmask=yes} | : ${ac_cv_func_sigvec=yes} | : ${ac_cv_func_sleep=yes} | : ${ac_cv_func_snprintf=yes} | : ${ac_cv_func_socketpair=yes} | : ${ac_cv_func_srand=yes} | : ${ac_cv_func_srandom=yes} | : ${ac_cv_func_stat=yes} | : ${ac_cv_func_statfs=yes} | : ${ac_cv_func_statvfs=yes} | : ${ac_cv_func_stpcpy=yes} | : ${ac_cv_func_stpncpy=yes} | : ${ac_cv_func_strbrk=yes} | : ${ac_cv_func_strcasecmp=yes} | : ${ac_cv_func_strcspn=yes} | : ${ac_cv_func_strdup=yes} | : ${ac_cv_func_strerror=yes} | : ${ac_cv_func_strerror_r=yes} | : ${ac_cv_func_strftime=yes} | : ${ac_cv_func_strlcat=yes} | : ${ac_cv_func_strlcpy=yes} | : ${ac_cv_func_strlen=yes} | : ${ac_cv_func_strmode=yes} | : ${ac_cv_func_strncasecmp=yes} | : ${ac_cv_func_strndup=yes} | : ${ac_cv_func_strnlen=yes} | : ${ac_cv_func_strnlen_working=yes} | : ${ac_cv_func_strpbrk=yes} | : ${ac_cv_func_strptime=yes} | : ${ac_cv_func_strsep=yes} | : ${ac_cv_func_strsignal=yes} | : ${ac_cv_func_strtol=yes} | : ${ac_cv_func_strtoll=yes} | : ${ac_cv_func_strtonum=yes} | : ${ac_cv_func_strtoul=yes} | : ${ac_cv_func_strtoull=yes} | : ${ac_cv_func_symlink=yes} | : ${ac_cv_func_sysconf=yes} | : ${ac_cv_func_tcgetpgrp=yes} | : ${ac_cv_func_time=yes} | : ${ac_cv_func_towlower=yes} | : ${ac_cv_func_truncate=yes} | : ${ac_cv_func_tsearch=yes} | : ${ac_cv_func_uname=yes} | : ${ac_cv_func_unsetenv=yes} | : ${ac_cv_func_user_from_uid=yes} | : ${ac_cv_func_usleep=yes} | : ${ac_cv_func_utime=yes} | : ${ac_cv_func_utimes=yes} | : ${ac_cv_func_vasprintf=yes} | : ${ac_cv_func_vfork=yes} | : ${ac_cv_func_vprintf=yes} | : ${ac_cv_func_vsnprintf=yes} | : ${ac_cv_func_vsprintf=yes} | : ${ac_cv_func_waitpid=yes} | : ${ac_cv_func_wcrtomb=yes} | : ${ac_cv_func_wcscoll=yes} | : ${ac_cv_func_wcslen=yes} | : ${ac_cv_func_wcsnlen=yes} | : ${ac_cv_func_wctob=yes} | : ${ac_cv_func_wcwidth=yes} | : ${ac_cv_func_wmemchr=yes} | : ${ac_cv_func_wmemcpy=yes} | : ${ac_cv_func_yp_match=yes} | | # non existing functions | : ${ac_cv_func_argz_count=no} | : ${ac_cv_func_argz_next=no} | : ${ac_cv_func_argz_stringify=no} | : ${ac_cv_func_obstacks=no} | : ${ac_cv_func_pstat_getdynamic=no} | : ${ac_cv_func_rawmemchr=no} | : ${ac_cv_func_yield=no} | | : ${ac_cv_have___va_copy=yes} | : ${ac_cv_have_clock_t=yes} | : ${ac_cv_have_control_in_msghdr=yes} | : ${ac_cv_have_getopt_optreset=yes} | : ${ac_cv_have_int64_t=yes} | : ${ac_cv_have_intxx_t=yes} | : ${ac_cv_have_mode_t=yes} | : ${ac_cv_have_pid_t=yes} | : ${ac_cv_have_pw_change_in_struct_passwd=yes} | : ${ac_cv_have_pw_class_in_struct_passwd=yes} | : ${ac_cv_have_pw_expire_in_struct_passwd=yes} | : ${ac_cv_have_sa_family_t=yes} | : ${ac_cv_have_size_t=yes} | : ${ac_cv_have_ss_family_in_struct_ss=yes} | : ${ac_cv_have_ssize_t=yes} | : ${ac_cv_have_struct_addrinfo=yes} | : ${ac_cv_have_struct_in6_addr=yes} | : ${ac_cv_have_struct_sockaddr_in6=yes} | : ${ac_cv_have_struct_sockaddr_storage=yes} | : ${ac_cv_have_struct_timeval=yes} | : ${ac_cv_have_u_char=yes} | : ${ac_cv_have_u_int64_t=yes} | : ${ac_cv_have_u_int=yes} | : ${ac_cv_have_u_intxx_t=yes} | : ${ac_cv_have_va_copy=yes} | | : ${ac_cv_have_decl_GLOB_NOMATCH=yes} | : ${ac_cv_have_decl_LLONG_MAX=yes} | : ${ac_cv_have_decl_MAXSYMLINKS=yes} | : ${ac_cv_have_decl_O_NONBLOCK=yes} | : ${ac_cv_have_decl_RLIMIT_NPROC=yes} | : ${ac_cv_have_decl_SHUT_RD=yes} | : ${ac_cv_have_decl__Exit=yes} | : ${ac_cv_have_decl_alarm=yes} | : ${ac_cv_have_decl_alphasort=yes} | : ${ac_cv_have_decl_atoll=yes} | : ${ac_cv_have_decl_btowc=yes} | : ${ac_cv_have_decl_chdir=yes} | : ${ac_cv_have_decl_chown=yes} | : ${ac_cv_have_decl_clearerr_unlocked=yes} | : ${ac_cv_have_decl_closedir=yes} | : ${ac_cv_have_decl_dprintf=yes} | : ${ac_cv_have_decl_dup2=yes} | : ${ac_cv_have_decl_dup=yes} | : ${ac_cv_have_decl_endusershell=yes} | : ${ac_cv_have_decl_faccessat=yes} | : ${ac_cv_have_decl_fchdir=yes} | : ${ac_cv_have_decl_fchmodat=yes} | : ${ac_cv_have_decl_fchownat=yes} | : ${ac_cv_have_decl_fcntl=yes} | : ${ac_cv_have_decl_fdopendir=yes} | : ${ac_cv_have_decl_feof_unlocked=yes} | : ${ac_cv_have_decl_feof_unlocked_fgets_unlocked=yes} | : ${ac_cv_have_decl_ferror_unlocked=yes} | : ${ac_cv_have_decl_ffsl=yes} | : ${ac_cv_have_decl_ffsll=yes} | : ${ac_cv_have_decl_fpurge=yes} | : ${ac_cv_have_decl_frexpl=yes} | : ${ac_cv_have_decl_fseeko=yes} | : ${ac_cv_have_decl_fstat=yes} | : ${ac_cv_have_decl_fstatat=yes} | : ${ac_cv_have_decl_fsync=yes} | : ${ac_cv_have_decl_ftello=yes} | : ${ac_cv_have_decl_ftruncate=yes} | : ${ac_cv_have_decl_getc_unlocked=yes} | : ${ac_cv_have_decl_getchar_unlocked=yes} | : ${ac_cv_have_decl_getcwd=yes} | : ${ac_cv_have_decl_getdelim=yes} | : ${ac_cv_have_decl_getdomainname=yes} | : ${ac_cv_have_decl_getdtablesize=yes} | : ${ac_cv_have_decl_getenv=yes} | : ${ac_cv_have_decl_getgroups=yes} | : ${ac_cv_have_decl_gethostname=yes} | : ${ac_cv_have_decl_getline=yes} | : ${ac_cv_have_decl_getloadavg=yes} | : ${ac_cv_have_decl_getlogin=yes} | : ${ac_cv_have_decl_getlogin_r=yes} | : ${ac_cv_have_decl_getpagesize=yes} | : ${ac_cv_have_decl_gets=yes} | : ${ac_cv_have_decl_getsubopt=yes} | : ${ac_cv_have_decl_gettimeofday=yes} | : ${ac_cv_have_decl_getusershell=yes} | : ${ac_cv_have_decl_grantpt=yes} | : ${ac_cv_have_decl_h_errno=yes} | : ${ac_cv_have_decl_imaxabs=yes} | : ${ac_cv_have_decl_imaxdiv=yes} | : ${ac_cv_have_decl_initstate=yes} | : ${ac_cv_have_decl_isatty=yes} | : ${ac_cv_have_decl_isblank=yes} | : ${ac_cv_have_decl_iswblank=yes} | : ${ac_cv_have_decl_iswctype=yes} | : ${ac_cv_have_decl_lchmod=yes} | : ${ac_cv_have_decl_lchown=yes} | : ${ac_cv_have_decl_link=yes} | : ${ac_cv_have_decl_linkat=yes} | : ${ac_cv_have_decl_lseek=yes} | : ${ac_cv_have_decl_lstat=yes} | : ${ac_cv_have_decl_mbrlen=yes} | : ${ac_cv_have_decl_mbrtowc=yes} | : ${ac_cv_have_decl_mbsinit=yes} | : ${ac_cv_have_decl_mbsnrtowcs=yes} | : ${ac_cv_have_decl_mbsrtowcs=yes} | : ${ac_cv_have_decl_memmem=yes} | : ${ac_cv_have_decl_memrchr=yes} | : ${ac_cv_have_decl_mkdirat=yes} | : ${ac_cv_have_decl_mkdtemp=yes} | : ${ac_cv_have_decl_mkfifo=yes} | : ${ac_cv_have_decl_mkfifoat=yes} | : ${ac_cv_have_decl_mknod=yes} | : ${ac_cv_have_decl_mknodat=yes} | : ${ac_cv_have_decl_mkstemp=yes} | : ${ac_cv_have_decl_nl_langinfo=yes} | : ${ac_cv_have_decl_offsetof=yes} | : ${ac_cv_have_decl_openat=yes} | : ${ac_cv_have_decl_opendir=yes} | : ${ac_cv_have_decl_pclose=yes} | : ${ac_cv_have_decl_pipe=yes} | : ${ac_cv_have_decl_popen=yes} | : ${ac_cv_have_decl_posix_openpt=yes} | : ${ac_cv_have_decl_posix_spawn=yes} | : ${ac_cv_have_decl_posix_spawn_file_actions_addclose=yes} | : ${ac_cv_have_decl_posix_spawn_file_actions_adddup2=yes} | : ${ac_cv_have_decl_posix_spawn_file_actions_addopen=yes} | : ${ac_cv_have_decl_posix_spawn_file_actions_destroy=yes} | : ${ac_cv_have_decl_posix_spawn_file_actions_init=yes} | : ${ac_cv_have_decl_posix_spawnattr_destroy=yes} | : ${ac_cv_have_decl_posix_spawnattr_getflags=yes} | : ${ac_cv_have_decl_posix_spawnattr_getpgroup=yes} | : ${ac_cv_have_decl_posix_spawnattr_getschedparam=yes} | : ${ac_cv_have_decl_posix_spawnattr_getschedpolicy=yes} | : ${ac_cv_have_decl_posix_spawnattr_getsigdefault=yes} | : ${ac_cv_have_decl_posix_spawnattr_getsigmask=yes} | : ${ac_cv_have_decl_posix_spawnattr_init=yes} | : ${ac_cv_have_decl_posix_spawnattr_setflags=yes} | : ${ac_cv_have_decl_posix_spawnattr_setpgroup=yes} | : ${ac_cv_have_decl_posix_spawnattr_setschedparam=yes} | : ${ac_cv_have_decl_posix_spawnattr_setschedpolicy=yes} | : ${ac_cv_have_decl_posix_spawnattr_setsigdefault=yes} | : ${ac_cv_have_decl_posix_spawnattr_setsigmask=yes} | : ${ac_cv_have_decl_posix_spawnp=yes} | : ${ac_cv_have_decl_pread=yes} | : ${ac_cv_have_decl_pselect=yes} | : ${ac_cv_have_decl_pthread_sigmask=yes} | : ${ac_cv_have_decl_ptsname=yes} | : ${ac_cv_have_decl_putc_unlocked=yes} | : ${ac_cv_have_decl_putchar_unlocked=yes} | : ${ac_cv_have_decl_pwrite=yes} | : ${ac_cv_have_decl_random=yes} | : ${ac_cv_have_decl_rawmemchr=yes} | : ${ac_cv_have_decl_readdir=yes} | : ${ac_cv_have_decl_readlink=yes} | : ${ac_cv_have_decl_readlinkat=yes} | : ${ac_cv_have_decl_realpath=yes} | : ${ac_cv_have_decl_renameat=yes} | : ${ac_cv_have_decl_rewinddir=yes} | : ${ac_cv_have_decl_rmdir=yes} | : ${ac_cv_have_decl_rpmatch=yes} | : ${ac_cv_have_decl_scandir=yes} | : ${ac_cv_have_decl_select=yes} | : ${ac_cv_have_decl_setenv=yes} | : ${ac_cv_have_decl_sethostname=yes} | : ${ac_cv_have_decl_setlocale=yes} | : ${ac_cv_have_decl_setstate=yes} | : ${ac_cv_have_decl_setusershell=yes} | : ${ac_cv_have_decl_sigaction=yes} | : ${ac_cv_have_decl_sigaddset=yes} | : ${ac_cv_have_decl_sigaltstack=yes} | : ${ac_cv_have_decl_sigdelset=yes} | : ${ac_cv_have_decl_sigemptyset=yes} | : ${ac_cv_have_decl_sigfillset=yes} | : ${ac_cv_have_decl_sigismember=yes} | : ${ac_cv_have_decl_sigpending=yes} | : ${ac_cv_have_decl_sigprocmask=yes} | : ${ac_cv_have_decl_sleep=yes} | : ${ac_cv_have_decl_snprintf=yes} | : ${ac_cv_have_decl_srandom=yes} | : ${ac_cv_have_decl_stat=yes} | : ${ac_cv_have_decl_stpcpy=yes} | : ${ac_cv_have_decl_stpncpy=yes} | : ${ac_cv_have_decl_strcasestr=yes} | : ${ac_cv_have_decl_strdup=yes} | : ${ac_cv_have_decl_strerror_r=yes} | : ${ac_cv_have_decl_strncat=yes} | : ${ac_cv_have_decl_strndup=yes} | : ${ac_cv_have_decl_strnlen=yes} | : ${ac_cv_have_decl_strpbrk=yes} | : ${ac_cv_have_decl_strsep=yes} | : ${ac_cv_have_decl_strsignal=yes} | : ${ac_cv_have_decl_strtod=yes} | : ${ac_cv_have_decl_strtoimax=yes} | : ${ac_cv_have_decl_strtok_r=yes} | : ${ac_cv_have_decl_strtoll=yes} | : ${ac_cv_have_decl_strtoull=yes} | : ${ac_cv_have_decl_strtoumax=yes} | : ${ac_cv_have_decl_symlink=yes} | : ${ac_cv_have_decl_symlinkat=yes} | : ${ac_cv_have_decl_sys_siglist=yes} | : ${ac_cv_have_decl_tcsendbreak=yes} | : ${ac_cv_have_decl_tmpfile=yes} | : ${ac_cv_have_decl_towctrans=yes} | : ${ac_cv_have_decl_ttyname_r=yes} | : ${ac_cv_have_decl_unlink=yes} | : ${ac_cv_have_decl_unlinkat=yes} | : ${ac_cv_have_decl_unlockpt=yes} | : ${ac_cv_have_decl_unsetenv=yes} | : ${ac_cv_have_decl_usleep=yes} | : ${ac_cv_have_decl_vdprintf=yes} | : ${ac_cv_have_decl_vsnprintf=yes} | : ${ac_cv_have_decl_waitpid=yes} | : ${ac_cv_have_decl_wcpcpy=yes} | : ${ac_cv_have_decl_wcpncpy=yes} | : ${ac_cv_have_decl_wcrtomb=yes} | : ${ac_cv_have_decl_wcscasecmp=yes} | : ${ac_cv_have_decl_wcscat=yes} | : ${ac_cv_have_decl_wcschr=yes} | : ${ac_cv_have_decl_wcscmp=yes} | : ${ac_cv_have_decl_wcscoll=yes} | : ${ac_cv_have_decl_wcscpy=yes} | : ${ac_cv_have_decl_wcscspn=yes} | : ${ac_cv_have_decl_wcsdup=yes} | : ${ac_cv_have_decl_wcslen=yes} | : ${ac_cv_have_decl_wcsncasecmp=yes} | : ${ac_cv_have_decl_wcsncat=yes} | : ${ac_cv_have_decl_wcsncmp=yes} | : ${ac_cv_have_decl_wcsncpy=yes} | : ${ac_cv_have_decl_wcsnlen=yes} | : ${ac_cv_have_decl_wcsnrtombs=yes} | : ${ac_cv_have_decl_wcspbrk=yes} | : ${ac_cv_have_decl_wcsrchr=yes} | : ${ac_cv_have_decl_wcsrtombs=yes} | : ${ac_cv_have_decl_wcsspn=yes} | : ${ac_cv_have_decl_wcsstr=yes} | : ${ac_cv_have_decl_wcstok=yes} | : ${ac_cv_have_decl_wcswidth=yes} | : ${ac_cv_have_decl_wcsxfrm=yes} | : ${ac_cv_have_decl_wctob=yes} | : ${ac_cv_have_decl_wctrans=yes} | : ${ac_cv_have_decl_wctype=yes} | : ${ac_cv_have_decl_wcwidth=yes} | : ${ac_cv_have_decl_wmemchr=yes} | : ${ac_cv_have_decl_wmemcmp=yes} | : ${ac_cv_have_decl_wmemcpy=yes} | : ${ac_cv_have_decl_wmemmove=yes} | : ${ac_cv_have_decl_wmemset=yes} | : ${ac_cv_have_decl_writev=yes} | | # function specific | | : ${gl_cv_func_btowc_eof=yes} | : ${gl_cv_func_btowc_nul=yes} | : ${gl_cv_func_fcntl_f_dupfd_cloexec=yes} | : ${gl_cv_func_fnmatch_posix=yes} | : ${gl_cv_func_fopen_slash=yes} | : ${gl_cv_func_frexp_no_libm=yes} | : ${gl_cv_func_fseeko=yes} | : ${gl_cv_func_ftello=yes} | : ${gl_cv_func_getcwd_null=yes} | : ${gl_cv_func_getcwd_posix_signature=yes} | : ${gl_cv_func_getopt_posix=yes} | : ${gl_cv_func_isnand_no_libm=yes} | : ${gl_cv_func_ldexp_no_libm=yes} | : ${gl_cv_func_lseek_pipe=yes} | : ${gl_cv_func_lstat_dereferences_slashed_symlink=yes} | : ${gl_cv_func_malloc_0_nonnull=1} | : ${gl_cv_func_malloc_posix=yes} | : ${gl_cv_func_mbrtowc_incomplete_state=yes} | : ${gl_cv_func_mbrtowc_nul_retval=yes} | : ${gl_cv_func_mbrtowc_null_arg1=yes} | : ${gl_cv_func_mbrtowc_null_arg2=yes} | : ${gl_cv_func_mbrtowc_retval=yes} | : ${gl_cv_func_mbrtowc_sanitycheck=yes} | : ${gl_cv_func_open_slash=yes} | : ${gl_cv_func_printf_directive_a=yes} | : ${gl_cv_func_printf_directive_f=yes} | : ${gl_cv_func_printf_directive_ls=yes} | : ${gl_cv_func_printf_directive_n=yes} | : ${gl_cv_func_printf_flag_grouping=yes} | : ${gl_cv_func_printf_flag_leftadjust=yes} | : ${gl_cv_func_printf_flag_zero=yes} | : ${gl_cv_func_printf_infinite=yes} | : ${gl_cv_func_printf_long_double=yes} | : ${gl_cv_func_printf_positions=yes} | : ${gl_cv_func_printf_precision=yes} | : ${gl_cv_func_printf_sizes_c99=yes} | : ${gl_cv_func_sigprocmask=1} | : ${gl_cv_func_snprintf_retval_c99=yes} | : ${gl_cv_func_snprintf_size1=yes} | : ${gl_cv_func_snprintf_usable=yes} | : ${gl_cv_func_spawnattr_setschedparam=yes} | : ${gl_cv_func_spawnattr_setschedpolicy=yes} | : ${gl_cv_func_stat_dir_slash=yes} | : ${gl_cv_func_stat_file_slash=yes} | : ${gl_cv_func_stpncpy=yes} | : ${gl_cv_func_va_copy=yes} | : ${gl_cv_func_wcrtomb_retval=yes} | : ${gt_cv_func_unsetenv_ret=int} | | : ${gl_cv_have_include_next=yes} | | : ${gl_cv_have_raw_decl_rawmemchr=yes} | : ${gl_cv_have_raw_decl__Exit=yes} | : ${gl_cv_have_raw_decl_alphasort=yes} | : ${gl_cv_have_raw_decl_atoll=yes} | : ${gl_cv_have_raw_decl_btowc=yes} | : ${gl_cv_have_raw_decl_chdir=yes} | : ${gl_cv_have_raw_decl_chown=yes} | : ${gl_cv_have_raw_decl_closedir=yes} | : ${gl_cv_have_raw_decl_dprintf=yes} | : ${gl_cv_have_raw_decl_dup2=yes} | : ${gl_cv_have_raw_decl_dup=yes} | : ${gl_cv_have_raw_decl_endusershell=yes} | : ${gl_cv_have_raw_decl_faccessat=yes} | : ${gl_cv_have_raw_decl_fchdir=yes} | : ${gl_cv_have_raw_decl_fchmodat=yes} | : ${gl_cv_have_raw_decl_fchownat=yes} | : ${gl_cv_have_raw_decl_fcntl=yes} | : ${gl_cv_have_raw_decl_fdopendir=yes} | : ${gl_cv_have_raw_decl_ffsl=yes} | : ${gl_cv_have_raw_decl_ffsll=yes} | : ${gl_cv_have_raw_decl_fpurge=yes} | : ${gl_cv_have_raw_decl_fseeko=yes} | : ${gl_cv_have_raw_decl_fstat=yes} | : ${gl_cv_have_raw_decl_fstatat=yes} | : ${gl_cv_have_raw_decl_fsync=yes} | : ${gl_cv_have_raw_decl_ftello=yes} | : ${gl_cv_have_raw_decl_ftruncate=yes} | : ${gl_cv_have_raw_decl_getcwd=yes} | : ${gl_cv_have_raw_decl_getdelim=yes} | : ${gl_cv_have_raw_decl_getdomainname=yes} | : ${gl_cv_have_raw_decl_getdtablesize=yes} | : ${gl_cv_have_raw_decl_getgroups=yes} | : ${gl_cv_have_raw_decl_getdtablesize=yes} | : ${gl_cv_have_raw_decl_getgroups=yes} | : ${gl_cv_have_raw_decl_gethostname=yes} | : ${gl_cv_have_raw_decl_getline=yes} | : ${gl_cv_have_raw_decl_getloadavg=yes} | : ${gl_cv_have_raw_decl_getlogin=yes} | : ${gl_cv_have_raw_decl_getlogin_r=yes} | : ${gl_cv_have_raw_decl_getpagesize=yes} | : ${gl_cv_have_raw_decl_gets=yes} | : ${gl_cv_have_raw_decl_getsubopt=yes} | : ${gl_cv_have_raw_decl_gettimeofday=yes} | : ${gl_cv_have_raw_decl_getusershell=yes} | : ${gl_cv_have_raw_decl_grantpt=yes} | : ${gl_cv_have_raw_decl_imaxabs=yes} | : ${gl_cv_have_raw_decl_imaxdiv=yes} | : ${gl_cv_have_raw_decl_initstate=yes} | : ${gl_cv_have_raw_decl_isatty=yes} | : ${gl_cv_have_raw_decl_iswctype=yes} | : ${gl_cv_have_raw_decl_lchmod=yes} | : ${gl_cv_have_raw_decl_lchown=yes} | : ${gl_cv_have_raw_decl_link=yes} | : ${gl_cv_have_raw_decl_linkat=yes} | : ${gl_cv_have_raw_decl_lseek=yes} | : ${gl_cv_have_raw_decl_lstat=yes} | : ${gl_cv_have_raw_decl_mbrlen=yes} | : ${gl_cv_have_raw_decl_mbrtowc=yes} | : ${gl_cv_have_raw_decl_mbsinit=yes} | : ${gl_cv_have_raw_decl_mbsnrtowcs=yes} | : ${gl_cv_have_raw_decl_mbsrtowcs=yes} | : ${gl_cv_have_raw_decl_mkdirat=yes} | : ${gl_cv_have_raw_decl_mkdtemp=yes} | : ${gl_cv_have_raw_decl_mkfifo=yes} | : ${gl_cv_have_raw_decl_mkfifoat=yes} | : ${gl_cv_have_raw_decl_mknod=yes} | : ${gl_cv_have_raw_decl_mknodat=yes} | : ${gl_cv_have_raw_decl_mkstemp=yes} | : ${gl_cv_have_raw_decl_nl_langinfo=yes} | : ${gl_cv_have_raw_decl_openat=yes} | : ${gl_cv_have_raw_decl_opendir=yes} | : ${gl_cv_have_raw_decl_pclose=yes} | : ${gl_cv_have_raw_decl_pipe=yes} | : ${gl_cv_have_raw_decl_popen=yes} | : ${gl_cv_have_raw_decl_posix_openpt=yes} | : ${gl_cv_have_raw_decl_posix_spawn=yes} | : ${gl_cv_have_raw_decl_posix_openpt=yes} | : ${gl_cv_have_raw_decl_posix_spawn=yes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_addclose=yes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_adddup2=yes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_addopen=yes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_destroy=yes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_init=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_destroy=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getflags=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getpgroup=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getschedparam=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getschedpolicy=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getsigdefault=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getsigmask=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_init=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setflags=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setpgroup=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setschedparam=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setschedpolicy=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setsigdefault=yes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setsigmask=yes} | : ${gl_cv_have_raw_decl_posix_spawnp=yes} | : ${gl_cv_have_raw_decl_pread=yes} | : ${gl_cv_have_raw_decl_pselect=yes} | : ${gl_cv_have_raw_decl_pthread_sigmask=yes} | : ${gl_cv_have_raw_decl_ptsname=yes} | : ${gl_cv_have_raw_decl_pwrite=yes} | : ${gl_cv_have_raw_decl_random=yes} | : ${gl_cv_have_raw_decl_readdir=yes} | : ${gl_cv_have_raw_decl_readlink=yes} | : ${gl_cv_have_raw_decl_readlinkat=yes} | : ${gl_cv_have_raw_decl_realpath=yes} | : ${gl_cv_have_raw_decl_renameat=yes} | : ${gl_cv_have_raw_decl_rewinddir=yes} | : ${gl_cv_have_raw_decl_rmdir=yes} | : ${gl_cv_have_raw_decl_rpmatch=yes} | : ${gl_cv_have_raw_decl_scandir=yes} | : ${gl_cv_have_raw_decl_select=yes} | : ${gl_cv_have_raw_decl_setenv=yes} | : ${gl_cv_have_raw_decl_sethostname=yes} | : ${gl_cv_have_raw_decl_setlocale=yes} | : ${gl_cv_have_raw_decl_setstate=yes} | : ${gl_cv_have_raw_decl_setusershell=yes} | : ${gl_cv_have_raw_decl_sigaction=yes} | : ${gl_cv_have_raw_decl_sigaddset=yes} | : ${gl_cv_have_raw_decl_sigdelset=yes} | : ${gl_cv_have_raw_decl_sigemptyset=yes} | : ${gl_cv_have_raw_decl_sigfillset=yes} | : ${gl_cv_have_raw_decl_sigismember=yes} | : ${gl_cv_have_raw_decl_sigpending=yes} | : ${gl_cv_have_raw_decl_sigprocmask=yes} | : ${gl_cv_have_raw_decl_sleep=yes} | : ${gl_cv_have_raw_decl_snprintf=yes} | : ${gl_cv_have_raw_decl_srandom=yes} | : ${gl_cv_have_raw_decl_stat=yes} | : ${gl_cv_have_raw_decl_strerror_r=yes} | : ${gl_cv_have_raw_decl_strtod=yes} | : ${gl_cv_have_raw_decl_strtoimax=yes} | : ${gl_cv_have_raw_decl_strtoll=yes} | : ${gl_cv_have_raw_decl_strtoull=yes} | : ${gl_cv_have_raw_decl_strtoumax=yes} | : ${gl_cv_have_raw_decl_symlink=yes} | : ${gl_cv_have_raw_decl_symlinkat=yes} | : ${gl_cv_have_raw_decl_tmpfile=yes} | : ${gl_cv_have_raw_decl_towctrans=yes} | : ${gl_cv_have_raw_decl_ttyname_r=yes} | : ${gl_cv_have_raw_decl_unlink=yes} | : ${gl_cv_have_raw_decl_unlinkat=yes} | : ${gl_cv_have_raw_decl_unlockpt=yes} | : ${gl_cv_have_raw_decl_unsetenv=yes} | : ${gl_cv_have_raw_decl_usleep=yes} | : ${gl_cv_have_raw_decl_vdprintf=yes} | : ${gl_cv_have_raw_decl_vsnprintf=yes} | : ${gl_cv_have_raw_decl_waitpid=yes} | : ${gl_cv_have_raw_decl_wcpcpy=yes} | : ${gl_cv_have_raw_decl_wcpncpy=yes} | : ${gl_cv_have_raw_decl_wcrtomb=yes} | : ${gl_cv_have_raw_decl_wcscasecmp=yes} | : ${gl_cv_have_raw_decl_wcscat=yes} | : ${gl_cv_have_raw_decl_wcschr=yes} | : ${gl_cv_have_raw_decl_wcscmp=yes} | : ${gl_cv_have_raw_decl_wcscoll=yes} | : ${gl_cv_have_raw_decl_wcscpy=yes} | : ${gl_cv_have_raw_decl_wcscspn=yes} | : ${gl_cv_have_raw_decl_wcsdup=yes} | : ${gl_cv_have_raw_decl_wcslen=yes} | : ${gl_cv_have_raw_decl_wcsncasecmp=yes} | : ${gl_cv_have_raw_decl_wcsncat=yes} | : ${gl_cv_have_raw_decl_wcsncmp=yes} | : ${gl_cv_have_raw_decl_wcsncpy=yes} | : ${gl_cv_have_raw_decl_wcsnlen=yes} | : ${gl_cv_have_raw_decl_wcsnrtombs=yes} | : ${gl_cv_have_raw_decl_wcspbrk=yes} | : ${gl_cv_have_raw_decl_wcsrchr=yes} | : ${gl_cv_have_raw_decl_wcsrtombs=yes} | : ${gl_cv_have_raw_decl_wcsspn=yes} | : ${gl_cv_have_raw_decl_wcsstr=yes} | : ${gl_cv_have_raw_decl_wcstok=yes} | : ${gl_cv_have_raw_decl_wcswidth=yes} | : ${gl_cv_have_raw_decl_wcsxfrm=yes} | : ${gl_cv_have_raw_decl_wctob=yes} | : ${gl_cv_have_raw_decl_wctrans=yes} | : ${gl_cv_have_raw_decl_wctype=yes} | : ${gl_cv_have_raw_decl_wcwidth=yes} | : ${gl_cv_have_raw_decl_wmemchr=yes} | : ${gl_cv_have_raw_decl_wmemcmp=yes} | : ${gl_cv_have_raw_decl_wmemcpy=yes} | : ${gl_cv_have_raw_decl_wmemmove=yes} | : ${gl_cv_have_raw_decl_wmemset=yes} | | : ${gl_cv_header_errno_h_complete=yes} | : ${gl_cv_header_inttypes_h=yes} | : ${gl_cv_header_langinfo_codeset=yes} | : ${gl_cv_header_langinfo_era=yes} | : ${gl_cv_header_langinfo_t_fmt_ampm=yes} | : ${gl_cv_header_langinfo_yesexpr=yes} | : ${gl_cv_header_locale_h_posix2001=yes} | : ${gl_cv_header_signal_h_SIGPIPE=yes} | : ${gl_cv_header_stdint_h=yes} | : ${gl_cv_header_sys_select_h_selfcontained=yes} | configure:2908: checking build system type configure:2922: result: i386-portbld-freebsd10.0 configure:2942: checking host system type configure:2955: result: i386-portbld-freebsd10.0 configure:2975: checking target system type configure:2988: result: i386-portbld-freebsd10.0 configure:3031: checking for a BSD-compatible install configure:3099: result: /usr/bin/install -c -o root -g wheel configure:3110: checking whether build environment is sane configure:3165: result: yes configure:3316: checking for a thread-safe mkdir -p configure:3355: result: /bin/mkdir -p configure:3362: checking for gawk configure:3389: result: /usr/bin/awk configure:3400: checking whether gmake sets $(MAKE) configure:3422: result: yes configure:3525: checking whether gmake supports nested variables configure:3542: result: yes configure:3566: checking for style of include used by gmake configure:3594: result: GNU configure:3665: checking for gcc configure:3692: result: gcc47 configure:3921: checking for C compiler version configure:3930: gcc47 --version >&5 gcc47 (FreeBSD Ports Collection) 4.7.4 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3941: $? = 0 configure:3930: gcc47 -v >&5 Using built-in specs. COLLECT_GCC=gcc47 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc47/gcc/i386-portbld-freebsd10.0/4.7.4/lto-wrapper Target: i386-portbld-freebsd10.0 Configured with: ./../gcc-4.7.4/configure --disable-bootstrap --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc47 --libexecdir=/usr/local/libexec/gcc47 --program-suffix=47 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc47/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --with-ecj-jar=/usr/local/share/java/ecj-4.5.jar --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc47 --build=i386-portbld-freebsd10.0 Thread model: posix gcc version 4.7.4 (FreeBSD Ports Collection) configure:3941: $? = 0 configure:3930: gcc47 -V >&5 gcc47: error: unrecognized command line option '-V' gcc47: fatal error: no input files compilation terminated. configure:3941: $? = 1 configure:3930: gcc47 -qversion >&5 gcc47: error: unrecognized command line option '-qversion' gcc47: fatal error: no input files compilation terminated. configure:3941: $? = 1 configure:3961: checking whether the C compiler works configure:3983: gcc47 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:3987: $? = 0 configure:4035: result: yes configure:4038: checking for C compiler default output file name configure:4040: result: a.out configure:4046: checking for suffix of executables configure:4053: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:4057: $? = 0 configure:4079: result: configure:4101: checking whether we are cross compiling configure:4109: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:4113: $? = 0 configure:4120: ./conftest configure:4124: $? = 0 configure:4139: result: no configure:4144: checking for suffix of object files configure:4166: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:4170: $? = 0 configure:4191: result: o configure:4195: checking whether we are using the GNU C compiler configure:4214: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4223: result: yes configure:4232: checking whether gcc47 accepts -g configure:4252: gcc47 -c -g -isystem/usr/local/include conftest.c >&5 configure:4252: $? = 0 configure:4293: result: yes configure:4310: checking for gcc47 option to accept ISO C89 configure:4373: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:4373: $? = 0 configure:4386: result: none needed configure:4408: checking dependency style of gcc47 configure:4519: result: gcc3 configure:4637: checking the archiver (/usr/local/bin/ar) interface configure:4647: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:4647: $? = 0 configure:4649: /usr/local/bin/ar cru libconftest.a conftest.o >&5 configure:4652: $? = 0 configure:4675: result: ar configure:4714: checking how to run the C preprocessor configure:4784: result: cpp47 configure:4804: cpp47 -isystem/usr/local/include conftest.c configure:4804: $? = 0 configure:4818: cpp47 -isystem/usr/local/include conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4818: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:4894: checking for gcc configure:4921: result: gcc47 configure:5150: checking for C compiler version configure:5159: gcc47 --version >&5 gcc47 (FreeBSD Ports Collection) 4.7.4 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5170: $? = 0 configure:5159: gcc47 -v >&5 Using built-in specs. COLLECT_GCC=gcc47 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc47/gcc/i386-portbld-freebsd10.0/4.7.4/lto-wrapper Target: i386-portbld-freebsd10.0 Configured with: ./../gcc-4.7.4/configure --disable-bootstrap --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc47 --libexecdir=/usr/local/libexec/gcc47 --program-suffix=47 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc47/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --with-ecj-jar=/usr/local/share/java/ecj-4.5.jar --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc47 --build=i386-portbld-freebsd10.0 Thread model: posix gcc version 4.7.4 (FreeBSD Ports Collection) configure:5170: $? = 0 configure:5159: gcc47 -V >&5 gcc47: error: unrecognized command line option '-V' gcc47: fatal error: no input files compilation terminated. configure:5170: $? = 1 configure:5159: gcc47 -qversion >&5 gcc47: error: unrecognized command line option '-qversion' gcc47: fatal error: no input files compilation terminated. configure:5170: $? = 1 configure:5174: checking whether we are using the GNU C compiler configure:5202: result: yes configure:5211: checking whether gcc47 accepts -g configure:5272: result: yes configure:5289: checking for gcc47 option to accept ISO C89 configure:5365: result: none needed configure:5387: checking dependency style of gcc47 configure:5498: result: gcc3 configure:5569: checking for gcc configure:5599: result: no configure:5662: checking for cc configure:5683: found /usr/bin/cc configure:5706: result: cc configure:5825: checking for C compiler version configure:5834: cc --version >&5 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: i386-unknown-freebsd10.0 Thread model: posix configure:5845: $? = 0 configure:5834: cc -v >&5 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: i386-unknown-freebsd10.0 Thread model: posix configure:5845: $? = 0 configure:5834: cc -V >&5 cc: error: argument to '-V' is missing (expected 1 value) cc: error: no input files configure:5845: $? = 1 configure:5834: cc -qversion >&5 cc: error: no input files configure:5845: $? = 1 configure:5849: checking whether we are using the GNU C compiler configure:5877: result: yes configure:5886: checking whether cc accepts -g configure:5906: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:5906: $? = 0 configure:5947: result: yes configure:5964: checking for cc option to accept ISO C89 configure:6040: result: none needed configure:6062: checking dependency style of cc configure:6173: result: gcc3 configure:6193: checking how to run the C preprocessor configure:6224: cpp47 -isystem/usr/local/include conftest.c configure:6224: $? = 0 configure:6238: cpp47 -isystem/usr/local/include conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6238: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:6263: result: cc -E configure:6283: cpp47 -isystem/usr/local/include conftest.c configure:6283: $? = 0 configure:6297: cpp47 -isystem/usr/local/include conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6297: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:6446: checking for C++ compiler version configure:6455: g++47 --version >&5 g++47 (FreeBSD Ports Collection) 4.7.4 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6466: $? = 0 configure:6455: g++47 -v >&5 Using built-in specs. COLLECT_GCC=g++47 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc47/gcc/i386-portbld-freebsd10.0/4.7.4/lto-wrapper Target: i386-portbld-freebsd10.0 Configured with: ./../gcc-4.7.4/configure --disable-bootstrap --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc47 --libexecdir=/usr/local/libexec/gcc47 --program-suffix=47 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc47/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --with-ecj-jar=/usr/local/share/java/ecj-4.5.jar --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc47 --build=i386-portbld-freebsd10.0 Thread model: posix gcc version 4.7.4 (FreeBSD Ports Collection) configure:6466: $? = 0 configure:6455: g++47 -V >&5 g++47: error: unrecognized command line option '-V' g++47: fatal error: no input files compilation terminated. configure:6466: $? = 1 configure:6455: g++47 -qversion >&5 g++47: error: unrecognized command line option '-qversion' g++47: fatal error: no input files compilation terminated. configure:6466: $? = 1 configure:6470: checking whether we are using the GNU C++ compiler configure:6489: g++47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include conftest.cpp >&5 configure:6489: $? = 0 configure:6498: result: yes configure:6507: checking whether g++47 accepts -g configure:6527: g++47 -c -g -isystem/usr/local/include conftest.cpp >&5 configure:6527: $? = 0 configure:6568: result: yes configure:6593: checking dependency style of g++47 configure:6704: result: gcc3 configure:6724: checking how to run the C++ preprocessor configure:6751: g++47 -E -isystem/usr/local/include conftest.cpp configure:6751: $? = 0 configure:6765: g++47 -E -isystem/usr/local/include conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6765: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:6790: result: g++47 -E configure:6810: g++47 -E -isystem/usr/local/include conftest.cpp configure:6810: $? = 0 configure:6824: g++47 -E -isystem/usr/local/include conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:6917: checking for g++ configure:6947: result: no configure:6917: checking for c++ configure:6933: found /usr/bin/c++ configure:6944: result: c++ configure:6971: checking for C++ compiler version configure:6980: c++ --version >&5 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: i386-unknown-freebsd10.0 Thread model: posix configure:6991: $? = 0 configure:6980: c++ -v >&5 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: i386-unknown-freebsd10.0 Thread model: posix configure:6991: $? = 0 configure:6980: c++ -V >&5 c++: error: argument to '-V' is missing (expected 1 value) c++: error: no input files configure:6991: $? = 1 configure:6980: c++ -qversion >&5 c++: error: no input files configure:6991: $? = 1 configure:6995: checking whether we are using the GNU C++ compiler configure:7023: result: yes configure:7032: checking whether c++ accepts -g configure:7052: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.cpp >&5 configure:7052: $? = 0 configure:7093: result: yes configure:7118: checking dependency style of c++ configure:7229: result: gcc3 configure:7249: checking how to run the C++ preprocessor configure:7276: c++ -E conftest.cpp configure:7276: $? = 0 configure:7290: c++ -E conftest.cpp conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:7290: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:7315: result: c++ -E configure:7335: c++ -E conftest.cpp configure:7335: $? = 0 configure:7349: c++ -E conftest.cpp conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:7349: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | /* end confdefs.h. */ | #include configure:7384: checking whether gcc47 and cc understand -c and -o together configure:7415: gcc47 -c conftest.c -o conftest2.o >&5 configure:7419: $? = 0 configure:7425: gcc47 -c conftest.c -o conftest2.o >&5 configure:7429: $? = 0 configure:7440: cc -c conftest.c >&5 configure:7444: $? = 0 configure:7452: cc -c conftest.c -o conftest2.o >&5 configure:7456: $? = 0 configure:7462: cc -c conftest.c -o conftest2.o >&5 configure:7466: $? = 0 configure:7484: result: yes configure:7518: checking dependency style of gcc47 configure:7627: result: gcc3 configure:7646: checking for gmake configure:7673: result: gmake configure:7688: checking for python2 configure:7704: found /usr/local/bin/python2 configure:7715: result: python2 configure:7732: checking python2 module: libxml2 configure:7737: result: yes configure:7752: checking for a sed that does not truncate output configure:7816: result: /usr/bin/sed configure:7870: checking how to print strings configure:7897: result: printf configure:7918: checking for a sed that does not truncate output configure:7982: result: /usr/bin/sed configure:8000: checking for grep that handles long lines and -e configure:8058: result: /usr/bin/grep configure:8063: checking for egrep configure:8125: result: /usr/bin/egrep configure:8130: checking for fgrep configure:8192: result: /usr/bin/fgrep configure:8227: checking for ld used by gcc47 configure:8294: result: /usr/local/bin/ld configure:8301: checking if the linker (/usr/local/bin/ld) is GNU ld configure:8316: result: yes configure:8328: checking for BSD- or MS-compatible name lister (nm) configure:8377: result: /usr/local/bin/nm configure:8507: checking the name lister (/usr/local/bin/nm) interface configure:8514: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:8517: /usr/local/bin/nm "conftest.o" configure:8520: output 00000000 B some_variable configure:8527: result: BSD nm configure:8530: checking whether ln -s works configure:8534: result: yes configure:8542: checking the maximum length of command line arguments configure:8673: result: 262144 configure:8690: checking whether the shell understands some XSI constructs configure:8700: result: yes configure:8704: checking whether the shell understands "+=" configure:8710: result: no configure:8745: checking how to convert i386-portbld-freebsd10.0 file names to i386-portbld-freebsd10.0 format configure:8785: result: func_convert_file_noop configure:8792: checking how to convert i386-portbld-freebsd10.0 file names to toolchain format configure:8812: result: func_convert_file_noop configure:8819: checking for /usr/local/bin/ld option to reload object files configure:8826: result: -r configure:8900: checking for objdump configure:8927: result: /usr/local/bin/objdump configure:8959: checking how to recognize dependent libraries configure:9157: result: pass_all configure:9242: checking for dlltool configure:9272: result: no configure:9302: checking how to associate runtime and link libraries configure:9329: result: printf %s\n configure:9453: checking for archiver @FILE support configure:9470: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:9470: $? = 0 configure:9473: /usr/local/bin/ar cru libconftest.a @conftest.lst >&5 configure:9476: $? = 0 configure:9481: /usr/local/bin/ar cru libconftest.a @conftest.lst >&5 /usr/local/bin/ar: conftest.o: No such file or directory configure:9484: $? = 1 configure:9496: result: @ configure:9554: checking for strip configure:9570: found /usr/bin/strip configure:9581: result: strip configure:9653: checking for ranlib configure:9680: result: /usr/local/bin/ranlib configure:9782: checking command to parse /usr/local/bin/nm output from gcc47 object configure:9902: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:9905: $? = 0 configure:9909: /usr/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9912: $? = 0 configure:9978: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c conftstm.o >&5 configure:9981: $? = 0 configure:10019: result: ok configure:10056: checking for sysroot configure:10086: result: no configure:10349: checking for mt configure:10365: found /usr/bin/mt configure:10376: result: mt configure:10399: checking if mt is a manifest tool configure:10405: mt '-?' mt: illegal option -- ? usage: mt [-f device] command [count] configure:10413: result: no configure:11051: checking for ANSI C header files configure:11155: result: yes configure:11168: checking for sys/types.h configure:11168: result: yes configure:11168: checking for sys/stat.h configure:11168: result: yes configure:11168: checking for stdlib.h configure:11168: result: yes configure:11168: checking for string.h configure:11168: result: yes configure:11168: checking for memory.h configure:11168: result: yes configure:11168: checking for strings.h configure:11168: result: yes configure:11168: checking for inttypes.h configure:11168: result: yes configure:11168: checking for stdint.h configure:11168: result: yes configure:11168: checking for unistd.h configure:11168: result: yes configure:11182: checking for dlfcn.h configure:11182: result: yes configure:11398: checking for objdir configure:11413: result: .libs configure:11684: checking if gcc47 supports -fno-rtti -fno-exceptions configure:11702: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:11706: $? = 0 configure:11719: result: no configure:12046: checking for gcc47 option to produce PIC configure:12053: result: -fPIC -DPIC configure:12061: checking if gcc47 PIC flag -fPIC -DPIC works configure:12079: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -fPIC -DPIC -DPIC conftest.c >&5 configure:12083: $? = 0 configure:12096: result: yes configure:12125: checking if gcc47 static flag -static works configure:12153: result: yes configure:12168: checking if gcc47 supports -c -o file.o configure:12189: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -o out/conftest2.o conftest.c >&5 configure:12193: $? = 0 configure:12215: result: yes configure:12223: checking if gcc47 supports -c -o file.o configure:12270: result: yes configure:12303: checking whether the gcc47 linker (/usr/local/bin/ld) supports shared libraries configure:13460: result: yes configure:13497: checking whether -lc should be explicitly linked in configure:13505: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 configure:13508: $? = 0 configure:13523: gcc47 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:13526: $? = 0 configure:13540: result: no configure:13700: checking dynamic linker characteristics configure:14434: result: freebsd10.0 ld.so configure:14541: checking how to hardcode library paths into programs configure:14566: result: immediate configure:15106: checking whether stripping libraries is possible configure:15111: result: yes configure:15146: checking if libtool supports shared libraries configure:15148: result: yes configure:15151: checking whether to build shared libraries configure:15172: result: yes configure:15175: checking whether to build static libraries configure:15179: result: no configure:15202: checking how to run the C++ preprocessor configure:15268: result: g++47 -E configure:15288: g++47 -E -isystem/usr/local/include conftest.cpp configure:15288: $? = 0 configure:15302: g++47 -E -isystem/usr/local/include conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:15302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:15471: checking for ld used by g++47 configure:15538: result: /usr/local/bin/ld configure:15545: checking if the linker (/usr/local/bin/ld) is GNU ld configure:15560: result: yes configure:15615: checking whether the g++47 linker (/usr/local/bin/ld) supports shared libraries configure:16617: result: yes configure:16653: g++47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include conftest.cpp >&5 configure:16656: $? = 0 configure:17176: checking for g++47 option to produce PIC configure:17183: result: -fPIC -DPIC configure:17191: checking if g++47 PIC flag -fPIC -DPIC works configure:17209: g++47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -fPIC -DPIC -DPIC conftest.cpp >&5 configure:17213: $? = 0 configure:17226: result: yes configure:17249: checking if g++47 static flag -static works configure:17277: result: yes configure:17289: checking if g++47 supports -c -o file.o configure:17310: g++47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -o out/conftest2.o conftest.cpp >&5 configure:17314: $? = 0 configure:17336: result: yes configure:17341: checking if g++47 supports -c -o file.o configure:17388: result: yes configure:17418: checking whether the g++47 linker (/usr/local/bin/ld) supports shared libraries configure:17457: result: yes configure:17598: checking dynamic linker characteristics configure:18266: result: freebsd10.0 ld.so configure:18319: checking how to hardcode library paths into programs configure:18344: result: immediate configure:18410: checking for bison configure:18426: found /usr/local/bin/bison configure:18437: result: bison -y configure:18453: checking if bison is the parser generator configure:18466: result: yes configure:18483: checking for flex configure:18499: found /usr/bin/flex configure:18510: result: flex configure:18548: flex conftest.l configure:18552: $? = 0 configure:18554: checking lex output file root configure:18568: result: lex.yy configure:18573: checking lex library configure:18587: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 /tmp//ccyhFcz1.o: In function `yylex': conftest.c:(.text+0xa8d): undefined reference to `yywrap' conftest.c:(.text+0xe6f): undefined reference to `yywrap' /tmp//ccyhFcz1.o: In function `main': conftest.c:(.text.startup+0xf): undefined reference to `yywrap' collect2: error: ld returned 1 exit status configure:18587: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | #line 3 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 5 | #define YY_FLEX_SUBMINOR_VERSION 37 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | #if defined(__FreeBSD__) | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS | #endif | #include | #include | #else | #define __dead2 | #endif | | /* begin standard C headers. */ | #include | #include | #include | #include | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have . Non-C99 systems may or may not. */ | | #if defined(__FreeBSD__) || \ | (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | #ifdef __cplusplus | | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST | | #else /* ! __cplusplus */ | | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) | | #define YY_USE_CONST | | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ | | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an unsigned | * integer for use as an array index. If the signed char is negative, | * we want to instead treat it as an 8-bit unsigned char, hence the | * double cast. | */ | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #define YY_BUF_SIZE 16384 | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern yy_size_t yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | yy_size_t yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | #define yy_current_buffer YY_CURRENT_BUFFER | | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | yy_size_t yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = (char *) 0; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart (FILE *input_file ); | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | void yy_delete_buffer (YY_BUFFER_STATE b ); | void yy_flush_buffer (YY_BUFFER_STATE b ); | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state (void ); | | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | | typedef unsigned char YY_CHAR; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | typedef int yy_state_type; | | extern int yylineno; | | int yylineno = 1; | | extern char *yytext; | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state (void ); | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | static int yy_get_next_buffer (void ); | static void yy_fatal_error (yyconst char msg[] ) __dead2; | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static yyconst flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static yyconst flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static yyconst flex_int32_t yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static yyconst flex_int32_t yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static yyconst flex_int16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static yyconst flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static yyconst flex_int16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static yyconst flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 481 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals (void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy (void ); | | int yyget_debug (void ); | | void yyset_debug (int debug_flag ); | | YY_EXTRA_TYPE yyget_extra (void ); | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in (void ); | | void yyset_in (FILE * in_str ); | | FILE *yyget_out (void ); | | void yyset_out (FILE * out_str ); | | yy_size_t yyget_leng (void ); | | char *yyget_text (void ); | | int yyget_lineno (void ); | | void yyset_lineno (int line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | static void yyunput (int c,char *buf_ptr ); | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #define YY_READ_BUF_SIZE 8192 | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | size_t n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | #line 1 "conftest.l" | | #line 667 "lex.yy.c" | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | while ( 1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | goto find_rule; /* avoid `defined but not used' warning */ | find_rule: /* we branch to this label when backing up */ | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 807 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | int number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | yy_size_t num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | yy_size_t number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | #endif /* ifndef YY_NO_UNPUT */ | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart(yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer(b,file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); | | yyfree((void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer(b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | int grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = 0; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer(b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | { | | return yy_scan_bytes(yystr,strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | yy_size_t i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = _yybytes_len + 2; | buf = (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | yy_size_t yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param line_number | * | */ | void yyset_lineno (int line_number ) | { | | yylineno = line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * in_str ) | { | yyin = in_str ; | } | | void yyset_out (FILE * out_str ) | { | yyout = out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int bdebug ) | { | yy_flex_debug = bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = 0; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = (char *) 0; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = (FILE *) 0; | yyout = (FILE *) 0; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return (void *) realloc( (char *) ptr, size ); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:18587: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c -lfl >&5 configure:18587: $? = 0 configure:18597: result: -lfl configure:18603: checking whether yytext is a pointer configure:18620: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c -lfl >&5 configure:18620: $? = 0 configure:18628: result: yes configure:18645: checking if flex is the lexer generator configure:18658: result: yes configure:18672: checking for perl configure:18690: found /usr/bin/perl configure:18702: result: /usr/bin/perl configure:18713: checking for indent configure:18729: found /usr/bin/indent configure:18741: result: indent configure:18808: checking if compiling with clang configure:18826: gcc47 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -isystem/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:30:8: error: unknown type name 'not' configure:18826: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | | int | main () | { | | #ifndef __clang__ | not clang | #endif | | ; | return 0; | } configure:18833: result: no configure:18837: checking whether gcc version is sufficient configure:18853: result: yes configure:18968: checking pkg-config is at least version 0.9.0 configure:18971: result: yes configure:19030: checking whether gcc47 supports -Werror=missing-prototypes configure:19045: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:19045: $? = 0 configure:19046: result: yes configure:19058: checking whether gcc47 supports -fvisibility=hidden configure:19073: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fvisibility=hidden -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:19073: $? = 0 configure:19074: result: yes configure:19101: checking whether g++47 supports -fvisibility=hidden configure:19122: g++47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -Wall -fvisibility=hidden -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.cpp >&5 configure:19122: $? = 0 configure:19123: result: yes configure:19357: checking whether to enable assembly configure:19404: result: yes, x86 configure:19427: checking for dlopen configure:19427: result: yes configure:19477: checking for clock_gettime configure:19477: result: yes configure:19531: checking for posix_memalign configure:19531: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:19531: $? = 0 configure:19531: result: yes configure:19705: checking for the pthreads library -lpthreads configure:19743: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c -lpthreads >&5 /usr/local/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:19743: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:19752: result: no configure:19650: checking whether pthreads work without any flags configure:19743: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 /tmp//ccaCYy8N.o: In function `main': conftest.c:(.text.startup+0x29): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status configure:19743: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:19752: result: no configure:19655: checking whether pthreads work with -Kthread configure:19743: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -Kthread -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 gcc47: error: unrecognized command line option '-Kthread' configure:19743: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:19752: result: no configure:19655: checking whether pthreads work with -kthread configure:19743: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -kthread -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 gcc47: error: unrecognized command line option '-kthread' configure:19743: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:19752: result: no configure:19705: checking for the pthreads library -llthread configure:19743: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c -llthread >&5 /usr/local/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:19743: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "9.1.7" | #define PACKAGE_STRING "Mesa 9.1.7" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "9.1.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:19752: result: no configure:19655: checking whether pthreads work with -pthread configure:19743: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -pthread -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:19743: $? = 0 configure:19752: result: yes configure:19771: checking for joinable pthread attribute configure:19786: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -pthread -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 configure:19786: $? = 0 configure:19792: result: PTHREAD_CREATE_JOINABLE configure:19802: checking if more special flags are required for pthreads configure:19816: result: -D_THREAD_SAFE configure:19822: checking for PTHREAD_PRIO_INHERIT configure:19840: gcc47 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -pthread -isystem/usr/local/include -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c >&5 conftest.c: In function 'main': conftest.c:30:5: warning: unused variable 'i' [-Wunused-variable] configure:19840: $? = 0 configure:19849: result: yes configure:20335: checking for LIBDRM configure:20342: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED" Package dependency requirement 'libdrm >= 2.4.24' could not be satisfied. Package 'libdrm' has version '2.4.17', required version is '>= 2.4.24' configure:20345: $? = 1 configure:20359: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED" Package dependency requirement 'libdrm >= 2.4.24' could not be satisfied. Package 'libdrm' has version '2.4.17', required version is '>= 2.4.24' configure:20362: $? = 1 configure:20376: result: no Package dependency requirement 'libdrm >= 2.4.24' could not be satisfied. Package 'libdrm' has version '2.4.17', required version is '>= 2.4.24' configure:20540: checking for GLPROTO configure:20547: $PKG_CONFIG --exists --print-errors "glproto >= $GLPROTO_REQUIRED" configure:20550: $? = 0 configure:20564: $PKG_CONFIG --exists --print-errors "glproto >= $GLPROTO_REQUIRED" configure:20567: $? = 0 configure:20625: result: yes configure:20631: error: Direct rendering requires libdrm >= 2.4.24 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd10.0 ac_cv_build_prog_CPP='cc -E' ac_cv_build_prog_CXXCPP='c++ -E' ac_cv_build_prog_cc_g=yes ac_cv_build_prog_cxx_g=yes ac_cv_c_compiler_gnu=yes ac_cv_c_int16_t=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_int8_t=yes ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCASFLAGS_set='' ac_cv_env_CCASFLAGS_value='' ac_cv_env_CCAS_set='' ac_cv_env_CCAS_value='' ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc47 ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-isystem/usr/local/include ac_cv_env_CPP_set=set ac_cv_env_CPP_value=cpp47 ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=g++47 ac_cv_env_DRI2PROTO_CFLAGS_set='' ac_cv_env_DRI2PROTO_CFLAGS_value='' ac_cv_env_DRI2PROTO_LIBS_set='' ac_cv_env_DRI2PROTO_LIBS_value='' ac_cv_env_DRIGL_CFLAGS_set='' ac_cv_env_DRIGL_CFLAGS_value='' ac_cv_env_DRIGL_LIBS_set='' ac_cv_env_DRIGL_LIBS_value='' ac_cv_env_GALLIUM_PIPE_LOADER_XCB_CFLAGS_set='' ac_cv_env_GALLIUM_PIPE_LOADER_XCB_CFLAGS_value='' ac_cv_env_GALLIUM_PIPE_LOADER_XCB_LIBS_set='' ac_cv_env_GALLIUM_PIPE_LOADER_XCB_LIBS_value='' ac_cv_env_GLPROTO_CFLAGS_set='' ac_cv_env_GLPROTO_CFLAGS_value='' ac_cv_env_GLPROTO_LIBS_set='' ac_cv_env_GLPROTO_LIBS_value='' ac_cv_env_INTEL_CFLAGS_set='' ac_cv_env_INTEL_CFLAGS_value='' ac_cv_env_INTEL_LIBS_set='' ac_cv_env_INTEL_LIBS_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47' ac_cv_env_LIBDRM_CFLAGS_set='' ac_cv_env_LIBDRM_CFLAGS_value='' ac_cv_env_LIBDRM_LIBS_set='' ac_cv_env_LIBDRM_LIBS_value='' ac_cv_env_LIBDRM_XORG_CFLAGS_set='' ac_cv_env_LIBDRM_XORG_CFLAGS_value='' ac_cv_env_LIBDRM_XORG_LIBS_set='' ac_cv_env_LIBDRM_XORG_LIBS_value='' ac_cv_env_LIBKMS_XORG_CFLAGS_set='' ac_cv_env_LIBKMS_XORG_CFLAGS_value='' ac_cv_env_LIBKMS_XORG_LIBS_set='' ac_cv_env_LIBKMS_XORG_LIBS_value='' ac_cv_env_LIBS_set=set ac_cv_env_LIBS_value='' ac_cv_env_LIBUDEV_CFLAGS_set='' ac_cv_env_LIBUDEV_CFLAGS_value='' ac_cv_env_LIBUDEV_LIBS_set='' ac_cv_env_LIBUDEV_LIBS_value='' ac_cv_env_NOUVEAU_CFLAGS_set='' ac_cv_env_NOUVEAU_CFLAGS_value='' ac_cv_env_NOUVEAU_LIBS_set='' ac_cv_env_NOUVEAU_LIBS_value='' ac_cv_env_PKG_CONFIG_LIBDIR_set='' ac_cv_env_PKG_CONFIG_LIBDIR_value='' ac_cv_env_PKG_CONFIG_PATH_set='' ac_cv_env_PKG_CONFIG_PATH_value='' ac_cv_env_PKG_CONFIG_set=set ac_cv_env_PKG_CONFIG_value=pkgconf ac_cv_env_RADEON_CFLAGS_set='' ac_cv_env_RADEON_CFLAGS_value='' ac_cv_env_RADEON_LIBS_set='' ac_cv_env_RADEON_LIBS_value='' ac_cv_env_VDPAU_CFLAGS_set='' ac_cv_env_VDPAU_CFLAGS_value='' ac_cv_env_VDPAU_LIBS_set='' ac_cv_env_VDPAU_LIBS_value='' ac_cv_env_WAYLAND_CFLAGS_set='' ac_cv_env_WAYLAND_CFLAGS_value='' ac_cv_env_WAYLAND_LIBS_set='' ac_cv_env_WAYLAND_LIBS_value='' ac_cv_env_XCB_DRI2_CFLAGS_set='' ac_cv_env_XCB_DRI2_CFLAGS_value='' ac_cv_env_XCB_DRI2_LIBS_set='' ac_cv_env_XCB_DRI2_LIBS_value='' ac_cv_env_XEXT_CFLAGS_set='' ac_cv_env_XEXT_CFLAGS_value='' ac_cv_env_XEXT_LIBS_set='' ac_cv_env_XEXT_LIBS_value='' ac_cv_env_XF86VIDMODE_CFLAGS_set='' ac_cv_env_XF86VIDMODE_CFLAGS_value='' ac_cv_env_XF86VIDMODE_LIBS_set='' ac_cv_env_XF86VIDMODE_LIBS_value='' ac_cv_env_XLIBGL_CFLAGS_set='' ac_cv_env_XLIBGL_CFLAGS_value='' ac_cv_env_XLIBGL_LIBS_set='' ac_cv_env_XLIBGL_LIBS_value='' ac_cv_env_XORG_CFLAGS_set='' ac_cv_env_XORG_CFLAGS_value='' ac_cv_env_XORG_LIBS_set='' ac_cv_env_XORG_LIBS_value='' ac_cv_env_XVMC_CFLAGS_set='' ac_cv_env_XVMC_CFLAGS_value='' ac_cv_env_XVMC_LIBS_set='' ac_cv_env_XVMC_LIBS_value='' ac_cv_env_YACC_set='' ac_cv_env_YACC_value='' ac_cv_env_YFLAGS_set='' ac_cv_env_YFLAGS_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd10.0 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func___b64_ntop=yes ac_cv_func___b64_pton=yes ac_cv_func__getlong=yes ac_cv_func__getshort=yes ac_cv_func__stat=yes ac_cv_func_acl_create_entry_np=yes ac_cv_func_acl_delete_def_file=yes ac_cv_func_acl_delete_fd_np=yes ac_cv_func_acl_delete_file_np=yes ac_cv_func_acl_free=yes ac_cv_func_acl_from_text=yes ac_cv_func_acl_get_fd=yes ac_cv_func_acl_get_file=yes ac_cv_func_acl_set_fd=yes ac_cv_func_acl_set_file=yes ac_cv_func_alarm=yes ac_cv_func_alloca=yes ac_cv_func_arc4random=yes ac_cv_func_arc4random_buf=yes ac_cv_func_arc4random_uniform=yes ac_cv_func_argz_count=no ac_cv_func_argz_next=no ac_cv_func_argz_stringify=no ac_cv_func_asprintf=yes ac_cv_func_atexit=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bindresvport_sa=yes ac_cv_func_btowc=yes ac_cv_func_bzero=yes ac_cv_func_chown=yes ac_cv_func_clock=yes ac_cv_func_clock_gettime=yes ac_cv_func_closedir=yes ac_cv_func_closefrom=yes ac_cv_func_daemon=yes ac_cv_func_dirname=yes ac_cv_func_dlopen=yes ac_cv_func_dup2=yes ac_cv_func_eaccess=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_fcntl=yes ac_cv_func_fileno=yes ac_cv_func_fork=yes ac_cv_func_fpurge=yes ac_cv_func_freeaddrinfo=yes ac_cv_func_fstatvfs=yes ac_cv_func_fsync=yes ac_cv_func_futimes=yes ac_cv_func_fwprintf=yes ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getdelim=yes ac_cv_func_getdtablesize=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgrouplist=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_getline=yes ac_cv_func_getnameinfo=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long_only=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeereid=yes ac_cv_func_getpgid=yes ac_cv_func_getpgrp=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_getttyent=yes ac_cv_func_getuid=yes ac_cv_func_getwd=yes ac_cv_func_glob=yes ac_cv_func_group_from_gid=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_innetgr=yes ac_cv_func_isascii=yes ac_cv_func_isblank=yes ac_cv_func_issetugid=yes ac_cv_func_iswblank=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswctype=yes ac_cv_func_link=yes ac_cv_func_localtime=yes ac_cv_func_login_getcapbool=yes ac_cv_func_lstat=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrlen=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsinit=yes ac_cv_func_mbsrtowcs=yes ac_cv_func_memchr=yes ac_cv_func_memcmp=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdtemp=yes ac_cv_func_mkstemp=yes ac_cv_func_mktemp=yes ac_cv_func_mlock=yes ac_cv_func_mmap=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_mprotect=yes ac_cv_func_munlock=yes ac_cv_func_munmap=yes ac_cv_func_nl_langinfo=yes ac_cv_func_obstacks=no ac_cv_func_opendir=yes ac_cv_func_pam_getenvlist=yes ac_cv_func_pam_putenv=yes ac_cv_func_pathconf=yes ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_posix_memalign=yes ac_cv_func_posix_spawn=yes ac_cv_func_pread=yes ac_cv_func_pstat_getdynamic=no ac_cv_func_pthread_cond_broadcast=yes ac_cv_func_pthread_cond_destroy=yes ac_cv_func_pthread_cond_init=yes ac_cv_func_pthread_cond_signal=yes ac_cv_func_pthread_cond_timedwait=yes ac_cv_func_pthread_cond_wait=yes ac_cv_func_pthread_equal=yes ac_cv_func_pthread_exit=yes ac_cv_func_pthread_mutex_destroy=yes ac_cv_func_pthread_mutex_init=yes ac_cv_func_pthread_mutex_lock=yes ac_cv_func_pthread_mutex_unlock=yes ac_cv_func_pthread_self=yes ac_cv_func_putenv=yes ac_cv_func_pwrite=yes ac_cv_func_raise=yes ac_cv_func_rand=yes ac_cv_func_random=yes ac_cv_func_rawmemchr=no ac_cv_func_readdir=yes ac_cv_func_readlink=yes ac_cv_func_readlinkat=yes ac_cv_func_readpassphrase=yes ac_cv_func_realpath=yes ac_cv_func_recvmsg=yes ac_cv_func_rename=yes ac_cv_func_rresvport_af=yes ac_cv_func_sched_yield=yes ac_cv_func_select=yes ac_cv_func_sendmsg=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setgroupent=yes ac_cv_func_setgroups=yes ac_cv_func_setlinebuf=yes ac_cv_func_setlocale=yes ac_cv_func_setlogin=yes ac_cv_func_setpassent=yes ac_cv_func_setproctitle=yes ac_cv_func_setregid=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setsockopt=yes ac_cv_func_setvbuf=yes ac_cv_func_shmget=yes ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=yes ac_cv_func_siginterrupt=yes ac_cv_func_sigprocmask=yes ac_cv_func_sigvec=yes ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_socketpair=yes ac_cv_func_srand=yes ac_cv_func_srandom=yes ac_cv_func_stat=yes ac_cv_func_statfs=yes ac_cv_func_statvfs=yes ac_cv_func_stpcpy=yes ac_cv_func_stpncpy=yes ac_cv_func_strbrk=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strerror_r=yes ac_cv_func_strftime=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strlen=yes ac_cv_func_strmode=yes ac_cv_func_strncasecmp=yes ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnlen_working=yes ac_cv_func_strpbrk=yes ac_cv_func_strptime=yes ac_cv_func_strsep=yes ac_cv_func_strsignal=yes ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtonum=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_symlink=yes ac_cv_func_sysconf=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_time=yes ac_cv_func_towlower=yes ac_cv_func_truncate=yes ac_cv_func_tsearch=yes ac_cv_func_uname=yes ac_cv_func_unsetenv=yes ac_cv_func_user_from_uid=yes ac_cv_func_usleep=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_func_vasprintf=yes ac_cv_func_vfork=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_waitpid=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcscoll=yes ac_cv_func_wcslen=yes ac_cv_func_wcsnlen=yes ac_cv_func_wctob=yes ac_cv_func_wcwidth=yes ac_cv_func_wmemchr=yes ac_cv_func_wmemcpy=yes ac_cv_func_yield=no ac_cv_func_yp_match=yes ac_cv_have___va_copy=yes ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes ac_cv_have_decl_GLOB_NOMATCH=yes ac_cv_have_decl_LLONG_MAX=yes ac_cv_have_decl_MAXSYMLINKS=yes ac_cv_have_decl_O_NONBLOCK=yes ac_cv_have_decl_RLIMIT_NPROC=yes ac_cv_have_decl_SHUT_RD=yes ac_cv_have_decl__Exit=yes ac_cv_have_decl_alarm=yes ac_cv_have_decl_alphasort=yes ac_cv_have_decl_atoll=yes ac_cv_have_decl_btowc=yes ac_cv_have_decl_chdir=yes ac_cv_have_decl_chown=yes ac_cv_have_decl_clearerr_unlocked=yes ac_cv_have_decl_closedir=yes ac_cv_have_decl_dprintf=yes ac_cv_have_decl_dup2=yes ac_cv_have_decl_dup=yes ac_cv_have_decl_endusershell=yes ac_cv_have_decl_faccessat=yes ac_cv_have_decl_fchdir=yes ac_cv_have_decl_fchmodat=yes ac_cv_have_decl_fchownat=yes ac_cv_have_decl_fcntl=yes ac_cv_have_decl_fdopendir=yes ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_feof_unlocked_fgets_unlocked=yes ac_cv_have_decl_ferror_unlocked=yes ac_cv_have_decl_ffsl=yes ac_cv_have_decl_ffsll=yes ac_cv_have_decl_fpurge=yes ac_cv_have_decl_frexpl=yes ac_cv_have_decl_fseeko=yes ac_cv_have_decl_fstat=yes ac_cv_have_decl_fstatat=yes ac_cv_have_decl_fsync=yes ac_cv_have_decl_ftello=yes ac_cv_have_decl_ftruncate=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getchar_unlocked=yes ac_cv_have_decl_getcwd=yes ac_cv_have_decl_getdelim=yes ac_cv_have_decl_getdomainname=yes ac_cv_have_decl_getdtablesize=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_getgroups=yes ac_cv_have_decl_gethostname=yes ac_cv_have_decl_getline=yes ac_cv_have_decl_getloadavg=yes ac_cv_have_decl_getlogin=yes ac_cv_have_decl_getlogin_r=yes ac_cv_have_decl_getpagesize=yes ac_cv_have_decl_gets=yes ac_cv_have_decl_getsubopt=yes ac_cv_have_decl_gettimeofday=yes ac_cv_have_decl_getusershell=yes ac_cv_have_decl_grantpt=yes ac_cv_have_decl_h_errno=yes ac_cv_have_decl_imaxabs=yes ac_cv_have_decl_imaxdiv=yes ac_cv_have_decl_initstate=yes ac_cv_have_decl_isatty=yes ac_cv_have_decl_isblank=yes ac_cv_have_decl_iswblank=yes ac_cv_have_decl_iswctype=yes ac_cv_have_decl_lchmod=yes ac_cv_have_decl_lchown=yes ac_cv_have_decl_link=yes ac_cv_have_decl_linkat=yes ac_cv_have_decl_lseek=yes ac_cv_have_decl_lstat=yes ac_cv_have_decl_mbrlen=yes ac_cv_have_decl_mbrtowc=yes ac_cv_have_decl_mbsinit=yes ac_cv_have_decl_mbsnrtowcs=yes ac_cv_have_decl_mbsrtowcs=yes ac_cv_have_decl_memmem=yes ac_cv_have_decl_memrchr=yes ac_cv_have_decl_mkdirat=yes ac_cv_have_decl_mkdtemp=yes ac_cv_have_decl_mkfifo=yes ac_cv_have_decl_mkfifoat=yes ac_cv_have_decl_mknod=yes ac_cv_have_decl_mknodat=yes ac_cv_have_decl_mkstemp=yes ac_cv_have_decl_nl_langinfo=yes ac_cv_have_decl_offsetof=yes ac_cv_have_decl_openat=yes ac_cv_have_decl_opendir=yes ac_cv_have_decl_pclose=yes ac_cv_have_decl_pipe=yes ac_cv_have_decl_popen=yes ac_cv_have_decl_posix_openpt=yes ac_cv_have_decl_posix_spawn=yes ac_cv_have_decl_posix_spawn_file_actions_addclose=yes ac_cv_have_decl_posix_spawn_file_actions_adddup2=yes ac_cv_have_decl_posix_spawn_file_actions_addopen=yes ac_cv_have_decl_posix_spawn_file_actions_destroy=yes ac_cv_have_decl_posix_spawn_file_actions_init=yes ac_cv_have_decl_posix_spawnattr_destroy=yes ac_cv_have_decl_posix_spawnattr_getflags=yes ac_cv_have_decl_posix_spawnattr_getpgroup=yes ac_cv_have_decl_posix_spawnattr_getschedparam=yes ac_cv_have_decl_posix_spawnattr_getschedpolicy=yes ac_cv_have_decl_posix_spawnattr_getsigdefault=yes ac_cv_have_decl_posix_spawnattr_getsigmask=yes ac_cv_have_decl_posix_spawnattr_init=yes ac_cv_have_decl_posix_spawnattr_setflags=yes ac_cv_have_decl_posix_spawnattr_setpgroup=yes ac_cv_have_decl_posix_spawnattr_setschedparam=yes ac_cv_have_decl_posix_spawnattr_setschedpolicy=yes ac_cv_have_decl_posix_spawnattr_setsigdefault=yes ac_cv_have_decl_posix_spawnattr_setsigmask=yes ac_cv_have_decl_posix_spawnp=yes ac_cv_have_decl_pread=yes ac_cv_have_decl_pselect=yes ac_cv_have_decl_pthread_sigmask=yes ac_cv_have_decl_ptsname=yes ac_cv_have_decl_putc_unlocked=yes ac_cv_have_decl_putchar_unlocked=yes ac_cv_have_decl_pwrite=yes ac_cv_have_decl_random=yes ac_cv_have_decl_rawmemchr=yes ac_cv_have_decl_readdir=yes ac_cv_have_decl_readlink=yes ac_cv_have_decl_readlinkat=yes ac_cv_have_decl_realpath=yes ac_cv_have_decl_renameat=yes ac_cv_have_decl_rewinddir=yes ac_cv_have_decl_rmdir=yes ac_cv_have_decl_rpmatch=yes ac_cv_have_decl_scandir=yes ac_cv_have_decl_select=yes ac_cv_have_decl_setenv=yes ac_cv_have_decl_sethostname=yes ac_cv_have_decl_setlocale=yes ac_cv_have_decl_setstate=yes ac_cv_have_decl_setusershell=yes ac_cv_have_decl_sigaction=yes ac_cv_have_decl_sigaddset=yes ac_cv_have_decl_sigaltstack=yes ac_cv_have_decl_sigdelset=yes ac_cv_have_decl_sigemptyset=yes ac_cv_have_decl_sigfillset=yes ac_cv_have_decl_sigismember=yes ac_cv_have_decl_sigpending=yes ac_cv_have_decl_sigprocmask=yes ac_cv_have_decl_sleep=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_srandom=yes ac_cv_have_decl_stat=yes ac_cv_have_decl_stpcpy=yes ac_cv_have_decl_stpncpy=yes ac_cv_have_decl_strcasestr=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strerror_r=yes ac_cv_have_decl_strncat=yes ac_cv_have_decl_strndup=yes ac_cv_have_decl_strnlen=yes ac_cv_have_decl_strpbrk=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_strsignal=yes ac_cv_have_decl_strtod=yes ac_cv_have_decl_strtoimax=yes ac_cv_have_decl_strtok_r=yes ac_cv_have_decl_strtoll=yes ac_cv_have_decl_strtoull=yes ac_cv_have_decl_strtoumax=yes ac_cv_have_decl_symlink=yes ac_cv_have_decl_symlinkat=yes ac_cv_have_decl_sys_siglist=yes ac_cv_have_decl_tcsendbreak=yes ac_cv_have_decl_tmpfile=yes ac_cv_have_decl_towctrans=yes ac_cv_have_decl_ttyname_r=yes ac_cv_have_decl_unlink=yes ac_cv_have_decl_unlinkat=yes ac_cv_have_decl_unlockpt=yes ac_cv_have_decl_unsetenv=yes ac_cv_have_decl_usleep=yes ac_cv_have_decl_vdprintf=yes ac_cv_have_decl_vsnprintf=yes ac_cv_have_decl_waitpid=yes ac_cv_have_decl_wcpcpy=yes ac_cv_have_decl_wcpncpy=yes ac_cv_have_decl_wcrtomb=yes ac_cv_have_decl_wcscasecmp=yes ac_cv_have_decl_wcscat=yes ac_cv_have_decl_wcschr=yes ac_cv_have_decl_wcscmp=yes ac_cv_have_decl_wcscoll=yes ac_cv_have_decl_wcscpy=yes ac_cv_have_decl_wcscspn=yes ac_cv_have_decl_wcsdup=yes ac_cv_have_decl_wcslen=yes ac_cv_have_decl_wcsncasecmp=yes ac_cv_have_decl_wcsncat=yes ac_cv_have_decl_wcsncmp=yes ac_cv_have_decl_wcsncpy=yes ac_cv_have_decl_wcsnlen=yes ac_cv_have_decl_wcsnrtombs=yes ac_cv_have_decl_wcspbrk=yes ac_cv_have_decl_wcsrchr=yes ac_cv_have_decl_wcsrtombs=yes ac_cv_have_decl_wcsspn=yes ac_cv_have_decl_wcsstr=yes ac_cv_have_decl_wcstok=yes ac_cv_have_decl_wcswidth=yes ac_cv_have_decl_wcsxfrm=yes ac_cv_have_decl_wctob=yes ac_cv_have_decl_wctrans=yes ac_cv_have_decl_wctype=yes ac_cv_have_decl_wcwidth=yes ac_cv_have_decl_wmemchr=yes ac_cv_have_decl_wmemcmp=yes ac_cv_have_decl_wmemcpy=yes ac_cv_have_decl_wmemmove=yes ac_cv_have_decl_wmemset=yes ac_cv_have_decl_writev=yes ac_cv_have_getopt_optreset=yes ac_cv_have_int64_t=yes ac_cv_have_intxx_t=yes ac_cv_have_mode_t=yes ac_cv_have_pid_t=yes ac_cv_have_pw_change_in_struct_passwd=yes ac_cv_have_pw_class_in_struct_passwd=yes ac_cv_have_pw_expire_in_struct_passwd=yes ac_cv_have_sa_family_t=yes ac_cv_have_size_t=yes ac_cv_have_ss_family_in_struct_ss=yes ac_cv_have_ssize_t=yes ac_cv_have_struct_addrinfo=yes ac_cv_have_struct_in6_addr=yes ac_cv_have_struct_sockaddr_in6=yes ac_cv_have_struct_sockaddr_storage=yes ac_cv_have_struct_timeval=yes ac_cv_have_u_char=yes ac_cv_have_u_int64_t=yes ac_cv_have_u_int=yes ac_cv_have_u_intxx_t=yes ac_cv_have_va_copy=yes ac_cv_header_alloca_h=no ac_cv_header_argz_h=no ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_nameser_h=yes ac_cv_header_byteswap_h=no ac_cv_header_ctype_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dl_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_elf_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_floatingpoint_h=yes ac_cv_header_getopt_h=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_libgen_h=yes ac_cv_header_libutil_h=yes ac_cv_header_limits_h=yes ac_cv_header_login_cap_h=yes ac_cv_header_malloc_h=no ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_if_h=yes ac_cv_header_net_if_media_h=yes ac_cv_header_net_if_tap_h=yes ac_cv_header_net_if_tun_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_paths_h=yes ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_random_h=no ac_cv_header_readpassphrase_h=yes ac_cv_header_resolv_h=yes ac_cv_header_rpc_types_h=yes ac_cv_header_sched_h=yes ac_cv_header_search_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_signal_h=yes ac_cv_header_spawn_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_acl_h=yes ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_dir_h=yes ac_cv_header_sys_fcntl_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_mount_h=yes ac_cv_header_sys_msg_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_ptrace_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timers_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time_h=yes ac_cv_header_ttyent_h=yes ac_cv_header_ucontext_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_vfork_h=no ac_cv_header_vis_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i386-portbld-freebsd10.0 ac_cv_lib_crypt_crypt=yes ac_cv_lib_edit_el_init=yes ac_cv_lib_lex=-lfl ac_cv_lib_pam_pam_set_item=yes ac_cv_lib_z_deflate=yes ac_cv_libc_defines___progname=yes ac_cv_libc_defines_sys_errlist=yes ac_cv_libc_defines_sys_nerr=yes ac_cv_member_HEADER_ad=yes ac_cv_member_struct___res_state_retrans=yes ac_cv_member_struct_sigaction_sa_sigaction=yes ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes ac_cv_member_struct_stat_st_blksize=yes ac_cv_objext=o ac_cv_path_BZIP2=/usr/bin/bzip2 ac_cv_path_EGREP=/usr/bin/egrep ac_cv_path_FGREP=/usr/bin/fgrep ac_cv_path_GREP=/usr/bin/grep ac_cv_path_GZIP=/usr/bin/gzip ac_cv_path_MKTEMP_COMMAND=/usr/bin/mktemp ac_cv_path_PERL=/usr/bin/perl ac_cv_path_SED=/usr/bin/sed ac_cv_path_install=/usr/bin/install ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=/usr/bin/awk ac_cv_prog_CC_FOR_BUILD=cc ac_cv_prog_CPP=cpp47 ac_cv_prog_CXXCPP='g++47 -E' ac_cv_prog_INDENT=indent ac_cv_prog_LEX=flex ac_cv_prog_MAKE=gmake ac_cv_prog_PYTHON2=python2 ac_cv_prog_SED=/usr/bin/sed ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC=gcc47 ac_cv_prog_ac_ct_CXX_FOR_BUILD=c++ ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=/usr/local/bin/objdump ac_cv_prog_ac_ct_RANLIB=/usr/local/bin/ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc47_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_gmake_set=yes ac_cv_target=i386-portbld-freebsd10.0 ac_cv_type__Bool=yes ac_cv_type_char=yes ac_cv_type_char_p=yes ac_cv_type_fsblkcnt_t=yes ac_cv_type_fsfilcnt_t=yes ac_cv_type_in_addr_t=yes ac_cv_type_in_port_t=yes ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int=yes ac_cv_type_intmax_t=yes ac_cv_type_long=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_long_long_int=yes ac_cv_type_mbstate_t=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_posix_spawn_file_actions_t=yes ac_cv_type_posix_spawnattr_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_short=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_sigset_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_ssize_t=yes ac_cv_type_stack_t=yes ac_cv_type_struct_timespec=yes ac_cv_type_u_char=yes ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_u_int8_t=yes ac_cv_type_u_int=yes ac_cv_type_u_long=yes ac_cv_type_u_short=yes ac_cv_type_uid_t=yes ac_cv_type_uintptr_t=yes ac_cv_type_unsigned_char=yes ac_cv_type_unsigned_int=yes ac_cv_type_unsigned_long=yes ac_cv_type_unsigned_long_long=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_type_unsigned_short=yes ac_cv_type_volatile_sig_atomic_t=yes ac_cv_type_wchar_t=yes ac_cv_type_wint_t=yes am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=/usr/bin/tar ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_prog_bison=yes ax_cv_prog_flex=yes cl_cv_prog_LN=/bin/ln cl_cv_prog_cp='/bin/cp -p' gl_cv_func_btowc_eof=yes gl_cv_func_btowc_nul=yes gl_cv_func_fcntl_f_dupfd_cloexec=yes gl_cv_func_fnmatch_posix=yes gl_cv_func_fopen_slash=yes gl_cv_func_frexp_no_libm=yes gl_cv_func_fseeko=yes gl_cv_func_ftello=yes gl_cv_func_getcwd_null=yes gl_cv_func_getcwd_posix_signature=yes gl_cv_func_getopt_posix=yes gl_cv_func_isnand_no_libm=yes gl_cv_func_ldexp_no_libm=yes gl_cv_func_lseek_pipe=yes gl_cv_func_lstat_dereferences_slashed_symlink=yes gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_mbrtowc_incomplete_state=yes gl_cv_func_mbrtowc_nul_retval=yes gl_cv_func_mbrtowc_null_arg1=yes gl_cv_func_mbrtowc_null_arg2=yes gl_cv_func_mbrtowc_retval=yes gl_cv_func_mbrtowc_sanitycheck=yes gl_cv_func_open_slash=yes gl_cv_func_printf_directive_a=yes gl_cv_func_printf_directive_f=yes gl_cv_func_printf_directive_ls=yes gl_cv_func_printf_directive_n=yes gl_cv_func_printf_flag_grouping=yes gl_cv_func_printf_flag_leftadjust=yes gl_cv_func_printf_flag_zero=yes gl_cv_func_printf_infinite=yes gl_cv_func_printf_long_double=yes gl_cv_func_printf_positions=yes gl_cv_func_printf_precision=yes gl_cv_func_printf_sizes_c99=yes gl_cv_func_sigprocmask=1 gl_cv_func_snprintf_retval_c99=yes gl_cv_func_snprintf_size1=yes gl_cv_func_snprintf_usable=yes gl_cv_func_spawnattr_setschedparam=yes gl_cv_func_spawnattr_setschedpolicy=yes gl_cv_func_stat_dir_slash=yes gl_cv_func_stat_file_slash=yes gl_cv_func_stpncpy=yes gl_cv_func_va_copy=yes gl_cv_func_wcrtomb_retval=yes gl_cv_have_include_next=yes gl_cv_have_raw_decl__Exit=yes gl_cv_have_raw_decl_alphasort=yes gl_cv_have_raw_decl_atoll=yes gl_cv_have_raw_decl_btowc=yes gl_cv_have_raw_decl_chdir=yes gl_cv_have_raw_decl_chown=yes gl_cv_have_raw_decl_closedir=yes gl_cv_have_raw_decl_dprintf=yes gl_cv_have_raw_decl_dup2=yes gl_cv_have_raw_decl_dup=yes gl_cv_have_raw_decl_endusershell=yes gl_cv_have_raw_decl_faccessat=yes gl_cv_have_raw_decl_fchdir=yes gl_cv_have_raw_decl_fchmodat=yes gl_cv_have_raw_decl_fchownat=yes gl_cv_have_raw_decl_fcntl=yes gl_cv_have_raw_decl_fdopendir=yes gl_cv_have_raw_decl_ffsl=yes gl_cv_have_raw_decl_ffsll=yes gl_cv_have_raw_decl_fpurge=yes gl_cv_have_raw_decl_fseeko=yes gl_cv_have_raw_decl_fstat=yes gl_cv_have_raw_decl_fstatat=yes gl_cv_have_raw_decl_fsync=yes gl_cv_have_raw_decl_ftello=yes gl_cv_have_raw_decl_ftruncate=yes gl_cv_have_raw_decl_getcwd=yes gl_cv_have_raw_decl_getdelim=yes gl_cv_have_raw_decl_getdomainname=yes gl_cv_have_raw_decl_getdtablesize=yes gl_cv_have_raw_decl_getgroups=yes gl_cv_have_raw_decl_gethostname=yes gl_cv_have_raw_decl_getline=yes gl_cv_have_raw_decl_getloadavg=yes gl_cv_have_raw_decl_getlogin=yes gl_cv_have_raw_decl_getlogin_r=yes gl_cv_have_raw_decl_getpagesize=yes gl_cv_have_raw_decl_gets=yes gl_cv_have_raw_decl_getsubopt=yes gl_cv_have_raw_decl_gettimeofday=yes gl_cv_have_raw_decl_getusershell=yes gl_cv_have_raw_decl_grantpt=yes gl_cv_have_raw_decl_imaxabs=yes gl_cv_have_raw_decl_imaxdiv=yes gl_cv_have_raw_decl_initstate=yes gl_cv_have_raw_decl_isatty=yes gl_cv_have_raw_decl_iswctype=yes gl_cv_have_raw_decl_lchmod=yes gl_cv_have_raw_decl_lchown=yes gl_cv_have_raw_decl_link=yes gl_cv_have_raw_decl_linkat=yes gl_cv_have_raw_decl_lseek=yes gl_cv_have_raw_decl_lstat=yes gl_cv_have_raw_decl_mbrlen=yes gl_cv_have_raw_decl_mbrtowc=yes gl_cv_have_raw_decl_mbsinit=yes gl_cv_have_raw_decl_mbsnrtowcs=yes gl_cv_have_raw_decl_mbsrtowcs=yes gl_cv_have_raw_decl_memcpy=no gl_cv_have_raw_decl_memmem=yes gl_cv_have_raw_decl_memrchr=yes gl_cv_have_raw_decl_mkdirat=yes gl_cv_have_raw_decl_mkdtemp=yes gl_cv_have_raw_decl_mkfifo=yes gl_cv_have_raw_decl_mkfifoat=yes gl_cv_have_raw_decl_mknod=yes gl_cv_have_raw_decl_mknodat=yes gl_cv_have_raw_decl_mkstemp=yes gl_cv_have_raw_decl_nl_langinfo=yes gl_cv_have_raw_decl_openat=yes gl_cv_have_raw_decl_opendir=yes gl_cv_have_raw_decl_pclose=yes gl_cv_have_raw_decl_pipe=yes gl_cv_have_raw_decl_popen=yes gl_cv_have_raw_decl_posix_openpt=yes gl_cv_have_raw_decl_posix_spawn=yes gl_cv_have_raw_decl_posix_spawn_file_actions_addclose=yes gl_cv_have_raw_decl_posix_spawn_file_actions_adddup2=yes gl_cv_have_raw_decl_posix_spawn_file_actions_addopen=yes gl_cv_have_raw_decl_posix_spawn_file_actions_destroy=yes gl_cv_have_raw_decl_posix_spawn_file_actions_init=yes gl_cv_have_raw_decl_posix_spawnattr_destroy=yes gl_cv_have_raw_decl_posix_spawnattr_getflags=yes gl_cv_have_raw_decl_posix_spawnattr_getpgroup=yes gl_cv_have_raw_decl_posix_spawnattr_getschedparam=yes gl_cv_have_raw_decl_posix_spawnattr_getschedpolicy=yes gl_cv_have_raw_decl_posix_spawnattr_getsigdefault=yes gl_cv_have_raw_decl_posix_spawnattr_getsigmask=yes gl_cv_have_raw_decl_posix_spawnattr_init=yes gl_cv_have_raw_decl_posix_spawnattr_setflags=yes gl_cv_have_raw_decl_posix_spawnattr_setpgroup=yes gl_cv_have_raw_decl_posix_spawnattr_setschedparam=yes gl_cv_have_raw_decl_posix_spawnattr_setschedpolicy=yes gl_cv_have_raw_decl_posix_spawnattr_setsigdefault=yes gl_cv_have_raw_decl_posix_spawnattr_setsigmask=yes gl_cv_have_raw_decl_posix_spawnp=yes gl_cv_have_raw_decl_pread=yes gl_cv_have_raw_decl_pselect=yes gl_cv_have_raw_decl_pthread_sigmask=yes gl_cv_have_raw_decl_ptsname=yes gl_cv_have_raw_decl_pwrite=yes gl_cv_have_raw_decl_random=yes gl_cv_have_raw_decl_rawmemchr=yes gl_cv_have_raw_decl_readdir=yes gl_cv_have_raw_decl_readlink=yes gl_cv_have_raw_decl_readlinkat=yes gl_cv_have_raw_decl_realpath=yes gl_cv_have_raw_decl_renameat=yes gl_cv_have_raw_decl_rewinddir=yes gl_cv_have_raw_decl_rmdir=yes gl_cv_have_raw_decl_rpmatch=yes gl_cv_have_raw_decl_scandir=yes gl_cv_have_raw_decl_select=yes gl_cv_have_raw_decl_setenv=yes gl_cv_have_raw_decl_sethostname=yes gl_cv_have_raw_decl_setlocale=yes gl_cv_have_raw_decl_setstate=yes gl_cv_have_raw_decl_setusershell=yes gl_cv_have_raw_decl_sigaction=yes gl_cv_have_raw_decl_sigaddset=yes gl_cv_have_raw_decl_sigdelset=yes gl_cv_have_raw_decl_sigemptyset=yes gl_cv_have_raw_decl_sigfillset=yes gl_cv_have_raw_decl_sigismember=yes gl_cv_have_raw_decl_sigpending=yes gl_cv_have_raw_decl_sigprocmask=yes gl_cv_have_raw_decl_sleep=yes gl_cv_have_raw_decl_snprintf=yes gl_cv_have_raw_decl_srandom=yes gl_cv_have_raw_decl_stat=yes gl_cv_have_raw_decl_stpcpy=yes gl_cv_have_raw_decl_stpncpy=yes gl_cv_have_raw_decl_strcasestr=yes gl_cv_have_raw_decl_strdup=yes gl_cv_have_raw_decl_strerror_r=yes gl_cv_have_raw_decl_strncat=yes gl_cv_have_raw_decl_strndup=yes gl_cv_have_raw_decl_strnlen=yes gl_cv_have_raw_decl_strpbrk=yes gl_cv_have_raw_decl_strsep=yes gl_cv_have_raw_decl_strsignal=yes gl_cv_have_raw_decl_strtod=yes gl_cv_have_raw_decl_strtoimax=yes gl_cv_have_raw_decl_strtok_r=yes gl_cv_have_raw_decl_strtoll=yes gl_cv_have_raw_decl_strtoull=yes gl_cv_have_raw_decl_strtoumax=yes gl_cv_have_raw_decl_strverscmp=no gl_cv_have_raw_decl_symlink=yes gl_cv_have_raw_decl_symlinkat=yes gl_cv_have_raw_decl_tmpfile=yes gl_cv_have_raw_decl_towctrans=yes gl_cv_have_raw_decl_ttyname_r=yes gl_cv_have_raw_decl_unlink=yes gl_cv_have_raw_decl_unlinkat=yes gl_cv_have_raw_decl_unlockpt=yes gl_cv_have_raw_decl_unsetenv=yes gl_cv_have_raw_decl_usleep=yes gl_cv_have_raw_decl_vdprintf=yes gl_cv_have_raw_decl_vsnprintf=yes gl_cv_have_raw_decl_waitpid=yes gl_cv_have_raw_decl_wcpcpy=yes gl_cv_have_raw_decl_wcpncpy=yes gl_cv_have_raw_decl_wcrtomb=yes gl_cv_have_raw_decl_wcscasecmp=yes gl_cv_have_raw_decl_wcscat=yes gl_cv_have_raw_decl_wcschr=yes gl_cv_have_raw_decl_wcscmp=yes gl_cv_have_raw_decl_wcscoll=yes gl_cv_have_raw_decl_wcscpy=yes gl_cv_have_raw_decl_wcscspn=yes gl_cv_have_raw_decl_wcsdup=yes gl_cv_have_raw_decl_wcslen=yes gl_cv_have_raw_decl_wcsncasecmp=yes gl_cv_have_raw_decl_wcsncat=yes gl_cv_have_raw_decl_wcsncmp=yes gl_cv_have_raw_decl_wcsncpy=yes gl_cv_have_raw_decl_wcsnlen=yes gl_cv_have_raw_decl_wcsnrtombs=yes gl_cv_have_raw_decl_wcspbrk=yes gl_cv_have_raw_decl_wcsrchr=yes gl_cv_have_raw_decl_wcsrtombs=yes gl_cv_have_raw_decl_wcsspn=yes gl_cv_have_raw_decl_wcsstr=yes gl_cv_have_raw_decl_wcstok=yes gl_cv_have_raw_decl_wcswidth=yes gl_cv_have_raw_decl_wcsxfrm=yes gl_cv_have_raw_decl_wctob=yes gl_cv_have_raw_decl_wctrans=yes gl_cv_have_raw_decl_wctype=yes gl_cv_have_raw_decl_wcwidth=yes gl_cv_have_raw_decl_wmemchr=yes gl_cv_have_raw_decl_wmemcmp=yes gl_cv_have_raw_decl_wmemcpy=yes gl_cv_have_raw_decl_wmemmove=yes gl_cv_have_raw_decl_wmemset=yes gl_cv_header_errno_h_complete=yes gl_cv_header_inttypes_h=yes gl_cv_header_langinfo_codeset=yes gl_cv_header_langinfo_era=yes gl_cv_header_langinfo_t_fmt_ampm=yes gl_cv_header_langinfo_yesexpr=yes gl_cv_header_locale_h_posix2001=yes gl_cv_header_signal_h_SIGPIPE=yes gl_cv_header_stdint_h=yes gl_cv_header_sys_select_h_selfcontained=yes gl_cv_header_wchar_h_correct_inline=yes gl_cv_sigaltstack_low_base=yes gl_cv_size_max=yes gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_type_sigset_t=yes gl_cv_type_wchar_t_signed=yes gl_cv_type_wctrans_t=yes gl_cv_type_wctype_t=yes gl_cv_type_wint_t_signed=yes gl_cv_var_stdin_large_offset=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_printf_posix=yes gt_cv_func_unsetenv_ret=int gt_cv_int_divbyzero_sigfpe=yes gt_cv_siginfo_t=yes gt_cv_ssize_t=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/local/bin/ld lt_cv_path_LDCXX=/usr/local/bin/ld lt_cv_path_MAGIC_CMD=/usr/bin/file lt_cv_path_NM=/usr/local/bin/nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\' lt_cv_sys_max_cmd_len=262144 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_GLPROTO_CFLAGS='-I/usr/local/include ' pkg_cv_GLPROTO_LIBS=' ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/graphics/libEGL/work/Mesa-9.1.7/bin/missing --run aclocal-1.12' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' API_DEFINES=' -DFEATURE_GL=1' AR='/usr/local/bin/ar' AUTOCONF='${SHELL} /usr/ports/graphics/libEGL/work/Mesa-9.1.7/bin/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/graphics/libEGL/work/Mesa-9.1.7/bin/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/graphics/libEGL/work/Mesa-9.1.7/bin/missing --run automake-1.12' AWK='/usr/bin/awk' BUILD_EXEEXT='' BUILD_OBJEXT='' BUILD_SHARED_FALSE='#' BUILD_SHARED_TRUE='' CC='gcc47' CCAS='gcc47' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='cc' CFLAGS='-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp' CFLAGS_FOR_BUILD='-g -O2 -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp' CLANG_RESOURCE_DIR='' CLOCK_LIB='' CPP='cpp47' CPPFLAGS='-isystem/usr/local/include' CPPFLAGS_FOR_BUILD='' CPP_FOR_BUILD='cc -E' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='' CXX='g++47' CXXCPP='g++47 -E' CXXCPPFLAGS_FOR_BUILD='' CXXCPP_FOR_BUILD='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -Wall -fno-strict-aliasing -fno-builtin-memcmp' CXXFLAGS_FOR_BUILD='-g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp' CXX_FOR_BUILD='c++' CYGPATH_W='echo' DEFINES=' -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DIN_DRI_DRIVER' DEFINES_FOR_BUILD='' DEFS='' DEPDIR='.deps' DLLTOOL='false' DLOPEN_LIBS='' DRI2PROTO_CFLAGS='' DRI2PROTO_LIBS='' DRIGL_CFLAGS='' DRIGL_LIBS='' DRIVER_DIRS=' dri' DRI_DIRS='' DRI_DRIVER_INSTALL_DIR='' DRI_DRIVER_SEARCH_DIR='' DRI_LIB_DEPS='' DRI_PC_REQ_PRIV='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGL_CFLAGS='' EGL_CLIENT_APIS='' EGL_DRIVER_INSTALL_DIR='' EGL_LIB_DEPS='' EGL_LIB_GLOB='lib$(EGL_LIB).*so*' EGL_LIB_NAME='lib$(EGL_LIB).so' EGL_NATIVE_PLATFORM='' EGL_PLATFORMS='' EGREP='/usr/bin/egrep' EXEEXT='' EXPAT_INCLUDES='' FGREP='/usr/bin/fgrep' GALLIUM_DIRS='auxiliary drivers state_trackers' GALLIUM_DRIVERS_DIRS='galahad trace rbug noop identity' GALLIUM_DRI_LIB_DEPS='' GALLIUM_MAKE_DIRS='' GALLIUM_PIPE_LOADER_DEFINES='' GALLIUM_PIPE_LOADER_LIBS='' GALLIUM_PIPE_LOADER_XCB_CFLAGS='' GALLIUM_PIPE_LOADER_XCB_LIBS='' GALLIUM_STATE_TRACKERS_DIRS='dri ' GALLIUM_TARGET_DIRS='' GALLIUM_WINSYS_DIRS='sw sw/dri' GBM_PC_LIB_PRIV='' GBM_PC_REQ_PRIV='' GLAPI_LIB_GLOB='lib$(GLAPI_LIB).*so*' GLAPI_LIB_NAME='lib$(GLAPI_LIB).so' GLESv1_CM_LIB_DEPS='' GLESv1_CM_LIB_GLOB='lib$(GLESv1_CM_LIB).*so*' GLESv1_CM_LIB_NAME='lib$(GLESv1_CM_LIB).so' GLESv1_CM_PC_LIB_PRIV='' GLESv2_LIB_DEPS='' GLESv2_LIB_GLOB='lib$(GLESv2_LIB).*so*' GLESv2_LIB_NAME='lib$(GLESv2_LIB).so' GLESv2_PC_LIB_PRIV='' GLPROTO_CFLAGS='-I/usr/local/include ' GLPROTO_LIBS=' ' GLX_TLS='' GL_LIB='GL' GL_LIB_DEPS='' GL_LIB_GLOB='lib$(GL_LIB).*so*' GL_LIB_NAME='lib$(GL_LIB).so' GL_PC_CFLAGS='' GL_PC_LIB_PRIV='' GL_PC_REQ_PRIV='' GREP='/usr/bin/grep' HAVE_COMMON_DRI_FALSE='' HAVE_COMMON_DRI_TRUE='' HAVE_DRI_FALSE='#' HAVE_DRI_TRUE='' HAVE_DRM_LOADER_GALLIUM_FALSE='' HAVE_DRM_LOADER_GALLIUM_TRUE='' HAVE_EGL_DRIVER_DRI2_FALSE='' HAVE_EGL_DRIVER_DRI2_TRUE='' HAVE_EGL_DRIVER_GLX_FALSE='' HAVE_EGL_DRIVER_GLX_TRUE='' HAVE_EGL_PLATFORM_DRM_FALSE='' HAVE_EGL_PLATFORM_DRM_TRUE='' HAVE_EGL_PLATFORM_FBDEV_FALSE='' HAVE_EGL_PLATFORM_FBDEV_TRUE='' HAVE_EGL_PLATFORM_NULL_FALSE='' HAVE_EGL_PLATFORM_NULL_TRUE='' HAVE_EGL_PLATFORM_WAYLAND_FALSE='' HAVE_EGL_PLATFORM_WAYLAND_TRUE='' HAVE_EGL_PLATFORM_X11_FALSE='' HAVE_EGL_PLATFORM_X11_TRUE='' HAVE_GALAHAD_GALLIUM_FALSE='' HAVE_GALAHAD_GALLIUM_TRUE='' HAVE_GALLIUM_COMPUTE_FALSE='' HAVE_GALLIUM_COMPUTE_TRUE='' HAVE_GALLIUM_FALSE='' HAVE_GALLIUM_I915_FALSE='' HAVE_GALLIUM_I915_TRUE='' HAVE_GALLIUM_LLVMPIPE_FALSE='' HAVE_GALLIUM_LLVMPIPE_TRUE='' HAVE_GALLIUM_NOUVEAU_FALSE='' HAVE_GALLIUM_NOUVEAU_TRUE='' HAVE_GALLIUM_R300_FALSE='' HAVE_GALLIUM_R300_TRUE='' HAVE_GALLIUM_R600_FALSE='' HAVE_GALLIUM_R600_TRUE='' HAVE_GALLIUM_RADEONSI_FALSE='' HAVE_GALLIUM_RADEONSI_TRUE='' HAVE_GALLIUM_SOFTPIPE_FALSE='' HAVE_GALLIUM_SOFTPIPE_TRUE='' HAVE_GALLIUM_SVGA_FALSE='' HAVE_GALLIUM_SVGA_TRUE='' HAVE_GALLIUM_TRUE='' HAVE_I915_DRI_FALSE='' HAVE_I915_DRI_TRUE='' HAVE_I965_DRI_FALSE='' HAVE_I965_DRI_TRUE='' HAVE_IDENTITY_GALLIUM_FALSE='' HAVE_IDENTITY_GALLIUM_TRUE='' HAVE_LOADER_GALLIUM_FALSE='' HAVE_LOADER_GALLIUM_TRUE='' HAVE_MESA_LLVM_FALSE='' HAVE_MESA_LLVM_TRUE='' HAVE_NOOP_GALLIUM_FALSE='' HAVE_NOOP_GALLIUM_TRUE='' HAVE_NOUVEAU_DRI_FALSE='' HAVE_NOUVEAU_DRI_TRUE='' HAVE_OPENGL_FALSE='' HAVE_OPENGL_TRUE='' HAVE_OPENVG_FALSE='' HAVE_OPENVG_TRUE='' HAVE_R200_DRI_FALSE='' HAVE_R200_DRI_TRUE='' HAVE_RADEON_DRI_FALSE='' HAVE_RADEON_DRI_TRUE='' HAVE_SHARED_GLAPI_FALSE='#' HAVE_SHARED_GLAPI_TRUE='' HAVE_SPARC_ASM_FALSE='' HAVE_SPARC_ASM_TRUE='' HAVE_SWRAST_DRI_FALSE='' HAVE_SWRAST_DRI_TRUE='' HAVE_X11_DRIVER_FALSE='' HAVE_X11_DRIVER_TRUE='' HAVE_X86_64_ASM_FALSE='' HAVE_X86_64_ASM_TRUE='' HAVE_X86_ASM_FALSE='' HAVE_X86_ASM_TRUE='' HAVE_XF86VIDMODE='' HAVE_XF86VIDMODE_FALSE='' HAVE_XF86VIDMODE_TRUE='' INDENT='indent' INDENT_FLAGS='-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTEL_CFLAGS='' INTEL_LIBS='' LD='/usr/local/bin/ld' LDFLAGS=' -Wl,-Y/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47' LDFLAGS_FOR_BUILD='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBCLC_INCLUDEDIR='' LIBCLC_LIBEXECDIR='' LIBDRM_CFLAGS='' LIBDRM_LIBS='' LIBDRM_XORG_CFLAGS='' LIBDRM_XORG_LIBS='' LIBKMS_XORG_CFLAGS='' LIBKMS_XORG_LIBS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUDEV_CFLAGS='' LIBUDEV_LIBS='' LIB_DIR='lib' LIPO='' LLVM_BINDIR='' LLVM_CFLAGS='' LLVM_CONFIG='' LLVM_CPPFLAGS='' LLVM_CXXFLAGS='' LLVM_INCLUDEDIR='' LLVM_LDFLAGS='' LLVM_LIBDIR='' LLVM_LIBS='' LLVM_NEEDS_FNORTTI_FALSE='' LLVM_NEEDS_FNORTTI_TRUE='' LLVM_VERSION='' LN_S='ln -s' LTLIBOBJS='' MAKE='gmake' MAKEINFO='${SHELL} /usr/ports/graphics/libEGL/work/Mesa-9.1.7/bin/missing --run makeinfo' MANIFEST_TOOL=':' MESA_ASM_FILES='$(X86_FILES)' MESA_LLVM='' MKDIR_P='/bin/mkdir -p' NEED_LIBDRICORE_FALSE='' NEED_LIBDRICORE_TRUE='' NEED_LIBMESA_FALSE='' NEED_LIBMESA_TRUE='#' NEED_LIBPROGRAM_FALSE='' NEED_LIBPROGRAM_TRUE='' NEED_RADEON_GALLIUM_FALSE='' NEED_RADEON_GALLIUM_TRUE='' NM='/usr/local/bin/nm' NMEDIT='' NOUVEAU_CFLAGS='' NOUVEAU_LIBS='' OBJDUMP='/usr/local/bin/objdump' OBJEXT='o' OPENCL_LIB_INSTALL_DIR='' OSMESA_LIB='OSMesa' OSMESA_LIB_DEPS='' OSMESA_LIB_NAME='lib$(OSMESA_LIB).so' OSMESA_MESA_DEPS='' OSMESA_PC_LIB_PRIV='' OSMESA_PC_REQ='' OSMESA_VERSION='8' OTOOL64='' OTOOL='' PACKAGE='mesa' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa' PACKAGE_NAME='Mesa' PACKAGE_STRING='Mesa 9.1.7' PACKAGE_TARNAME='mesa' PACKAGE_URL='' PACKAGE_VERSION='9.1.7' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PKG_CONFIG='pkgconf' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POSIX_SHELL='' PTHREAD_CC='gcc47' PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' PTHREAD_LIBS='-lpthread' PYTHON2='python2' R600_NEED_RADEON_GALLIUM_FALSE='' R600_NEED_RADEON_GALLIUM_TRUE='' RADEON_CFLAGS='' RADEON_LIBS='' RANLIB='/usr/local/bin/ranlib' SED='/usr/bin/sed' SELINUX_LIBS='' SET_MAKE='' SHELL='/bin/sh' SRC_DIRS=' glx' STRIP='strip' USE_R600_LLVM_COMPILER_FALSE='' USE_R600_LLVM_COMPILER_TRUE='' VDPAU_CFLAGS='' VDPAU_LIBS='' VDPAU_LIB_INSTALL_DIR='' VDPAU_MAJOR='' VDPAU_MINOR='' VERSION='9.1.7' VG_LIB_DEPS='' VG_LIB_GLOB='lib$(VG_LIB).*so*' VG_LIB_NAME='lib$(VG_LIB).so' VG_PC_LIB_PRIV='' VISIBILITY_CFLAGS='-fvisibility=hidden' VISIBILITY_CXXFLAGS='-fvisibility=hidden' WAYLAND_CFLAGS='' WAYLAND_LIBS='' WAYLAND_SCANNER='' X11_INCLUDES='' XA_MAJOR='' XA_MINOR='' XA_TINY='' XA_VERSION='' XCB_DRI2_CFLAGS='' XCB_DRI2_LIBS='' XEXT_CFLAGS='' XEXT_LIBS='' XF86VIDMODE_CFLAGS='' XF86VIDMODE_LIBS='' XLIBGL_CFLAGS='' XLIBGL_LIBS='' XORG_CFLAGS='' XORG_DRIVER_INSTALL_DIR='' XORG_LIBS='' XVMC_CFLAGS='' XVMC_LIBS='' XVMC_LIB_INSTALL_DIR='' XVMC_MAJOR='' XVMC_MINOR='' YACC='bison' YFLAGS='' ac_ct_AR='' ac_ct_CC='gcc47' ac_ct_CC_FOR_BUILD='' ac_ct_CXX='' ac_ct_CXX_FOR_BUILD='c++' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd10.0' build_alias='i386-portbld-freebsd10.0' build_cpu='i386' build_os='freebsd10.0' build_vendor='portbld' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i386-portbld-freebsd10.0' host_alias='' host_cpu='i386' host_os='freebsd10.0' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' install_sh='${SHELL} /usr/ports/graphics/libEGL/work/Mesa-9.1.7/bin/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-portbld-freebsd10.0' target_alias='' target_cpu='i386' target_os='freebsd10.0' target_vendor='portbld' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Mesa" #define PACKAGE_TARNAME "mesa" #define PACKAGE_VERSION "9.1.7" #define PACKAGE_STRING "Mesa 9.1.7" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" #define PACKAGE_URL "" #define PACKAGE "mesa" #define VERSION "9.1.7" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define YYTEXT_POINTER 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 configure: exit 1 --------------070604020502020303050406-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 02:12:27 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 74E44BA9 for ; Wed, 3 Sep 2014 02:12:27 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A677152F for ; Wed, 3 Sep 2014 02:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=otrPGPXaIAN8rp2suksy51cIhc+x9ZErJxY5myFmKbg=; b=n/PDyY/v31rVRhnmGUGi3cr4vbCWEmSKdJGaYPTFDOcvnUCKbqKLSf26RlYrKY58c9l1akxQ6eYRLtMjhehFBr8lJS4KYdo8uIWL9kus1IwjerGj59A5TJgQQKq1Snw45QM+TLKfL1kjd/6+x7llQmH59FTqqjjpNCL2hqgxFfY=; Received: from [182.0.87.136] (port=41698 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XP03X-004Jvp-2o; Tue, 02 Sep 2014 20:12:19 -0600 Date: Wed, 3 Sep 2014 10:12:14 +0800 From: Erich Dollansky To: polinsky Subject: Re: Problems installing kde4 Message-ID: <20140903101214.0eb1745a@X220.alogt.com> In-Reply-To: <5406708C.9060008@gmail.com> References: <5406708C.9060008@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 02:12:27 -0000 Hi, On Tue, 02 Sep 2014 21:36:12 -0400 polinsky wrote: oh, it seems that our ancestors have been neighbours. > I have installed FreeBSD 10 on one computer in my house for > experimentation, and decided to try to install kde4. When I was up to > kde_workspace, I ran into a problem during the compilation of libEGL, > I believe. It said I needed libdrm>=2.4.24, but none seems to be It is in the ports tree. It should be in /usr/local/lib. > available. To the best of my knowledge I have the latest ports Did you install KDE from the ports? > available on my computer. Perhaps I mis-answered the configuration > with one of the earlier requirements. I am including the log of the This can always happen. Just remove the configuration and start again with make. > error log; I initially had a list of all packages on my system but > the submission was rejected as too large. It can be sent to anyone on Problems like this are most likely caused by some simple things. The logs are only needed when it becomes more complicated. > request. Perhaps you can help. I should mention that I am not too > familiar with FreeBSD, but I did retire a few months ago as a Good hint. > programmer. This would be my first BSD machine with the rest in the We all started at some point. > house various distributions of Linux: Slackware, Centos, and Debian. > I would like this FreeBSD 10 machine to replace my Slackware 14.1 Good idea. Erich From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 03:48:51 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F2655BC for ; Wed, 3 Sep 2014 03:48:51 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CDD612DF for ; Wed, 3 Sep 2014 03:48:51 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id a13so8430357igq.15 for ; Tue, 02 Sep 2014 20:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FK40WM6k88zIJFpLkyF7rju7L4jwNvMQXBcUP9/SvsQ=; b=ecsnOO6W3xR0cTSawUwxm3wx320m/LrPnsmVfbmsxA/HpOiIawxXFPVWULRORMrAsK qhzOZAvnhAXKb/rqdaGwGKBzWHGg/zmyMINM99Cr0a/O+wEWduxOcikmB3FGOrfJfNjJ RgII+z9x4RnQaHAryoomo7TGq45lIDJkDaZC3psm0djvEEOmgn0jtd857/34Lg1aQTFx D3TJ7phiSFclLstRgHzOHdy0/sDwEt4AW00WJimECgvsf7OD7ZNnSrNL4jKs3Sv9/1w4 WtdeQeSyFvyZLGYiIgPSsT4g/vKeZDkF+iWi5rc1XuGhcjmFbMnZVnmh0BDaH2tquqjQ CgiQ== MIME-Version: 1.0 X-Received: by 10.43.140.4 with SMTP id iy4mr35675354icc.23.1409716130823; Tue, 02 Sep 2014 20:48:50 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Tue, 2 Sep 2014 20:48:50 -0700 (PDT) In-Reply-To: <20140903101214.0eb1745a@X220.alogt.com> References: <5406708C.9060008@gmail.com> <20140903101214.0eb1745a@X220.alogt.com> Date: Tue, 2 Sep 2014 20:48:50 -0700 X-Google-Sender-Auth: X9mZDrxNSuBGt6RwCP-pdC3Vliw Message-ID: Subject: Re: Problems installing kde4 From: Kevin Oberman To: Erich Dollansky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-x11@freebsd.org" , polinsky X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 03:48:51 -0000 On Tue, Sep 2, 2014 at 7:12 PM, Erich Dollansky wrote: > Hi, > > On Tue, 02 Sep 2014 21:36:12 -0400 > polinsky wrote: > > oh, it seems that our ancestors have been neighbours. > > > I have installed FreeBSD 10 on one computer in my house for > > experimentation, and decided to try to install kde4. When I was up to > > kde_workspace, I ran into a problem during the compilation of libEGL, > > I believe. It said I needed libdrm>=2.4.24, but none seems to be > > It is in the ports tree. It should be in /usr/local/lib. > > > available. To the best of my knowledge I have the latest ports > > Did you install KDE from the ports? > > > available on my computer. Perhaps I mis-answered the configuration > > with one of the earlier requirements. I am including the log of the > > This can always happen. Just remove the configuration and start again > with make. > > > error log; I initially had a list of all packages on my system but > > the submission was rejected as too large. It can be sent to anyone on > > Problems like this are most likely caused by some simple things. The > logs are only needed when it becomes more complicated. > > > request. Perhaps you can help. I should mention that I am not too > > familiar with FreeBSD, but I did retire a few months ago as a > > Good hint. > > > programmer. This would be my first BSD machine with the rest in the > > We all started at some point. > > > house various distributions of Linux: Slackware, Centos, and Debian. > > I would like this FreeBSD 10 machine to replace my Slackware 14.1 > > Good idea. > > Erich The version of libdrm required that by KDE4 is only available in NEW_XORG. Define WITH_NEW_XORG=yes in /etc/make.conf nd build Xorg. Actually, only a handful of ports need to be rebuilt: /usr/ports/graphics/dri/Makefile /usr/ports/graphics/libEGL/Makefile /usr/ports/graphics/libGL/Makefile /usr/ports/graphics/libdrm/Makefile /usr/ports/graphics/libglapi/Makefile /usr/ports/graphics/libglesv2/Makefile /usr/ports/x11-drivers/xf86-input-egalax/Makefile /usr/ports/x11-drivers/xf86-input-elographics/Makefile /usr/ports/x11-drivers/xf86-input-fpit/Makefile /usr/ports/x11-drivers/xf86-input-hyperpen/Makefile /usr/ports/x11-drivers/xf86-input-joystick/Makefile /usr/ports/x11-drivers/xf86-input-mutouch/Makefile /usr/ports/x11-drivers/xf86-input-penmount/Makefile /usr/ports/x11-drivers/xf86-input-synaptics/Makefile /usr/ports/x11-drivers/xf86-input-vmmouse/Makefile /usr/ports/x11-drivers/xf86-input-void/Makefile /usr/ports/x11-drivers/xf86-video-ati/Makefile /usr/ports/x11-drivers/xf86-video-intel/Makefile /usr/ports/x11-drivers/xf86-video-rdc/Makefile /usr/ports/x11-servers/xephyr/Makefile /usr/ports/x11-servers/xorg-nestserver/Makefile /usr/ports/x11-servers/xorg-server/Makefile /usr/ports/x11-toolkits/py-kivy/Makefile /usr/ports/x11/kde4-workspace/Makefile /usr/ports/x11/xorg-minimal/Makefile Of course, you will not be using all of these. From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 15:31:48 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B05344AE for ; Wed, 3 Sep 2014 15:31:48 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 704131AAB for ; Wed, 3 Sep 2014 15:31:48 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPCXB-0000AR-Dn; Wed, 03 Sep 2014 17:31:45 +0200 Message-ID: <5407345C.2090108@dumbbell.fr> Date: Wed, 03 Sep 2014 17:31:40 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Zsolt Udvari Subject: Re: Mobility Radeon 4570 References: <5358DD75.1050103@dumbbell.fr> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PkW0imS5C1MbREuluQas8qAQMHNnpHO5X" Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 15:31:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PkW0imS5C1MbREuluQas8qAQMHNnpHO5X Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 27.08.2014 09:16, Zsolt Udvari wrote: > Hello again, Hello! > what about power management? Can I help maybe? Power management isn't the next step on the roadmap: we have to handle i915 and the device-independent part before upgrading the Radeon driver again. We also need to work on vt(4), the new console driver. This will help with moving on with the "NEW_XORG" stack (which is getting old...). If you're willing to help and are interested in kernel development, you could look into either problems with the GPU drivers or missing features in vt(4). Here are some ideas: 1. With Radeon cards, Piglit, the Mesa testsuite, freezes at some point. This is 100% reproducible on my laptop and this is always with the same tests. You would need to run Piglit (all dependencies are in the ports tree, except piglit itself which evolves too quickly to deserve a port). 2. With either Radeon or i915, when we vt-switch from the console back to the X session, the screen is frozen for up-to 10". It looks like we don't restart something and a timer implicitely does it. 3. In vt(4), we are missing several features. Here are two which were requested by testers (there are probably other requested features of course): o text cursor blinking o vidcontrol -[hHpH] Playing with vt(4) is probably easier to start with if you never did kernel development, as the code is way simpler and shorter than the DRM component. Let me know if you want to work on this! --=20 Jean-S=C3=A9bastien P=C3=A9dron --PkW0imS5C1MbREuluQas8qAQMHNnpHO5X Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUBzRhXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTM0R0QAJ8DdbmzjqQRnb4pmqxH4lQd AkAoHxu5HmblsC1TJkkj/H6STrbeSgkUaCnlyBhkuf45B+s0hSwBdvDGRCaxvOXn iNwdZ1C1pGuwaHWjnRGAFDZdBA07WE77nQxyV+/s3aPSnkPuDZ0ABmnD2OseSQSS tYjW8hqjUEgevLpNRkEO+uAYceo6xZ30XCEyDxd2ntaQblK2zwP27QkyqNZ8e757 /+aEADffCfoa/NfcJoOllpyXk6mG+1v8lvPF4xlEBGw4wcdmzwvNKxaKqJgNx+gh ocB/8l4xkNMlbEVd0qBSAiGV+sO5rbb5vegVIFIh8IOISyxSQG8Vh5FkHUBPyNiX /aT3jnWxGXwnilgzPvGT7uzlVkJwYy868fRQgmLLyBRoOCUhWP2kBWaA4+MXhLxP 57Duw3Dqo+S2NE3kGkI3mKxtbf4O5IC01stZYISgItWsyqxJFWVewSd0nqXxNuhD AVRoZb1GsweHzFkfh3vOuIrk+puj/PyFrqTj316Bn9lKBTkZbWMkhz8MIPAku9HG jhh0zstG/XrJGs7nRJIEulV9u6o1QdAx44KZHICEpYpucDFDxs1scPgdmdyxlrN+ yGLm841oMvViU9Mia+sQ21oGVwmf4xtDH0TOU7bJcmuuo2t0HWKuebvZKiMhIVQl dJDGyziVXZ0IHAo0tUpC =pbcy -----END PGP SIGNATURE----- --PkW0imS5C1MbREuluQas8qAQMHNnpHO5X-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 15:47:03 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CF40BBD for ; Wed, 3 Sep 2014 15:47:03 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D17AA1C55 for ; Wed, 3 Sep 2014 15:47:02 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPClx-0000Ff-24 for freebsd-x11@freebsd.org; Wed, 03 Sep 2014 17:47:01 +0200 Message-ID: <540737EF.1020000@dumbbell.fr> Date: Wed, 03 Sep 2014 17:46:55 +0200 From: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: vt(4) scrollback size References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="k2oPQFOm4BAIN0ov5KDpNWN3dMdaJWFWW" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 15:47:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --k2oPQFOm4BAIN0ov5KDpNWN3dMdaJWFWW Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 02.09.2014 19:04, Kevin Oberman wrote: > Now, with vt(4), it seems that the scrolback buffer at boot time (large= > font) is only about 50 lines and after starting X (smaller font) I get > about 140 lines. The number of lines I see seems to be linked to the nu= mber > of characters. Yes, currently, the value of 500 lines is hard-coded. The buffer size is calculated like this: (500 lines) x (screen width in characters with the current font) When you load a GPU driver (*kms), the resolution allows more characters on a line on the screen, therefore the buffer gets larger. The size of the buffer could be a runtime setting (a sysctl?), the code permits this. It just needs to be done=99 :) --=20 Jean-S=E9bastien P=E9dron --k2oPQFOm4BAIN0ov5KDpNWN3dMdaJWFWW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUBzf0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTMhZwP/3mZl3NPGfZ/Hy8nJ97LdA0I 7AQ3W/G5xmcMTC22zLPDQUaxyzYfKEI78oYECHU75KOU7Nfw+IxUPHbNGyE99Irs culWIGwN+opT/W5DMAKTX5S8ZsrNmwSTmnaDUB0eCfYrJUVO0pTyI6aDm0s3wPJ2 p/2Hg/IgvXQX7k8qIhKPKyzL0r5EuKyhQ5gYqhSIpuqwfvBfyv1mQKaSt7YDk3wr QZoNP00r+fv+4oLUStMbZOI8Ho+m5VpKqzsuxRhQcxTzDG8huQJPrD+zCxlhx5Qx Fzo0V8kpGZxr5BmtNah7TxmHgP2E1eWZwJnjZn73fll266Sgu/6MF0ZqVVpTge6d yn1BSi0LShprnIUG8aC1xz3cIr6d2Q86i66JWU+qRTJjV41g3giQRJqvqauwKmGU FJaHZNU0WW7YvHRIlU2VxCZwwRG3VWfurWZ72Bt+N/MTaXYTAlQsOtVrmuXes5CU e/76u7AGfyNQsDOcxrtDSD+lv4AUvrAFUT31k/1vtrLKHBS0t8fU7+DpXXZvRVJn dHU/qWui99paKV+i18pOB8fNRsYQHTjpIT1MiTqys2+aRR+T/QQrVDtlHlN+qBVq RUJZ6zL02h3gbqV/o3KpOMhkQVwZ6GN9nFnNANsRbQI3D4+t0ZAWtQFE4ckrG2Lb C/WgO75GXrnWK+ks0jkh =nOCt -----END PGP SIGNATURE----- --k2oPQFOm4BAIN0ov5KDpNWN3dMdaJWFWW-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 16:13:06 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DB43B1D for ; Wed, 3 Sep 2014 16:13:06 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA301F92 for ; Wed, 3 Sep 2014 16:13:06 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPDBA-0000OO-K1 for freebsd-x11@freebsd.org; Wed, 03 Sep 2014 18:13:04 +0200 Message-ID: <54073E0C.8030209@dumbbell.fr> Date: Wed, 03 Sep 2014 18:13:00 +0200 From: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: KMS error while trying to switch user in KDE References: <20140829222433.1889546epfn7fgcg@webmail.raad.tartu.ee> In-Reply-To: <20140829222433.1889546epfn7fgcg@webmail.raad.tartu.ee> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vQlkU8f6wFr6uhB3vj9Sls4UpVRkrQ9l3" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 16:13:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vQlkU8f6wFr6uhB3vj9Sls4UpVRkrQ9l3 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 29.08.2014 21:24, Toomas Aas wrote: > Hello! Hi! > One thing that does not work is 'switch user' functionality in KDE. Whe= n > attempting to start new session, the screen flashes briefly and then I > am returned to active session with screen locked, which I can unlock an= d > continue working. Could you please clone the "kms-drm-update-38" branch from the following Git repository: https://github.com/dumbbell/freebsd/tree/kms-drm-update-38 Then, rebuild the kernel from this branch. This is 11-CURRENT, but again, just take the kernel, keep your 10.x userland. --=20 Jean-S=E9bastien P=E9dron --vQlkU8f6wFr6uhB3vj9Sls4UpVRkrQ9l3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUBz4QXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTMz+AQAIf4NOZQHu7g/xpNMjAYcWKj ToQu9H6TWFksL0xmpbP9lY8hyHLQgmhgHrvwcKt7zAD+SFy2QrRCLBitQyb7tWkc l1W9utRIaSZX7Xsbdlw/gNEt4hvfLUohzP4fSNTVKoFRXN+ly7E5yJ0xJ/VB9FP5 raEyNieCJvKhlJcCcyGi0q38k+fY5IwRMiUFwfsyZBtiO0ABN6HNyaQtl7FvmGh5 z8ZLwJdUD6MUG9uJDdpbZvS3EZ6j8MB9HNb97ePzeyp4Xzjv8AKJznJp67O2y0Sm NkVm4wIuHfO2vXmU6TQVX1WxEctcukd6i56M+rPPnYllImYP8QdTAr55T+lVor5S qgkJSmAOa2C/0h2VsV2eIB2ZVf6ItUe6m8rf6DGGXnew7zmJBxv5CztkLk1e082D 5lm5iyJn2tU3TN9DJG9mySvAKvdg7heWHayV23JrdmlUXUgrmVOZ27DCXjEJGgjw yJh4OAmMxoyIpN+9LuYuPOjZRrreozUASE0xgax+VQchs8WcAqC6dCsVaQSTOZfQ 46QSSUUZfnJLizlY8BcJUcOLCn2YzryFe6vfy6jXC4+DBqT/wns4FvyWstL0ZVei /SOyBDWvD95TB3oGbQeKtHU9oN0vyXRrLLfcrgUKwmmOYJuVchKrDuK2/0qMTC9F oRMKx9lob6p3unDTytcn =kksO -----END PGP SIGNATURE----- --vQlkU8f6wFr6uhB3vj9Sls4UpVRkrQ9l3-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 16:32:49 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 7AB5AF7A for ; Wed, 3 Sep 2014 16:32:49 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6EC1283 for ; Wed, 3 Sep 2014 16:32:49 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPDUF-0000T4-Fk for freebsd-x11@freebsd.org; Wed, 03 Sep 2014 18:32:47 +0200 Message-ID: <540742AB.1040204@dumbbell.fr> Date: Wed, 03 Sep 2014 18:32:43 +0200 From: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: 9.3 and Radeon HD4200 working References: <53F34CCE.9040409@netfence.it> In-Reply-To: <53F34CCE.9040409@netfence.it> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Fsa5PVESpn3wMXKnlM3iDXPSntmhIRC0H" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 16:32:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Fsa5PVESpn3wMXKnlM3iDXPSntmhIRC0H Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 19.08.2014 15:10, Andrea Venturoli wrote: > Hello. Hello :) > At first I did not succeed and I only got software rendering; then I > modified /usr/ports/x11-drivers/xf86-video-ati/Makefile, where the line= : >> .if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) || \ > forbids using the latest ATI driver on 9.3. Yes, this problem is known. A patch is ready, just waiting for a ports committed to commit it. I'm glad your card is working fine. Thank you for the report! I added your card to the hardware matrix on the wiki. --=20 Jean-S=E9bastien P=E9dron --Fsa5PVESpn3wMXKnlM3iDXPSntmhIRC0H Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUB0KvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTMCPwQAIO1JWNYsBmUVo8ylR5u4nsE u1UdwkyUHCAsTZnQgIzBQW/i6ESAOKcj9/Zdq3BVePr7bXCcaEn9SmZSQlxZ04YC JZqdo/hwWCzZ1ctd2NpN9JJtCxvWJnfqW1+OCngrXUAUAM2MUxZBNG0PHglPNq6h lBoAh4zF/1X6vI/doG6jcKONB6zy7KHtbcIMKhjRHy8D2PUMhkfXVBNnNVt3r1CF d1e5Q6vdzi2J1OGWjGtCICfoke+0oXaF8AZR6Z1MJs+Lh2oxsyLjhT/51R4DcRg0 E3nM6mSupw5daW9gIdNeK1+CF0JJA5l14GgUmGJNKQKCcSdCmDCCaT26lq52YQL4 Ju0RUr8JejZ7YXzeZWrF097sFQjWE4r2gvOUDjGE1EnMaM8DIpWge7suw/cZpfxZ +S817yn84MmnoLzJGdMgo71docJ7cWTXDTvl+uO6of7tzu2fBPV0H7TDJLd7Pkm/ 3r2nGFNEnLqd/wsYlxH3HY9Ch44K+fShtvAqUbDIjV9tI8eFk7+0unv9SdC5MjYW MOjuRnNJJO/EzmhMumrjebt2nSNzr+zzro82Ig8nLFbHpYjzHxdoXqMAP5qFChlT IgxbiPQ2XwlpeenPavPucZ6FYH9ShvzeErYT+XEIN5Pf2SFu3J3TpXpLvoyzsid0 SxGW9HeDP0DkUIQ9hBRF =fnhl -----END PGP SIGNATURE----- --Fsa5PVESpn3wMXKnlM3iDXPSntmhIRC0H-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 16:33:31 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D525BFCB for ; Wed, 3 Sep 2014 16:33:31 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 984C91292 for ; Wed, 3 Sep 2014 16:33:31 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPDUv-0000UV-TJ for freebsd-x11@freebsd.org; Wed, 03 Sep 2014 18:33:30 +0200 Message-ID: <540742D9.9010706@dumbbell.fr> Date: Wed, 03 Sep 2014 18:33:29 +0200 From: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: New Xorg + KMS works on ancient Intel GPU References: <2144030.IpWpn5qmFc@ralph.baldwin.cx> In-Reply-To: <2144030.IpWpn5qmFc@ralph.baldwin.cx> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ELCCG2Qx9IluwkVGoRMo6kR9BaVOKlHvE" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 16:33:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ELCCG2Qx9IluwkVGoRMo6kR9BaVOKlHvE Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 21.08.2014 18:41, John Baldwin wrote: > I have an Atom netbook that I recently upgraded from a year-and-a-half = old > current + ports. Previously it worked fine with old drm and old Xorg j= ust > fine. Note that this part is older than any of the parts currently doc= umented > on the Graphics wiki page. Thank you! I updated the wiki with your GPU :) --=20 Jean-S=E9bastien P=E9dron --ELCCG2Qx9IluwkVGoRMo6kR9BaVOKlHvE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUB0LZXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTMCTsP/0gPydAH65GHQGEL7Kp4G3W2 ti60usAl5JucHCImISKLv+TqlaC97HUsNuGc0FSlgCKIS3WMyGQyrbE+w4J9ah/N Jnm1vBJ75+MDJUCFuB4eRf3AZo0+NFu99HHtflmoZV7EOPbHGTUxQSjbN5DmYWPh 2I/y1ZiQ73xVcY0dnsEWFzlG9yuT4EMehKY/Vg79FF5iYBXl4ghj0F4v848oyy+i Iz1S7u6rA5HmoeTqCcnACV6OAnxlOOWGwzxXXpAtGPC1qmH0aiFJRZyhXiXhi9SF SokdZZfRKU4Eaw9uAZ2ouVixQsht6b9LMcZgRwDvkFzp0sRCeY8ju1VoMrb27/WS 6HzY8ja/bhBkUQLj3ZC4nk4oEKuuYUsyVQogHNiSCGqe5DQZIN1o0VtyiXsePA3K iXx6hPh9Q9lVf84f+TZSMHYOxjUwiFvxBtAfHwdmOsw7xcp6rjR7BE2R45+g+kuw vfa81s/ga8509Z2IUF88pJT02YuT2OdKgFEntma0YSkrYa6+7y7ZjHVWpv7vr3AH QYSaLsXLXWPWYhlZgwGSa9Jb1SMb9C+aSruLhexAAYdNyCsvJ9esXHac4EwnbtqO 5bg4XMaoHAHNMjnI8wCb518KsG3s8rM+3qIzt/5Bd2Xmci+1uQQVOc0NTCev68P+ ATetrjsytwx5eEgiKBkl =goYd -----END PGP SIGNATURE----- --ELCCG2Qx9IluwkVGoRMo6kR9BaVOKlHvE-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 16:51:53 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D79621E4 for ; Wed, 3 Sep 2014 16:51:53 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99C3F1508 for ; Wed, 3 Sep 2014 16:51:53 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPDmh-0000ZL-M3; Wed, 03 Sep 2014 18:51:51 +0200 Message-ID: <54074722.7090203@dumbbell.fr> Date: Wed, 03 Sep 2014 18:51:46 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Rickard G , x11@freebsd.org Subject: Re: About Xrandr, References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hEkfhFx5HmPwpFE4BVOTv4xwt4tuPnJO5" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 16:51:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hEkfhFx5HmPwpFE4BVOTv4xwt4tuPnJO5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06.08.2014 09:14, Rickard G wrote: > But i don't understand why it said that the server runs with RandR=3D1.= 3 with > the native nvidia driver instead of 1.4 The X.Org video driver (xf86-video-*, nvidia-driver) is responsible for the XRandR supported version. The server itself (xorg-server) doesn't force anything. Therefore, xf86-video-intel, xf86-video-ati and nvidia-driver might announce different level of support for XRandR. I don't have any NVIDIA hardware here, but I guess the NVIDIA driver doesn't support XRandR 1.4. Does that answer your concern? --=20 Jean-S=C3=A9bastien P=C3=A9dron --hEkfhFx5HmPwpFE4BVOTv4xwt4tuPnJO5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUB0cnXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTM9MUQAM/9VPA0DvfJ/y/Qpa4RpZZ5 C9FjCxgbH8TmSjQBK+iGWA1LQepAp9TNl/eJ7mbY5f9NMpFybWLJTgcqpBsTNkFK hvf50yxG+lu2qtAeO2y3m5iDlrLyxdgctFRaIIlPYCZnBi1OIwJ0k7v6A7Y8osMT Z/e8xGPuRE2C5PyZRozJH/Xzclwf1Cmjr23Oufp0RsoRoz7HO4n1Yfclp9srgdn0 WzAfajP5ojWtwYOAt4wh/7WbQWe7c/UoG8h1XOb7IGNY41Vz0ptYk1XqFWui4OMp PKO6TOivFubp0WdzYld9jhNtBrP3PIrksaZ5bvqOU3IIBk0yR2cSJriY8Xz/mgQV aF+BJWGB3bDKfuVvrXl56RW6V38NUGD3nu0PpoV7ga145sGMiKJgjGvoNW9zoftU HegfYHjj3GLhoAilsMZ9bKxI+BhZjjWCkMb84zSOMTUj37GUtRddziy1Qk5snVyl 1/2RoKGzziud5My0vj6SdvOKngPCubD34JWNSizqALvwUA2cM2PCnGg0HUB2mXNU C7ww39fzqQIpwn6KIsFvZqCbbo2fPAqiDsyMwz/2EUDdMXP3fD2NPOhZ8lWXOF56 kjIdGEgyxDIObMAcdZ+JZD4e1QTEScBS+7RI5aRXJFb3eXSLU8+idN+30OtgoYXY kpjPKvpYs/4MqdR+30SZ =1RcP -----END PGP SIGNATURE----- --hEkfhFx5HmPwpFE4BVOTv4xwt4tuPnJO5-- From owner-freebsd-x11@FreeBSD.ORG Wed Sep 3 23:58:01 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 10C451000 for ; Wed, 3 Sep 2014 23:58:01 +0000 (UTC) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D09071BB0 for ; Wed, 3 Sep 2014 23:58:00 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id at1so10740467iec.37 for ; Wed, 03 Sep 2014 16:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IgdbROcb0UMszPBHpYafJmgL2z2sraVt0Tzmipapp+o=; b=wip39N8ZFu8fjYMXfSYvUL1dYP/3MocGH63SPWtJr42vO8NtoiykruISe1YtSUyCfo FDXWKKdCO7k2OouUR2VKSvkMpOWVsbrmNHLJyHlktn4ECTcWzuzn0MKH+os+au3fhhBy SfUybW7pgTa6kAUKuX3BY1gTCWocz+Q+R5x23szB0SH2ry8G+tUngl1vlDbMvbfd6Yq/ lYHyp8ekmiuBdUbsj5nVMirLlxtc6XuYTniSxAKkBt5uCjge71aQKLY64W53iKISvbvn MRQhzMbmc+b0CxFXSZHTNGT72lOPZ7D6Jx4ZnD/U/DkCh9333n6YR0H8kJkJeWyFNn39 +tYg== MIME-Version: 1.0 X-Received: by 10.50.43.193 with SMTP id y1mr965549igl.32.1409788680255; Wed, 03 Sep 2014 16:58:00 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Wed, 3 Sep 2014 16:58:00 -0700 (PDT) In-Reply-To: <54073E0C.8030209@dumbbell.fr> References: <20140829222433.1889546epfn7fgcg@webmail.raad.tartu.ee> <54073E0C.8030209@dumbbell.fr> Date: Wed, 3 Sep 2014 16:58:00 -0700 X-Google-Sender-Auth: KyIo15m6532omDhkf0s0qP8FymU Message-ID: Subject: Re: KMS error while trying to switch user in KDE From: Kevin Oberman To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 23:58:01 -0000 On Wed, Sep 3, 2014 at 9:13 AM, Jean-S=C3=A9bastien P=C3=A9dron < jean-sebastien.pedron@dumbbell.fr> wrote: > On 29.08.2014 21:24, Toomas Aas wrote: > > Hello! > > Hi! > > > One thing that does not work is 'switch user' functionality in KDE. Whe= n > > attempting to start new session, the screen flashes briefly and then I > > am returned to active session with screen locked, which I can unlock an= d > > continue working. > > Could you please clone the "kms-drm-update-38" branch from the following > Git repository: > https://github.com/dumbbell/freebsd/tree/kms-drm-update-38 > > Then, rebuild the kernel from this branch. This is 11-CURRENT, but > again, just take the kernel, keep your 10.x userland. > > -- > Jean-S=C3=A9bastien P=C3=A9dron > > That may be fine, but most of the time I was running head (FreeBSD 4-7), the kernel ABI had changed enough that a lot of stuff simply didn't work. This means tools mostly, E.g. top, *stat and the like. I have not been running head since 10.0 was released, so this may be safe, but I'd be careful to keep my old kernel and modules (/boot/kernel.old/*) in a safe place just in case. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Thu Sep 4 06:04:51 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 0E0B8A0D; Thu, 4 Sep 2014 06:04:51 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C02D510B8; Thu, 4 Sep 2014 06:04:50 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout04.t-online.de (Postfix) with SMTP id 0ABDB5A7A97; Thu, 4 Sep 2014 08:04:42 +0200 (CEST) Received: from [192.168.119.33] (VOjJheZVwhiL61s+qz1yaQLDNpiXN-nwfzrpoM7zv3AElts7gv3rO7VGCyFIG67g6M@[84.154.101.219]) by fwd33.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XPQ9u-1vcH200; Thu, 4 Sep 2014 08:04:38 +0200 Message-ID: <540800EE.6070201@freebsd.org> Date: Thu, 04 Sep 2014 08:04:30 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Fervent Dissent , ports FreeBSD , x11@freebsd.org Subject: Re: FreeBSD Port: x11-drivers/xf86-input-keyboard References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-ID: VOjJheZVwhiL61s+qz1yaQLDNpiXN-nwfzrpoM7zv3AElts7gv3rO7VGCyFIG67g6M X-TOI-MSGID: 044822ca-fb93-47ec-8663-d4e0bfa0d61f Cc: pkg@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 06:04:51 -0000 Am 04.09.2014 um 07:42 schrieb Fervent Dissent: > This is the first update I've done since switching to the new xorg. The > first time neither the keyboard or mouse drivers were correctly chosen. Now > the mouse upgraded fine, but the keyboard still defaults to the old xorg > driver. After working on it I confirmed by manually downloading both > versions. My keyboard only worked after 'pkg add > xf86-input-keyboard-1.8.0_2.txz'. The version pkg fetches is 11120kB, the > one I added is 11124kB. I am using all packages on my system. > > Could this be fixed? > > I also tried to build from ports, but that also built the wrong version? I > just wanted to report this incase others have problems. This is caused by your use of the vt console driver with a Unicode keymap containing characters >= 0x100. I have annalyzed this and created a PR with patch for the port: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193192 As a workaround, you may start the X server with a US keyboard by issuing kbdcontrol -l us just before starting X. You'll need to select an appropriate keymap under X, then. Regards, STefan PS: This is a problem with the xorg-input-keyboard port and if it is not fixed within that port, there will be a huge number of users affected, when 10.1 is released. This must be fixed! From owner-freebsd-x11@FreeBSD.ORG Thu Sep 4 07:49:35 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4999155F for ; Thu, 4 Sep 2014 07:49:35 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09EFE1F8B for ; Thu, 4 Sep 2014 07:49:35 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPRnP-0009rO-T0; Thu, 04 Sep 2014 09:49:32 +0200 Message-ID: <54081986.6040006@dumbbell.fr> Date: Thu, 04 Sep 2014 09:49:26 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: KMS error while trying to switch user in KDE References: <20140829222433.1889546epfn7fgcg@webmail.raad.tartu.ee> <54073E0C.8030209@dumbbell.fr> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tKJRGPg6jng4VkQtN9sNS0RNQglX8L5tE" Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 07:49:35 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tKJRGPg6jng4VkQtN9sNS0RNQglX8L5tE Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04.09.2014 01:58, Kevin Oberman wrote: > That may be fine, but most of the time I was running head (FreeBSD 4-7)= , > the kernel ABI had changed enough that a lot of stuff simply didn't > work. This means tools mostly, E.g. top, *stat and the like. I have not= > been running head since 10.0 was released, so this may be safe, but I'd= > be careful to keep my old kernel and modules (/boot/kernel.old/*) in a > safe place just in case. A GENERIC kernel should allow you to run an older userland without issues. That said, you're right to keep a backup of your stable kernel. I believe that the feature required to have multiple X sessions open simultaneously is available in this DRM 3.8 branch. So far, only one person tested and reported that he could run two X servers. Of course, I'm not asking you to run -CURRENT permanently, but if you test this branch, please report how it goes for you :) --=20 Jean-S=C3=A9bastien P=C3=A9dron --tKJRGPg6jng4VkQtN9sNS0RNQglX8L5tE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUCBmLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTMhmEQALis/VvARSEp85LSXgbtlyqh LeqdMdi/Tmka760iirBxU61fpk2D0Xk3H7Q8y94psTOaHgWWoD6Gu8xYv6V+UYLJ nmvlsJczMiKYi4wySvbyMvJBORUvR0UVAZ48TFaoWXSa06fW+kRL9YEse+Wyf0nL KC5z3140M+CrGYraodZjUcM5MWUz3lmsZMF+N7xvjmSUyz5POdYnJcBQWUN3IX0L Kmcaw3fLKbS/ulRPrkZsgHhM77sUmWBNqFw7UiL1L35jOR736OX7rFwymUPaDVmc Ww8JEuuPCqKYRjF5OJHoxBSsWZg4whsi8jTDreaY/frL45N/3A5GqI7Q7vLunZsy L0QaDq+4LBgNyOtlfPWmcvVaEakaW0ZXr51pYAOqLRXXkJzsfhwvZ4yUPfVefpb2 EDIGzAPFR/N1RBrqa/uZK0Q2JKpAMFPNQkgwpxcbfNnQAvGoU3OL1XzR3ekzTfjT p/Pjisi5rrHi5tfOmXnnSM/0a8yYEbEOTeT4rhkSXe5KyBU0EVWOjRRK0pCWhxtb c1+bYixjQPYk6DQldnANRgmkpYwRxOwYTy3IF0HfjFIsTj4Uzd6E3OdcSpNc8Mda S4kivjvGp9B1WRL8FdCqoFlgPDzTeFXxMlp4l2mHEIs5QuKr+jia4y7DE+lslMS0 1s6dK4LC72asT0BGnu2e =se67 -----END PGP SIGNATURE----- --tKJRGPg6jng4VkQtN9sNS0RNQglX8L5tE-- From owner-freebsd-x11@FreeBSD.ORG Thu Sep 4 07:59:29 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 746BF789 for ; Thu, 4 Sep 2014 07:59:29 +0000 (UTC) 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)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4766C10AF for ; Thu, 4 Sep 2014 07:59:29 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id kq14so19239254pab.22 for ; Thu, 04 Sep 2014 00:59:26 -0700 (PDT) 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:content-transfer-encoding; bh=kvK5Sfsngj0pzvI/4PROYbTwEBtkgAOfdjPru0rNV2U=; b=WoeAFFVHF5y22s05ucEqIH/Jy02YnGcGsIRgfZiSFjo66XNaXUYOhq932S4/W7LYuK ezkDpIp5G6wuet2ygUkbJk1mWYHMRPwr+70XwSVb7TYl6pPpP5hHmlEfnsK0g8L7O2Yq fZ4fzuAjtc8at6+zVOFzGa4WPMiJ6t2JWQN4ANv2gnfA4akRe2RsoufWeMFwN/du5el9 3pbueTKZxlRI6sWIMKUE+SkutSLZEvWKDtbdvl6bEMIU2zfko42yRbh7sC42MSLn0YKk Ai38Z9NLpFv/9Kyy2WUaxq7FQlBpO+m2sR+DHCLw1y/oWv+gQPXCL+/mIc7fWzp8GrXN OezQ== MIME-Version: 1.0 X-Received: by 10.66.178.231 with SMTP id db7mr4834901pac.63.1409817564883; Thu, 04 Sep 2014 00:59:24 -0700 (PDT) Received: by 10.70.78.135 with HTTP; Thu, 4 Sep 2014 00:59:24 -0700 (PDT) In-Reply-To: <5407345C.2090108@dumbbell.fr> References: <5358DD75.1050103@dumbbell.fr> <5407345C.2090108@dumbbell.fr> Date: Thu, 4 Sep 2014 09:59:24 +0200 Message-ID: Subject: Re: Mobility Radeon 4570 From: Zsolt Udvari To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 07:59:29 -0000 2014-09-03 17:31 GMT+02:00 Jean-S=C3=A9bastien P=C3=A9dron : > If you're willing to help and are interested in kernel development, you > could look into either problems with the GPU drivers or missing features > in vt(4). Here are some ideas: I don't have experience in kernel development, so in this I can't help :( But if should test the drivers, features, etc., I'm willing to help... Thanks for informations! Zsolt From owner-freebsd-x11@FreeBSD.ORG Thu Sep 4 08:15:08 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 4AFC5949 for ; Thu, 4 Sep 2014 08:15:08 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09AB912CA for ; Thu, 4 Sep 2014 08:15:08 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.83 (FreeBSD)) (envelope-from ) id 1XPSCA-000A2k-9V; Thu, 04 Sep 2014 10:15:06 +0200 Message-ID: <54081F86.6060100@dumbbell.fr> Date: Thu, 04 Sep 2014 10:15:02 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Zsolt Udvari Subject: Re: Mobility Radeon 4570 References: <5358DD75.1050103@dumbbell.fr> <5407345C.2090108@dumbbell.fr> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qakdj0OTwgBomRrSG7r2KVccCqG4q2see" Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 08:15:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qakdj0OTwgBomRrSG7r2KVccCqG4q2see Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04.09.2014 09:59, Zsolt Udvari wrote: > I don't have experience in kernel development, so in this I can't help > :( But if should test the drivers, features, etc., I'm willing to > help... The best way to do this is to follow freebsd-current@ and freebsd-x11@ mailing-lists and watch for any "Call for testers", as well as running HEAD on your workstation. HEAD is quite stable most of the time with some bumps on the road :) About kernel development, if you already program with the C language, you'll notice that it's not that hard. Of course, you need to cope with some constraints and sometimes more complicated debugging phases. But don't overestimate the required level. --=20 Jean-S=C3=A9bastien P=C3=A9dron --qakdj0OTwgBomRrSG7r2KVccCqG4q2see Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJUCB+KXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NzA4N0ZEMUFFQUUwRTEyREJDNkE2RjAz OUU5OTc2MUE1RkQ5NENDAAoJEDnpl2Gl/ZTMCBAP/3sj6zyu5gqcvZs0tBuWkcIE iH86lA0JRz6kcla2SvK5sEi/r4Jgm0HTR3p76wLbecsDFj2xw14/NIURw/Kv5PHQ GgcDgT+4YN2T7a/YLYXr5RmnDeQGNjJYCwOs87J9N5FK/ZfTf6Q39sQ9jK/Tn068 vIsNgKMDz1d3ctZ19Kcv1jqkacnB7JlJNBZgCVBJs1xxvEOkuvLqofWFa6zWPpKO l0/I03xZaSUnUb3nIuxlgirtH0n4gQyngTA5fMatNxuMfEg2WHtv8te4MnLjXAVb lRcacrOf1FR6hfOLOuu1/6TXfmDKe/ztKOhRDtvQHsIBYE/DanabBrhqHDU4hBll jVt95PPPG0YNhYjlQTnpVttsm95KCVWDkYs+4V9E9lEz7BXPIZBhWvDG1VQ8R8tA ylAM4L8t2e9Oh7x6smRHv+DpSMC7TT+LE+QQ+Qwd1Wd93IRPADWPBfVUb0sydSWN e1wOVbZspBaTE3g+R1Qwg5Oh171HiFKWFM9/Qk2duWgoDXi/ueQ9uaBUFLZLYtuh oH2dX/SdR042oXPHuoIjr0dIRV6QTW0QHtJY8CsUCeN1gpJ5EXPUtB03eyYT7m4Q JiAP7N4jgSYCcL1dGBj3ofd4d1jKNLCty00QmWcr4vO/g+Cp6M59is7ZBDhze85B KaUl87NUYx/JsZ2BFsD8 =de5P -----END PGP SIGNATURE----- --qakdj0OTwgBomRrSG7r2KVccCqG4q2see-- From owner-freebsd-x11@FreeBSD.ORG Thu Sep 4 17:54:41 2014 Return-Path: Delivered-To: freebsd-x11@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 ESMTPS id 0A19CFC3 for ; Thu, 4 Sep 2014 17:54:41 +0000 (UTC) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C76D41E1F for ; Thu, 4 Sep 2014 17:54:40 +0000 (UTC) Received: by mail-ig0-f173.google.com with SMTP id h18so1556048igc.12 for ; Thu, 04 Sep 2014 10:54:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RARl8BOMBsse1s2FnBW8bRZEVFZcxQZ5rvAp4xl2ziQ=; b=qPDvGY7NkuiPxO2QALu0wEMxlXEB6Pc83YqEOn1l/O5Ep+ZeExIeYE3u5Ye2Mu/ZWO 4iXTt8mXU5d0XjcjasYttyuQS08d5UJU9y37t0kWhSNKOCvnB77mx2oxPJkFnIP8wcS5 /O1tn0L51Hibjbqq9ZhvOq6lPX9ej5Fgxyo8CZwqwTEHx9MZ3YYfiHtaqov4wYeJXfsK VS5HOWH1NfoPnPtgHrf9wv/+nLDWaCocSRBWTcO6GNXMTrj5yy6euXrmFZII95X7I4yG d6+pB9nc7iGSQGMAYPECXY8Ex/61d8WJNOxA+bfS86yRlj7cAnZ/dwDLI+vRFqW+LTVZ Q1Rg== MIME-Version: 1.0 X-Received: by 10.43.140.132 with SMTP id ja4mr8098387icc.4.1409853280110; Thu, 04 Sep 2014 10:54:40 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Thu, 4 Sep 2014 10:54:40 -0700 (PDT) In-Reply-To: <54081F86.6060100@dumbbell.fr> References: <5358DD75.1050103@dumbbell.fr> <5407345C.2090108@dumbbell.fr> <54081F86.6060100@dumbbell.fr> Date: Thu, 4 Sep 2014 10:54:40 -0700 X-Google-Sender-Auth: 77ezZjv5Su2E-mLr8QkpvXeTmvM Message-ID: Subject: Re: Mobility Radeon 4570 From: Kevin Oberman To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 17:54:41 -0000 On Thu, Sep 4, 2014 at 1:15 AM, Jean-S=C3=A9bastien P=C3=A9dron < jean-sebastien.pedron@dumbbell.fr> wrote: > On 04.09.2014 09:59, Zsolt Udvari wrote: > > I don't have experience in kernel development, so in this I can't help > > :( But if should test the drivers, features, etc., I'm willing to > > help... > > The best way to do this is to follow freebsd-current@ and freebsd-x11@ > mailing-lists and watch for any "Call for testers", as well as running > HEAD on your workstation. HEAD is quite stable most of the time with > some bumps on the road :) > Frankly, STABLE is pretty stable with some bumps along the road. Having run HEAD on my work laptop and desktop systems for a few years including all through the very messy transition from v4 to v6. Very seldom did I have serious issues, though I did have to watch mail to current@ to avoid some of the more serious breakages. Since FreeBSD-6, it has been pretty easy to run HEAD. I do suggest avoiding it for a couple of months after the base is fully thawed after a major release as lots of new code that has only been lightly tested gets committed. -- Kevin Oberman, Network Engineer, Retired From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 11:46:13 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 33D0483D for ; Fri, 5 Sep 2014 11:46:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8201916 for ; Fri, 5 Sep 2014 11:46:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s85BkCGF024414 for ; Fri, 5 Sep 2014 11:46:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.1 Date: Fri, 05 Sep 2014 11:46:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 11:46:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146699|0 |1 is obsolete| | --- Comment #7 from Jan Beich --- Created attachment 146860 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146860&action=edit update, v3.2 update to 0.25.99.2 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 11:46:28 2014 Return-Path: Delivered-To: x11@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 ESMTPS id D214D873 for ; Fri, 5 Sep 2014 11:46:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B98951920 for ; Fri, 5 Sep 2014 11:46:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s85BkSqk024512 for ; Fri, 5 Sep 2014 11:46:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191156] x11-drivers/xf86-input-wacom: update to 0.25.99.2 Date: Fri, 05 Sep 2014 11:46:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 11:46:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191156 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|x11-drivers/xf86-input-waco |x11-drivers/xf86-input-waco |m: update to 0.25.99.1 |m: update to 0.25.99.2 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 15:11:10 2014 Return-Path: Delivered-To: x11@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 ESMTPS id A163D351 for ; Fri, 5 Sep 2014 15:11:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88BF51213 for ; Fri, 5 Sep 2014 15:11:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s85FBAqS039294 for ; Fri, 5 Sep 2014 15:11:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193192] vt keymaps with Unicode characters crash X server on start Date: Fri, 05 Sep 2014 15:11:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: se@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 15:11:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193192 Stefan Esser changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1914 | |59 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 15:11:11 2014 Return-Path: Delivered-To: x11@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 ESMTPS id AE58935B for ; Fri, 5 Sep 2014 15:11:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 959AD121F for ; Fri, 5 Sep 2014 15:11:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s85FBB46039710 for ; Fri, 5 Sep 2014 15:11:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191459] x11-drivers/xf86-input-keyboard - prevent segfaults for vt(4) users Date: Fri, 05 Sep 2014 15:11:10 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: vt X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: se@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 15:11:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191459 Stefan Esser changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=1931 | |92 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 15:32:38 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC1BEEA5; Fri, 5 Sep 2014 15:32:38 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9B381508; Fri, 5 Sep 2014 15:32:38 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout07.t-online.de (Postfix) with SMTP id 7D96D5939A8; Fri, 5 Sep 2014 17:32:30 +0200 (CEST) Received: from [192.168.119.33] (Z4H7TkZSrhH6gla2XqA1Ecxi7hwa9vxkY+lnNr0-3gXDhAJi1RWbk75BzEqcsKrQKJ@[84.154.101.219]) by fwd24.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XPvUr-2PeSES0; Fri, 5 Sep 2014 17:32:21 +0200 Message-ID: <5409D77B.5030500@freebsd.org> Date: Fri, 05 Sep 2014 17:32:11 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Julien Cigar , =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWQ=?= =?UTF-8?B?cm9u?= Subject: Re: Xorg segfaults with vt References: <20140905085024.GL43967@mordor.lan> <54098186.9070904@dumbbell.fr> <20140905093640.GM43967@mordor.lan> In-Reply-To: <20140905093640.GM43967@mordor.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ID: Z4H7TkZSrhH6gla2XqA1Ecxi7hwa9vxkY+lnNr0-3gXDhAJi1RWbk75BzEqcsKrQKJ X-TOI-MSGID: 0d5923f9-2845-48ef-b2dd-d361f7ff704e Cc: x11@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 15:32:39 -0000 Am 05.09.2014 um 11:36 schrieb Julien Cigar: > On Fri, Sep 05, 2014 at 11:25:26AM +0200, Jean-Sébastien Pédron > wrote: >> On 05.09.2014 10:50, Julien Cigar wrote: >>> Hello, >> >> Hello! >> >>> I just updated two machines and Xorg produces a segmentation >>> fault when I $> startx. This happens only when vt is enabled >>> (syscons is OK). >> >> You probably hit this bug: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191459 > > Yes it seems to be that one.. Thanks! We really should do something to fix this X11 server crash! The patch I suggested in PR 193192 (a duplicate of 191459, which perhaps should be merged into 191459, but I have no idea whether that is possible with bugzilla), removes just the offending keys from the map. https://bz-attachments.freebsd.org/attachment.cgi?id=146584&action=diff&context=patch&format=raw This will e.g. remove the Euro sign (0x20ac), but lead to an otherwise usable keyboard in a *working* X session. My suggested patch is just a work-around, no real fix, but it will help avoid people wasting lots of time trying to understand why their X server suddenly stops to work. Since I'm in part responsible for the crashes (by committing actual vt keymaps, that use Unicode code points >= 0x100), I'd really like to get this fixed, before people testing the 10.1 pre-releases think that X11 has been completely broken. Is there really nobody on the x11 list, who wants to commit this simple patch, to stop people wasting their time or becoming frustrated because of the X11 server crash??? It is just a work-around, but a very necessary one!!! Regards, STefan From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 15:40:55 2014 Return-Path: Delivered-To: x11@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 ESMTPS id D3200745 for ; Fri, 5 Sep 2014 15:40:55 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C65B1737 for ; Fri, 5 Sep 2014 15:40:54 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1XPvcs-0003PK-Va for x11@freebsd.org; Fri, 05 Sep 2014 22:40:44 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id s85FeYdQ073789 for ; Fri, 5 Sep 2014 22:40:44 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id s85FeTrj073753 for x11@freebsd.org; Fri, 5 Sep 2014 22:40:29 +0700 (NOVT) (envelope-from danfe) Date: Fri, 5 Sep 2014 22:40:28 +0700 From: Alexey Dokuchaev To: x11@freebsd.org Subject: OpenGL apps segfault on -CURRENT (vt+i915kms.ko) with i5-3470 Message-ID: <20140905154028.GA70757@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 66130 [Sep 05 2014] X-KLMS-AntiSpam-Version: 5.5.3 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3096255, 3096300, 3096275 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2014/09/04 11:34:50 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 15:40:55 -0000 Hi there, Running today's -CURRENT/i386 with vt(4) on i5-3470 (internal video), with xorg-server-1.12.4_8, any OpenGL program segfaults almost immediately. I've rebuilt fresh `graphics/dri' with -g, here's some scarce brainfood: $ gdb -c a.out.core a.out ... #0 0x284b82b6 in brw_workaround_depthstencil_alignment (brw=0x28c8c018) at brw_misc_state.c:886 886 if (!ctx->Line.SmoothFlag || !brw->has_aa_line_parameters) [New Thread 28c03080 (LWP 100260/a.out)] (gdb) l 881 static void upload_aa_line_parameters(struct brw_context *brw) 882 { 883 struct intel_context *intel = &brw->intel; 884 struct gl_context *ctx = &brw->intel.ctx; 885 886 if (!ctx->Line.SmoothFlag || !brw->has_aa_line_parameters) 887 return; 888 889 if (intel->gen == 6) 890 intel_emit_post_sync_nonzero_flush(intel); (gdb) p ctx $1 = (struct gl_context *) 0x28c8c018 (gdb) p brw $2 = (struct brw_context *) 0x28c8c018 (gdb) p ctx->Line.SmoothFlag $3 = 0 '\0' (gdb) p brw->has_aa_line_parameters $4 = true Any ideas? ./danfe From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 17:21:20 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94F50661 for ; Fri, 5 Sep 2014 17:21:20 +0000 (UTC) Received: from ziemba.us (osmtp.ziemba.us [208.106.105.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CAF31354 for ; Fri, 5 Sep 2014 17:21:19 +0000 (UTC) Received: from hairball.ziemba.us (localhost.ziemba.us [127.0.0.1]) by hairball.ziemba.us (8.14.9/8.14.9) with ESMTP id s85GrMwH066684 for ; Fri, 5 Sep 2014 09:53:22 -0700 (PDT) (envelope-from pz-freebsd-x11@ziemba.us) Received: (from mailnull@localhost) by hairball.ziemba.us (8.14.9/8.14.9/Submit) id s85GrLEk066683 for freebsd-x11@freebsd.org; Fri, 5 Sep 2014 09:53:21 -0700 (PDT) (envelope-from pz-freebsd-x11@ziemba.us) X-Authentication-Warning: hairball.ziemba.us: mailnull set sender to pz-freebsd-x11@ziemba.us using -f Received: (from news@localhost) by usenet.ziemba.us (8.14.5/8.14.5/Submit) id s848HC4k041029 for treehouse-mail-freebsd-x11@hairball.ziemba.us; Thu, 4 Sep 2014 01:17:12 -0700 (PDT) (envelope-from news) From: "G. Paul Ziemba" To: freebsd-x11@freebsd.org Subject: focus stuck after first click Date: Thu, 4 Sep 2014 08:17:12 +0000 (UTC) Message-id: Reply-to: paul+usenet@w6yx.stanford.edu Errors-to: "G. Paul Ziemba" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 17:21:20 -0000 I upgraded from FreeBSD 9.X to 10.X and rebuilt (same) ports in poudriere with a new jail matching the new OS version. Now xorg is unusable because the focus gets stuck to a window almost immediately. Note that I ran the same versions of ports, built in the 9.X jail, on the 10.X system with no problems. Only when I installed the same port versions built in the 10.X jail did this problem show up. I'm hoping someone might suggest where I should look next, as I am out of ideas. I tried different window managers (fvwm and mwm) and the problem occurs with both. In mwm, focus gets stuck after the first mouse click in a non-root window. Before I click the mouse, I can move the mouse around to various xterms and type text in them as long as I don't click. I can also click in the root window and access the mwm menu to start more xterms. In fvwm the mouse pointer starts out already in an xterm and the focus is already stuck (fvwm is configured as "focus follows mouse"). Clicking in the root window does not access the normal menu, but instead, it registers in the xterm that got initial focus (e.g., triple click in root window selects a line in the xterm). Xorg.0.log does not seem to indicate any issues, but I'm not an X guru so it's possible I missed something. The system is running moused, if that makes any difference. vt(9) driver is enabled in /boot/loader.conf via "kern.vty=vt" I can move the mouse pointer all around the screen, but focus is stuck on the initial window that gets clicked on. I ran xev and verified that when I click, there is a "button-up" event after the "button-down" event, so it looks as if mouse clicks are getting generated properly at some low level. Previous OS version: 9.2-stable @259524 Current OS version: 10.0-stable @269217 Ports: portsnap run on July 13, 2014 (I'm not sure how to look up the corresponding svn revision) many thanks! -- G. Paul Ziemba FreeBSD unix: 9:51AM up 1 day, 1:31, 8 users, load averages: 0.52, 0.54, 0.68 From owner-freebsd-x11@FreeBSD.ORG Fri Sep 5 18:25:26 2014 Return-Path: Delivered-To: x11@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 ESMTPS id E2ECF739 for ; Fri, 5 Sep 2014 18:25:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA86F1B3B for ; Fri, 5 Sep 2014 18:25:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s85IPQxo039980 for ; Fri, 5 Sep 2014 18:25:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191459] x11-drivers/xf86-input-keyboard - prevent segfaults for vt(4) users Date: Fri, 05 Sep 2014 18:25:26 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: vt X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ak@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 18:25:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191459 Alex Kozlov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ak@FreeBSD.org --- Comment #5 from Alex Kozlov --- > Since Xorg doing own key processing, I think we have to add switch to keyboard RAW mode into Xorg's keyboard driver. I've already done that while fixing hotplug issues with devd patch. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 05:37:04 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 301D622F for ; Sat, 6 Sep 2014 05:37:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1770015A9 for ; Sat, 6 Sep 2014 05:37:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s865b3uH099389 for ; Sat, 6 Sep 2014 05:37:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191330] Intel GMA 3150 black activities panel, and black windows at random, with UXA. Date: Sat, 06 Sep 2014 05:37:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 05:37:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191330 sasamotikomi@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |x11@FreeBSD.org Summary|Intel GMA 3150 use OpenGL |Intel GMA 3150 black |1.4 but not 2.0 by |activities panel, and black |default/some of open new |windows at random, with |window opening in kde plank |UXA. |black or transparent. | --- Comment #4 from sasamotikomi@gmail.com --- I found that similar bug in fedora bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=949058 Solution switch method acceleration to SNA. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 09:17:43 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 20F7A7DA for ; Sat, 6 Sep 2014 09:17:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 080971BFF for ; Sat, 6 Sep 2014 09:17:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s869Hgfw050125 for ; Sat, 6 Sep 2014 09:17:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193369] [panic] Xorg (UMS) radeon 9600pro Date: Sat, 06 Sep 2014 09:17:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 09:17:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193369 sasamotikomi@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sasamotikomi@gmail.com, | |x11@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 12:00:08 2014 Return-Path: Delivered-To: x11@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 ESMTPS id C907EBAE for ; Sat, 6 Sep 2014 12:00:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B042E1D29 for ; Sat, 6 Sep 2014 12:00:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s86C08DT013292 for ; Sat, 6 Sep 2014 12:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193387] [panic] radeon 9600pro when radeonkms loaded, before X started. Date: Sat, 06 Sep 2014 12:00:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 12:00:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193387 sasamotikomi@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sasamotikomi@gmail.com, | |x11@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 12:08:35 2014 Return-Path: Delivered-To: x11@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 ESMTPS id 62348FF for ; Sat, 6 Sep 2014 12:08:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 499B31E2E for ; Sat, 6 Sep 2014 12:08:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s86C8Zko060201 for ; Sat, 6 Sep 2014 12:08:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193387] [panic] radeon 9600pro when radeonkms loaded, before X started. Date: Sat, 06 Sep 2014 12:08:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 12:08:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193387 --- Comment #1 from sasamotikomi@gmail.com --- core.txt.52 FreeBSD 10.0-RELEASE-p7 instruction pointer = 0x20:0xc0f923e5 current process = 2505 (Xorg) core.txt.54 FreeBSD 10.0-RELEASE-p7 instruction pointer = 0x20:0xc0f8f9c5 current process = 1684 (Xorg) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 12:41:13 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CC78B52 for ; Sat, 6 Sep 2014 12:41:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63D1511A8 for ; Sat, 6 Sep 2014 12:41:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s86CfDvl027219 for ; Sat, 6 Sep 2014 12:41:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193391] [xorg] radeon 9600pro hardware acceleration didn't work with KMS version Xorg.(WITH_NEW_XORG) Date: Sat, 06 Sep 2014 12:41:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 12:41:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193391 sasamotikomi@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sasamotikomi@gmail.com, | |x11@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 12:44:56 2014 Return-Path: Delivered-To: x11@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 ESMTPS id D24DEB9A for ; Sat, 6 Sep 2014 12:44:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B95BA1260 for ; Sat, 6 Sep 2014 12:44:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s86Ciuv6054652 for ; Sat, 6 Sep 2014 12:44:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193391] [xorg] radeon 9600pro hardware acceleration didn't work with KMS version Xorg.(WITH_NEW_XORG) Date: Sat, 06 Sep 2014 12:44:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sasamotikomi@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 12:44:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193391 --- Comment #1 from sasamotikomi@gmail.com --- I don't now why, but console switch(syscons) work fine without any troubles. FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:34:23 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 # kldstat Id Refs Address Size Name 1 54 0xc0400000 1276c0c kernel 2 1 0xc1677000 fef4 fuse.ko 3 1 0xc6425000 4000 fdescfs.ko 4 1 0xc6480000 5000 ums.ko 5 1 0xc666d000 34000 pf.ko 6 1 0xc68fb000 4000 ng_socket.ko 7 8 0xc6900000 c000 netgraph.ko 8 1 0xc6920000 3000 ng_mppc.ko 9 1 0xc6924000 2000 rc4.ko 10 1 0xc6929000 3000 ng_iface.ko 11 1 0xc6935000 7000 ng_ppp.ko 12 1 0xc694f000 2000 ng_tee.ko 13 1 0xc6951000 5000 ng_l2tp.ko 14 1 0xc695a000 5000 ng_ksocket.ko 15 1 0xc6975000 2000 ng_tcpmss.ko 16 1 0xc71fd000 f9000 radeonkms.ko 17 1 0xc72f6000 3d000 drm2.ko 18 4 0xc7333000 4000 iicbus.ko 19 1 0xc7363000 3000 iic.ko 20 1 0xc7366000 4000 iicbb.ko 21 1 0xc76a2000 2000 radeonkmsfw_R300_cp.ko -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Sep 6 20:31:02 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFC8E3AB for ; Sat, 6 Sep 2014 20:31:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6AA11259 for ; Sat, 6 Sep 2014 20:31:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s86KV2tW028940 for ; Sat, 6 Sep 2014 20:31:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 193387] [panic] radeon 9600pro when radeonkms loaded, before X started. Date: Sat, 06 Sep 2014 20:31:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 20:31:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193387 Tilman Keskinoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Issue Resolved CC| |arved@FreeBSD.org Resolution|--- |DUPLICATE --- Comment #2 from Tilman Keskinoz --- *** This bug has been marked as a duplicate of bug 193380 *** -- You are receiving this mail because: You are on the CC list for the bug.