From owner-freebsd-x11@freebsd.org Sun Dec 31 00:55:23 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576A8EB670E for ; Sun, 31 Dec 2017 00:55:23 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-163.reflexion.net [208.70.210.163]) (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 059F776E0A for ; Sun, 31 Dec 2017 00:55:21 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 2817 invoked from network); 31 Dec 2017 00:48:35 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 31 Dec 2017 00:48:35 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.40.3) with SMTP; Sat, 30 Dec 2017 19:48:35 -0500 (EST) Received: (qmail 22951 invoked from network); 31 Dec 2017 00:48:35 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 31 Dec 2017 00:48:35 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 5E401EC8AC0; Sat, 30 Dec 2017 16:48:34 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: amd64 /usr/ports -r457579: x11/xscreensaver fails to build because "error: no member named 'rgba_masks' in 'Visual'" (in xft.c) From: Mark Millard In-Reply-To: Date: Sat, 30 Dec 2017 16:48:33 -0800 Cc: FreeBSD Ports , freebsd-x11@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <84BC7516-00E2-4CC2-AA55-66468456CABA@dsl-only.net> References: To: zeising@FreeBSD.org X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Dec 2017 00:55:23 -0000 On 2017-Dec-30, at 12:26 PM, Mark Millard = wrote: > =46rom the poudriere build log: >=20 > cc -pedantic -Wall -Wstrict-prototypes -Wnested-externs = -Wmissing-prototypes -Wno-overlength-strings = -Wdeclaration-after-statement -no-cpp-precomp -std=3Dc89 = -U__STRICT_ANSI__ -c -I. -I.. -I/usr/local/include/gtk-2.0 = -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/usr/local/include = -I/usr/local/include/cairo -I/usr/local/include/pixman-1 = -I/usr/local/include/freetype2 -I/usr/local/include/libdrm = -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz = -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 = -I/usr/local/include/libxml2 -I/usr/local/include/libglade-2.0 = -D_THREAD_SAFE -pthread -I/usr/local/include/gdk-pixbuf-2.0 = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -I/usr/local/include -I/usr/local/include/libpng16 -pthread = -DHAVE_CONFIG_H -I/usr/local/include -O2 -pipe -g -fstack-protector = -fno-strict-aliasing -std=3Dgnu99 -I/usr/local/include = -I/usr/local/include xft.c > . . . > xft.c:201:39: error: no member named 'rgba_masks' in 'Visual' > red_shift =3D maskbase (visual->rgba_masks[0]); > ~~~~~~ ^ > xft.c:202:39: error: no member named 'rgba_masks' in 'Visual' > red_len =3D masklen (visual->rgba_masks[0]); > ~~~~~~ ^ > xft.c:203:39: error: no member named 'rgba_masks' in 'Visual' > green_shift =3D maskbase (visual->rgba_masks[1]); > ~~~~~~ ^ > xft.c:204:38: error: no member named 'rgba_masks' in 'Visual' > green_len =3D masklen (visual->rgba_masks[1]); > ~~~~~~ ^ > xft.c:205:39: error: no member named 'rgba_masks' in 'Visual' > blue_shift =3D maskbase (visual->rgba_masks[2]); > ~~~~~~ ^ > xft.c:206:38: error: no member named 'rgba_masks' in 'Visual' > blue_len =3D masklen (visual->rgba_masks[2]); > ~~~~~~ ^ > 6 errors generated. > gmake[2]: *** [Makefile:192: xft.o] Error 1 > gmake[2]: *** Waiting for unfinished jobs.... > 1 warning generated. > gmake[2]: Leaving directory = '/wrkdirs/usr/ports/x11/xscreensaver/work/xscreensaver-5.38/utils' >=20 >=20 > # svnlite info /usr/ports/ | grep "Re[plv]" > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 457579 > Last Changed Rev: 457579 >=20 > # uname -apKU > FreeBSD FBSDFSSD 12.0-CURRENT FreeBSD 12.0-CURRENT r327364M amd64 = amd64 1200054 1200054 I got a response form Walter Schwarzenfeld saying, in essence, that: OPTIONS_FILE_UNSET+=3DXFT is not supported (gets the errors in xft.c). Enabling XFT let it build. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-x11@freebsd.org Sun Dec 31 11:31:42 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E2EEB164B for ; Sun, 31 Dec 2017 11:31:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E09336FC3C for ; Sun, 31 Dec 2017 11:31:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DD0AFEB164A; Sun, 31 Dec 2017 11:31:41 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB3CEB1649 for ; Sun, 31 Dec 2017 11:31:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C60186FC3B for ; Sun, 31 Dec 2017 11:31:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBVBVfEB021772 for ; Sun, 31 Dec 2017 11:31:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id vBVBVfCU021771 for x11@FreeBSD.org; Sun, 31 Dec 2017 11:31:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221540] graphics/mesa-dri: enable Vulkan drivers Date: Sun, 31 Dec 2017 11:31:40 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Dec 2017 11:31:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221540 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #36 from Niclas Zeising --- Thanks for your submission! We are currently discussing how to handle vulkan drivers and the wayland op= tion and we are working on this. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-x11@freebsd.org Tue Jan 2 17:35:16 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45DB8EB05FD for ; Tue, 2 Jan 2018 17:35:16 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic307-36.consmr.mail.gq1.yahoo.com (sonic307-36.consmr.mail.gq1.yahoo.com [98.137.64.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 201666A5D5 for ; Tue, 2 Jan 2018 17:35:15 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: xS9hn0AVM1nvzIzLWsGxlj2uM_bX5aFtFm7fyw6an8G6EseK5eBvUOwpkH94Dq1 NszQV3vWdLi2p82UYux5a2cqYPKNa4Fh4L1s8RfRGyKo_3cdopmMiiWI8FumoFge1bhYD55j8e6t dXmoBL9nBWeVdaAaM9VRE9yuOz_IDOlOiMOxQi2GrtfM.8Ls9byK.5UTE.iRi8hTnz9SOvU2wsfA EPELK06_aTEtKbUNpdtbsyZ1ddnh_YtRGrcN3DQPBXxW27Rq70rqlFGK0nYYviasTonStWhJ1j5n QSi986Cza9oLUYtXLzjhXA_bC5Cak_4h17qoPciV60dzCE9XRFuJCCYGbpclx8JnEL_YYBdzvK7X BjwJodROSeYoQkXy120tYiHSKwj8hNra0IRlRbrdWLbpkkJio5OBoCqlhA4Y5DnKtp5cUhbjilyR DcXT_G.T97C970HbAF4hPwGqwlWHrys5A6cJg8xXlyOe9bi57s8fGuSC4co.0616_REcBZVTrGmD Vu6rj01L8_GKKAkWRdn2ycdpZffvce32rhta83aFyf_ltcZWmzQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.gq1.yahoo.com with HTTP; Tue, 2 Jan 2018 17:35:15 +0000 Date: Tue, 2 Jan 2018 17:10:06 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: "freebsd-x11@freebsd.org" Message-ID: <493565201.6820360.1514913006362@mail.yahoo.com> Subject: No devices detected for NVIDIA card. MIME-Version: 1.0 References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> X-Mailer: WebService/1.1.11051 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 17:35:16 -0000 Dear all! When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with = the message "No devices detected". However, the nvidia drives is loaded: dmesg | grep nvidia gives nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver=C2=A0 for UNIX pl= atforms 384.90 Tue Sep 19 17:29:32 PDT 2017nvidia1: on vgap= ci1vgapci1: child nvidia1 requested pci_enable.iovgapci1: child nvidia1 req= uested pci_enable.io sysctl -a | grep nvidia=C2=A0 gives=C2=A0 kern.geom.raid.nvidia.enable: 1hw.nvidia.gpus.1.type: PCIehw.nvidia.gpus.1.= uuid: GPU-????????-????-????-????-????????????hw.nvidia.gpus.1.vbios: ??:??= :??hw.nvidia.gpus.1.irq: 266hw.nvidia.gpus.1.model: GeForce MX150hw.nvidia.= registry.dwords:hw.nvidia.registry.EnableStreamMemOPs: 0hw.nvidia.registry.= UseThreadedInterrupts: 1hw.nvidia.registry.TCEByPassMode: 0hw.nvidia.regist= ry.MemoryPoolSize: 0hw.nvidia.registry.EnablePCIeGen3: 0hw.nvidia.registry.= CheckPCIConfigSpace: 4294967295hw.nvidia.registry.InitializeSystemMemoryAll= ocations: 1hw.nvidia.registry.UpdateMemoryTypes:=C2=A0 4294967295hw.nvidia.= registry.DeviceFileMode: 438hw.nvidia.registry.DeviceFileGID: 0hw.nvidia.re= gistry.DeviceFileUID: 0hw.nvidia.registry.ModifyDeviceFiles: 1hw.nvidia.reg= istry.RmLogonRC: 1hw.nvidia.registry.ResmanDebugLevel:=C2=A0 4294967295hw.n= vidia.registry.Mobile:=C2=A0 4294967295hw.nvidia.version: NVIDIA UNIX x86_6= 4 Kernel Module=C2=A0 384.90 Tue Sep 19 19:17:35 PTD 2017hw.nvidia.1.wake: = 0 The NVIDIA section in=C2=A0 the file /var/log/Xorg.0.log is given by [ =C2=A0 151.300] (II) Module glx: vendor=3D"NVIDIA Corporation"[ =C2=A0 15= 1.300]=C2=A0 =C2=A0 compiled for 4.0.2, module version =3D 1.0.0[ =C2=A0 15= 1.300]=C2=A0 =C2=A0 Module class: X.Org Server Extension[ =C2=A0 151.300] (= II) NVIDIA GLX Module 384.90 Tue Sep 19 17:25:09 PDT 2017[ =C2=A0 151.300] = (II) LoadModule: "nvidia"[ =C2=A0 151.300] (II) Loading /usr/local/lib/xorg= /modules/drivers/nvidia_drv.so[ =C2=A0 151.300]=C2=A0 =C2=A0 compiled=C2=A0= for 4.0.2, module version =3D 1.0.0[ =C2=A0 151.300]=C2=A0 =C2=A0 Module c= lass: X.Org Server Extension[ =C2=A0 151.300] (II) NVIDIA dlloader X Driver= =C2=A0 384.90 Tue Sep 19:02:53 PDT 2017=C2=A0[ =C2=A0 151.300] (II) NVIDIA = Unified Driver for all Supported NVIDIA GPUs[ =C2=A0 151.300] (--) Using sy= scons driver with X support (version 2.0)=C2=A0[ =C2=A0 151.300] (--) using= VT number 9=C2=A0[ =C2=A0 151.324] (EE) No devices detected.[ =C2=A0 151.3= 24] (EE)=C2=A0Fatal server error:[ =C2=A0 151.324] (EE)=C2=A0 no screens fo= und(EE)[ =C2=A0 151.324] (EE)=C2=A0Please consult the X.Org Foundation supp= ort=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0at http://wiki.x.= org=C2=A0 =C2=A0for help.[ =C2=A0=C2=A0151.324] (EE) Please also check the = log file at "/var/log/Xorg.0.log" for additional information.[ =C2=A0=C2=A0= 151.324] (EE)=C2=A0[ =C2=A0=C2=A0151.341] (EE) Server terminated with error= (1). Closing log file. Does any one have similar problems? =C2=A0 Kind regards,Zoltan =C2=A0 From owner-freebsd-x11@freebsd.org Tue Jan 2 17:59:41 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B116EB13D2 for ; Tue, 2 Jan 2018 17:59:41 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 434F46B0DD for ; Tue, 2 Jan 2018 17:59:41 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x231.google.com with SMTP id 87so45543078ior.5 for ; Tue, 02 Jan 2018 09:59:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=lxgOyAZllHdod3mxW5hCzMPSmYQLRJjQ0+xg0yPqIac=; b=eEnmMyeyZhlFcugH1MT1EuFPk837FjLuSzo6SAqTPbx1qj55UsoLIs9eNKyhcseQEh u0DXnKuGpLPdGSaovutVsKTPRr4Yr0ckXhzXuUHajSON2TS5bO73GUbYUKNS55I8Uxuj mm2uHqrKd4v5v0TvTEn6+8nrOGo5MFdwWq35+ku4aTPSeUQs8KGIpmrmoK1LrmTAnC+O X6gU6zr/rdjLBIVfRsgzdb9BD2C2IZDwwb5+1aUPJqrF+al+Ku7eCLUl+17hOlGByEP3 /3MITd4YGQzvMNaWhZqSu1v9Wk22TJo7rVdI0dTZOq2ZjtqV+CzxJ+x6nuhSb5bFz0rB +1Bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lxgOyAZllHdod3mxW5hCzMPSmYQLRJjQ0+xg0yPqIac=; b=s9+RzbLB+2RHZAyHZVV7eC82eVSYeYl4noFX4brYj1gkFP9gl2tajBwbSiugOvKNvn xeT+Ad+0WxKfKXrIEtpg6hcbVH7pygpXCxEfA9nCDPXqnHsp/Bl43zN+3lSybxGCX/sm V+amlqWoNw8CQZccFzEbPMzxMM1oVbeXPAnGKuvJPoo6FOo6wJv+2HBb9fM8iOlvayzA o9porQhhFs13DD5nmnXNFce3PuDWFCpIbgk0KVPILo0x1hP2RGQWiM+0DOB55BmC3bBH rCbC2wBRL0Kh+C1tvLj0LwjbyM/F4/tx3j9EuyfCPmHUDteUyciZsvBBGktanqAO68tR IvqQ== X-Gm-Message-State: AKGB3mJawggJ34S7s8zGgKvh+VjIZht19ixKTyKt5qysd3NTYmVKJU12 yP9eLIkgwX7JFhNGtKih+fE3dJMcydH4Y8p303A= X-Google-Smtp-Source: ACJfBosuPNekGnJXqIhdnLJ73ovTca03MxnNivx3YZBnIRnvpcR1oZhFyhk+ZVlvxnKpRluG+5PMgFsIE6fgxHJ6a/M= X-Received: by 10.107.51.212 with SMTP id z203mr60142962ioz.126.1514915980337; Tue, 02 Jan 2018 09:59:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.180.34 with HTTP; Tue, 2 Jan 2018 09:59:39 -0800 (PST) In-Reply-To: <493565201.6820360.1514913006362@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> From: Adam Vande More Date: Tue, 2 Jan 2018 11:59:39 -0600 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 17:59:41 -0000 On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 < freebsd-x11@freebsd.org> wrote: > Dear all! > When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with > the message "No devices detected". > What are the content's of your /boot/loader.conf? -- Adam From owner-freebsd-x11@freebsd.org Tue Jan 2 21:12:55 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CD21EB9DF2 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0273C73C44 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 01BE9EB9DF1; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 015EBEB9DF0 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E178D73C43 for ; Tue, 2 Jan 2018 21:12:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w02LCsZa093275 for ; Tue, 2 Jan 2018 21:12:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w02LCsoD093262 for x11@FreeBSD.org; Tue, 2 Jan 2018 21:12:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Tue, 02 Jan 2018 21:12:52 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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.25 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 Jan 2018 21:12:55 -0000 software@bertram-scharpf.de has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 224847: graphics/mesa-libs: make configure (not config) crashes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 From owner-freebsd-x11@freebsd.org Tue Jan 2 21:12:55 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8104BEB9DF7 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6393873C47 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 62E59EB9DF5; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62926EB9DF4 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 4DE2A73C46 for ; Tue, 2 Jan 2018 21:12:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w02LCtjK093474 for ; Tue, 2 Jan 2018 21:12:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w02LCt80093470 for x11@FreeBSD.org; Tue, 2 Jan 2018 21:12:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Tue, 02 Jan 2018 21:12:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: software@bertram-scharpf.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 21:12:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 Bug ID: 224847 Summary: graphics/mesa-libs: make configure (not config) crashes Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: software@bertram-scharpf.de Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Tue Jan 2 21:41:55 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42BEFEBB193 for ; Tue, 2 Jan 2018 21:41:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 26D0874E45 for ; Tue, 2 Jan 2018 21:41:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 261C1EBB192; Tue, 2 Jan 2018 21:41:55 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 256FEEBB191 for ; Tue, 2 Jan 2018 21:41:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0BCC174E43 for ; Tue, 2 Jan 2018 21:41:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w02LfsBd038733 for ; Tue, 2 Jan 2018 21:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w02LfsmV038732 for x11@FreeBSD.org; Tue, 2 Jan 2018 21:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Tue, 02 Jan 2018 21:41:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: software@bertram-scharpf.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 21:41:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 software@bertram-scharpf.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |software@bertram-scharpf.de --- Comment #1 from software@bertram-scharpf.de --- # cd /usr/ports/graphics/mesa-libs # make clean configure ... configure: error: Could not find llvm shared libraries: Please make sure you have built llvm with the --enable-shared option and that your llvm libraries are installed in /usr/local/llvm50/lib If you have installed your llvm libraries to a different directory you can use the --with-llvm-prefix=3D configure flag to spe= cify this directory. NOTE: Mesa is attempting to use llvm shared libraries by default. If you do not want to build with llvm shared libraries = and instead want to use llvm static libraries then add --disable-llvm-shared-libs to your configure invocation and rebuild. The error is raised in ./configure, line 28381, function detect_old_buggy_llvm(). The library name is built using the LLVM version number. # llvm-config50 --version 5.0.0git-f35466a8f But: # ls /usr/local/llvm50/lib/libLLVM-5.0.0*.so /usr/local/llvm50/lib/libLLVM-5.0.0.so As you can see, I'm using Git to update my ports tree. The short commit hash in LLVM's version number is the Git commit when I built devel/llvm50 what isn't even returned by "make package-name". The real problem is that the whole Makefile system is so complicated that it took me several days to find out what happens just to this point. I'm discouraged and won't search any further. This problem affects x11/xorg and print/texlive-full as far as I know. Prob= ably some more essential packages. Ports is a pain. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Tue Jan 2 23:00:06 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BACEBEBDD0F for ; Tue, 2 Jan 2018 23:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 992C577530 for ; Tue, 2 Jan 2018 23:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 989A6EBDD0D; Tue, 2 Jan 2018 23:00:06 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98430EBDD0C for ; Tue, 2 Jan 2018 23:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 8312D7752E for ; Tue, 2 Jan 2018 23:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w02N06AX036982 for ; Tue, 2 Jan 2018 23:00:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w02N06ej036977 for x11@FreeBSD.org; Tue, 2 Jan 2018 23:00:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Tue, 02 Jan 2018 23:00:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: cc flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 23:00:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org Flags| |maintainer-feedback?(brooks | |@FreeBSD.org) --- Comment #2 from Jan Beich --- (In reply to software from comment #1) > $ llvm-config50 --version > 5.0.0git-f35466a8f Brooks, did devel/llvm* ever embed git commit of the ports tree? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Tue Jan 2 23:32:35 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43C5EE80470 for ; Tue, 2 Jan 2018 23:32:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2636878E11 for ; Tue, 2 Jan 2018 23:32:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 237FBE8046F; Tue, 2 Jan 2018 23:32:35 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23273E8046E for ; Tue, 2 Jan 2018 23:32:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0DCC478E0F for ; Tue, 2 Jan 2018 23:32:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w02NWY0X030437 for ; Tue, 2 Jan 2018 23:32:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w02NWYI2030436 for x11@FreeBSD.org; Tue, 2 Jan 2018 23:32:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Tue, 02 Jan 2018 23:32:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 23:32:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 --- Comment #3 from Jan Beich --- Not enough details to reproduce. Maybe compare with successful build logs: 10.3 i386 - http://beefy5.nyi.freebsd.org/data/latest-per-pkg/mesa-libs/ 10.3 amd64 - http://beefy6.nyi.freebsd.org/data/latest-per-pkg/mesa-libs/ 11.1 i386 - http://beefy10.nyi.freebsd.org/data/latest-per-pkg/mesa-libs/ 11.1 amd64 - http://beefy9.nyi.freebsd.org/data/latest-per-pkg/mesa-libs/ 12.0 i386 - http://beefy11.nyi.freebsd.org/data/latest-per-pkg/mesa-libs/ 12.0 amd64 - http://beefy12.nyi.freebsd.org/data/latest-per-pkg/mesa-libs/ (In reply to software from comment #1) > configure: error: Could not find llvm shared libraries: Not sure how it can happen after https://svnweb.freebsd.org/ports/head/graphics/mesa-dri/Makefile.targets?r1= =3D456530&r2=3D456529&pathrev=3D456530 (In reply to software from comment #1) > The real problem is that the whole Makefile system is so complicated that= it took me several > days to find out what happens just to this point. I'm discouraged and won= 't search any further. Please, either use prebuilt packages or poudriere/synth to build ports. portmaster/portupgrade and non-assisted builds (simply calling "make") use = an environment that maybe dirty with local modifications, partial upgrades, et= c. Debugging dirty environments is up to the affected user i.e., requires time= to investigate and/or bisect. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Jan 3 02:26:28 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24EDDEA580A for ; Wed, 3 Jan 2018 02:26:28 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic313-48.consmr.mail.gq1.yahoo.com (sonic313-48.consmr.mail.gq1.yahoo.com [98.137.65.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F28DE7EB30 for ; Wed, 3 Jan 2018 02:26:27 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: dvJITfQVM1nQPAAOI.9Kn7tZp6Gk.19JVNMlvPHykSGU7I4xOlnok8US1qb7sv0 FetW6N54TPmTcD85YLwJ6Db2wN6jCQX6PRE.JqLOCuLQke_83uW6oitEiCRw8BiBjzzmoq1CU0Q8 pMABB6EFWoIlZpleYEcvCPWgIInu_0NbNpL2eL0uYBaUSdc2kz74mipITS8_zyOzv6HKkP7Vlwhw sj.zA_f8_2u7KmwvCHbQW6xNlE1Z7qgAybQZrAQFxqSHqH5gFLvkMjhkAhmXZyFynROngn_nDfMM _OMl7323p1FdRN3Pnh_mUsL5QZie_mTAAgVypnyTOSPsSR0pSOiPqDY6pZSEumfr_I3h6oqyUTxJ CaDvoj1dyoKAJpyzpp.ZPdFKXABJgsKkZDcyGafDXfBtEWHNh5EspqAyb8P.N2lH.0eZLh2AH4y7 l6lowAz5i0yh12ctCx2iPW8jNFNqO.eogsF.X4g7U5mctkBgEBPcBdU6CzMlRSLok1JOIAK6LT1D VidccXh9PS22.jN_CT4ThMejVpzoWtpk- Received: from sonic.gate.mail.ne1.yahoo.com by sonic313.consmr.mail.gq1.yahoo.com with HTTP; Wed, 3 Jan 2018 02:26:26 +0000 Date: Wed, 3 Jan 2018 01:52:04 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: Adam Vande More Cc: "freebsd-x11@freebsd.org" Message-ID: <340880013.7112018.1514944324279@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11051 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 02:26:28 -0000 Dear Adam,=C2=A0 The /boot/loader.conf file contains if_urtwn_load=3D"YES"hw.psm.elantech_support=3D"1"sem_load=3D"YES"nvidia_lo= ad=3D"YES"nvidia-modeset_load=3D"YES" The /etc/rc.conf contains hostname=3D"ideapad320s"sshd_enable=3D"YES"dumpdev=3D"AUTO"hald_enable=3D"Y= ES"dbus_enable=3D"YES"moused_enable=3D"YES"linux_enable=3D"YES"slim_enable= =3D"YES"wlans_urtwn0=3D"wlan0"ifconfig_wlan0=3D"WPA DHCP"kld_list=3D"nvidia= -modeset" I don not know if there is any discrepancy between the nvidia setting in th= e two files. I guessed not. Kind regards,Zoltan From: Adam Vande More To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 12:59 AM Subject: Re: No devices detected for NVIDIA card. =20 On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 wrote: Dear all! When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with = the message "No devices detected". What are the content's of your /boot/loader.conf? --=20 Adam =20 From owner-freebsd-x11@freebsd.org Wed Jan 3 02:44:52 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07B95EA6322 for ; Wed, 3 Jan 2018 02:44:52 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C06807F2F2 for ; Wed, 3 Jan 2018 02:44:51 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x241.google.com with SMTP id u62so291624ita.2 for ; Tue, 02 Jan 2018 18:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=aHINVaLeNej/yMtXuIfcn2wRLdZb/uz2iuRj81pWNjA=; b=ACfwY2LJdNUJEdk2pQz3Lk4X6p5gNK90T6j7Kiss7bOVFsNoEaXSt93CtaHwc3Qcnj 7UNeOHgMWEooSuEFtd5M3rtloyvEoVsD3Fw9Inh8YzNuuqKBZlSJhzKWGFUiCyzfviOT CPrqwU8fv1onQEG3SOT5BhmGvx0S/Z3xTLsnc2M1KUanQ/JC/fgm4o3CEBGF/zfh5g8o CiYKL7r1+Hv0z5lVeHBeTX4FeCpoXzKqvKr7/+I7ZeKzAx/lycmAjzpc9LX1kfoLiwM9 Hy/oKbd0mvY59zT87g2guUrKcJzyz++ATteX6olmFSmylu1/zHvuNilM982OBA4RT3NR 9ANw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aHINVaLeNej/yMtXuIfcn2wRLdZb/uz2iuRj81pWNjA=; b=ksQgA1tNkTqCWnSw2F5RdT9sX5KN4wguibU8zVAa61J5hxoiwLdo9GuSjKAYUP+jtN fG2LyntRyDRGDnYam4COjpmutsdOrm7GM+EH3WZZAtjoKYpcDfOIxgmVneVW50ymF5Ec 8hGduWVs08DlAOWfMrdW36sFHR2iUEycvNtIaRXQ6LH/0E/NE6F3pfLEkCyYW84y6YGu C3Kd1rE0BpY41IggeyxPZPaxnFUo0fK0LBDWRwdJq7Sg7esfkE2KoTrDDN18gd97thXh FTHOhup3Tm78QswcIhaXuC4SXLre2olyi4GXTUXK+Jn3e6fAfvtI4GPS5frH2Ib7ZfEn S5bg== X-Gm-Message-State: AKGB3mKywfmmwxiXj5scoV3wXrrOwTeMJwPx2J1lpRKnfHB1X6CjDkfA NY3oYVgDU12XKKATNK3nO6JYj5Bv/pPLSqjynq4= X-Google-Smtp-Source: ACJfBosdwErc0bp3piIxlPCaAZtW1+Fe2CvErF6zG7Atk7IVMd3wqGC1u3Su8dvLMujGL7slrY9UpR0fKvJglGJDbQo= X-Received: by 10.36.116.135 with SMTP id o129mr253496itc.119.1514947490986; Tue, 02 Jan 2018 18:44:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.164.203 with HTTP; Tue, 2 Jan 2018 18:44:50 -0800 (PST) In-Reply-To: <340880013.7112018.1514944324279@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> From: blubee blubeeme Date: Wed, 3 Jan 2018 10:44:50 +0800 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: Adam Vande More , "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 02:44:52 -0000 On Wed, Jan 3, 2018 at 9:52 AM, Kovacs Zoltan via freebsd-x11 < freebsd-x11@freebsd.org> wrote: > Dear Adam, > The /boot/loader.conf file contains > if_urtwn_load="YES"hw.psm.elantech_support="1"sem_load=" > YES"nvidia_load="YES"nvidia-modeset_load="YES" > The /etc/rc.conf contains > hostname="ideapad320s"sshd_enable="YES"dumpdev="AUTO" > hald_enable="YES"dbus_enable="YES"moused_enable="YES"linux_ > enable="YES"slim_enable="YES"wlans_urtwn0="wlan0"ifconfig_wlan0="WPA > DHCP"kld_list="nvidia-modeset" > > > I don not know if there is any discrepancy between the nvidia setting in > the two files. I guessed not. > Kind regards,Zoltan From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 12:59 AM > Subject: Re: No devices detected for NVIDIA card. > > On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > Dear all! > When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with > the message "No devices detected". > > > What are the content's of your /boot/loader.conf? > > -- > Adam > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > The nvidia binary blob needs Linux emulation, try adding these in /boot/loader.conf: linux_load="YES" nvidia_load="YES" along with modeset inside your /etc/rc.conf kld_list="nvidia-modeset" From owner-freebsd-x11@freebsd.org Wed Jan 3 03:20:59 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5517BEA76D6 for ; Wed, 3 Jan 2018 03:20:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 36B12804D8 for ; Wed, 3 Jan 2018 03:20:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 091B1EA76D5; Wed, 3 Jan 2018 03:20:59 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07413EA76D3 for ; Wed, 3 Jan 2018 03:20:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E5739804D6 for ; Wed, 3 Jan 2018 03:20:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w033Kwtm017875 for ; Wed, 3 Jan 2018 03:20:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w033Kwco017872 for x11@FreeBSD.org; Wed, 3 Jan 2018 03:20:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Wed, 03 Jan 2018 03:20:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: software@bertram-scharpf.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 03:20:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 --- Comment #4 from software@bertram-scharpf.de --- You do not need any details to reproduce it. I found it by remembering that this problem had occurred here several years ago. As far as I know, at that time I solved it by a workaround. The ports collection did not manage to fix this bug up to this day! The cause for the problem is that LLVM builds a version number from the Git repository it is held in. Now, in the FreeBSD ports collection, it gets copied there without a Git history. Still the configuration searches for a Git repo, and it finds the one in /usr/ports. I fixed the problem by adding a line in /etc/make.conf: CONFIGURE_ENV+=3DGIT_CEILING_DIRECTORIES=3D/usr/ports For the meaning of the environment variable see man 1 git. The line should be put somewhere into Mk/bsd.port.mk; of course it would be better to throw away the whole ports system together with portupgr= ade, poudriere et al. and to rewrite it from scratch. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Jan 3 03:37:13 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85A01EA80A4 for ; Wed, 3 Jan 2018 03:37:13 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FA7180BD7 for ; Wed, 3 Jan 2018 03:37:13 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id e20so768307iof.12 for ; Tue, 02 Jan 2018 19:37:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BhCO0VMz60Ouy1Wj5hTc/O9eLJ9Q0AvfeTD2HDuyPhQ=; b=dQua5BV5i8ao/Yi03OfVUBNCri3lPtdFIsLgVs09qW1fRR4fk3uE/eOl/85xqy7yA1 7LNU1nkPJvmWs86Vk+fRks0OTkVrIlLcfA/LpunQLm5SWpKlGEbcuunwf99JCC0KaNQ8 MhJ+JZLXqFv3Mw+UQ/SoWc/JPkpTJFkohIQ/iaX3G0VXFEyQ+nG5Ll5D9ODvuTdvMcGu bjAlezxkQu5Wh98eXExweNWzeBPhDASS9F8nV5ITHPphmqyhu+jcU+1ShYI12WLWNCKS TX9aFRaktoDs6Wt8oi3inb9Xx01wkUeYlcLibVbwkwLb3fuve3ciStUvpy/77tb8ZnWI Z+aA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=BhCO0VMz60Ouy1Wj5hTc/O9eLJ9Q0AvfeTD2HDuyPhQ=; b=tEb8G0oK5GSPfk1uMIoON9xUBGGeDv/DzsaiHsTQN1205SS2qXLGTdhRRDlf51UfNG sxpQx4pqq7Y7FRCyXWt8mBZHT9NgFiouhBEU5V3LVxef4Xk5tQnmjscEcztPeyQJisA9 3u6HCVNetL6pW20DJXif2SV8AsTGCXZpGpjQuXl+2TH3RsaJO02b+CZwI5EZk6RBL7o0 j6A3kK5IubazNQL8uokQZQ4PCq5dzNtRtc+MKISWH4BHn3kFzLSJ8f8Q0A0OTGpAZk2R tijHZspHx0ae2gk733IeV5GDVoyv0+nQGycJuQSdZiK5kBWtaAc66xH08rTnOuLUqq0Y f8hg== X-Gm-Message-State: AKGB3mLCQSCU/61XsiPvNm6yz9Zp4zwHu6559+wIcSEvQng+PP9IhWzo gJbcfq1cMp2yi4g5DhCmpXKa1cujTAUJ+YD7W2I= X-Google-Smtp-Source: ACJfBouTc36+NDbG2jRrx6Wj3ior+3NyRPIHzzbbkqkjDsId66vkICkkooXubQUhUtQF1YwWIIVH+NrTNcWK7jSoVyg= X-Received: by 10.107.107.1 with SMTP id g1mr152396ioc.230.1514950632539; Tue, 02 Jan 2018 19:37:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.180.34 with HTTP; Tue, 2 Jan 2018 19:37:12 -0800 (PST) In-Reply-To: <340880013.7112018.1514944324279@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> From: Adam Vande More Date: Tue, 2 Jan 2018 21:37:12 -0600 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 03:37:13 -0000 On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan wrote: > Dear Adam, > > The /boot/loader.conf file contains > > if_urtwn_load="YES" > hw.psm.elantech_support="1" > sem_load="YES" > nvidia_load="YES" > nvidia-modeset_load="YES" > > The /etc/rc.conf contains > > hostname="ideapad320s" > sshd_enable="YES" > dumpdev="AUTO" > hald_enable="YES" > dbus_enable="YES" > moused_enable="YES" > linux_enable="YES" > slim_enable="YES" > wlans_urtwn0="wlan0" > ifconfig_wlan0="WPA DHCP" > kld_list="nvidia-modeset" > > > I don not know if there is any discrepancy between the nvidia setting in > the two files. I guessed not. > > Kind regards, > Zoltan > ------------------------------ > *From:* Adam Vande More > *To:* Kovacs Zoltan > *Cc:* "freebsd-x11@freebsd.org" > *Sent:* Wednesday, January 3, 2018 12:59 AM > *Subject:* Re: No devices detected for NVIDIA card. > > On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > Dear all! > When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with > the message "No devices detected". > > > What are the content's of your /boot/loader.conf? > > -- > Adam > > > Put this in /boot/loader.conf: nvidia-modeset_load="YES" Remove nvidia related entries from /etc/rc.conf You may need linux_load="YES" in loader as well if applicable. Reboot after entries are made. /usr/local/share/doc/NVIDIA_GLX-1.0/README -- Adam From owner-freebsd-x11@freebsd.org Wed Jan 3 09:03:44 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28CC5EB5108 for ; Wed, 3 Jan 2018 09:03:44 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic306-46.consmr.mail.gq1.yahoo.com (sonic306-46.consmr.mail.gq1.yahoo.com [98.137.68.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF96C6AC37 for ; Wed, 3 Jan 2018 09:03:43 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: gnuHSRkVM1mXuvAVR5RlnXjElfVW5GQDjyLYplceCEoGUbNhNenTFmQIWcjorK7 KJKjqwYcFKhEWNBawMwZodL7bLv3Tc_W3OPtEX3ztrTfHvT1oucCZIL0SpLSwX.lX8g4OeIl2_JQ 6LDAesZhD0R9418ZNiDKGHeoWTAnisnAlBLwvH5VYEE1jsmOUHk21mo.jvbS8z739XsAoMl3HKdT AT5KC.2BlWqEL7WhUyYWheW.PbWi8NNPN1Eu2V1.73dKnHNt9YRVdzBTxBTxnujy7VxJyvcHwYGZ Wc3_nqWhV4XlSJ0eiNEyLPuolDDGBK30xRT83zos1jUoBHrJl4fEuW0Ub4bVHVee_XZLTMPSmH_5 or7apNgqF_Dcn0HSKuEfeNubwhmALIDZRDv9QOEhYjzXxL6ntvOYis5YTKH7hyKld4EiwpwVg.3h Ei2eF8o9maKg3oWja2dc0tQgb.xn.YHMRwQN90SOobwgtJ80Sq7vR9lXSVQKImvoyP6VYv78JCMH l29TM.FzhePzMG.VTvYLEOtus2c6z1IfddaYt5GR7JAPwYrBpAAsIqU2_DKwE Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.gq1.yahoo.com with HTTP; Wed, 3 Jan 2018 09:03:42 +0000 Date: Wed, 3 Jan 2018 08:49:18 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: Adam Vande More Cc: "freebsd-x11@freebsd.org" Message-ID: <2132897324.7253689.1514969359003@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11051 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 09:03:44 -0000 From: Adam Vande More To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 10:37 AM Subject: Re: No devices detected for NVIDIA card. =20 On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan wrote= : Dear Adam,=C2=A0 The /boot/loader.conf file contains if_urtwn_load=3D"YES"hw.psm.elantech_support=3D"1"sem_load=3D"YES"nvidia_lo= ad=3D"YES"nvidia-modeset_load=3D"YES" The /etc/rc.conf contains hostname=3D"ideapad320s"sshd_enable=3D"YES"dumpdev=3D"AUTO"hald_enable=3D"Y= ES"dbus_enable=3D"YES"moused_enable=3D"YES"linux_enable=3D"YES"slim_enable= =3D"YES"wlans_urtwn0=3D"wlan0"ifconfig_wlan0=3D"WPA DHCP"kld_list=3D"nvidia= -modeset" I don not know if there is any discrepancy between the nvidia setting in th= e two files. I guessed not. Kind regards,Zoltan From: Adam Vande More To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 12:59 AM Subject: Re: No devices detected for NVIDIA card. =20 On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 wrote: Dear all! When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with = the message "No devices detected". What are the content's of your /boot/loader.conf? --=20 Adam =20 Put this in /boot/loader.conf: nvidia-modeset_load=3D"YES" Remove nvidia related entries from /etc/rc.conf You may need linux_load=3D"YES" in loader as well if applicable. Reboot after entries are made. /usr/local/share/doc/NVIDIA_GLX-1.0/README --=20 Adam I have=C2=A0 linux_load=3D"YES"=C2=A0 nvidia-modeset_load=3D"YES" in /boot/loader.conf and I deleted the line kld_list=3D"nvidia-modeset" from /etc/rc.conf, i.e. = no nvidia specific settings are in /etc/rc.conf now. However, xorg still ge= nerates the error message "No devices found". I have checked the information on such errors generated by xorg in /usr/loc= al/share/doc/NVIDIA_GLX-1.0/README =C2=A0but I could not find anything. Zoltan=C2=A0 =20 From owner-freebsd-x11@freebsd.org Wed Jan 3 09:06:59 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A94ADEB5253 for ; Wed, 3 Jan 2018 09:06:59 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic314-48.consmr.mail.gq1.yahoo.com (sonic314-48.consmr.mail.gq1.yahoo.com [98.137.69.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8199F6ACE7 for ; Wed, 3 Jan 2018 09:06:58 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: I7ifya8VM1lnZERqRWCYVq.KlHSjIeslNWUOeCTxa6nM3QLMe78lqhda5SmG.Rb fXRLTN3QDt2Zc2hwU_.PYJXr1qEnfZnRGkqK1f3DcCkk5oSIZeqTKrfneSWgTSO1FAQDLcsks3BU eLRU0xNjFRFXyzHM_XYi3eTdRY5DvWEkz_XXa4Kac.tga63sFsXNynIp.x_btwdb9uPdn2T52I6I nClTe9ZoAi3zkSv1WrqjQZJ50Q3bx0CMFNB87NjZiG4GTmFmYe0JCKstspv9uBnVLB5XV2S8lwvh F18VMBHibymqZJGDYM1A7KHrndf.RKQToMVepv9gHTSddIEM0Qg4qUovPfvVQjZ7WSGyrmkS9ras U3RkMJBC03wPDx.0tczxp2vu.sz6t7cT1IB2X9pFakSTnI9e_13.HX2QgcajZBT9jDWTLK2xKF5A 9h.IYMO4JE2gI23It17wqWlYp_KE6qDFBW1MZbAc_cPDTuXWEHktutLAi.3fWpdoCJ_iHyKHQtyV zwuYpwD9FEj7gUvhAAp03tXVTtMjoGnO.urc5XFtqGw92aV1RPHhI2UVDVoed Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.gq1.yahoo.com with HTTP; Wed, 3 Jan 2018 09:06:57 +0000 Date: Wed, 3 Jan 2018 08:42:38 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: blubee blubeeme Cc: "freebsd-x11@freebsd.org" Message-ID: <1764967583.7244084.1514968958042@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11051 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 09:06:59 -0000 From: blubee blubeeme To: Kovacs Zoltan =20 =C2=A0Cc: Adam Vande More ; "freebsd-x11@freebsd.org= " Sent: Wednesday, January 3, 2018 9:44 AM Subject: Re: No devices detected for NVIDIA card.>=C2=A0The nvidia binary = blob needs Linux emulation, try adding these in /boot/loader.conf: >=C2=A0linux_load=3D"YES">=C2=A0nvidia_load=3D"YES">> along with modeset in= side your /etc/rc.conf> kld_list=3D"nvidia-modeset" I had the lines linux_load=3D"YES" nvidia_load=3D"YES" nvidia-modeset_load=3D"YES" in =C2=A0/boot/loader.conf and I had=C2=A0 kld_list=3D"nvidia-modeset" in the file /etc/rc.conf. However, Xorg still generates "No devices detected" error message. =20 From owner-freebsd-x11@freebsd.org Wed Jan 3 10:04:03 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7EAFEB7662 for ; Wed, 3 Jan 2018 10:04:03 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC1406CECC for ; Wed, 3 Jan 2018 10:04:03 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x234.google.com with SMTP id 14so1594133iou.2 for ; Wed, 03 Jan 2018 02:04:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=nMHIpiu5F8AclQpgLg6g9XY+dOp5KUDyXNksTqx1aSc=; b=fN1e99MZMG7ZiFYpKUyC7CF24cUKB1W2WFYreTpgVDAj0OBexK+mWy2CuPkDch44QT S0IrorNBRrpM5c8g7mva2buowThkEhiTKYYGMJLH8qFAD+Qo6GIKxRoFths54OLtHuHo cUk5NxWO/LRmsJNW2+S5g+je+C3n3xWM4rLTcs+ynm/h9whDmOK4LCfp0iGZrCwWjjc/ p981rJUq/Ebsg0uxB9NZ5ZZlRB5c/H/UwCZXHwkvSpUJ3tVGIi5AyjgWA0Mc2hF5vD1v 5DBvzsIwM3gxwFj1VNu72s2b3BF8Yjy4kqp3ZR61YOWf2TJJhn+0lkd/8wflRIWyuu0V pHlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=nMHIpiu5F8AclQpgLg6g9XY+dOp5KUDyXNksTqx1aSc=; b=Bo1iXo1DDxFV6oeU/3cXueQavmIZV3ohtpjATlppdxFOnyVJon1e/wz7iZLibfadYx 4N2ckGY3hD3sc8ya4zj1XDFW8RTWvu2sbWcc4hwJRGe7vwDHmHS4fWiWrJX091MQLDXA 1oqldr/U4nY1mHBCD9Gi6b9xyxDMM6Ad2KgPaN859SKTC5v33kIpNokP0wd41SHcN1ZL AvXywI+WmvuRooOeVDYibyuDM5YRqcbbZwhV62omgFhjdZ2dcg7GVoHQdeJtjCNCaAQn 7e12XGU4qyXa2nJJD+tkUicanfFWp01Vzncq5CgtkIKfxts8/MEGzzaTtK+52YlkwqWc 6DAQ== X-Gm-Message-State: AKGB3mJyRP7NHryFO5i1dx2XLIgucpPEOKGC4qQ9VoB2QDgV7HOzhbrI Bv3FWOCz6zEnexFlwr2w3y0/u1NKwvTHVgIO2os= X-Google-Smtp-Source: ACJfBosRbECV7+8oqOq4O/bVguigxG1sag4TLeZeo3zqyOVfAlsRFU/joT37yQ4v/wjcHa0SsjlJjC3q8tgp+wEzDQY= X-Received: by 10.107.24.198 with SMTP id 189mr876710ioy.213.1514973842860; Wed, 03 Jan 2018 02:04:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.164.203 with HTTP; Wed, 3 Jan 2018 02:04:02 -0800 (PST) In-Reply-To: <2132897324.7253689.1514969359003@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> From: blubee blubeeme Date: Wed, 3 Jan 2018 18:04:02 +0800 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: Adam Vande More , "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 10:04:04 -0000 On Wed, Jan 3, 2018 at 4:49 PM, Kovacs Zoltan via freebsd-x11 < freebsd-x11@freebsd.org> wrote: > > > From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 10:37 AM > Subject: Re: No devices detected for NVIDIA card. > > > > On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan > wrote: > > Dear Adam, > The /boot/loader.conf file contains > if_urtwn_load="YES"hw.psm.elantech_support="1"sem_load=" > YES"nvidia_load="YES"nvidia-modeset_load="YES" > The /etc/rc.conf contains > hostname="ideapad320s"sshd_enable="YES"dumpdev="AUTO" > hald_enable="YES"dbus_enable="YES"moused_enable="YES"linux_ > enable="YES"slim_enable="YES"wlans_urtwn0="wlan0"ifconfig_wlan0="WPA > DHCP"kld_list="nvidia-modeset" > > > I don not know if there is any discrepancy between the nvidia setting in > the two files. I guessed not. > Kind regards,Zoltan From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 12:59 AM > Subject: Re: No devices detected for NVIDIA card. > > On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > Dear all! > When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with > the message "No devices detected". > > > What are the content's of your /boot/loader.conf? > > -- > Adam > > > > Put this in /boot/loader.conf: > nvidia-modeset_load="YES" > Remove nvidia related entries from /etc/rc.conf > You may need linux_load="YES" in loader as well if applicable. > Reboot after entries are made. > /usr/local/share/doc/NVIDIA_GLX-1.0/README > > -- > Adam > I have > linux_load="YES" > > nvidia-modeset_load="YES" > > in /boot/loader.conf > and I deleted the line kld_list="nvidia-modeset" from /etc/rc.conf, i.e. > no nvidia specific settings are in /etc/rc.conf now. However, xorg still > generates the error message "No devices found". > I have checked the information on such errors generated by xorg in > /usr/local/share/doc/NVIDIA_GLX-1.0/README but I could not find anything. > Zoltan > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > Are you on a laptop or desktop? I have a laptop with integrated graphics and dedicated GPU in my bios if I disable discrete graphics I get the behavior that you're talking about. If you are on a laptop check the motherboard bios settings. From owner-freebsd-x11@freebsd.org Wed Jan 3 10:29:25 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54087EB845A for ; Wed, 3 Jan 2018 10:29:25 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11F846DB41 for ; Wed, 3 Jan 2018 10:29:25 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id z6so1245274iti.4 for ; Wed, 03 Jan 2018 02:29:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=k92PWfWHk2IBthsQJCNzL25IliS7Y1leJ7Do5XwbGhU=; b=Rcr9T1bIDt8Qhacc7vUx8m7s/erESS+5Vx7Lqdg2XHDSAHT2bT8n+gYoxIoQz/5mvZ 36nxFXjlcE/BPEZPTF8hZWQ/V2BsQcn9RSZldYvETn37h3UOU0XNoSGYyXGE+UXpNBVl 9nwmVwhatEETMWNLuS1tPpLDVJO3ObLA0zLu+MAuB/5GHLeSA5xP2hRJvsnbGuYYtpB9 v0q2K1c1CPetNgl0hrjyqFRoBcgoBG7hLQM6KAeOWuqid8cQSWBOCTdbjFHNWyH/csxx H7ls7q6ZOyC5b6YjMK2WEXHk0zEdgLC1iusWQFqK2uFsCRdUYEYsgVap2gK0djThzB2J Oa0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=k92PWfWHk2IBthsQJCNzL25IliS7Y1leJ7Do5XwbGhU=; b=nD7rXo30XmJGFmxwlXgPuCIPHHFTOHH1GEU7WmM87SB9jryCp8MAjb2la/doVne2gt CXB75ThcbmP1q70lKjUJFFUaavzDmdWYwVFq+DwQpVzxEZQ4DTg+WoqZbqyFuqkMPubM PrQioAwHt2ArDfCBSlB2NbsNVVFHh1429lTBD8furWQoBNcqC6JhfGsLUqEwzQo7QDzp 93hFWffJzb8oLALbZC8LhEvZghWF6V84x0DaeOooVsLLEsdMNGPDRG0LK+CWOZPOTpTD QYxhwo2IePnk6jQE1ZiXKiGZgxxXLcZhJnnAlPMetyI5uadwYF63WOXjNQap/KSy62V3 IP3g== X-Gm-Message-State: AKGB3mJ+VyAbL1lt4yGovQOcNVfdllk0CcEtywFXjM9AJ631u1gX6SjH RcEHl1RZpbWzcTyLz7lzGiibxrLhGUUd2hRcWyw= X-Google-Smtp-Source: ACJfBotZFnUCHzobCkHi0pcOJsE+RCvHYrQ6/AOa5zBkyCMel4hJzQ4Osdd7aTIHnPBu4Fdu+ZyCwOjrXzZIav+Zpuo= X-Received: by 10.36.151.198 with SMTP id k189mr1304814ite.100.1514975364362; Wed, 03 Jan 2018 02:29:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.164.203 with HTTP; Wed, 3 Jan 2018 02:29:23 -0800 (PST) In-Reply-To: <1326391418.7277384.1514974672408@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> <1326391418.7277384.1514974672408@mail.yahoo.com> From: blubee blubeeme Date: Wed, 3 Jan 2018 18:29:23 +0800 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 10:29:25 -0000 On Wed, Jan 3, 2018 at 6:17 PM, Kovacs Zoltan wrote: > > > ------------------------------ > *From:* blubee blubeeme > *To:* Kovacs Zoltan > *Cc:* Adam Vande More ; "freebsd-x11@freebsd.org" < > freebsd-x11@freebsd.org> > *Sent:* Wednesday, January 3, 2018 5:04 PM > *Subject:* Re: No devices detected for NVIDIA card. > > > > On Wed, Jan 3, 2018 at 4:49 PM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > > > From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 10:37 AM > Subject: Re: No devices detected for NVIDIA card. > > > > On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan > wrote: > > Dear Adam, > The /boot/loader.conf file contains > if_urtwn_load="YES"hw.psm. elantech_support="1"sem_load=" > YES"nvidia_load="YES"nvidia- modeset_load="YES" > The /etc/rc.conf contains > hostname="ideapad320s"sshd_ enable="YES"dumpdev="AUTO" > hald_enable="YES"dbus_enable=" YES"moused_enable="YES"linux_ > enable="YES"slim_enable="YES" wlans_urtwn0="wlan0"ifconfig_ wlan0="WPA > DHCP"kld_list="nvidia-modeset" > > > > I don not know if there is any discrepancy between the nvidia setting in > the two files. I guessed not. > Kind regards,Zoltan From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 12:59 AM > Subject: Re: No devices detected for NVIDIA card. > > On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > Dear all! > When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with > the message "No devices detected". > > > What are the content's of your /boot/loader.conf? > > -- > Adam > > > > Put this in /boot/loader.conf: > nvidia-modeset_load="YES" > Remove nvidia related entries from /etc/rc.conf > You may need linux_load="YES" in loader as well if applicable. > Reboot after entries are made. > /usr/local/share/doc/NVIDIA_ GLX-1.0/README > > -- > Adam > I have > linux_load="YES" > > nvidia-modeset_load="YES" > > in /boot/loader.conf > and I deleted the line kld_list="nvidia-modeset" from /etc/rc.conf, i.e. > no nvidia specific settings are in /etc/rc.conf now. However, xorg still > generates the error message "No devices found". > I have checked the information on such errors generated by xorg in > /usr/local/share/doc/NVIDIA_ GLX-1.0/README but I could not find anything. > Zoltan > ______________________________ _________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/ mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@ freebsd.org > " > > Are you on a laptop or desktop? > > I have a laptop with integrated graphics and dedicated GPU in my bios if I > disable discrete graphics I get the behavior that you're talking about. > > If you are on a laptop check the motherboard bios settings. > > Yes, I have a Lenovo 320S-13IKB laptop. Actually, nor the touchpad neither > the wireless network card works with FreeBSD. I hoped I can use the NVIDIA > graphics card at least. So you mean I should find some settings in BIOS for > discrete graphics and enable it? > > Yes, please check your bios and enable the "discrete" graphics, not the hybrid; The touchpad should be able to get fixed although mine doesn't work well either, it's something that I plan to look into getting fixed but there are more pressing issues at the moment. I am not sure what wifi chipset you have but something really new might not work. Find out the wifi card and post that here as well. @Adrian Chadd is the wireless guru for FreeBSD, he might be able to chime in for that. From owner-freebsd-x11@freebsd.org Wed Jan 3 11:02:37 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DABCEB98B9 for ; Wed, 3 Jan 2018 11:02:37 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic310-47.consmr.mail.gq1.yahoo.com (sonic310-47.consmr.mail.gq1.yahoo.com [98.137.69.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECB86EFD9 for ; Wed, 3 Jan 2018 11:02:36 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: Bzf_L70VM1noTHc8SQKTxhagsGobvjlFwPdjLLbqdn7sFtimfl2r7tH.ItLwqoL BncGsa3fsY.KOgQXVsGzhPG9jg.dPZwmHyzGd9oNZ6tFNNDtOZ.5hXU6QBLjkB4C7jTrAqtn9V0A puh1FH649jmPzeBMLCY4x48dcpXfo5GdKLJaaJphwbjYrb8eZvVH.3mSZVYngy9k4uaFEURbjlSK 5x5Tvu_p.XHxMhjjv.k3jeWHYlTlyGhatSrOhMBz0WjBwlY2jjk0dWyJmyq8DpzhNv3Qf7FHx8CN GWT4bJvzxXIuvgJE3Dvdcq8H7EDxBg8DHd1xMnoZpuGxO5GwEUeMa2VDfAmeRFZWR9mhicnInWmL aicEu2CD9x4oc2T3wtj0P2fQqhXzSaddm13X6O2WljtRXCe2QM0GjQBtxTUU8xs5Le0TbPybkl3h 3FbivdmyhSawEsEkFNhskcZTyj8264b4S9QTpjwBV.OSon8a8VYo5c.n._XxF9DtH0_0WGgynDS6 L2dalA7rs.U4fPLJG2OxsXcyUNenwGL1azJ1LuFPVQk0wYfPOt951.J5DsKQB Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.gq1.yahoo.com with HTTP; Wed, 3 Jan 2018 11:02:36 +0000 Date: Wed, 3 Jan 2018 10:17:52 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: blubee blubeeme Cc: "freebsd-x11@freebsd.org" Message-ID: <1326391418.7277384.1514974672408@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11051 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 11:02:37 -0000 From: blubee blubeeme To: Kovacs Zoltan =20 Cc: Adam Vande More ; "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 5:04 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 4:49 PM, Kovacs Zoltan via freebsd-x11 wrote: =C2=A0 =C2=A0 =C2=A0 From: Adam Vande More =C2=A0To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" =C2=A0Sent: Wednesday, January 3, 2018 10:37 AM =C2=A0Subject: Re: No devices detected for NVIDIA card. On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan wrote= : Dear Adam,=C2=A0 The /boot/loader.conf file contains if_urtwn_load=3D"YES"hw.psm. elantech_support=3D"1"sem_load=3D" YES"nvidia_= load=3D"YES"nvidia- modeset_load=3D"YES" The /etc/rc.conf contains hostname=3D"ideapad320s"sshd_ enable=3D"YES"dumpdev=3D"AUTO" hald_enable=3D= "YES"dbus_enable=3D" YES"moused_enable=3D"YES"linux_ enable=3D"YES"slim_ena= ble=3D"YES" wlans_urtwn0=3D"wlan0"ifconfig_ wlan0=3D"WPA DHCP"kld_list=3D"n= vidia-modeset" I don not know if there is any discrepancy between the nvidia setting in th= e two files. I guessed not. Kind regards,Zoltan=C2=A0 =C2=A0 =C2=A0 From: Adam Vande More =C2=A0To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" =C2=A0Sent: Wednesday, January 3, 2018 12:59 AM =C2=A0Subject: Re: No devices detected for NVIDIA card. On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 wrote: Dear all! When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with = the message "No devices detected". What are the content's of your /boot/loader.conf? -- Adam Put this in /boot/loader.conf: nvidia-modeset_load=3D"YES" Remove nvidia related entries from /etc/rc.conf You may need linux_load=3D"YES" in loader as well if applicable. Reboot after entries are made. /usr/local/share/doc/NVIDIA_ GLX-1.0/README -- Adam I have=C2=A0 linux_load=3D"YES"=C2=A0 nvidia-modeset_load=3D"YES" in /boot/loader.conf and I deleted the line kld_list=3D"nvidia-modeset" from /etc/rc.conf, i.e. = no nvidia specific settings are in /etc/rc.conf now. However, xorg still ge= nerates the error message "No devices found". I have checked the information on such errors generated by xorg in /usr/loc= al/share/doc/NVIDIA_ GLX-1.0/README =C2=A0but I could not find anything. Zoltan=C2=A0 ______________________________ _________________ freebsd-x11@freebsd.org mailing list https://lists.freebsd.org/ mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@ freebsd.org" Are you on a laptop or desktop? I have a laptop with integrated graphics and dedicated GPU in my bios if I = disable discrete graphics I get the behavior that you're talking about. If you are on a laptop check the motherboard bios settings. Yes, I have a Lenovo 320S-13IKB laptop. Actually, nor the touchpad neither = the wireless network card works with FreeBSD. I hoped I can use the NVIDIA = graphics card at least. So you mean I should find some settings in BIOS for= discrete graphics and enable it?=C2=A0 =20 From owner-freebsd-x11@freebsd.org Wed Jan 3 12:02:48 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF62BEBC3B5 for ; Wed, 3 Jan 2018 12:02:48 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic314-46.consmr.mail.gq1.yahoo.com (sonic314-46.consmr.mail.gq1.yahoo.com [98.137.69.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC2D71407 for ; Wed, 3 Jan 2018 12:02:48 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: ElDPlxkVM1ldcNfPKcwAKAlHq8f0QCdLDOo8L_8uvhrZ6gs9SJw4iyIrkGAoAaQ V91zVJ83aDazvyLRa_oq9dX_LNA0lXBvEhnKr6sFPs1t.2FaIli8fXOAunZMC5dgTbO06_zYnY3G ETn1uNrGJE2Bw1Izcr4QBG2iZv5huozNIXpjFh9Vd9NS4ZL5aK1Tdke5TVwc_ednNPtglIYqb5Eo izw3RO_kuvK4_T8Nuzq4CQda_EFJDZ9gx9zDaFYHT.GH1OCIvMnR64.qfJ.IDu0ILvZTb_O7.7rh pAt4b2OuQbGaVc4Jkk6LoWH66CY3aJq2RDMcapWKBg_KdYs.ljDb9lKKMze7fvQ5tFkt6.D8EcSx hdXt4nqroZiIG5DmEUGKaaMyLcONl0RV7KmIq4s017JkLquj3ol2uVAZDGsaGWkNmDbLq49_YhAP 3vXNIVMwY2gPp73K8u2BJhW76k6UUyQOBvp5X_feyK9xLohzJRa6vwzy_k0n05b7YluVeWF5osv. 9MqmqOGJxfd13tfIlbfGgHAHxjtycYQOOT0lsC.2CRbyKFZmpMCILGMUKgWuL Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.gq1.yahoo.com with HTTP; Wed, 3 Jan 2018 12:02:47 +0000 Date: Wed, 3 Jan 2018 11:48:31 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: blubee blubeeme Cc: "freebsd-x11@freebsd.org" Message-ID: <1745178874.7300390.1514980111721@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> <1326391418.7277384.1514974672408@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11051 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 12:02:48 -0000 From: blubee blubeeme To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 5:29 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 6:17 PM, Kovacs Zoltan wrote= : From: blubee blubeeme To: Kovacs Zoltan =20 Cc: Adam Vande More ; "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 5:04 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 4:49 PM, Kovacs Zoltan via freebsd-x11 wrote: =C2=A0 =C2=A0 =C2=A0 From: Adam Vande More =C2=A0To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" =C2=A0Sent: Wednesday, January 3, 2018 10:37 AM =C2=A0Subject: Re: No devices detected for NVIDIA card. On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan wrote= : Dear Adam,=C2=A0 The /boot/loader.conf file contains if_urtwn_load=3D"YES"hw.psm. elantech_support=3D"1"sem_load=3D" YES"nvidia_= load=3D"YES"nvidia- modeset_load=3D"YES" The /etc/rc.conf contains hostname=3D"ideapad320s"sshd_ enable=3D"YES"dumpdev=3D"AUTO" hald_enable=3D= "YES"dbus_enable=3D" YES"moused_enable=3D"YES"linux_ enable=3D"YES"slim_ena= ble=3D"YES" wlans_urtwn0=3D"wlan0"ifconfig_ wlan0=3D"WPA DHCP"kld_list=3D"n= vidia-modeset" I don not know if there is any discrepancy between the nvidia setting in th= e two files. I guessed not. Kind regards,Zoltan=C2=A0 =C2=A0 =C2=A0 From: Adam Vande More =C2=A0To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" =C2=A0Sent: Wednesday, January 3, 2018 12:59 AM =C2=A0Subject: Re: No devices detected for NVIDIA card. On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 wrote: Dear all! When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with = the message "No devices detected". What are the content's of your /boot/loader.conf? -- Adam Put this in /boot/loader.conf: nvidia-modeset_load=3D"YES" Remove nvidia related entries from /etc/rc.conf You may need linux_load=3D"YES" in loader as well if applicable. Reboot after entries are made. /usr/local/share/doc/NVIDIA_ GLX-1.0/README -- Adam I have=C2=A0 linux_load=3D"YES"=C2=A0 nvidia-modeset_load=3D"YES" in /boot/loader.conf and I deleted the line kld_list=3D"nvidia-modeset" from /etc/rc.conf, i.e. = no nvidia specific settings are in /etc/rc.conf now. However, xorg still ge= nerates the error message "No devices found". I have checked the information on such errors generated by xorg in /usr/loc= al/share/doc/NVIDIA_ GLX-1.0/README =C2=A0but I could not find anything. Zoltan=C2=A0 ______________________________ _________________ freebsd-x11@freebsd.org mailing list https://lists.freebsd.org/ mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@ freebsd.org" Are you on a laptop or desktop? I have a laptop with integrated graphics and dedicated GPU in my bios if I = disable discrete graphics I get the behavior that you're talking about. If you are on a laptop check the motherboard bios settings. Yes, I have a Lenovo 320S-13IKB laptop. Actually, nor the touchpad neither = the wireless network card works with FreeBSD. I hoped I can use the NVIDIA = graphics card at least. So you mean I should find some settings in BIOS for= discrete graphics and enable it?=C2=A0 =20 Yes, please check your bios and enable the "discrete" graphics, not the hyb= rid; The touchpad should be able to get fixed although mine doesn't work well ei= ther, it's something that I plan to look into getting fixed but there are m= ore pressing issues at the moment. I am not sure what wifi chipset you have but something really new might not= work.Find out the wifi card and post that here as well. @Adrian Chadd is the wireless guru for FreeBSD, he might be able to chime i= n for that. I went into the BIOS Setup Utility and checked the Configuration options. A= lthough some older Lenovo laptops had an option Display/Graphics Device the= re, it is completely missing from the list of =C2=A0the Configuration optio= ns of my laptop. I guess it is not an option any more.=C2=A0 The wifi card would not work anyway since the laptop has a Qualcomm Atheros= 9377 802.11ac wifi adapter which is not supported by FreeBSD according to = the dev/ath_al(4)/Hardware Support list. I can still survive with an TP-LIN= K wifi adapter USB stick, thus it will be OK.=C2=A0 The touchpad will be more problematic though. I guess I will open a new thr= ead about it in mailing list "freebsd-drivers". :-)=C2=A0 =20 From owner-freebsd-x11@freebsd.org Wed Jan 3 12:24:14 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3EC5EBCECE for ; Wed, 3 Jan 2018 12:24:13 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5A8471DF3 for ; Wed, 3 Jan 2018 12:24:13 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x236.google.com with SMTP id d16so1619727itj.1 for ; Wed, 03 Jan 2018 04:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BDqjCkyEWlpssdbW2gxzmCQoxDnuEHW2idf1IhegRMQ=; b=S4DENukIB7D2DT44qAwMcpgwa0gf4Gz73oirDir1oSW2oR8j11YbITvNcEoSP9rhKU HtUDThRpHHUXCumWQYA3AQAeOA0Jy6kftpQ8QfHa9uMptP7hsy5ooPJFYD2x+U81XNbI MCN3rx41I8930IE7rXqmag6evtyBFr4HOkgjo1knr2b9swCgwthetDutLq3iIKtKAWe3 o1u2i4VRkwA8Up/Jv1qIsN6AcH9ftWfKSKlwock7+ZB9RpBVJtsgFK65B6mmlX7wrK7+ NPR60lSaYq+3dbLJGCJA7iHRWzDTQhhhxwrRb67aJCOin5s3gr7KFFQIlEuFDv8rpz1F OUhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=BDqjCkyEWlpssdbW2gxzmCQoxDnuEHW2idf1IhegRMQ=; b=MYvLoDRnA2sWNnUuARzw7+cJ9wF4FRzTSwJH3QAW7WVSErhnOdFHA0fPVU6z0wlF5a Qn1zBvAKhXYX7iVIg9ykmK0BUzH30vlBB/Ii1Gh8XlPOUo2gznvVU6KloCTItU88vQDS KTjzEY7VOJ5bGC7AXHGtJeyB6FNBCVvSsyvpHFUS7cW+9jSS81Qu/+tfXUK+QEf6Apwy hEwkLRyD1jfHeOFw7JM0/Hjj9zluPtraZgCOFehA6PjMEQHdJVyl/dhj1jmaZSgI9jtR OpSYb1s+88F/zIuz8CdKN3iuJppmjSykiF2y7TSc6gRzeqqeC0fsOh9IS3SCU561I5bx urCQ== X-Gm-Message-State: AKGB3mLWfXo3oqrsZPbqocSZ17bQJbWPMH3DCt+aYQxgV5kxLIdy4aEZ OlK9Pu6GRjZyL/MlT+FyqjWHrUgjxKvHbJroiTU= X-Google-Smtp-Source: ACJfBouw+wH6QZekcC5EcAbdJzTej8ijr/C+FYawFqn5wcUFA/hE1Kh9WR1E5gas5xAEZvzVdk62oVmGc8kqngC+Lyw= X-Received: by 10.36.221.147 with SMTP id t141mr1496813itf.140.1514982252919; Wed, 03 Jan 2018 04:24:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.164.203 with HTTP; Wed, 3 Jan 2018 04:24:12 -0800 (PST) In-Reply-To: <1745178874.7300390.1514980111721@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> <1326391418.7277384.1514974672408@mail.yahoo.com> <1745178874.7300390.1514980111721@mail.yahoo.com> From: blubee blubeeme Date: Wed, 3 Jan 2018 20:24:12 +0800 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 12:24:14 -0000 On Wed, Jan 3, 2018 at 7:48 PM, Kovacs Zoltan wrote: > > > ------------------------------ > *From:* blubee blubeeme > *To:* Kovacs Zoltan > *Cc:* "freebsd-x11@freebsd.org" > *Sent:* Wednesday, January 3, 2018 5:29 PM > > *Subject:* Re: No devices detected for NVIDIA card. > > > > On Wed, Jan 3, 2018 at 6:17 PM, Kovacs Zoltan > wrote: > > > > ------------------------------ > *From:* blubee blubeeme > *To:* Kovacs Zoltan > *Cc:* Adam Vande More ; "freebsd-x11@freebsd.org" < > freebsd-x11@freebsd.org> > *Sent:* Wednesday, January 3, 2018 5:04 PM > *Subject:* Re: No devices detected for NVIDIA card. > > > > On Wed, Jan 3, 2018 at 4:49 PM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > > > From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 10:37 AM > Subject: Re: No devices detected for NVIDIA card. > > > > On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan > wrote: > > Dear Adam, > The /boot/loader.conf file contains > if_urtwn_load="YES"hw.psm. elantech_support="1"sem_load=" > YES"nvidia_load="YES"nvidia- modeset_load="YES" > The /etc/rc.conf contains > hostname="ideapad320s"sshd_ enable="YES"dumpdev="AUTO" > hald_enable="YES"dbus_enable=" YES"moused_enable="YES"linux_ > enable="YES"slim_enable="YES" wlans_urtwn0="wlan0"ifconfig_ wlan0="WPA > DHCP"kld_list="nvidia-modeset" > > > > I don not know if there is any discrepancy between the nvidia setting in > the two files. I guessed not. > Kind regards,Zoltan From: Adam Vande More > To: Kovacs Zoltan > Cc: "freebsd-x11@freebsd.org" > Sent: Wednesday, January 3, 2018 12:59 AM > Subject: Re: No devices detected for NVIDIA card. > > On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 < > freebsd-x11@freebsd.org> wrote: > > Dear all! > When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with > the message "No devices detected". > > > What are the content's of your /boot/loader.conf? > > -- > Adam > > > > Put this in /boot/loader.conf: > nvidia-modeset_load="YES" > Remove nvidia related entries from /etc/rc.conf > You may need linux_load="YES" in loader as well if applicable. > Reboot after entries are made. > /usr/local/share/doc/NVIDIA_ GLX-1.0/README > > -- > Adam > I have > linux_load="YES" > > nvidia-modeset_load="YES" > > in /boot/loader.conf > and I deleted the line kld_list="nvidia-modeset" from /etc/rc.conf, i.e. > no nvidia specific settings are in /etc/rc.conf now. However, xorg still > generates the error message "No devices found". > I have checked the information on such errors generated by xorg in > /usr/local/share/doc/NVIDIA_ GLX-1.0/README but I could not find anything. > Zoltan > ______________________________ _________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/ mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@ freebsd.org > " > > Are you on a laptop or desktop? > > I have a laptop with integrated graphics and dedicated GPU in my bios if I > disable discrete graphics I get the behavior that you're talking about. > > If you are on a laptop check the motherboard bios settings. > > Yes, I have a Lenovo 320S-13IKB laptop. Actually, nor the touchpad neither > the wireless network card works with FreeBSD. I hoped I can use the NVIDIA > graphics card at least. So you mean I should find some settings in BIOS for > discrete graphics and enable it? > > Yes, please check your bios and enable the "discrete" graphics, not the > hybrid; > > The touchpad should be able to get fixed although mine doesn't work well > either, it's something that I plan to look into getting fixed but there are > more pressing issues at the moment. > > I am not sure what wifi chipset you have but something really new might > not work. > Find out the wifi card and post that here as well. > > @Adrian Chadd is the wireless guru for FreeBSD, he might be able to chime > in for that. > > I went into the BIOS Setup Utility and checked the Configuration options. > Although some older Lenovo laptops had an option Display/Graphics Device > there, it is completely missing from the list of the Configuration options > of my laptop. I guess it is not an option any more. > > The wifi card would not work anyway since the laptop has a Qualcomm > Atheros 9377 802.11ac wifi adapter which is not supported by FreeBSD > according to the dev/ath_al(4)/Hardware Support list. I can still survive > with an TP-LINK wifi adapter USB stick, thus it will be OK. > > The touchpad will be more problematic though. I guess I will open a new > thread about it in mailing list "freebsd-drivers". :-) > > Sorry to hear about your issues but these are some of the things that I'd like to improve in FreeBSD. I'd like people to be able to guy buy a modern device and have things just work. In time. From owner-freebsd-x11@freebsd.org Wed Jan 3 12:43:01 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6279CEBD9CC for ; Wed, 3 Jan 2018 12:43:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4746F72EBF for ; Wed, 3 Jan 2018 12:43:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 469B6EBD9CB; Wed, 3 Jan 2018 12:43:01 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 463F9EBD9CA for ; Wed, 3 Jan 2018 12:43:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 31EE272EBE for ; Wed, 3 Jan 2018 12:43:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w03Ch1uM041564 for ; Wed, 3 Jan 2018 12:43:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w03Ch1aC041555 for x11@FreeBSD.org; Wed, 3 Jan 2018 12:43:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Wed, 03 Jan 2018 12:43:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: greg@unrelenting.technology X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 12:43:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 Greg V changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greg@unrelenting.technology --- Comment #5 from Greg V --- (In reply to software from comment #4) Oh yeah the LLVM git version thing=E2=80=A6 I'm working on the Meson build for Mesa on FreeBSD, had to add a workaround: https://lists.freedesktop.org/archives/mesa-dev/2017-December/180940.html Thanks for finding the GIT_CEILING_DIRECTORIES variable, this is very usefu= l :) +1 to adding it to bsd.port.mk. So for the real fix, either LLVM shouldn't add git revisions to the version number, or LLVM consumers should expect them. Currently, most of them only expect SVN revisions. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Jan 3 13:51:52 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69B24EBFB98 for ; Wed, 3 Jan 2018 13:51:52 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDB974FAB for ; Wed, 3 Jan 2018 13:51:52 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x236.google.com with SMTP id v30so2131975iov.7 for ; Wed, 03 Jan 2018 05:51:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=812dTj5L7Y5dofU+io1JB/maEo7X5UOh0N4B5dTZrN8=; b=OZ6rRF425uFcSY6ExPCXEB0rS6eodJh8SSJYvnqAZW11oW0kHogww7TlORyXdVnxWq bQ5/2MHgP9pRr9UF/wOi/kCL6J+4K6K4gMvlGRyUepqdvQmaexHlHJtOvh/8qbeBzP/t BwYGKgKphO9T3rDuxeOsMoAJKCIex2fl+6R8H6f++zbhEJZqGGq46MXKj27eoaQNR2/n YgaZlATuqDxar0Ne6p5u0dwhkB6SBwPa1/Wm6WSqWkNK1pypMmFVh71giBxN4LcEnFv5 CWcKJXu4Mae7GCbRXSXACIptprRaUhr/A/8HxchWwUqJPTAEPKohLmiJztPGHAurLRtA dchQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=812dTj5L7Y5dofU+io1JB/maEo7X5UOh0N4B5dTZrN8=; b=eK2CxlTBo1U28RFDtva11rza7VrB66itLJ9YvP8If4wKM/Zt9lKKRLfi/g4LUxJCPk 3mEeYwJO5bxKU1nkONC8z+9SbdfkFb+inGyc+MRa7wg16Vy9e6PG3XdY/iP8xPQDArdu 8zD3FJpCbbA93uvQ5Soojwv8MNbCRciniHJfe43eb0zAWm5rSt4hgZf/mzTpzWtMXWHq JsYvskHJh8pOyFMO8ndZT1jJUTXM+Yl/KSN2BJ83E4vNZaXHO6D4LyStSxUQbumASN/3 SAERgA3bqhr5EBGznYDeMCGTp1fe3Cxaj4lMirb6Jd7Pe9wH+4MshsQZPLu9zBOKeWcl gRYA== X-Gm-Message-State: AKGB3mKYaYpFXDvEQ0+zaorVItAvlnO8O9ZY8i3YG+Nyh8g+9uTCmjHi lQ2eZDgdb9m2wMzKOek39Nbh5PSId4cxDEa8k/7TGQ== X-Google-Smtp-Source: ACJfBouxUhkCgfXGYPntjxUrA7vxpNO8YX9tUWZyQlEshxT5Xvf2yL2U8bDxhmvdHg/9uwLyo4GYrHgSDUnISPgwmT4= X-Received: by 10.107.139.207 with SMTP id n198mr1569965iod.32.1514987511297; Wed, 03 Jan 2018 05:51:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.180.34 with HTTP; Wed, 3 Jan 2018 05:51:50 -0800 (PST) In-Reply-To: <2132897324.7253689.1514969359003@mail.yahoo.com> References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> From: Adam Vande More Date: Wed, 3 Jan 2018 07:51:50 -0600 Message-ID: Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 13:51:52 -0000 On Wed, Jan 3, 2018 at 2:49 AM, Kovacs Zoltan wrote: > Put this in /boot/loader.conf: > > nvidia-modeset_load="YES" > > Remove nvidia related entries from /etc/rc.conf > > You may need linux_load="YES" in loader as well if applicable. > > Reboot after entries are made. > > /usr/local/share/doc/NVIDIA_GLX-1.0/README > > -- > Adam > > I have > > linux_load="YES" > > nvidia-modeset_load="YES" > > in /boot/loader.conf > > and I deleted the line kld_list="nvidia-modeset" from /etc/rc.conf, i.e. > no nvidia specific settings are in /etc/rc.conf now. However, xorg still > generates the error message "No devices found". > > I have checked the information on such errors generated by xorg in > /usr/local/share/doc/NVIDIA_GLX-1.0/README but I could not find anything. > > Zoltan > You may be able to work around the issue by statically specifying the bus id of nvidia in xorg conf: > You can work around this problem by specifying the bus ID of the device you wish to use. For more details, please search the xorg.conf manual page for "BusID". -- Adam From owner-freebsd-x11@freebsd.org Wed Jan 3 15:06:03 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30DE9E81524 for ; Wed, 3 Jan 2018 15:06:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 14DC37729B for ; Wed, 3 Jan 2018 15:06:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 114A9E81523; Wed, 3 Jan 2018 15:06:03 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10F08E81522 for ; Wed, 3 Jan 2018 15:06:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 F054C7729A for ; Wed, 3 Jan 2018 15:06:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w03F62Aq035571 for ; Wed, 3 Jan 2018 15:06:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w03F62Qs035562 for x11@FreeBSD.org; Wed, 3 Jan 2018 15:06:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221844] x11-themes/xcursor-themes fails to package Date: Wed, 03 Jan 2018 15:06:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 15:06:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221844 w.schwarzenfeld@utanet.at changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenfeld@utanet.at --- Comment #2 from w.schwarzenfeld@utanet.at --- Has nothing to do with portmaster. Also same error in the port. It's pkg-pl= ist error. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Wed Jan 3 15:15:46 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A52E81EEF for ; Wed, 3 Jan 2018 15:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 79EDC779C1 for ; Wed, 3 Jan 2018 15:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 792EEE81EED; Wed, 3 Jan 2018 15:15:46 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78C9DE81EEC for ; Wed, 3 Jan 2018 15:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 64EC5779C0 for ; Wed, 3 Jan 2018 15:15:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w03FFkcX037221 for ; Wed, 3 Jan 2018 15:15:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w03FFkUV037220 for x11@FreeBSD.org; Wed, 3 Jan 2018 15:15:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 221844] x11-themes/xcursor-themes fails to package Date: Wed, 03 Jan 2018 15:15:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 15:15:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221844 --- Comment #3 from w.schwarzenfeld@utanet.at --- Pkg-plist error seems wrong. I compiles fine after libXcursor rebuild. But = what causes this? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Thu Jan 4 01:39:51 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E65EBBD27 for ; Thu, 4 Jan 2018 01:39:51 +0000 (UTC) (envelope-from theron.tarigo@gmail.com) Received: from mail-pl0-x229.google.com (mail-pl0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85EDB713B2 for ; Thu, 4 Jan 2018 01:39:51 +0000 (UTC) (envelope-from theron.tarigo@gmail.com) Received: by mail-pl0-x229.google.com with SMTP id o2so159728plk.12 for ; Wed, 03 Jan 2018 17:39:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=qtFXvcP4nd8JX2KOQtJ0sW2tVQiAQ5pQE83ReyRGcIk=; b=X7ok/JwJsV8HMrMOTAlkfjTIIIY5ig2s4aWU+VVnt99hu46kJtZ/WS+exlx8iVkO+8 0MbX9nZSONFWP52DPcJv0OIIc5jp0GvbtEbqXCe1Z0Cozv+H6aGhJC7gPc1Cx7rJeuoq gfAOuotozFT7BFPy8+vG1rT94Sc29crRQHQbxWGC51VEpsbprh2oYO/x6k3hE8tSwS57 VcN4rF/Y5R66hXz5gAaRT2/61nEJYkz+vUVwqeGakPpXG039p1iOFzL7SPELg2VvQ5U4 pOBzgTp2m4fc+7bCNJU7iqtZ1hSRWnZUh+ZAOjUc8iOnL0OjB3rpQjXcHgprl6ya+Bhj JxTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=qtFXvcP4nd8JX2KOQtJ0sW2tVQiAQ5pQE83ReyRGcIk=; b=fGe+I3Rl0tPVqarc+Rjx5pJvTZYIHd+7sAlVW0Pwzeu2k7UhJstFeLh5W4zZY7pPnT X4Zx2waA6m4aKrChl9Gzdo3HmibaJ2mWi/AyUcyAGCho2NNsq/IszlPm9g6NS3Da6e6A 7yvLhLu+7h1ZY3MbdijKb5HwAmrLrpdmhbuN39mNDO0pg1sQzv0QTFnBDHq/PXZSD+7N R9D03qFgItUdXkkz7IXuHFUh/pDa7Noher4P7ItqYv0JhTFOm/+krnWxmIg1ArRcd8XB 634S/XtJIh7DJZc1vKdnVjI2gT0J+HyPv4/HkN1WFWhmPZlLJVFZW2c+tlx4Z8XjSQON i4YA== X-Gm-Message-State: AKGB3mI+jAOSTlwJuFLhwuzmfS4thwLBvSEt5eqwzWqJmzr7daoKC2p1 HfOBYKKlRoyflKpjsKTGjJqq5DJb X-Google-Smtp-Source: ACJfBouUq9AITw/+ql9v5yB14n+1iNh8dnvzBZ6B4uT4xkt7uEFlUFIl1aFRIoY8MbahpS8uLBc8kw== X-Received: by 10.84.129.47 with SMTP id 44mr3047606plb.248.1515029990876; Wed, 03 Jan 2018 17:39:50 -0800 (PST) Received: from [192.168.1.10] (c-73-170-47-221.hsd1.ca.comcast.net. [73.170.47.221]) by smtp.gmail.com with ESMTPSA id r9sm3943280pgp.78.2018.01.03.17.39.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jan 2018 17:39:50 -0800 (PST) Sender: Theron Tarigo Subject: Re: No devices detected for NVIDIA card. To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> From: Theron Message-ID: Date: Wed, 3 Jan 2018 20:39:44 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 01:39:51 -0000 On 01/03/18 08:51, Adam Vande More wrote: > You may be able to work around the issue by statically specifying the bus > id of nvidia in xorg conf: > >> You can work around this problem by specifying the bus ID of the device > you wish to use. For more details, please search the xorg.conf manual page > for "BusID". Try x11/nvidia-xconfig: >nvidia-xconfig --enable-all-gpus --preserve-busid -o xorg-nvidia.conf If other configuration changes are needed, try using the '-c' argument to tell nvidia-xconfig to merge its changes with an existing xorg.conf. Make sure the BusID in the generated xorg-nvidia.conf agrees with the output of >pciconf -lv | grep -B3 display Specifying nvidia-modeset alone for loading should be sufficient since this module also loads nvidia and linux as needed.  From your dmesg it appears you already have this working correctly. From owner-freebsd-x11@freebsd.org Thu Jan 4 01:57:33 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A228FEBD898 for ; Thu, 4 Jan 2018 01:57:33 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic306-21.consmr.mail.gq1.yahoo.com (sonic306-21.consmr.mail.gq1.yahoo.com [98.137.68.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 758A5728E6 for ; Thu, 4 Jan 2018 01:57:33 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: YYhxndIVM1ncfdny4MmtxI7CxKt2RNxGyG9p.ZeOFO8MYtxbknAKc47ktsjbxGb 9bE2BR4HcHP3v83BG1qcco9xzZrtDIjAOdCqO4IN4j4wsbkE5MOCgAnVSASHDtc0RqVmGXc.cznp I.lOlT9qFCnPVZGNIhwSvSoVJB1i8nAL4Tw5RnUDqxSkmdPy93LfLvkVfgzffEifHpLba1mxCy3y jsQL7zhtBIQxy4zCAN_aHgnP0NYg5feqproWelHgBQ.f4LM4qazh99ObkCnVdAUHqc4f.PzGsdKm hoCc2GHw9MAqXFKvudjp25AMRUqfDqsU_li91mF4ZRZhpurJQcimNL0eyBLGQFZV7Z_APsjACRk8 yXxmiOGzfpWR5TmaHk1lrQ1aK3T6KBGypd5rbVkSVriAQv2XoSt_pNM_UARRlCR8shIvyfQlgb32 Uxu0ibaLG09RN66b.w29pE7SLLdtKqPr5mNOvbrqS.Pzhs0rE1K3Sp6ijz42zAQwm30xhpgEMnf5 Me_vxftjIg8eXPnW16v7UJAncF_FwABRYPu2jFsZH.Io4TRe9 Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.gq1.yahoo.com with HTTP; Thu, 4 Jan 2018 01:57:32 +0000 Date: Thu, 4 Jan 2018 01:47:25 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: Adam Vande More Cc: "freebsd-x11@freebsd.org" Message-ID: <529674748.46420.1515030445825@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11150 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 01:57:33 -0000 From: Adam Vande More To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 8:51 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 2:49 AM, Kovacs Zoltan wrote= : Put this in /boot/loader.conf: nvidia-modeset_load=3D"YES" Remove nvidia related entries from /etc/rc.conf You may need linux_load=3D"YES" in loader as well if applicable. Reboot after entries are made. /usr/local/share/doc/NVIDIA_ GLX-1.0/README --=20 Adam I have=C2=A0 linux_load=3D"YES"=C2=A0 nvidia-modeset_load=3D"YES" in /boot/loader.conf and I deleted the line kld_list=3D"nvidia-modeset" from /etc/rc.conf, i.e. = no nvidia specific settings are in /etc/rc.conf now. However, xorg still ge= nerates the error message "No devices found". I have checked the information on such errors generated by xorg in /usr/loc= al/share/doc/NVIDIA_ GLX-1.0/README =C2=A0but I could not find anything. Zoltan=C2=A0 =20 You may be able to work around the issue by statically specifying the bus i= d of nvidia in xorg conf: > You can work around this problem by specifying the bus ID of thedevice yo= u wish to use. For more details, please search thexorg.conf manual page for= "BusID". --=20 Adam OK. Thanks for the information.=C2=A0 Zoltan =20 From owner-freebsd-x11@freebsd.org Thu Jan 4 01:59:49 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1442EBDB8E for ; Thu, 4 Jan 2018 01:59:49 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) Received: from sonic317-21.consmr.mail.gq1.yahoo.com (sonic317-21.consmr.mail.gq1.yahoo.com [98.137.66.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBCD372A90 for ; Thu, 4 Jan 2018 01:59:49 +0000 (UTC) (envelope-from kovacsz2013@yahoo.com) X-YMail-OSG: y4IbfRsVM1kq3FflR.yVzdlGV_ZKfEdurDkV6Jv5Arl.jHB8Lp98PWCyd2NwViT wUnw2E4MnB.c9g_YXdvs073c_jVdgZQj4Y2mNQBlhpCbFW3b_Uj6_P3NTRUye_et_GaMEs31S1Ss Q3znRcq61GVUVehFIZbs4AzcatNwVKQiCgj9oi0jXe78lweLoqWiUcVcoxdc77UzfBGRznJ8SiD5 EpNOHBUCQEPruzCTx7btnxyocCbklZdP2TSdWA8o_eB9szcwmuzawxvg6nm1U954hr_hGUZRd2ri isRV0fuQxQsg.ecxn7QyRA0MDMmNO0Vtd3aJBXEPBHK_s2YExCxdnzr0oN4k7S.v8kFQkHuJWTXh gSG8YZceZwlbn8FUrOG15D9zQcsJusJcwdZiZoHhcWfaWhO9ZMSdhrOTW0pCaKKBnp03_THuOMox iRrcyIO.wLS8gACJpp4nlaGzjgKAfxD46Uc2dVx_4NtyRGkDnqrdyOTZMQrPbVmSe3TV_e0OUtgL QPl1ASimetq9GQxgqnbpDEzO4tN2P39il_2F6tLZx1b198n0BQZSs Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.gq1.yahoo.com with HTTP; Thu, 4 Jan 2018 01:59:43 +0000 Date: Thu, 4 Jan 2018 01:49:32 +0000 (UTC) From: Kovacs Zoltan Reply-To: Kovacs Zoltan To: blubee blubeeme Cc: "freebsd-x11@freebsd.org" Message-ID: <1195331321.47055.1515030572219@mail.yahoo.com> In-Reply-To: References: <493565201.6820360.1514913006362.ref@mail.yahoo.com> <493565201.6820360.1514913006362@mail.yahoo.com> <340880013.7112018.1514944324279@mail.yahoo.com> <2132897324.7253689.1514969359003@mail.yahoo.com> <1326391418.7277384.1514974672408@mail.yahoo.com> <1745178874.7300390.1514980111721@mail.yahoo.com> Subject: Re: No devices detected for NVIDIA card. MIME-Version: 1.0 X-Mailer: WebService/1.1.11150 YahooMailNeo Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 01:59:50 -0000 From: blubee blubeeme To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 7:24 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 7:48 PM, Kovacs Zoltan wrote= : From: blubee blubeeme To: Kovacs Zoltan =20 Cc: "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 5:29 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 6:17 PM, Kovacs Zoltan wrote= : From: blubee blubeeme To: Kovacs Zoltan =20 Cc: Adam Vande More ; "freebsd-x11@freebsd.org" Sent: Wednesday, January 3, 2018 5:04 PM Subject: Re: No devices detected for NVIDIA card. =20 On Wed, Jan 3, 2018 at 4:49 PM, Kovacs Zoltan via freebsd-x11 wrote: =C2=A0 =C2=A0 =C2=A0 From: Adam Vande More =C2=A0To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" =C2=A0Sent: Wednesday, January 3, 2018 10:37 AM =C2=A0Subject: Re: No devices detected for NVIDIA card. On Tue, Jan 2, 2018 at 7:52 PM, Kovacs Zoltan wrote= : Dear Adam,=C2=A0 The /boot/loader.conf file contains if_urtwn_load=3D"YES"hw.psm. elantech_support=3D"1"sem_load=3D" YES"nvidia_= load=3D"YES"nvidia- modeset_load=3D"YES" The /etc/rc.conf contains hostname=3D"ideapad320s"sshd_ enable=3D"YES"dumpdev=3D"AUTO" hald_enable=3D= "YES"dbus_enable=3D" YES"moused_enable=3D"YES"linux_ enable=3D"YES"slim_ena= ble=3D"YES" wlans_urtwn0=3D"wlan0"ifconfig_ wlan0=3D"WPA DHCP"kld_list=3D"n= vidia-modeset" I don not know if there is any discrepancy between the nvidia setting in th= e two files. I guessed not. Kind regards,Zoltan=C2=A0 =C2=A0 =C2=A0 From: Adam Vande More =C2=A0To: Kovacs Zoltan Cc: "freebsd-x11@freebsd.org" =C2=A0Sent: Wednesday, January 3, 2018 12:59 AM =C2=A0Subject: Re: No devices detected for NVIDIA card. On Tue, Jan 2, 2018 at 11:10 AM, Kovacs Zoltan via freebsd-x11 wrote: Dear all! When I start Xorg on a laptop with FreeBSD 11.1-RELEASE it falls back with = the message "No devices detected". What are the content's of your /boot/loader.conf? -- Adam Put this in /boot/loader.conf: nvidia-modeset_load=3D"YES" Remove nvidia related entries from /etc/rc.conf You may need linux_load=3D"YES" in loader as well if applicable. Reboot after entries are made. /usr/local/share/doc/NVIDIA_ GLX-1.0/README -- Adam I have=C2=A0 linux_load=3D"YES"=C2=A0 nvidia-modeset_load=3D"YES" in /boot/loader.conf and I deleted the line kld_list=3D"nvidia-modeset" from /etc/rc.conf, i.e. = no nvidia specific settings are in /etc/rc.conf now. However, xorg still ge= nerates the error message "No devices found". I have checked the information on such errors generated by xorg in /usr/loc= al/share/doc/NVIDIA_ GLX-1.0/README =C2=A0but I could not find anything. Zoltan=C2=A0 ______________________________ _________________ freebsd-x11@freebsd.org mailing list https://lists.freebsd.org/ mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@ freebsd.org" Are you on a laptop or desktop? I have a laptop with integrated graphics and dedicated GPU in my bios if I = disable discrete graphics I get the behavior that you're talking about. If you are on a laptop check the motherboard bios settings. Yes, I have a Lenovo 320S-13IKB laptop. Actually, nor the touchpad neither = the wireless network card works with FreeBSD. I hoped I can use the NVIDIA = graphics card at least. So you mean I should find some settings in BIOS for= discrete graphics and enable it?=C2=A0 =20 Yes, please check your bios and enable the "discrete" graphics, not the hyb= rid; The touchpad should be able to get fixed although mine doesn't work well ei= ther, it's something that I plan to look into getting fixed but there are m= ore pressing issues at the moment. I am not sure what wifi chipset you have but something really new might not= work.Find out the wifi card and post that here as well. @Adrian Chadd is the wireless guru for FreeBSD, he might be able to chime i= n for that. I went into the BIOS Setup Utility and checked the Configuration options. A= lthough some older Lenovo laptops had an option Display/Graphics Device the= re, it is completely missing from the list of =C2=A0the Configuration optio= ns of my laptop. I guess it is not an option any more.=C2=A0 The wifi card would not work anyway since the laptop has a Qualcomm Atheros= 9377 802.11ac wifi adapter which is not supported by FreeBSD according to = the dev/ath_al(4)/Hardware Support list. I can still survive with an TP-LIN= K wifi adapter USB stick, thus it will be OK.=C2=A0 The touchpad will be more problematic though. I guess I will open a new thr= ead about it in mailing list "freebsd-drivers". :-)=C2=A0 =20 Sorry to hear about your issues but these are some of the things that I'd l= ike to improve in FreeBSD. I'd like people to be able to guy buy a modern device and have things just = work. In time. Yes, the question of the supported hardware is always a big issue for a cut= ting edge OS.=C2=A0 =20 From owner-freebsd-x11@freebsd.org Thu Jan 4 05:38:34 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE10E8B6E1 for ; Thu, 4 Jan 2018 05:38:34 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6102F7ACA8 for ; Thu, 4 Jan 2018 05:38:34 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: by mailman.ysv.freebsd.org (Postfix) id 5F920E8B6DE; Thu, 4 Jan 2018 05:38:34 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E913E8B6DB for ; Thu, 4 Jan 2018 05:38:34 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46CE77ACA7 for ; Thu, 4 Jan 2018 05:38:33 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id w045Y03X070566 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 3 Jan 2018 21:34:01 -0800 (PST) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id w045Y0pO070565 for x11@FreeBSD.org; Wed, 3 Jan 2018 21:34:00 -0800 (PST) (envelope-from warlock) Date: Wed, 3 Jan 2018 21:34:00 -0800 From: John Kennedy To: x11@FreeBSD.org Subject: mesa-libs problem with llvm50 Message-ID: <20180104053400.GA53022@phouka1.phouka.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) X-Mailman-Approved-At: Thu, 04 Jan 2018 11:46:24 +0000 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 05:38:34 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Ever since llvm50 started getting included (vs llvm40), I've had this problem building mesa-libs. Initially I was running 11.1-p6, but there was a lot of llvm40 output initially (from base OS, presumably), so today I tried against stable/11 since it has llvm 5.0 in base. --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="log.txt" Content-Transfer-Encoding: quoted-printable =2E.. =3D=3D=3D>>> Starting build for x11/xorg <<<=3D=3D=3D =3D=3D=3D>>> Starting check for build dependencies =3D=3D=3D>>> Gathering dependency list for x11/xorg from ports =3D=3D=3D>>> Dependency check complete for x11/xorg =1B]0;portmaster: x11/xorg=07 =3D=3D=3D> Cleaning for xorg-7.7_3 =3D=3D=3D> xorg-7.7_3 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by xorg-7.7_3 for building =3D=3D=3D> Extracting for xorg-7.7_3 =3D=3D=3D> Patching for xorg-7.7_3 =3D=3D=3D> Configuring for xorg-7.7_3 =3D=3D=3D> Staging for xorg-7.7_3 =3D=3D=3D> Generating temporary packing list =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D>>> Starting check for runtime dependencies =3D=3D=3D>>> Gathering dependency list for x11/xorg from ports =3D=3D=3D>>> Launching child to install graphics/mesa-dri =3D=3D=3D>>> x11/xorg >> graphics/mesa-dri (1/171) =1B]0;portmaster: x11/xorg >> graphics/mesa-dri (1/171)=07 =3D=3D=3D>>> Port directory: /usr/ports/graphics/mesa-dri =3D=3D=3D>>> Starting check for build dependencies =3D=3D=3D>>> Gathering dependency list for graphics/mesa-dri from ports =3D=3D=3D>>> Launching child to install graphics/mesa-libs =3D=3D=3D>>> x11/xorg >> graphics/mesa-dri >> graphics/mesa-libs (2/171) =1B]0;portmaster: x11/xorg >> graphics/mesa-dri >> graphics/mesa-libs (2/17= 1)=07 =3D=3D=3D>>> Port directory: /usr/ports/graphics/mesa-libs =3D=3D=3D>>> Starting check for build dependencies =3D=3D=3D>>> Gathering dependency list for graphics/mesa-libs from ports =3D=3D=3D>>> Dependency check complete for graphics/mesa-libs =3D=3D=3D>>> x11/xorg >> graphics/mesa-dri >> graphics/mesa-libs (2/171) =1B]0;portmaster: x11/xorg >> graphics/mesa-dri >> graphics/mesa-libs (2/17= 1)=07 =3D=3D=3D> Cleaning for mesa-libs-17.3.1 =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by mesa-libs-17.3.1 for building =3D=3D=3D> Extracting for mesa-libs-17.3.1 =3D> SHA256 Checksum OK for mesa-17.3.1.tar.xz. =3D=3D=3D> Patching for mesa-libs-17.3.1 =3D=3D=3D> Applying FreeBSD patches for mesa-libs-17.3.1 =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /pthread-stubs.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on executable: bison - found =3D=3D=3D> mesa-libs-17.3.1 depends on executable: msgfmt - found =3D=3D=3D> mesa-libs-17.3.1 depends on executable: gmake - found =3D=3D=3D> mesa-libs-17.3.1 depends on package: pkgconf>=3D1.3.0_1 - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/bin/python2.7 - f= ound =3D=3D=3D> mesa-libs-17.3.1 depends on package: llvm50>=3D3.9.0_4 - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /dri2proto.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /dri3proto.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /glproto.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /presentproto.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /x11.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /xcb.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /xdamage.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /xext.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /xfixes.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /xshmfence.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on file: /usr/local/libdata/pkgconfig= /xxf86vm.pc - found =3D=3D=3D> mesa-libs-17.3.1 depends on shared library: libexpat.so - foun= d (/usr/local/lib/libexpat.so) =3D=3D=3D> mesa-libs-17.3.1 depends on shared library: libdrm.so - found = (/usr/local/lib/libdrm.so) =3D=3D=3D> mesa-libs-17.3.1 depends on shared library: libunwind.so - fou= nd (/usr/local/lib/libunwind.so) =3D=3D=3D> Configuring for mesa-libs-17.3.1 configure: loading site script /usr/ports/Templates/config.site checking build system type... amd64-portbld-freebsd11.1 checking host system type... amd64-portbld-freebsd11.1 checking target system type... amd64-portbld-freebsd11.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether gmake supports nested variables... (cached) yes checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables...=20 checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking how to run the C preprocessor... cpp checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking dependency style of cc... gcc3 checking for GNU make... gmake checking for python2.7... python2.7 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B checking the name lister (/usr/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert amd64-portbld-freebsd11.1 file names to amd64-portb= ld-freebsd11.1 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd11.1 file names to toolchain f= ormat... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/local/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=3D4096 count=3D1 checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.1 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd11.1 ld.so checking how to hardcode library paths into programs... immediate checking for rm... rm -f checking for bison... bison -y checking if bison is the parser generator... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking if flex is the lexer generator... yes checking for indent... indent indent: Command line: unknown parameter "--version" checking if module mako in python is installed... No module named mako no checking if compiling with clang... yes checking whether __SUNPRO_C is declared... no checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_clz... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_expect... yes checking for __builtin_ffs... yes checking for __builtin_ffsll... yes checking for __builtin_popcount... yes checking for __builtin_popcountll... yes checking for __builtin_unreachable... yes checking for __attribute__((const))... yes checking for __attribute__((flatten))... yes checking for __attribute__((format))... yes checking for __attribute__((malloc))... yes checking for __attribute__((packed))... yes checking for __attribute__((pure))... yes checking for __attribute__((returns_nonnull))... yes checking for __attribute__((unused))... yes checking for __attribute__((visibility))... yes checking for __attribute__((warn_unused_result))... yes checking for __attribute__((weak))... yes checking for __attribute__((alias))... yes checking pkg-config is at least version 0.9.0... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Werror=3Dimplicit-function-declaration= =2E.. yes checking whether C compiler accepts -Werror=3Dmissing-prototypes... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -fno-math-errno... yes checking whether C compiler accepts -fno-trapping-math... yes checking whether C compiler accepts -fvisibility=3Dhidden... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -fno-math-errno... yes checking whether C++ compiler accepts -fno-trapping-math... yes checking whether C++ compiler accepts -fvisibility=3Dhidden... yes checking whether C compiler accepts -Werror=3Dpointer-arith... yes checking whether C compiler accepts -Werror=3Dvla... yes checking whether C++ compiler accepts -Werror=3Dpointer-arith... yes checking whether C++ compiler accepts -Werror=3Dvla... yes checking whether C compiler accepts -Wno-override-init... yes checking whether C compiler accepts -Wno-initializer-overrides... yes checking whether -latomic is needed... no checking whether __sync_add_and_fetch_8 is supported... yes checking whether byte ordering is bigendian... no checking whether gcc supports -mpower8-vector... no checking if ld supports -Bsymbolic... yes checking whether ld supports --gc-sections... yes checking if the linker supports version-scripts... no checking if the linker supports --dynamic-list... yes checking whether to enable assembly... yes, amd64 checking whether sys/types.h defines makedev... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking for strtof... yes checking for mkostemp... yes checking for memfd_create... no checking whether strtod has locale support... no checking for dlopen... (cached) yes checking for dladdr... yes checking for dl_iterate_phdr... yes checking for clock_gettime... (cached) yes checking for posix_memalign... yes checking for zlib >=3D 1.2.3... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking for PTHREAD_PRIO_INHERIT... yes checking for pthread-stubs >=3D 0.4... yes checking for libelf... no checking for elf_memory in -lelf... yes checking for libunwind... yes checking for libdrm >=3D 2.4.75... yes checking for glproto >=3D 1.4.14... yes checking for dri2proto >=3D 2.8... yes checking for xxf86vm... yes checking for x11 xext xdamage >=3D 1.1 xfixes x11-xcb xcb xcb-glx >=3D 1.8.= 1 xcb-dri2 >=3D 1.8 xxf86vm... yes checking for wayland-scanner... no checking for wayland-scanner... : checking for x11-xcb xcb xcb-dri2 >=3D 1.8 xcb-xfixes... yes checking for x11-xcb xcb >=3D 1.9.3 xcb-dri3 xcb-xfixes xcb-present xcb-syn= c xshmfence >=3D 1.1... yes checking for expat... yes checking for mincore... yes configure: error: Could not find llvm shared libraries: Please make sure you have built llvm with the --enable-shar= ed option and that your llvm libraries are installed in /usr/local/ll= vm50/lib If you have installed your llvm libraries to a different di= rectory you can use the --with-llvm-prefix=3D configure flag to specify= this directory. NOTE: Mesa is attempting to use llvm shared libraries by de= fault. If you do not want to build with llvm shared libraries and = instead want to use llvm static libraries then add --disable-llvm-shared-li= bs to your configure invocation and rebuild. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/graphics/mesa-libs/work/mesa-17.3.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/mesa-libs *** Error code 1 Stop. make: stopped in /usr/ports/graphics/mesa-libs =3D=3D=3D>>> make build failed for graphics/mesa-libs =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for graphics/mesa-libs failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for graphics/mesa-dri failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> You can restart from the point of failure with this command li= ne: portmaster x11/xorg graphics/mesa-dri graphics/mesa-libs tex= tproc/py-mako@py27 www/py-beaker@py27 devel/py-funcsigs@py27 x11/libXv deve= l/xorg-macros x11/videoproto x11/libXvMC x11-drivers/xorg-drivers x11-drive= rs/xf86-input-keyboard x11-fonts/fontsproto x11-servers/xorg-server graphic= s/libepoxy devel/meson devel/py-setuptools@py36 lang/python36 x11-fonts/fon= t-util x11-fonts/libXfont print/freetype2 x11-fonts/libfontenc x11/composit= eproto x11/libxkbfile x11/pixman x11/randrproto x11/recordproto x11/renderp= roto x11/resourceproto x11/scrnsaverproto x11/xf86dgaproto x11/xf86driproto= x11/xineramaproto x11/xkbcomp x11/xkeyboard-config textproc/intltool textp= roc/p5-XML-Parser x11/libXi x11-drivers/xf86-input-mouse x11-drivers/xf86-v= ideo-scfb x11-drivers/xf86-video-vesa x11-fonts/xorg-fonts x11-fonts/font-a= lias x11-fonts/xorg-fonts-100dpi x11-fonts/encodings x11-fonts/mkfontscale = x11-fonts/font-adobe-100dpi x11-fonts/bdftopcf x11-fonts/fontconfig x11-fon= ts/mkfontdir x11-fonts/font-adobe-utopia-100dpi x11-fonts/font-bh-100dpi x1= 1-fonts/font-bh-lucidatypewriter-100dpi x11-fonts/font-bitstream-100dpi x11= -fonts/xorg-fonts-75dpi x11-fonts/font-adobe-75dpi x11-fonts/font-adobe-uto= pia-75dpi x11-fonts/font-bh-75dpi x11-fonts/font-bh-lucidatypewriter-75dpi = x11-fonts/font-bitstream-75dpi x11-fonts/xorg-fonts-cyrillic x11-fonts/font= -cronyx-cyrillic x11-fonts/font-misc-cyrillic x11-fonts/font-screen-cyrilli= c x11-fonts/font-winitzki-cyrillic x11-fonts/xorg-fonts-miscbitmaps x11-fon= ts/font-arabic-misc x11-fonts/font-cursor-misc x11-fonts/font-daewoo-misc x= 11-fonts/font-dec-misc x11-fonts/font-isas-misc x11-fonts/font-jis-misc x11= -fonts/font-micro-misc x11-fonts/font-misc-misc x11-fonts/font-mutt-misc x1= 1-fonts/font-schumacher-misc x11-fonts/font-sony-misc x11-fonts/font-sun-mi= sc x11-fonts/xorg-fonts-truetype x11-fonts/dejavu x11-fonts/font-bh-ttf x11= -fonts/font-misc-ethiopic x11-fonts/font-misc-meltho x11-fonts/xorg-fonts-t= ype1 x11-fonts/font-adobe-utopia-type1 x11-fonts/font-bh-type1 x11-fonts/fo= nt-bitstream-type1 x11-fonts/font-ibm-type1 x11-fonts/font-xfree86-type1 x1= 1-themes/xcursor-themes x11/xcursorgen graphics/png x11/libXcursor x11/libX= render x11/xbitmaps x11/xorg-apps x11-clocks/xclock x11-fonts/libXft x11-to= olkits/libXaw x11-toolkits/libXmu x11-toolkits/libXt x11/libSM x11/libICE x= 11/libXp x11/printproto x11/libXpm x11-wm/twm x11/appres x11/bitmap x11/ice= auth x11/luit x11/sessreg x11/setxkbmap x11/smproxy x11/x11perf x11/xauth x= 11/xbacklight x11/libXrandr x11/xcb-util x11/xcalc x11/xcmsdb x11/xconsole = x11/xdpyinfo x11/libXcomposite x11/libXinerama x11/libXtst x11/libXxf86dga = x11/libXxf86misc x11/xf86miscproto x11/libdmx x11/dmxproto x11/xdriinfo x11= /xev x11/xf86dga x11/xgamma x11/xgc x11/xhost x11/xinit x11/xinput x11/xkbe= vd x11/xkbutils x11/xkill x11/xlsatoms x11/xlsclients x11/xmessage x11/xmod= map x11/xpr x11/xprop x11/xrandr x11/xrdb x11/xrefresh x11/xset x11-fonts/l= ibXfontcache x11-fonts/fontcacheproto x11/xsetmode x11/xsetroot x11/xterm x= 11/xvinfo x11/xwd x11/xwininfo x11/xwud x11/xorg-docs x11/xorg-libraries x1= 1-fonts/libFS x11/libXScrnSaver x11/libXTrap x11/trapproto x11/libXevie x11= /evieext x11/libXres x11/liboldX x11/libxkbui=20 This command has been saved to /tmp/portmasterfail.txt root@jormungandr:~ # exit exit Script done on Wed Jan 3 21:04:45 2018 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: quoted-printable 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 17.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --enable-llvm --disable-glx-tls --disable-gles1 --with-dri-= drivers=3D --with-gallium-drivers=3D --with-platforms=3Dx11,drm --x-librari= es=3D/usr/local/lib --x-includes=3D/usr/local/include --prefix=3D/usr/local= --localstatedir=3D/var --mandir=3D/usr/local/man --disable-silent-rules --= infodir=3D/usr/local/info/ --build=3Damd64-portbld-freebsd11.1 ## --------- ## ## Platform. ## ## --------- ## hostname =3D jormungandr.phouka.net uname -m =3D amd64 uname -r =3D 11.1-STABLE uname -s =3D FreeBSD uname -v =3D FreeBSD 11.1-STABLE #98 r327519+6c684ffbede6(stable/11): Wed J= an 3 18:14:10 PST 2018 warlock@jormungandr.phouka.net:/usr/obj/usr/src= /sys/GENERIC=20 /usr/bin/uname -p =3D amd64 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown /usr/bin/hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /usr/ports/graphics/mesa-libs/work/.bin PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/local/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3243: loading site script /usr/ports/Templates/config.site | # $FreeBSD$ | # Do not add: | # - toolchain related | # - arch-dependent values | # - anything "=3Dno" unless guaranteed to never be | # implemented in FreeBSD | # - also avoid "working" values | # This file must reflect the oldest supported Release. | # | #MAINTAINER=3D portmgr@FreeBSD.org |=20 | # Path | : ${ac_cv_path_BZIP2=3D/usr/bin/bzip2} | : ${ac_cv_path_EGREP=3D/usr/bin/egrep} | : ${ac_cv_path_FGREP=3D/usr/bin/fgrep} | : ${ac_cv_path_GREP=3D/usr/bin/grep} | : ${ac_cv_path_GZIP=3D/usr/bin/gzip} | : ${ac_cv_path_MKTEMP_COMMAND=3D/usr/bin/mktemp} | : ${ac_cv_path_SED=3D/usr/bin/sed} | : ${ac_cv_path_install=3D/usr/bin/install} | : ${ac_cv_path_mkdir=3D/bin/mkdir} | : ${ac_cv_prog_AWK=3D/usr/bin/awk} | : ${ac_cv_prog_SED=3D/usr/bin/sed} | : ${am_cv_prog_tar_ustar=3D/usr/bin/tar} | : ${cl_cv_prog_LN=3D/bin/ln} | : ${cl_cv_prog_cp=3D'/bin/cp -p'} | : ${lt_cv_path_MAGIC_CMD=3D/usr/bin/file} |=20 | # Headers | : ${ac_cv_header_alloca_h=3Dno} | : ${ac_cv_header_arpa_inet_h=3Dyes} | : ${ac_cv_header_arpa_nameser_h=3Dyes} | : ${ac_cv_header_ctype_h=3Dyes} | : ${ac_cv_header_dirent_h=3Dyes} | : ${ac_cv_header_dlfcn_h=3Dyes} | : ${ac_cv_header_elf_h=3Dyes} | : ${ac_cv_header_errno_h=3Dyes} | : ${ac_cv_header_fcntl_h=3Dyes} | : ${ac_cv_header_float_h=3Dyes} | : ${ac_cv_header_floatingpoint_h=3Dyes} | : ${ac_cv_header_getopt_h=3Dyes} | : ${ac_cv_header_glob_h=3Dyes} | : ${ac_cv_header_inttypes_h=3Dyes} | : ${ac_cv_header_langinfo_h=3Dyes} | : ${ac_cv_header_libgen_h=3Dyes} | : ${ac_cv_header_libutil_h=3Dyes} | : ${ac_cv_header_limits_h=3Dyes} | : ${ac_cv_header_login_cap_h=3Dyes} | : ${ac_cv_header_math_h=3Dyes} | : ${ac_cv_header_memory_h=3Dyes} | : ${ac_cv_header_minix_config_h=3Dno} | : ${ac_cv_header_net_if_h=3Dyes} | : ${ac_cv_header_net_if_media_h=3Dyes} | : ${ac_cv_header_net_if_tap_h=3Dyes} | : ${ac_cv_header_net_if_tun_h=3Dyes} | : ${ac_cv_header_netdb_h=3Dyes} | : ${ac_cv_header_netinet_in_h=3Dyes} | : ${ac_cv_header_paths_h=3Dyes} | : ${ac_cv_header_poll_h=3Dyes} | : ${ac_cv_header_pwd_h=3Dyes} | : ${ac_cv_header_readpassphrase_h=3Dyes} | : ${ac_cv_header_resolv_h=3Dyes} | : ${ac_cv_header_rpc_types_h=3Dyes} | : ${ac_cv_header_sched_h=3Dyes} | : ${ac_cv_header_search_h=3Dyes} | : ${ac_cv_header_security_pam_appl_h=3Dyes} | : ${ac_cv_header_signal_h=3Dyes} | : ${ac_cv_header_spawn_h=3Dyes} | : ${ac_cv_header_stdarg_h=3Dyes} | : ${ac_cv_header_stdbool_h=3Dyes} | : ${ac_cv_header_stdc=3Dyes} | : ${ac_cv_header_stddef_h=3Dyes} | : ${ac_cv_header_stdint_h=3Dyes} | : ${ac_cv_header_stdio_h=3Dyes} | : ${ac_cv_header_stdlib_h=3Dyes} | : ${ac_cv_header_string_h=3Dyes} | : ${ac_cv_header_strings_h=3Dyes} | : ${ac_cv_header_sys_acl_h=3Dyes} | : ${ac_cv_header_sys_cdefs_h=3Dyes} | : ${ac_cv_header_sys_dir_h=3Dyes} | : ${ac_cv_header_sys_fcntl_h=3Dyes} | : ${ac_cv_header_sys_file_h=3Dyes} | : ${ac_cv_header_sys_ioctl_h=3Dyes} | : ${ac_cv_header_sys_mman_h=3Dyes} | : ${ac_cv_header_sys_mount_h=3Dyes} | : ${ac_cv_header_sys_msg_h=3Dyes} | : ${ac_cv_header_sys_param_h=3Dyes} | : ${ac_cv_header_sys_poll_h=3Dyes} | : ${ac_cv_header_sys_ptrace_h=3Dyes} | : ${ac_cv_header_sys_select_h=3Dyes} | : ${ac_cv_header_sys_socket_h=3Dyes} | : ${ac_cv_header_sys_stat_h=3Dyes} | : ${ac_cv_header_sys_statvfs_h=3Dyes} | : ${ac_cv_header_sys_time_h=3Dyes} | : ${ac_cv_header_sys_timers_h=3Dyes} | : ${ac_cv_header_sys_times_h=3Dyes} | : ${ac_cv_header_sys_types_h=3Dyes} | : ${ac_cv_header_sys_un_h=3Dyes} | : ${ac_cv_header_sys_wait_h=3Dyes} | : ${ac_cv_header_time_h=3Dyes} | : ${ac_cv_header_ttyent_h=3Dyes} | : ${ac_cv_header_ucontext_h=3Dyes} | : ${ac_cv_header_unistd_h=3Dyes} | : ${ac_cv_header_utime_h=3Dyes} | : ${ac_cv_header_vis_h=3Dyes} | : ${ac_cv_header_wchar_h=3Dyes} | : ${ac_cv_header_wctype_h=3Dyes} | : ${ac_cv_header_zlib_h=3Dyes} |=20 | : ${gl_cv_header_wchar_h_correct_inline=3Dyes} |=20 | : ${ac_cv_header_argz_h=3Dno} | : ${ac_cv_header_byteswap_h=3Dno} | : ${ac_cv_header_dl_h=3Dno} | : ${ac_cv_header_malloc_h=3Dno} | : ${ac_cv_header_random_h=3Dno} | : ${ac_cv_header_vfork_h=3Dno} |=20 | : ${gl_cv_have_raw_decl_strchrnul=3Dyes} | : ${gl_cv_have_raw_decl_memcpy=3Dno} | : ${gl_cv_have_raw_decl_memmem=3Dyes} | : ${gl_cv_have_raw_decl_memrchr=3Dyes} | : ${gl_cv_have_raw_decl_rawmemchr=3Dyes} | : ${gl_cv_have_raw_decl_stpcpy=3Dyes} | : ${gl_cv_have_raw_decl_stpncpy=3Dyes} | : ${gl_cv_have_raw_decl_strcasestr=3Dyes} | : ${gl_cv_have_raw_decl_strdup=3Dyes} | : ${gl_cv_have_raw_decl_strncat=3Dyes} | : ${gl_cv_have_raw_decl_strndup=3Dyes} | : ${gl_cv_have_raw_decl_strnlen=3Dyes} | : ${gl_cv_have_raw_decl_strpbrk=3Dyes} | : ${gl_cv_have_raw_decl_strsep=3Dyes} | : ${gl_cv_have_raw_decl_strsignal=3Dyes} | : ${gl_cv_have_raw_decl_strtok_r=3Dyes} | : ${gl_cv_have_raw_decl_strverscmp=3Dno} |=20 | # Type | : ${ac_cv_c_int16_t=3Dyes} | : ${ac_cv_c_int32_t=3Dyes} | : ${ac_cv_c_int64_t=3Dyes} | : ${ac_cv_c_int8_t=3Dyes} | : ${ac_cv_c_uint16_t=3Dyes} | : ${ac_cv_c_uint32_t=3Dyes} | : ${ac_cv_c_uint64_t=3Dyes} | : ${ac_cv_c_uint8_t=3Dyes} |=20 | : ${ac_cv_type__Bool=3Dyes} | : ${ac_cv_type_char=3Dyes} | : ${ac_cv_type_char_p=3Dyes} | : ${ac_cv_type_fsblkcnt_t=3Dyes} | : ${ac_cv_type_fsfilcnt_t=3Dyes} | : ${ac_cv_type_in_addr_t=3Dyes} | : ${ac_cv_type_in_port_t=3Dyes} | : ${ac_cv_type_int16_t=3Dyes} | : ${ac_cv_type_int32_t=3Dyes} | : ${ac_cv_type_int=3Dyes} | : ${ac_cv_type_intmax_t=3Dyes} | : ${ac_cv_type_long=3Dyes} | : ${ac_cv_type_long_double=3Dyes} | : ${ac_cv_type_long_long=3Dyes} | : ${ac_cv_type_long_long_int=3Dyes} | : ${ac_cv_type_mbstate_t=3Dyes} | : ${ac_cv_type_mode_t=3Dyes} | : ${ac_cv_type_nlink_t=3Dyes} | : ${ac_cv_type_off_t=3Dyes} | : ${ac_cv_type_pid_t=3Dyes} | : ${ac_cv_type_posix_spawn_file_actions_t=3Dyes} | : ${ac_cv_type_posix_spawnattr_t=3Dyes} | : ${ac_cv_type_ptrdiff_t=3Dyes} | : ${ac_cv_type_short=3Dyes} | : ${ac_cv_type_sig_atomic_t=3Dyes} | : ${ac_cv_type_sigset_t=3Dyes} | : ${ac_cv_type_size_t=3Dyes} | : ${ac_cv_type_socklen_t=3Dyes} | : ${ac_cv_type_ssize_t=3Dyes} | : ${ac_cv_type_stack_t=3Dyes} | : ${ac_cv_type_struct_timespec=3Dyes} | : ${ac_cv_type_u_char=3Dyes} | : ${ac_cv_type_u_int16_t=3Dyes} | : ${ac_cv_type_u_int32_t=3Dyes} | : ${ac_cv_type_u_int8_t=3Dyes} | : ${ac_cv_type_u_int=3Dyes} | : ${ac_cv_type_u_long=3Dyes} | : ${ac_cv_type_u_short=3Dyes} | : ${ac_cv_type_uid_t=3Dyes} | : ${ac_cv_type_uintptr_t=3Dyes} | : ${ac_cv_type_unsigned_char=3Dyes} | : ${ac_cv_type_unsigned_int=3Dyes} | : ${ac_cv_type_unsigned_long=3Dyes} | : ${ac_cv_type_unsigned_long_long=3Dyes} | : ${ac_cv_type_unsigned_long_long_int=3Dyes} | : ${ac_cv_type_unsigned_short=3Dyes} | : ${ac_cv_type_volatile_sig_atomic_t=3Dyes} | : ${ac_cv_type_wchar_t=3Dyes} | : ${ac_cv_type_wint_t=3Dyes} |=20 | : ${gl_cv_sigaltstack_low_base=3Dyes} | : ${gl_cv_size_max=3Dyes} | : ${gl_cv_type_sigset_t=3Dyes} | : ${gl_cv_type_wchar_t_signed=3Dyes} | : ${gl_cv_type_wctrans_t=3Dyes} | : ${gl_cv_type_wctype_t=3Dyes} | : ${gl_cv_type_wint_t_signed=3Dyes} | : ${gl_cv_var_stdin_large_offset=3Dyes} | : ${gt_cv_c_intmax_t=3Dyes} | : ${gt_cv_c_wchar_t=3Dyes} | : ${gt_cv_c_wint_t=3Dyes} | : ${gt_cv_func_printf_posix=3Dyes} | : ${gt_cv_int_divbyzero_sigfpe=3Dyes} | : ${gt_cv_siginfo_t=3Dyes} | : ${gt_cv_ssize_t=3Dyes} |=20 | # lib | : ${ac_cv_lib_crypt_crypt=3Dyes} | : ${ac_cv_lib_edit_el_init=3Dyes} | : ${ac_cv_lib_pam_pam_set_item=3Dyes} | : ${ac_cv_lib_z_deflate=3Dyes} | : ${ac_cv_libc_defines___progname=3Dyes} | : ${ac_cv_libc_defines_sys_errlist=3Dyes} | : ${ac_cv_libc_defines_sys_nerr=3Dyes} |=20 | # Struct | : ${ac_cv_member_HEADER_ad=3Dyes} | : ${ac_cv_member_struct___res_state_retrans=3Dyes} | : ${ac_cv_member_struct_sigaction_sa_sigaction=3Dyes} | : ${ac_cv_member_struct_sockaddr_in6_sin6_scope_id=3Dyes} | : ${ac_cv_member_struct_stat_st_blksize=3Dyes} |=20 | : ${gl_cv_sys_struct_timespec_in_time_h=3Dyes} | : ${gl_cv_sys_struct_timeval=3Dyes} |=20 | : ${ac_cv_func_waitid=3Dyes} | : ${ac_cv_func_strchrnul=3Dyes} | : ${ac_cv_func_uselocale=3Dyes} | : ${ac_cv_func_newlocale=3Dyes} |=20 | # Functions | : ${ac_cv_func___b64_ntop=3Dyes} | : ${ac_cv_func___b64_pton=3Dyes} | : ${ac_cv_func__getlong=3Dyes} | : ${ac_cv_func__getshort=3Dyes} | : ${ac_cv_func__getshort=3Dyes} | : ${ac_cv_func__stat=3Dyes} | : ${ac_cv_func_acl_create_entry_np=3Dyes} | : ${ac_cv_func_acl_delete_def_file=3Dyes} | : ${ac_cv_func_acl_delete_fd_np=3Dyes} | : ${ac_cv_func_acl_delete_file_np=3Dyes} | : ${ac_cv_func_acl_free=3Dyes} | : ${ac_cv_func_acl_from_text=3Dyes} | : ${ac_cv_func_acl_get_fd=3Dyes} | : ${ac_cv_func_acl_get_file=3Dyes} | : ${ac_cv_func_acl_set_fd=3Dyes} | : ${ac_cv_func_acl_set_file=3Dyes} | : ${ac_cv_func_alarm=3Dyes} | : ${ac_cv_func_alloca=3Dyes} | : ${ac_cv_func_arc4random=3Dyes} | : ${ac_cv_func_arc4random_buf=3Dyes} | : ${ac_cv_func_arc4random_uniform=3Dyes} | : ${ac_cv_func_asprintf=3Dyes} | : ${ac_cv_func_atexit=3Dyes} | : ${ac_cv_func_bcmp=3Dyes} | : ${ac_cv_func_bcopy=3Dyes} | : ${ac_cv_func_bindresvport_sa=3Dyes} | : ${ac_cv_func_btowc=3Dyes} | : ${ac_cv_func_bzero=3Dyes} | : ${ac_cv_func_chown=3Dyes} | : ${ac_cv_func_clock=3Dyes} | : ${ac_cv_func_clock_gettime=3Dyes} | : ${ac_cv_func_closedir=3Dyes} | : ${ac_cv_func_closefrom=3Dyes} | : ${ac_cv_func_daemon=3Dyes} | : ${ac_cv_func_dirname=3Dyes} | : ${ac_cv_func_dlopen=3Dyes} | : ${ac_cv_func_dup2=3Dyes} | : ${ac_cv_func_eaccess=3Dyes} | : ${ac_cv_func_fchmod=3Dyes} | : ${ac_cv_func_fchown=3Dyes} | : ${ac_cv_func_fcntl=3Dyes} | : ${ac_cv_func_fileno=3Dyes} | : ${ac_cv_func_fork=3Dyes} | : ${ac_cv_func_fpurge=3Dyes} | : ${ac_cv_func_freeaddrinfo=3Dyes} | : ${ac_cv_func_fstatvfs=3Dyes} | : ${ac_cv_func_fsync=3Dyes} | : ${ac_cv_func_futimes=3Dyes} | : ${ac_cv_func_fwprintf=3Dyes} | : ${ac_cv_func_gai_strerror=3Dyes} | : ${ac_cv_func_getaddrinfo=3Dyes} | : ${ac_cv_func_getcwd=3Dyes} | : ${ac_cv_func_getdelim=3Dyes} | : ${ac_cv_func_getdtablesize=3Dyes} | : ${ac_cv_func_getegid=3Dyes} | : ${ac_cv_func_geteuid=3Dyes} | : ${ac_cv_func_getgid=3Dyes} | : ${ac_cv_func_getgrouplist=3Dyes} | : ${ac_cv_func_gethostbyname=3Dyes} | : ${ac_cv_func_gethostname=3Dyes} | : ${ac_cv_func_getline=3Dyes} | : ${ac_cv_func_getnameinfo=3Dyes} | : ${ac_cv_func_getopt=3Dyes} | : ${ac_cv_func_getopt_long_only=3Dyes} | : ${ac_cv_func_getpagesize=3Dyes} | : ${ac_cv_func_getpeereid=3Dyes} | : ${ac_cv_func_getpgid=3Dyes} | : ${ac_cv_func_getpgrp=3Dyes} | : ${ac_cv_func_getpgrp_void=3Dyes} | : ${ac_cv_func_getpid=3Dyes} | : ${ac_cv_func_getrlimit=3Dyes} | : ${ac_cv_func_getrusage=3Dyes} | : ${ac_cv_func_gettimeofday=3Dyes} | : ${ac_cv_func_getttyent=3Dyes} | : ${ac_cv_func_getuid=3Dyes} | : ${ac_cv_func_getwd=3Dyes} | : ${ac_cv_func_glob=3Dyes} | : ${ac_cv_func_group_from_gid=3Dyes} | : ${ac_cv_func_inet_aton=3Dyes} | : ${ac_cv_func_inet_ntoa=3Dyes} | : ${ac_cv_func_inet_ntop=3Dyes} | : ${ac_cv_func_innetgr=3Dyes} | : ${ac_cv_func_isascii=3Dyes} | : ${ac_cv_func_isascii=3Dyes} | : ${ac_cv_func_isblank=3Dyes} | : ${ac_cv_func_issetugid=3Dyes} | : ${ac_cv_func_iswblank=3Dyes} | : ${ac_cv_func_iswcntrl=3Dyes} | : ${ac_cv_func_iswctype=3Dyes} | : ${ac_cv_func_link=3Dyes} | : ${ac_cv_func_localtime=3Dyes} | : ${ac_cv_func_lstat=3Dyes} | : ${ac_cv_func_lstat_dereferences_slashed_symlink=3Dyes} | : ${ac_cv_func_malloc_0_nonnull=3Dyes} | : ${ac_cv_func_mbrlen=3Dyes} | : ${ac_cv_func_mbrtowc=3Dyes} | : ${ac_cv_func_mbsinit=3Dyes} | : ${ac_cv_func_mbsrtowcs=3Dyes} | : ${ac_cv_func_memchr=3Dyes} | : ${ac_cv_func_memcmp=3Dyes} | : ${ac_cv_func_memcpy=3Dyes} | : ${ac_cv_func_memmove=3Dyes} | : ${ac_cv_func_memset=3Dyes} | : ${ac_cv_func_mkdtemp=3Dyes} | : ${ac_cv_func_mkstemp=3Dyes} | : ${ac_cv_func_mktemp=3Dyes} | : ${ac_cv_func_mlock=3Dyes} | : ${ac_cv_func_mmap=3Dyes} | : ${ac_cv_func_mmap_fixed_mapped=3Dyes} | : ${ac_cv_func_mprotect=3Dyes} | : ${ac_cv_func_munlock=3Dyes} | : ${ac_cv_func_munmap=3Dyes} | : ${ac_cv_func_nl_langinfo=3Dyes} | : ${ac_cv_func_opendir=3Dyes} | : ${ac_cv_func_pam_getenvlist=3Dyes} | : ${ac_cv_func_pam_putenv=3Dyes} | : ${ac_cv_func_pathconf=3Dyes} | : ${ac_cv_func_pipe=3Dyes} | : ${ac_cv_func_poll=3Dyes} | : ${ac_cv_func_posix_spawn=3Dyes} | : ${ac_cv_func_pread=3Dyes} | : ${ac_cv_func_pthread_cond_broadcast=3Dyes} | : ${ac_cv_func_pthread_cond_destroy=3Dyes} | : ${ac_cv_func_pthread_cond_init=3Dyes} | : ${ac_cv_func_pthread_cond_signal=3Dyes} | : ${ac_cv_func_pthread_cond_timedwait=3Dyes} | : ${ac_cv_func_pthread_cond_wait=3Dyes} | : ${ac_cv_func_pthread_equal=3Dyes} | : ${ac_cv_func_pthread_exit=3Dyes} | : ${ac_cv_func_pthread_mutex_destroy=3Dyes} | : ${ac_cv_func_pthread_mutex_init=3Dyes} | : ${ac_cv_func_pthread_mutex_lock=3Dyes} | : ${ac_cv_func_pthread_mutex_unlock=3Dyes} | : ${ac_cv_func_pthread_self=3Dyes} | : ${ac_cv_func_putenv=3Dyes} | : ${ac_cv_func_pwrite=3Dyes} | : ${ac_cv_func_raise=3Dyes} | : ${ac_cv_func_rand=3Dyes} | : ${ac_cv_func_random=3Dyes} | : ${ac_cv_func_readdir=3Dyes} | : ${ac_cv_func_readlink=3Dyes} | : ${ac_cv_func_readlinkat=3Dyes} | : ${ac_cv_func_readpassphrase=3Dyes} | : ${ac_cv_func_realpath=3Dyes} | : ${ac_cv_func_recvmsg=3Dyes} | : ${ac_cv_func_rename=3Dyes} | : ${ac_cv_func_rresvport_af=3Dyes} | : ${ac_cv_func_sched_yield=3Dyes} | : ${ac_cv_func_select=3Dyes} | : ${ac_cv_func_sendmsg=3Dyes} | : ${ac_cv_func_setegid=3Dyes} | : ${ac_cv_func_setenv=3Dyes} | : ${ac_cv_func_seteuid=3Dyes} | : ${ac_cv_func_setgroupent=3Dyes} | : ${ac_cv_func_setgroups=3Dyes} | : ${ac_cv_func_setlinebuf=3Dyes} | : ${ac_cv_func_setlocale=3Dyes} | : ${ac_cv_func_setlogin=3Dyes} | : ${ac_cv_func_setpassent=3Dyes} | : ${ac_cv_func_setproctitle=3Dyes} | : ${ac_cv_func_setregid=3Dyes} | : ${ac_cv_func_setresgid=3Dyes} | : ${ac_cv_func_setresuid=3Dyes} | : ${ac_cv_func_setreuid=3Dyes} | : ${ac_cv_func_setrlimit=3Dyes} | : ${ac_cv_func_setsid=3Dyes} | : ${ac_cv_func_setsockopt=3Dyes} | : ${ac_cv_func_setvbuf=3Dyes} | : ${ac_cv_func_shmget=3Dyes} | : ${ac_cv_func_sigaction=3Dyes} | : ${ac_cv_func_sigaltstack=3Dyes} | : ${ac_cv_func_siginterrupt=3Dyes} | : ${ac_cv_func_sigprocmask=3Dyes} | : ${ac_cv_func_sigvec=3Dyes} | : ${ac_cv_func_sleep=3Dyes} | : ${ac_cv_func_snprintf=3Dyes} | : ${ac_cv_func_socketpair=3Dyes} | : ${ac_cv_func_srand=3Dyes} | : ${ac_cv_func_srandom=3Dyes} | : ${ac_cv_func_stat=3Dyes} | : ${ac_cv_func_statfs=3Dyes} | : ${ac_cv_func_statvfs=3Dyes} | : ${ac_cv_func_stpcpy=3Dyes} | : ${ac_cv_func_stpncpy=3Dyes} | : ${ac_cv_func_strbrk=3Dyes} | : ${ac_cv_func_strcasecmp=3Dyes} | : ${ac_cv_func_strcspn=3Dyes} | : ${ac_cv_func_strdup=3Dyes} | : ${ac_cv_func_strerror=3Dyes} | : ${ac_cv_func_strerror_r=3Dyes} | : ${ac_cv_func_strftime=3Dyes} | : ${ac_cv_func_strlcat=3Dyes} | : ${ac_cv_func_strlcpy=3Dyes} | : ${ac_cv_func_strlen=3Dyes} | : ${ac_cv_func_strmode=3Dyes} | : ${ac_cv_func_strncasecmp=3Dyes} | : ${ac_cv_func_strndup=3Dyes} | : ${ac_cv_func_strnlen=3Dyes} | : ${ac_cv_func_strnlen_working=3Dyes} | : ${ac_cv_func_strpbrk=3Dyes} | : ${ac_cv_func_strptime=3Dyes} | : ${ac_cv_func_strsep=3Dyes} | : ${ac_cv_func_strsignal=3Dyes} | : ${ac_cv_func_strtol=3Dyes} | : ${ac_cv_func_strtoll=3Dyes} | : ${ac_cv_func_strtonum=3Dyes} | : ${ac_cv_func_strtoul=3Dyes} | : ${ac_cv_func_strtoull=3Dyes} | : ${ac_cv_func_symlink=3Dyes} | : ${ac_cv_func_sysconf=3Dyes} | : ${ac_cv_func_tcgetpgrp=3Dyes} | : ${ac_cv_func_time=3Dyes} | : ${ac_cv_func_towlower=3Dyes} | : ${ac_cv_func_truncate=3Dyes} | : ${ac_cv_func_tsearch=3Dyes} | : ${ac_cv_func_uname=3Dyes} | : ${ac_cv_func_unsetenv=3Dyes} | : ${ac_cv_func_user_from_uid=3Dyes} | : ${ac_cv_func_usleep=3Dyes} | : ${ac_cv_func_utime=3Dyes} | : ${ac_cv_func_utimes=3Dyes} | : ${ac_cv_func_vasprintf=3Dyes} | : ${ac_cv_func_vfork=3Dyes} | : ${ac_cv_func_vprintf=3Dyes} | : ${ac_cv_func_vsnprintf=3Dyes} | : ${ac_cv_func_vsprintf=3Dyes} | : ${ac_cv_func_waitpid=3Dyes} | : ${ac_cv_func_wcrtomb=3Dyes} | : ${ac_cv_func_wcscoll=3Dyes} | : ${ac_cv_func_wcslen=3Dyes} | : ${ac_cv_func_wcsnlen=3Dyes} | : ${ac_cv_func_wctob=3Dyes} | : ${ac_cv_func_wcwidth=3Dyes} | : ${ac_cv_func_wmemchr=3Dyes} | : ${ac_cv_func_wmemcpy=3Dyes} | : ${ac_cv_func_yp_match=3Dyes} |=20 | # non existing functions | : ${ac_cv_func_argz_count=3Dno} | : ${ac_cv_func_argz_next=3Dno} | : ${ac_cv_func_argz_stringify=3Dno} | : ${ac_cv_func_obstacks=3Dno} | : ${ac_cv_func_pstat_getdynamic=3Dno} | : ${ac_cv_func_rawmemchr=3Dno} | : ${ac_cv_func_yield=3Dno} |=20 | : ${ac_cv_have___va_copy=3Dyes} | : ${ac_cv_have_clock_t=3Dyes} | : ${ac_cv_have_control_in_msghdr=3Dyes} | : ${ac_cv_have_getopt_optreset=3Dyes} | : ${ac_cv_have_int64_t=3Dyes} | : ${ac_cv_have_intxx_t=3Dyes} | : ${ac_cv_have_mode_t=3Dyes} | : ${ac_cv_have_pid_t=3Dyes} | : ${ac_cv_have_pw_change_in_struct_passwd=3Dyes} | : ${ac_cv_have_pw_class_in_struct_passwd=3Dyes} | : ${ac_cv_have_pw_expire_in_struct_passwd=3Dyes} | : ${ac_cv_have_sa_family_t=3Dyes} | : ${ac_cv_have_size_t=3Dyes} | : ${ac_cv_have_ss_family_in_struct_ss=3Dyes} | : ${ac_cv_have_ssize_t=3Dyes} | : ${ac_cv_have_struct_addrinfo=3Dyes} | : ${ac_cv_have_struct_in6_addr=3Dyes} | : ${ac_cv_have_struct_sockaddr_in6=3Dyes} | : ${ac_cv_have_struct_sockaddr_storage=3Dyes} | : ${ac_cv_have_struct_timeval=3Dyes} | : ${ac_cv_have_u_char=3Dyes} | : ${ac_cv_have_u_int64_t=3Dyes} | : ${ac_cv_have_u_int=3Dyes} | : ${ac_cv_have_u_intxx_t=3Dyes} | : ${ac_cv_have_va_copy=3Dyes} |=20 | : ${ac_cv_have_decl_GLOB_NOMATCH=3Dyes} | : ${ac_cv_have_decl_LLONG_MAX=3Dyes} | : ${ac_cv_have_decl_MAXSYMLINKS=3Dyes} | : ${ac_cv_have_decl_O_NONBLOCK=3Dyes} | : ${ac_cv_have_decl_RLIMIT_NPROC=3Dyes} | : ${ac_cv_have_decl_SHUT_RD=3Dyes} | : ${ac_cv_have_decl__Exit=3Dyes} | : ${ac_cv_have_decl_alarm=3Dyes} | : ${ac_cv_have_decl_alphasort=3Dyes} | : ${ac_cv_have_decl_atoll=3Dyes} | : ${ac_cv_have_decl_btowc=3Dyes} | : ${ac_cv_have_decl_chdir=3Dyes} | : ${ac_cv_have_decl_chown=3Dyes} | : ${ac_cv_have_decl_clearerr_unlocked=3Dyes} | : ${ac_cv_have_decl_closedir=3Dyes} | : ${ac_cv_have_decl_dprintf=3Dyes} | : ${ac_cv_have_decl_dup2=3Dyes} | : ${ac_cv_have_decl_dup=3Dyes} | : ${ac_cv_have_decl_endusershell=3Dyes} | : ${ac_cv_have_decl_faccessat=3Dyes} | : ${ac_cv_have_decl_fchdir=3Dyes} | : ${ac_cv_have_decl_fchmodat=3Dyes} | : ${ac_cv_have_decl_fchownat=3Dyes} | : ${ac_cv_have_decl_fcntl=3Dyes} | : ${ac_cv_have_decl_fdopendir=3Dyes} | : ${ac_cv_have_decl_feof_unlocked=3Dyes} | : ${ac_cv_have_decl_feof_unlocked_fgets_unlocked=3Dyes} | : ${ac_cv_have_decl_ferror_unlocked=3Dyes} | : ${ac_cv_have_decl_ffsl=3Dyes} | : ${ac_cv_have_decl_ffsll=3Dyes} | : ${ac_cv_have_decl_fpurge=3Dyes} | : ${ac_cv_have_decl_frexpl=3Dyes} | : ${ac_cv_have_decl_fseeko=3Dyes} | : ${ac_cv_have_decl_fstat=3Dyes} | : ${ac_cv_have_decl_fstatat=3Dyes} | : ${ac_cv_have_decl_fsync=3Dyes} | : ${ac_cv_have_decl_ftello=3Dyes} | : ${ac_cv_have_decl_ftruncate=3Dyes} | : ${ac_cv_have_decl_getc_unlocked=3Dyes} | : ${ac_cv_have_decl_getchar_unlocked=3Dyes} | : ${ac_cv_have_decl_getcwd=3Dyes} | : ${ac_cv_have_decl_getdelim=3Dyes} | : ${ac_cv_have_decl_getdomainname=3Dyes} | : ${ac_cv_have_decl_getdtablesize=3Dyes} | : ${ac_cv_have_decl_getenv=3Dyes} | : ${ac_cv_have_decl_getgroups=3Dyes} | : ${ac_cv_have_decl_gethostname=3Dyes} | : ${ac_cv_have_decl_getline=3Dyes} | : ${ac_cv_have_decl_getloadavg=3Dyes} | : ${ac_cv_have_decl_getlogin=3Dyes} | : ${ac_cv_have_decl_getlogin_r=3Dyes} | : ${ac_cv_have_decl_getpagesize=3Dyes} | : ${ac_cv_have_decl_gets=3Dyes} | : ${ac_cv_have_decl_getsubopt=3Dyes} | : ${ac_cv_have_decl_gettimeofday=3Dyes} | : ${ac_cv_have_decl_getusershell=3Dyes} | : ${ac_cv_have_decl_grantpt=3Dyes} | : ${ac_cv_have_decl_h_errno=3Dyes} | : ${ac_cv_have_decl_imaxabs=3Dyes} | : ${ac_cv_have_decl_imaxdiv=3Dyes} | : ${ac_cv_have_decl_initstate=3Dyes} | : ${ac_cv_have_decl_isatty=3Dyes} | : ${ac_cv_have_decl_isblank=3Dyes} | : ${ac_cv_have_decl_iswblank=3Dyes} | : ${ac_cv_have_decl_iswctype=3Dyes} | : ${ac_cv_have_decl_lchmod=3Dyes} | : ${ac_cv_have_decl_lchown=3Dyes} | : ${ac_cv_have_decl_link=3Dyes} | : ${ac_cv_have_decl_linkat=3Dyes} | : ${ac_cv_have_decl_lseek=3Dyes} | : ${ac_cv_have_decl_lstat=3Dyes} | : ${ac_cv_have_decl_mbrlen=3Dyes} | : ${ac_cv_have_decl_mbrtowc=3Dyes} | : ${ac_cv_have_decl_mbsinit=3Dyes} | : ${ac_cv_have_decl_mbsnrtowcs=3Dyes} | : ${ac_cv_have_decl_mbsrtowcs=3Dyes} | : ${ac_cv_have_decl_memmem=3Dyes} | : ${ac_cv_have_decl_memrchr=3Dyes} | : ${ac_cv_have_decl_mkdirat=3Dyes} | : ${ac_cv_have_decl_mkdtemp=3Dyes} | : ${ac_cv_have_decl_mkfifo=3Dyes} | : ${ac_cv_have_decl_mkfifoat=3Dyes} | : ${ac_cv_have_decl_mknod=3Dyes} | : ${ac_cv_have_decl_mknodat=3Dyes} | : ${ac_cv_have_decl_mkstemp=3Dyes} | : ${ac_cv_have_decl_nl_langinfo=3Dyes} | : ${ac_cv_have_decl_offsetof=3Dyes} | : ${ac_cv_have_decl_openat=3Dyes} | : ${ac_cv_have_decl_opendir=3Dyes} | : ${ac_cv_have_decl_pclose=3Dyes} | : ${ac_cv_have_decl_pipe=3Dyes} | : ${ac_cv_have_decl_popen=3Dyes} | : ${ac_cv_have_decl_posix_openpt=3Dyes} | : ${ac_cv_have_decl_posix_spawn=3Dyes} | : ${ac_cv_have_decl_posix_spawn_file_actions_addclose=3Dyes} | : ${ac_cv_have_decl_posix_spawn_file_actions_adddup2=3Dyes} | : ${ac_cv_have_decl_posix_spawn_file_actions_addopen=3Dyes} | : ${ac_cv_have_decl_posix_spawn_file_actions_destroy=3Dyes} | : ${ac_cv_have_decl_posix_spawn_file_actions_init=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_destroy=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_getflags=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_getpgroup=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_getschedparam=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_getschedpolicy=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_getsigdefault=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_getsigmask=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_init=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_setflags=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_setpgroup=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_setschedparam=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_setschedpolicy=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_setsigdefault=3Dyes} | : ${ac_cv_have_decl_posix_spawnattr_setsigmask=3Dyes} | : ${ac_cv_have_decl_posix_spawnp=3Dyes} | : ${ac_cv_have_decl_pread=3Dyes} | : ${ac_cv_have_decl_pselect=3Dyes} | : ${ac_cv_have_decl_pthread_sigmask=3Dyes} | : ${ac_cv_have_decl_ptsname=3Dyes} | : ${ac_cv_have_decl_putc_unlocked=3Dyes} | : ${ac_cv_have_decl_putchar_unlocked=3Dyes} | : ${ac_cv_have_decl_pwrite=3Dyes} | : ${ac_cv_have_decl_random=3Dyes} | : ${ac_cv_have_decl_rawmemchr=3Dyes} | : ${ac_cv_have_decl_readdir=3Dyes} | : ${ac_cv_have_decl_readlink=3Dyes} | : ${ac_cv_have_decl_readlinkat=3Dyes} | : ${ac_cv_have_decl_realpath=3Dyes} | : ${ac_cv_have_decl_renameat=3Dyes} | : ${ac_cv_have_decl_rewinddir=3Dyes} | : ${ac_cv_have_decl_rmdir=3Dyes} | : ${ac_cv_have_decl_rpmatch=3Dyes} | : ${ac_cv_have_decl_scandir=3Dyes} | : ${ac_cv_have_decl_select=3Dyes} | : ${ac_cv_have_decl_setenv=3Dyes} | : ${ac_cv_have_decl_sethostname=3Dyes} | : ${ac_cv_have_decl_setlocale=3Dyes} | : ${ac_cv_have_decl_setstate=3Dyes} | : ${ac_cv_have_decl_setusershell=3Dyes} | : ${ac_cv_have_decl_sigaction=3Dyes} | : ${ac_cv_have_decl_sigaddset=3Dyes} | : ${ac_cv_have_decl_sigaltstack=3Dyes} | : ${ac_cv_have_decl_sigdelset=3Dyes} | : ${ac_cv_have_decl_sigemptyset=3Dyes} | : ${ac_cv_have_decl_sigfillset=3Dyes} | : ${ac_cv_have_decl_sigismember=3Dyes} | : ${ac_cv_have_decl_sigpending=3Dyes} | : ${ac_cv_have_decl_sigprocmask=3Dyes} | : ${ac_cv_have_decl_sleep=3Dyes} | : ${ac_cv_have_decl_snprintf=3Dyes} | : ${ac_cv_have_decl_srandom=3Dyes} | : ${ac_cv_have_decl_stat=3Dyes} | : ${ac_cv_have_decl_stpcpy=3Dyes} | : ${ac_cv_have_decl_stpncpy=3Dyes} | : ${ac_cv_have_decl_strcasestr=3Dyes} | : ${ac_cv_have_decl_strdup=3Dyes} | : ${ac_cv_have_decl_strerror_r=3Dyes} | : ${ac_cv_have_decl_strncat=3Dyes} | : ${ac_cv_have_decl_strndup=3Dyes} | : ${ac_cv_have_decl_strnlen=3Dyes} | : ${ac_cv_have_decl_strpbrk=3Dyes} | : ${ac_cv_have_decl_strsep=3Dyes} | : ${ac_cv_have_decl_strsignal=3Dyes} | : ${ac_cv_have_decl_strtod=3Dyes} | : ${ac_cv_have_decl_strtoimax=3Dyes} | : ${ac_cv_have_decl_strtok_r=3Dyes} | : ${ac_cv_have_decl_strtoll=3Dyes} | : ${ac_cv_have_decl_strtoull=3Dyes} | : ${ac_cv_have_decl_strtoumax=3Dyes} | : ${ac_cv_have_decl_symlink=3Dyes} | : ${ac_cv_have_decl_symlinkat=3Dyes} | : ${ac_cv_have_decl_sys_siglist=3Dyes} | : ${ac_cv_have_decl_tcsendbreak=3Dyes} | : ${ac_cv_have_decl_tmpfile=3Dyes} | : ${ac_cv_have_decl_towctrans=3Dyes} | : ${ac_cv_have_decl_ttyname_r=3Dyes} | : ${ac_cv_have_decl_unlink=3Dyes} | : ${ac_cv_have_decl_unlinkat=3Dyes} | : ${ac_cv_have_decl_unlockpt=3Dyes} | : ${ac_cv_have_decl_unsetenv=3Dyes} | : ${ac_cv_have_decl_usleep=3Dyes} | : ${ac_cv_have_decl_vdprintf=3Dyes} | : ${ac_cv_have_decl_vsnprintf=3Dyes} | : ${ac_cv_have_decl_waitpid=3Dyes} | : ${ac_cv_have_decl_wcpcpy=3Dyes} | : ${ac_cv_have_decl_wcpncpy=3Dyes} | : ${ac_cv_have_decl_wcrtomb=3Dyes} | : ${ac_cv_have_decl_wcscasecmp=3Dyes} | : ${ac_cv_have_decl_wcscat=3Dyes} | : ${ac_cv_have_decl_wcschr=3Dyes} | : ${ac_cv_have_decl_wcscmp=3Dyes} | : ${ac_cv_have_decl_wcscoll=3Dyes} | : ${ac_cv_have_decl_wcscpy=3Dyes} | : ${ac_cv_have_decl_wcscspn=3Dyes} | : ${ac_cv_have_decl_wcsdup=3Dyes} | : ${ac_cv_have_decl_wcslen=3Dyes} | : ${ac_cv_have_decl_wcsncasecmp=3Dyes} | : ${ac_cv_have_decl_wcsncat=3Dyes} | : ${ac_cv_have_decl_wcsncmp=3Dyes} | : ${ac_cv_have_decl_wcsncpy=3Dyes} | : ${ac_cv_have_decl_wcsnlen=3Dyes} | : ${ac_cv_have_decl_wcsnrtombs=3Dyes} | : ${ac_cv_have_decl_wcspbrk=3Dyes} | : ${ac_cv_have_decl_wcsrchr=3Dyes} | : ${ac_cv_have_decl_wcsrtombs=3Dyes} | : ${ac_cv_have_decl_wcsspn=3Dyes} | : ${ac_cv_have_decl_wcsstr=3Dyes} | : ${ac_cv_have_decl_wcstok=3Dyes} | : ${ac_cv_have_decl_wcswidth=3Dyes} | : ${ac_cv_have_decl_wcsxfrm=3Dyes} | : ${ac_cv_have_decl_wctob=3Dyes} | : ${ac_cv_have_decl_wctrans=3Dyes} | : ${ac_cv_have_decl_wctype=3Dyes} | : ${ac_cv_have_decl_wcwidth=3Dyes} | : ${ac_cv_have_decl_wmemchr=3Dyes} | : ${ac_cv_have_decl_wmemcmp=3Dyes} | : ${ac_cv_have_decl_wmemcpy=3Dyes} | : ${ac_cv_have_decl_wmemmove=3Dyes} | : ${ac_cv_have_decl_wmemset=3Dyes} | : ${ac_cv_have_decl_writev=3Dyes} |=20 | # long file name support test invasively touches localbase, always true | : ${ac_cv_sys_long_file_names=3Dyes} |=20 | # function specific |=20 | : ${gl_cv_func_btowc_eof=3Dyes} | : ${gl_cv_func_btowc_nul=3Dyes} | : ${gl_cv_func_fcntl_f_dupfd_cloexec=3Dyes} | : ${gl_cv_func_fnmatch_posix=3Dyes} | : ${gl_cv_func_fopen_slash=3Dyes} | : ${gl_cv_func_frexp_no_libm=3Dyes} | : ${gl_cv_func_fseeko=3Dyes} | : ${gl_cv_func_ftello=3Dyes} | : ${gl_cv_func_getcwd_null=3Dyes} | : ${gl_cv_func_getcwd_posix_signature=3Dyes} | : ${gl_cv_func_getopt_posix=3Dyes} | : ${gl_cv_func_isnand_no_libm=3Dyes} | : ${gl_cv_func_ldexp_no_libm=3Dyes} | : ${gl_cv_func_lseek_pipe=3Dyes} | : ${gl_cv_func_lstat_dereferences_slashed_symlink=3Dyes} | : ${gl_cv_func_malloc_0_nonnull=3D1} | : ${gl_cv_func_malloc_posix=3Dyes} | : ${gl_cv_func_mbrtowc_incomplete_state=3Dyes} | : ${gl_cv_func_mbrtowc_nul_retval=3Dyes} | : ${gl_cv_func_mbrtowc_null_arg1=3Dyes} | : ${gl_cv_func_mbrtowc_null_arg2=3Dyes} | : ${gl_cv_func_mbrtowc_retval=3Dyes} | : ${gl_cv_func_mbrtowc_sanitycheck=3Dyes} | : ${gl_cv_func_open_slash=3Dyes} | : ${gl_cv_func_printf_directive_a=3Dyes} | : ${gl_cv_func_printf_directive_f=3Dyes} | : ${gl_cv_func_printf_directive_ls=3Dyes} | : ${gl_cv_func_printf_directive_n=3Dyes} | : ${gl_cv_func_printf_flag_grouping=3Dyes} | : ${gl_cv_func_printf_flag_leftadjust=3Dyes} | : ${gl_cv_func_printf_flag_zero=3Dyes} | : ${gl_cv_func_printf_infinite=3Dyes} | : ${gl_cv_func_printf_long_double=3Dyes} | : ${gl_cv_func_printf_positions=3Dyes} | : ${gl_cv_func_printf_precision=3Dyes} | : ${gl_cv_func_printf_sizes_c99=3Dyes} | : ${gl_cv_func_sigprocmask=3D1} | : ${gl_cv_func_snprintf_retval_c99=3Dyes} | : ${gl_cv_func_snprintf_size1=3Dyes} | : ${gl_cv_func_snprintf_usable=3Dyes} | : ${gl_cv_func_spawnattr_setschedparam=3Dyes} | : ${gl_cv_func_spawnattr_setschedpolicy=3Dyes} | : ${gl_cv_func_stat_dir_slash=3Dyes} | : ${gl_cv_func_stat_file_slash=3Dyes} | : ${gl_cv_func_stpncpy=3Dyes} | : ${gl_cv_func_va_copy=3Dyes} | : ${gl_cv_func_wcrtomb_retval=3Dyes} | : ${gt_cv_func_unsetenv_ret=3Dint} |=20 | : ${gl_cv_have_include_next=3Dyes} |=20 | : ${gl_cv_have_raw_decl_rawmemchr=3Dyes} | : ${gl_cv_have_raw_decl__Exit=3Dyes} | : ${gl_cv_have_raw_decl_alphasort=3Dyes} | : ${gl_cv_have_raw_decl_atoll=3Dyes} | : ${gl_cv_have_raw_decl_btowc=3Dyes} | : ${gl_cv_have_raw_decl_chdir=3Dyes} | : ${gl_cv_have_raw_decl_chown=3Dyes} | : ${gl_cv_have_raw_decl_closedir=3Dyes} | : ${gl_cv_have_raw_decl_dprintf=3Dyes} | : ${gl_cv_have_raw_decl_dup2=3Dyes} | : ${gl_cv_have_raw_decl_dup=3Dyes} | : ${gl_cv_have_raw_decl_endusershell=3Dyes} | : ${gl_cv_have_raw_decl_faccessat=3Dyes} | : ${gl_cv_have_raw_decl_fchdir=3Dyes} | : ${gl_cv_have_raw_decl_fchmodat=3Dyes} | : ${gl_cv_have_raw_decl_fchownat=3Dyes} | : ${gl_cv_have_raw_decl_fcntl=3Dyes} | : ${gl_cv_have_raw_decl_fdopendir=3Dyes} | : ${gl_cv_have_raw_decl_ffsl=3Dyes} | : ${gl_cv_have_raw_decl_ffsll=3Dyes} | : ${gl_cv_have_raw_decl_fpurge=3Dyes} | : ${gl_cv_have_raw_decl_fseeko=3Dyes} | : ${gl_cv_have_raw_decl_fstat=3Dyes} | : ${gl_cv_have_raw_decl_fstatat=3Dyes} | : ${gl_cv_have_raw_decl_fsync=3Dyes} | : ${gl_cv_have_raw_decl_ftello=3Dyes} | : ${gl_cv_have_raw_decl_ftruncate=3Dyes} | : ${gl_cv_have_raw_decl_getcwd=3Dyes} | : ${gl_cv_have_raw_decl_getdelim=3Dyes} | : ${gl_cv_have_raw_decl_getdomainname=3Dyes} | : ${gl_cv_have_raw_decl_getdtablesize=3Dyes} | : ${gl_cv_have_raw_decl_getgroups=3Dyes} | : ${gl_cv_have_raw_decl_getdtablesize=3Dyes} | : ${gl_cv_have_raw_decl_getgroups=3Dyes} | : ${gl_cv_have_raw_decl_gethostname=3Dyes} | : ${gl_cv_have_raw_decl_getline=3Dyes} | : ${gl_cv_have_raw_decl_getloadavg=3Dyes} | : ${gl_cv_have_raw_decl_getlogin=3Dyes} | : ${gl_cv_have_raw_decl_getlogin_r=3Dyes} | : ${gl_cv_have_raw_decl_getpagesize=3Dyes} | : ${gl_cv_have_raw_decl_gets=3Dyes} | : ${gl_cv_have_raw_decl_getsubopt=3Dyes} | : ${gl_cv_have_raw_decl_gettimeofday=3Dyes} | : ${gl_cv_have_raw_decl_getusershell=3Dyes} | : ${gl_cv_have_raw_decl_grantpt=3Dyes} | : ${gl_cv_have_raw_decl_imaxabs=3Dyes} | : ${gl_cv_have_raw_decl_imaxdiv=3Dyes} | : ${gl_cv_have_raw_decl_initstate=3Dyes} | : ${gl_cv_have_raw_decl_isatty=3Dyes} | : ${gl_cv_have_raw_decl_iswctype=3Dyes} | : ${gl_cv_have_raw_decl_lchmod=3Dyes} | : ${gl_cv_have_raw_decl_lchown=3Dyes} | : ${gl_cv_have_raw_decl_link=3Dyes} | : ${gl_cv_have_raw_decl_linkat=3Dyes} | : ${gl_cv_have_raw_decl_lseek=3Dyes} | : ${gl_cv_have_raw_decl_lstat=3Dyes} | : ${gl_cv_have_raw_decl_mbrlen=3Dyes} | : ${gl_cv_have_raw_decl_mbrtowc=3Dyes} | : ${gl_cv_have_raw_decl_mbsinit=3Dyes} | : ${gl_cv_have_raw_decl_mbsnrtowcs=3Dyes} | : ${gl_cv_have_raw_decl_mbsrtowcs=3Dyes} | : ${gl_cv_have_raw_decl_mkdirat=3Dyes} | : ${gl_cv_have_raw_decl_mkdtemp=3Dyes} | : ${gl_cv_have_raw_decl_mkfifo=3Dyes} | : ${gl_cv_have_raw_decl_mkfifoat=3Dyes} | : ${gl_cv_have_raw_decl_mknod=3Dyes} | : ${gl_cv_have_raw_decl_mknodat=3Dyes} | : ${gl_cv_have_raw_decl_mkstemp=3Dyes} | : ${gl_cv_have_raw_decl_nl_langinfo=3Dyes} | : ${gl_cv_have_raw_decl_openat=3Dyes} | : ${gl_cv_have_raw_decl_opendir=3Dyes} | : ${gl_cv_have_raw_decl_pclose=3Dyes} | : ${gl_cv_have_raw_decl_pipe=3Dyes} | : ${gl_cv_have_raw_decl_popen=3Dyes} | : ${gl_cv_have_raw_decl_posix_openpt=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn=3Dyes} | : ${gl_cv_have_raw_decl_posix_openpt=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_addclose=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_adddup2=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_addopen=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_destroy=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawn_file_actions_init=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_destroy=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getflags=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getpgroup=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getschedparam=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getschedpolicy=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getsigdefault=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_getsigmask=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_init=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setflags=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setpgroup=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setschedparam=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setschedpolicy=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setsigdefault=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnattr_setsigmask=3Dyes} | : ${gl_cv_have_raw_decl_posix_spawnp=3Dyes} | : ${gl_cv_have_raw_decl_pread=3Dyes} | : ${gl_cv_have_raw_decl_pselect=3Dyes} | : ${gl_cv_have_raw_decl_pthread_sigmask=3Dyes} | : ${gl_cv_have_raw_decl_ptsname=3Dyes} | : ${gl_cv_have_raw_decl_pwrite=3Dyes} | : ${gl_cv_have_raw_decl_random=3Dyes} | : ${gl_cv_have_raw_decl_readdir=3Dyes} | : ${gl_cv_have_raw_decl_readlink=3Dyes} | : ${gl_cv_have_raw_decl_readlinkat=3Dyes} | : ${gl_cv_have_raw_decl_realpath=3Dyes} | : ${gl_cv_have_raw_decl_renameat=3Dyes} | : ${gl_cv_have_raw_decl_rewinddir=3Dyes} | : ${gl_cv_have_raw_decl_rmdir=3Dyes} | : ${gl_cv_have_raw_decl_rpmatch=3Dyes} | : ${gl_cv_have_raw_decl_scandir=3Dyes} | : ${gl_cv_have_raw_decl_select=3Dyes} | : ${gl_cv_have_raw_decl_setenv=3Dyes} | : ${gl_cv_have_raw_decl_sethostname=3Dyes} | : ${gl_cv_have_raw_decl_setlocale=3Dyes} | : ${gl_cv_have_raw_decl_setstate=3Dyes} | : ${gl_cv_have_raw_decl_setusershell=3Dyes} | : ${gl_cv_have_raw_decl_sigaction=3Dyes} | : ${gl_cv_have_raw_decl_sigaddset=3Dyes} | : ${gl_cv_have_raw_decl_sigdelset=3Dyes} | : ${gl_cv_have_raw_decl_sigemptyset=3Dyes} | : ${gl_cv_have_raw_decl_sigfillset=3Dyes} | : ${gl_cv_have_raw_decl_sigismember=3Dyes} | : ${gl_cv_have_raw_decl_sigpending=3Dyes} | : ${gl_cv_have_raw_decl_sigprocmask=3Dyes} | : ${gl_cv_have_raw_decl_sleep=3Dyes} | : ${gl_cv_have_raw_decl_snprintf=3Dyes} | : ${gl_cv_have_raw_decl_srandom=3Dyes} | : ${gl_cv_have_raw_decl_stat=3Dyes} | : ${gl_cv_have_raw_decl_strerror_r=3Dyes} | : ${gl_cv_have_raw_decl_strtod=3Dyes} | : ${gl_cv_have_raw_decl_strtoimax=3Dyes} | : ${gl_cv_have_raw_decl_strtoll=3Dyes} | : ${gl_cv_have_raw_decl_strtoull=3Dyes} | : ${gl_cv_have_raw_decl_strtoumax=3Dyes} | : ${gl_cv_have_raw_decl_symlink=3Dyes} | : ${gl_cv_have_raw_decl_symlinkat=3Dyes} | : ${gl_cv_have_raw_decl_tmpfile=3Dyes} | : ${gl_cv_have_raw_decl_towctrans=3Dyes} | : ${gl_cv_have_raw_decl_ttyname_r=3Dyes} | : ${gl_cv_have_raw_decl_unlink=3Dyes} | : ${gl_cv_have_raw_decl_unlinkat=3Dyes} | : ${gl_cv_have_raw_decl_unlockpt=3Dyes} | : ${gl_cv_have_raw_decl_unsetenv=3Dyes} | : ${gl_cv_have_raw_decl_usleep=3Dyes} | : ${gl_cv_have_raw_decl_vdprintf=3Dyes} | : ${gl_cv_have_raw_decl_vsnprintf=3Dyes} | : ${gl_cv_have_raw_decl_waitpid=3Dyes} | : ${gl_cv_have_raw_decl_wcpcpy=3Dyes} | : ${gl_cv_have_raw_decl_wcpncpy=3Dyes} | : ${gl_cv_have_raw_decl_wcrtomb=3Dyes} | : ${gl_cv_have_raw_decl_wcscasecmp=3Dyes} | : ${gl_cv_have_raw_decl_wcscat=3Dyes} | : ${gl_cv_have_raw_decl_wcschr=3Dyes} | : ${gl_cv_have_raw_decl_wcscmp=3Dyes} | : ${gl_cv_have_raw_decl_wcscoll=3Dyes} | : ${gl_cv_have_raw_decl_wcscpy=3Dyes} | : ${gl_cv_have_raw_decl_wcscspn=3Dyes} | : ${gl_cv_have_raw_decl_wcsdup=3Dyes} | : ${gl_cv_have_raw_decl_wcslen=3Dyes} | : ${gl_cv_have_raw_decl_wcsncasecmp=3Dyes} | : ${gl_cv_have_raw_decl_wcsncat=3Dyes} | : ${gl_cv_have_raw_decl_wcsncmp=3Dyes} | : ${gl_cv_have_raw_decl_wcsncpy=3Dyes} | : ${gl_cv_have_raw_decl_wcsnlen=3Dyes} | : ${gl_cv_have_raw_decl_wcsnrtombs=3Dyes} | : ${gl_cv_have_raw_decl_wcspbrk=3Dyes} | : ${gl_cv_have_raw_decl_wcsrchr=3Dyes} | : ${gl_cv_have_raw_decl_wcsrtombs=3Dyes} | : ${gl_cv_have_raw_decl_wcsspn=3Dyes} | : ${gl_cv_have_raw_decl_wcsstr=3Dyes} | : ${gl_cv_have_raw_decl_wcstok=3Dyes} | : ${gl_cv_have_raw_decl_wcswidth=3Dyes} | : ${gl_cv_have_raw_decl_wcsxfrm=3Dyes} | : ${gl_cv_have_raw_decl_wctob=3Dyes} | : ${gl_cv_have_raw_decl_wctrans=3Dyes} | : ${gl_cv_have_raw_decl_wctype=3Dyes} | : ${gl_cv_have_raw_decl_wcwidth=3Dyes} | : ${gl_cv_have_raw_decl_wmemchr=3Dyes} | : ${gl_cv_have_raw_decl_wmemcmp=3Dyes} | : ${gl_cv_have_raw_decl_wmemcpy=3Dyes} | : ${gl_cv_have_raw_decl_wmemmove=3Dyes} | : ${gl_cv_have_raw_decl_wmemset=3Dyes} |=20 | : ${gl_cv_header_errno_h_complete=3Dyes} | : ${gl_cv_header_inttypes_h=3Dyes} | : ${gl_cv_header_langinfo_codeset=3Dyes} | : ${gl_cv_header_langinfo_era=3Dyes} | : ${gl_cv_header_langinfo_t_fmt_ampm=3Dyes} | : ${gl_cv_header_langinfo_yesexpr=3Dyes} | : ${gl_cv_header_locale_h_posix2001=3Dyes} | : ${gl_cv_header_signal_h_SIGPIPE=3Dyes} | : ${gl_cv_header_stdint_h=3Dyes} | : ${gl_cv_header_sys_select_h_selfcontained=3Dyes} |=20 configure:3373: checking build system type configure:3387: result: amd64-portbld-freebsd11.1 configure:3407: checking host system type configure:3420: result: amd64-portbld-freebsd11.1 configure:3440: checking target system type configure:3453: result: amd64-portbld-freebsd11.1 configure:3496: checking for a BSD-compatible install configure:3564: result: /usr/bin/install -c configure:3575: checking whether build environment is sane configure:3630: result: yes configure:3781: checking for a thread-safe mkdir -p configure:3820: result: /bin/mkdir -p configure:3827: checking for gawk configure:3854: result: /usr/bin/awk configure:3865: checking whether gmake sets $(MAKE) configure:3887: result: yes configure:3916: checking whether gmake supports nested variables configure:3933: result: yes configure:4022: checking whether UID '0' is supported by ustar format configure:4025: result: yes configure:4032: checking whether GID '0' is supported by ustar format configure:4035: result: yes configure:4043: checking how to create a ustar tar archive configure:4125: result: /usr/bin/tar configure:4196: checking whether gmake supports nested variables configure:4213: result: yes configure:4237: checking for style of include used by gmake configure:4265: result: GNU configure:4336: checking for gcc configure:4363: result: cc configure:4592: checking for C compiler version configure:4601: cc --version >&5 FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM = 5.0.1) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin configure:4612: $? =3D 0 configure:4601: cc -v >&5 FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM = 5.0.1) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin configure:4612: $? =3D 0 configure:4601: cc -V >&5 cc: error: argument to '-V' is missing (expected 1 value) cc: error: no input files configure:4612: $? =3D 1 configure:4601: cc -qversion >&5 cc: error: unknown argument: '-qversion' cc: error: no input files configure:4612: $? =3D 1 configure:4632: checking whether the C compiler works configure:4654: cc -O2 -pipe -fstack-protector -isystem /usr/local/include= -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath=3D/usr/local/= llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:4658: $? =3D 0 configure:4706: result: yes configure:4709: checking for C compiler default output file name configure:4711: result: a.out configure:4717: checking for suffix of executables configure:4724: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/l= ocal/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:4728: $? =3D 0 configure:4750: result:=20 configure:4772: checking whether we are cross compiling configure:4780: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/l= ocal/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:4784: $? =3D 0 configure:4791: ./conftest configure:4795: $? =3D 0 configure:4810: result: no configure:4815: checking for suffix of object files configure:4837: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:4841: $? =3D 0 configure:4862: result: o configure:4866: checking whether we are using the GNU C compiler configure:4885: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:4885: $? =3D 0 configure:4894: result: yes configure:4903: checking whether cc accepts -g configure:4923: cc -c -g -isystem /usr/local/include conftest.c >&5 configure:4923: $? =3D 0 configure:4964: result: yes configure:4981: checking for cc option to accept ISO C89 configure:5044: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:5044: $? =3D 0 configure:5057: result: none needed configure:5082: checking whether cc understands -c and -o together configure:5104: cc -c conftest.c -o conftest2.o configure:5107: $? =3D 0 configure:5104: cc -c conftest.c -o conftest2.o configure:5107: $? =3D 0 configure:5119: result: yes configure:5138: checking dependency style of cc configure:5249: result: gcc3 configure:5314: checking for ar configure:5330: found /usr/bin/ar configure:5341: result: ar configure:5367: checking the archiver (ar) interface configure:5383: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:5383: $? =3D 0 configure:5385: ar cru libconftest.a conftest.o >&5 configure:5388: $? =3D 0 configure:5416: result: ar configure:5486: checking how to run the C preprocessor configure:5556: result: cpp configure:5576: cpp -isystem /usr/local/include conftest.c configure:5576: $? =3D 0 configure:5590: cpp -isystem /usr/local/include conftest.c conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:5590: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | /* end confdefs.h. */ | #include configure:5666: checking for gcc configure:5693: result: cc configure:5922: checking for C compiler version configure:5931: cc --version >&5 FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM = 5.0.1) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin configure:5942: $? =3D 0 configure:5931: cc -v >&5 FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM = 5.0.1) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin configure:5942: $? =3D 0 configure:5931: cc -V >&5 cc: error: argument to '-V' is missing (expected 1 value) cc: error: no input files configure:5942: $? =3D 1 configure:5931: cc -qversion >&5 cc: error: unknown argument: '-qversion' cc: error: no input files configure:5942: $? =3D 1 configure:5946: checking whether we are using the GNU C compiler configure:5974: result: yes configure:5983: checking whether cc accepts -g configure:6044: result: yes configure:6061: checking for cc option to accept ISO C89 configure:6137: result: none needed configure:6162: checking whether cc understands -c and -o together configure:6199: result: yes configure:6218: checking dependency style of cc configure:6329: result: gcc3 configure:6456: checking for C++ compiler version configure:6465: c++ --version >&5 FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM = 5.0.1) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin configure:6476: $? =3D 0 configure:6465: c++ -v >&5 FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based on LLVM = 5.0.1) Target: x86_64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin configure:6476: $? =3D 0 configure:6465: c++ -V >&5 c++: error: argument to '-V' is missing (expected 1 value) c++: error: no input files configure:6476: $? =3D 1 configure:6465: c++ -qversion >&5 c++: error: unknown argument: '-qversion' c++: error: no input files configure:6476: $? =3D 1 configure:6480: checking whether we are using the GNU C++ compiler configure:6499: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/i= nclude conftest.cpp >&5 configure:6499: $? =3D 0 configure:6508: result: yes configure:6517: checking whether c++ accepts -g configure:6537: c++ -c -g -isystem /usr/local/include conftest.cpp >&5 configure:6537: $? =3D 0 configure:6578: result: yes configure:6603: checking dependency style of c++ configure:6714: result: gcc3 configure:6739: checking dependency style of cc configure:6848: result: gcc3 configure:6863: checking for GNU make configure:6878: result: gmake configure:6893: checking for python2.7 configure:6909: found /usr/local/bin/python2.7 configure:6920: result: python2.7 configure:6931: checking for a sed that does not truncate output configure:6995: result: /usr/bin/sed configure:7009: checking for special C compiler options needed for large fi= les configure:7054: result: no configure:7060: checking for _FILE_OFFSET_BITS value needed for large files configure:7085: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:7085: $? =3D 0 configure:7117: result: no configure:7250: checking how to print strings configure:7277: result: printf configure:7298: checking for a sed that does not truncate output configure:7362: result: /usr/bin/sed configure:7380: checking for grep that handles long lines and -e configure:7438: result: /usr/bin/grep configure:7443: checking for egrep configure:7505: result: /usr/bin/egrep configure:7510: checking for fgrep configure:7572: result: /usr/bin/fgrep configure:7607: checking for ld used by cc configure:7674: result: /usr/bin/ld configure:7681: checking if the linker (/usr/bin/ld) is GNU ld configure:7696: result: yes configure:7708: checking for BSD- or MS-compatible name lister (nm) configure:7762: result: /usr/local/bin/nm -B configure:7892: checking the name lister (/usr/local/bin/nm -B) interface configure:7899: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:7902: /usr/local/bin/nm -B "conftest.o" configure:7905: output 0000000000000000 B some_variable configure:7912: result: BSD nm configure:7915: checking whether ln -s works configure:7919: result: yes configure:7927: checking the maximum length of command line arguments configure:8058: result: 262144 configure:8106: checking how to convert amd64-portbld-freebsd11.1 file name= s to amd64-portbld-freebsd11.1 format configure:8146: result: func_convert_file_noop configure:8153: checking how to convert amd64-portbld-freebsd11.1 file name= s to toolchain format configure:8173: result: func_convert_file_noop configure:8180: checking for /usr/bin/ld option to reload object files configure:8187: result: -r configure:8261: checking for objdump configure:8277: found /usr/bin/objdump configure:8288: result: objdump configure:8320: checking how to recognize dependent libraries configure:8520: result: pass_all configure:8605: checking for dlltool configure:8635: result: no configure:8665: checking how to associate runtime and link libraries configure:8692: result: printf %s\n configure:8816: checking for archiver @FILE support configure:8833: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:8833: $? =3D 0 configure:8836: ar cru libconftest.a @conftest.lst >&5 ar: warning: can't open file: @conftest.lst: No such file or directory configure:8839: $? =3D 0 configure:8844: ar cru libconftest.a @conftest.lst >&5 ar: warning: can't open file: @conftest.lst: No such file or directory configure:8847: $? =3D 0 configure:8859: result: no configure:8917: checking for strip configure:8933: found /usr/bin/strip configure:8944: result: strip configure:9016: checking for ranlib configure:9032: found /usr/bin/ranlib configure:9043: result: ranlib configure:9145: checking command to parse /usr/local/bin/nm -B output from = cc object configure:9298: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/incl= ude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:9301: $? =3D 0 configure:9305: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([AB= CDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | se= d '/ __gnu_lto/d' \> conftest.nm configure:9308: $? =3D 0 configure:9374: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/l= ocal/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c conftstm.o >&5 configure:9377: $? =3D 0 configure:9415: result: ok configure:9462: checking for sysroot configure:9492: result: no configure:9499: checking for a working dd configure:9537: result: /bin/dd configure:9541: checking how to truncate binary pipes configure:9556: result: /bin/dd bs=3D4096 count=3D1 configure:9885: checking for mt configure:9901: found /usr/bin/mt configure:9912: result: mt configure:9935: checking if mt is a manifest tool configure:9941: mt '-?' mt: illegal option -- ? usage: mt [-f device] command [count] configure:9949: result: no configure:10622: checking for ANSI C header files configure:10726: result: yes configure:10739: checking for sys/types.h configure:10739: result: yes configure:10739: checking for sys/stat.h configure:10739: result: yes configure:10739: checking for stdlib.h configure:10739: result: yes configure:10739: checking for string.h configure:10739: result: yes configure:10739: checking for memory.h configure:10739: result: yes configure:10739: checking for strings.h configure:10739: result: yes configure:10739: checking for inttypes.h configure:10739: result: yes configure:10739: checking for stdint.h configure:10739: result: yes configure:10739: checking for unistd.h configure:10739: result: yes configure:10753: checking for dlfcn.h configure:10753: result: yes configure:11019: checking for objdir configure:11034: result: .libs configure:11298: checking if cc supports -fno-rtti -fno-exceptions configure:11316: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -fno-rtti -fno-except= ions conftest.c >&5 configure:11320: $? =3D 0 configure:11333: result: yes configure:11691: checking for cc option to produce PIC configure:11698: result: -fPIC -DPIC configure:11706: checking if cc PIC flag -fPIC -DPIC works configure:11724: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -fPIC -DPIC -DPIC con= ftest.c >&5 configure:11728: $? =3D 0 configure:11741: result: yes configure:11770: checking if cc static flag -static works configure:11798: result: yes configure:11813: checking if cc supports -c -o file.o configure:11834: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -o out/conftest2.o co= nftest.c >&5 configure:11838: $? =3D 0 configure:11860: result: yes configure:11868: checking if cc supports -c -o file.o configure:11915: result: yes configure:11948: checking whether the cc linker (/usr/bin/ld) supports shar= ed libraries configure:13207: result: yes configure:13244: checking whether -lc should be explicitly linked in configure:13252: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:13255: $? =3D 0 configure:13270: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,con= ftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:13273: $? =3D 0 configure:13287: result: no configure:13447: checking dynamic linker characteristics configure:14265: result: freebsd11.1 ld.so configure:14387: checking how to hardcode library paths into programs configure:14412: result: immediate configure:14960: checking whether stripping libraries is possible configure:14965: result: yes configure:15000: checking if libtool supports shared libraries configure:15002: result: yes configure:15005: checking whether to build shared libraries configure:15030: result: yes configure:15033: checking whether to build static libraries configure:15037: result: no configure:15060: checking how to run the C++ preprocessor configure:15087: c++ -E -isystem /usr/local/include conftest.cpp configure:15087: $? =3D 0 configure:15101: c++ -E -isystem /usr/local/include conftest.cpp conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:15101: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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:15126: result: c++ -E configure:15146: c++ -E -isystem /usr/local/include conftest.cpp configure:15146: $? =3D 0 configure:15160: c++ -E -isystem /usr/local/include conftest.cpp conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:15160: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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:15322: checking for ld used by c++ configure:15389: result: /usr/bin/ld configure:15396: checking if the linker (/usr/bin/ld) is GNU ld configure:15411: result: yes configure:15466: checking whether the c++ linker (/usr/bin/ld) supports sha= red libraries configure:16539: result: yes configure:16575: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/= include conftest.cpp >&5 configure:16578: $? =3D 0 configure:17059: checking for c++ option to produce PIC configure:17066: result: -fPIC -DPIC configure:17074: checking if c++ PIC flag -fPIC -DPIC works configure:17092: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/= include -fPIC -DPIC -DPIC conftest.cpp >&5 configure:17096: $? =3D 0 configure:17109: result: yes configure:17132: checking if c++ static flag -static works configure:17160: result: yes configure:17172: checking if c++ supports -c -o file.o configure:17193: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/= include -o out/conftest2.o conftest.cpp >&5 configure:17197: $? =3D 0 configure:17219: result: yes configure:17224: checking if c++ supports -c -o file.o configure:17271: result: yes configure:17301: checking whether the c++ linker (/usr/bin/ld) supports sha= red libraries configure:17341: result: yes configure:17482: checking dynamic linker characteristics configure:18227: result: freebsd11.1 ld.so configure:18292: checking how to hardcode library paths into programs configure:18317: result: immediate configure:18381: checking for rm configure:18408: result: rm -f configure:18421: checking for bison configure:18437: found /usr/local/bin/bison configure:18448: result: bison -y configure:18464: checking if bison is the parser generator configure:18477: result: yes configure:18494: checking for flex configure:18510: found /usr/bin/flex configure:18521: result: flex configure:18559: flex conftest.l configure:18563: $? =3D 0 configure:18565: checking lex output file root configure:18579: result: lex.yy configure:18584: checking lex library configure:18598: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 /tmp/conftest-3d9a74.o: In function `yylex': conftest.c:(.text+0x41a): undefined reference to `yywrap' conftest.c:(.text+0x90a): undefined reference to `yywrap' /tmp/conftest-3d9a74.o: In function `main': conftest.c:(.text+0x1aea): undefined reference to `yywrap' cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:18598: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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. */ |=20 | #line 3 "lex.yy.c" |=20 | #define YY_INT_ALIGNED short int |=20 | /* A lexical scanner generated by flex */ |=20 | #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 |=20 | /* First, we deal with platform-specific or compiler-specific issues. */ |=20 | #if defined(__FreeBSD__) | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS | #endif | #include | #include | #else | #define __dead2 | #endif |=20 | /* begin standard C headers. */ | #include | #include | #include | #include |=20 | /* end standard C headers. */ |=20 | /* flex integer type definitions */ |=20 | #ifndef FLEXINT_H | #define FLEXINT_H |=20 | /* C99 systems have . Non-C99 systems may or may not. */ |=20 | #if defined(__FreeBSD__) || \ | (defined (__STDC_VERSION__) && __STDC_VERSION__ >=3D 199901L) |=20 | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types.=20 | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif |=20 | #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;=20 | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; |=20 | /* 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 |=20 | #endif /* ! C99 */ |=20 | #endif /* ! FLEXINT_H */ |=20 | #ifdef __cplusplus |=20 | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST |=20 | #else /* ! __cplusplus */ |=20 | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) |=20 | #define YY_USE_CONST |=20 | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ |=20 | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif |=20 | /* Returned upon end-of-file. */ | #define YY_NULL 0 |=20 | /* 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) |=20 | /* 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) =3D 1 + 2 * |=20 | /* 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 |=20 | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) |=20 | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) |=20 | #define YY_END_OF_BUFFER_CHAR 0 |=20 | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #define YY_BUF_SIZE 16384 | #endif |=20 | /* 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)) |=20 | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif |=20 | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif |=20 | extern yy_size_t yyleng; |=20 | extern FILE *yyin, *yyout; |=20 | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 |=20 | #define YY_LESS_LINENO(n) | =20 | /* Return all but the first "n" matched characters back to the input stre= am. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg =3D (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp =3D (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) =3D yy_cp =3D yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) |=20 | #define unput(c) yyunput( c, (yytext_ptr) ) |=20 | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; |=20 | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ |=20 | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; |=20 | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | yy_size_t yy_n_chars; |=20 | /* 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; |=20 | /* 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; |=20 | /* 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; |=20 | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | =20 | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; |=20 | int yy_buffer_status; |=20 | #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 |=20 | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ |=20 | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top =3D 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max =3D 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack =3D 0; /**< Stack as an array. */ |=20 | /* 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 |=20 | /* 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)] |=20 | /* 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; |=20 | /* Points to current character in buffer. */ | static char *yy_c_buf_p =3D (char *) 0; | static int yy_init =3D 0; /* whether we need to initialize */ | static int yy_start =3D 0; /* start state number */ |=20 | /* 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; |=20 | 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 ); |=20 | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); |=20 | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) |=20 | 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 ); |=20 | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); |=20 | #define yy_new_buffer yy_create_buffer |=20 | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE =3D \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive =3D is_interactive; \ | } |=20 | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE =3D \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol =3D at_bol; \ | } |=20 | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |=20 | /* Begin user sect3 */ |=20 | typedef unsigned char YY_CHAR; |=20 | FILE *yyin =3D (FILE *) 0, *yyout =3D (FILE *) 0; |=20 | typedef int yy_state_type; |=20 | extern int yylineno; |=20 | int yylineno =3D 1; |=20 | extern char *yytext; | #define yytext_ptr yytext |=20 | 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; |=20 | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) =3D yy_bp; \ | (yytext_ptr) -=3D (yy_more_len); \ | yyleng =3D (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) =3D *yy_cp; \ | *yy_cp =3D '\0'; \ | (yy_c_buf_p) =3D yy_cp; |=20 | #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] =3D | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; |=20 | static yyconst flex_int16_t yy_accept[14] =3D | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; |=20 | static yyconst flex_int32_t yy_ec[256] =3D | { 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, |=20 | 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, |=20 | 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 | } ; |=20 | static yyconst flex_int32_t yy_meta[9] =3D | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; |=20 | static yyconst flex_int16_t yy_base[13] =3D | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; |=20 | static yyconst flex_int16_t yy_def[13] =3D | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; |=20 | static yyconst flex_int16_t yy_nxt[19] =3D | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; |=20 | static yyconst flex_int16_t yy_chk[19] =3D | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; |=20 | extern int yy_flex_debug; | int yy_flex_debug =3D 0; |=20 | static yy_state_type *yy_state_buf=3D0, *yy_state_ptr=3D0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp =3D (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp =3D (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } |=20 | static int yy_more_flag =3D 0; | static int yy_more_len =3D 0; | #define yymore() ((yy_more_flag) =3D 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" |=20 | #define INITIAL 0 |=20 | #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 fi= rst. | * The user has a chance to override it with an option. | */ | #include | #endif |=20 | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif |=20 | static int yy_init_globals (void ); |=20 | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ |=20 | int yylex_destroy (void ); |=20 | int yyget_debug (void ); |=20 | void yyset_debug (int debug_flag ); |=20 | YY_EXTRA_TYPE yyget_extra (void ); |=20 | void yyset_extra (YY_EXTRA_TYPE user_defined ); |=20 | FILE *yyget_in (void ); |=20 | void yyset_in (FILE * in_str ); |=20 | FILE *yyget_out (void ); |=20 | void yyset_out (FILE * out_str ); |=20 | yy_size_t yyget_leng (void ); |=20 | char *yyget_text (void ); |=20 | int yyget_lineno (void ); |=20 | void yyset_lineno (int line_number ); |=20 | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ |=20 | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif |=20 | #ifndef YY_NO_UNPUT | static void yyunput (int c,char *buf_ptr ); | #endif | =20 | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif |=20 | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif |=20 | #ifndef YY_NO_INPUT |=20 | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif |=20 | #endif |=20 | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #define YY_READ_BUF_SIZE 8192 | #endif |=20 | /* 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 |=20 | /* 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 =3D '*'; \ | size_t n; \ | for ( n =3D 0; n < max_size && \ | (c =3D getc( yyin )) !=3D EOF && c !=3D '\n'; ++n ) \ | buf[n] =3D (char) c; \ | if ( c =3D=3D '\n' ) \ | buf[n++] =3D (char) c; \ | if ( c =3D=3D EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result =3D n; \ | } \ | else \ | { \ | errno=3D0; \ | while ( (result =3D fread(buf, 1, max_size, yyin))=3D=3D0 && ferror(yyi= n)) \ | { \ | if( errno !=3D EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=3D0; \ | clearerr(yyin); \ | } \ | }\ | \ |=20 | #endif |=20 | /* 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 |=20 | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif |=20 | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif |=20 | /* end tables serialization structures and prototypes */ |=20 | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 |=20 | extern int yylex (void); |=20 | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ |=20 | /* 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 |=20 | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK break; | #endif |=20 | #define YY_RULE_SETUP \ | YY_USER_ACTION |=20 | /** 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; | =20 | #line 1 "conftest.l" |=20 | #line 667 "lex.yy.c" |=20 | if ( !(yy_init) ) | { | (yy_init) =3D 1; |=20 | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif |=20 | /* Create the reject buffer large enough to save one state per al= lowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) =3D (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE= ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); |=20 | if ( ! (yy_start) ) | (yy_start) =3D 1; /* first start state */ |=20 | if ( ! yyin ) | yyin =3D stdin; |=20 | if ( ! yyout ) | yyout =3D stdout; |=20 | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE =3D | yy_create_buffer(yyin,YY_BUF_SIZE ); | } |=20 | yy_load_buffer_state( ); | } |=20 | while ( 1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) =3D 0; | if ( (yy_more_flag) ) | { | (yy_more_len) =3D (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) =3D 0; | } | yy_cp =3D (yy_c_buf_p); |=20 | /* Support of yytext. */ | *yy_cp =3D (yy_hold_char); |=20 | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp =3D yy_cp; |=20 | yy_current_state =3D (yy_start); |=20 | (yy_state_ptr) =3D (yy_state_buf); | *(yy_state_ptr)++ =3D yy_current_state; |=20 | yy_match: | do | { | YY_CHAR yy_c =3D yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] !=3D yy_current_state= ) | { | yy_current_state =3D (int) yy_def[yy_current_state]; | if ( yy_current_state >=3D 13 ) | yy_c =3D yy_meta[(unsigned int) yy_c]; | } | yy_current_state =3D yy_nxt[yy_base[yy_current_state] + (unsigned int)= yy_c]; | *(yy_state_ptr)++ =3D yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] !=3D 10 ); |=20 | yy_find_action: | yy_current_state =3D *--(yy_state_ptr); | (yy_lp) =3D 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 =3D yy_acclist[(yy_lp)]; | { | (yy_full_match) =3D yy_cp; | break; | } | } | --yy_cp; | yy_current_state =3D *--(yy_state_ptr); | (yy_lp) =3D yy_accept[yy_current_state]; | } |=20 | YY_DO_BEFORE_ACTION; |=20 | do_action: /* This label is used only to access EOF actions. */ |=20 | 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 () !=3D 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(); |=20 | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text =3D (int) (yy_cp - (yytext_ptr)) - 1; |=20 | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp =3D (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET |=20 | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =3D=3D 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) =3D YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file =3D yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =3D YY_BUFFER_NORMAL; | } |=20 | /* Note that here we test for yy_c_buf_p "<=3D" 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) <=3D &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars= )] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; |=20 | (yy_c_buf_p) =3D (yytext_ptr) + yy_amount_of_matched_text; |=20 | yy_current_state =3D yy_get_previous_state( ); |=20 | /* 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). | */ |=20 | yy_next_state =3D yy_try_NUL_trans( yy_current_state ); |=20 | yy_bp =3D (yytext_ptr) + YY_MORE_ADJ; |=20 | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp =3D ++(yy_c_buf_p); | yy_current_state =3D yy_next_state; | goto yy_match; | } |=20 | else | { | yy_cp =3D (yy_c_buf_p); | goto yy_find_action; | } | } |=20 | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) =3D 0; |=20 | 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) =3D (yytext_ptr) + YY_MORE_ADJ; |=20 | yy_act =3D YY_STATE_EOF(YY_START); | goto do_action; | } |=20 | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } |=20 | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) =3D | (yytext_ptr) + yy_amount_of_matched_text; |=20 | yy_current_state =3D yy_get_previous_state( ); |=20 | yy_cp =3D (yy_c_buf_p); | yy_bp =3D (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; |=20 | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) =3D | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; |=20 | yy_current_state =3D yy_get_previous_state( ); |=20 | yy_cp =3D (yy_c_buf_p); | yy_bp =3D (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } |=20 | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of yylex */ |=20 | /* 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 =3D YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source =3D (yytext_ptr); | int number_to_move, i; | int ret_val; |=20 | 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" ); |=20 | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer =3D=3D 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ =3D=3D 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } |=20 | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } |=20 | /* Try to read more data. */ |=20 | /* First move last chars to start of buffer. */ | number_to_move =3D (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; |=20 | for ( i =3D 0; i < number_to_move; ++i ) | *(dest++) =3D *(source++); |=20 | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =3D=3D YY_BUFFER_EOF_PEN= DING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =3D (yy_n_chars) =3D 0; |=20 | else | { | yy_size_t num_to_read =3D | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; |=20 | while ( num_to_read <=3D 0 ) | { /* Not enough room in the buffer - grow it. */ |=20 | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT"= ); |=20 | } |=20 | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read =3D YY_READ_BUF_SIZE; |=20 | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); |=20 | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =3D (yy_n_chars); | } |=20 | if ( (yy_n_chars) =3D=3D 0 ) | { | if ( number_to_move =3D=3D YY_MORE_ADJ ) | { | ret_val =3D EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } |=20 | else | { | ret_val =3D EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =3D | YY_BUFFER_EOF_PENDING; | } | } |=20 | else | ret_val =3D EOB_ACT_CONTINUE_SCAN; |=20 | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVAL= UE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size =3D (yy_n_chars) + number_to_move + ((yy_n_chars) >>= 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf =3D (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()" ); | } |=20 | (yy_n_chars) +=3D number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] =3D YY_END_OF_BUFFER_C= HAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] =3D YY_END_OF_BUFF= ER_CHAR; |=20 | (yytext_ptr) =3D &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; |=20 | return ret_val; | } |=20 | /* yy_get_previous_state - get the state just before the EOB char was rea= ched */ |=20 | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | =20 | yy_current_state =3D (yy_start); |=20 | (yy_state_ptr) =3D (yy_state_buf); | *(yy_state_ptr)++ =3D yy_current_state; |=20 | for ( yy_cp =3D (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_c= p ) | { | YY_CHAR yy_c =3D (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] !=3D yy_current_state ) | { | yy_current_state =3D (int) yy_def[yy_current_state]; | if ( yy_current_state >=3D 13 ) | yy_c =3D yy_meta[(unsigned int) yy_c]; | } | yy_current_state =3D yy_nxt[yy_base[yy_current_state] + (unsigned int) = yy_c]; | *(yy_state_ptr)++ =3D yy_current_state; | } |=20 | return yy_current_state; | } |=20 | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state =3D yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_stat= e ) | { | int yy_is_jam; | =20 | YY_CHAR yy_c =3D 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] !=3D yy_current_state ) | { | yy_current_state =3D (int) yy_def[yy_current_state]; | if ( yy_current_state >=3D 13 ) | yy_c =3D yy_meta[(unsigned int) yy_c]; | } | yy_current_state =3D yy_nxt[yy_base[yy_current_state] + (unsigned int) y= y_c]; | yy_is_jam =3D (yy_current_state =3D=3D 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ =3D yy_current_state; |=20 | return yy_is_jam ? 0 : yy_current_state; | } |=20 | #ifndef YY_NO_UNPUT | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | =20 | yy_cp =3D (yy_c_buf_p); |=20 | /* undo effects of setting up yytext */ | *yy_cp =3D (yy_hold_char); |=20 | 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 =3D (yy_n_chars) + 2; | char *dest =3D &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source =3D | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; |=20 | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest =3D *--source; |=20 | yy_cp +=3D (int) (dest - source); | yy_bp +=3D (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =3D | (yy_n_chars) =3D YY_CURRENT_BUFFER_LVALUE->yy_buf_size; |=20 | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } |=20 | *--yy_cp =3D (char) c; |=20 | (yytext_ptr) =3D yy_bp; | (yy_hold_char) =3D *yy_cp; | (yy_c_buf_p) =3D yy_cp; | } | #endif /* ifndef YY_NO_UNPUT */ |=20 | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif |=20 | { | int c; | =20 | *(yy_c_buf_p) =3D (yy_hold_char); |=20 | if ( *(yy_c_buf_p) =3D=3D 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) =3D '\0'; |=20 | else | { /* need more input */ | yy_size_t offset =3D (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); |=20 | 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. | */ |=20 | /* Reset buffer status. */ | yyrestart(yyin ); |=20 | /*FALLTHROUGH*/ |=20 | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; |=20 | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } |=20 | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) =3D (yytext_ptr) + offset; | break; | } | } | } |=20 | c =3D *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) =3D '\0'; /* preserve yytext */ | (yy_hold_char) =3D *++(yy_c_buf_p); |=20 | return c; | } | #endif /* ifndef YY_NO_INPUT */ |=20 | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | *=20 | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | =20 | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE =3D | yy_create_buffer(yyin,YY_BUF_SIZE ); | } |=20 | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } |=20 | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | *=20 | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | =20 | /* 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 =3D=3D new_buffer ) | return; |=20 | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) =3D (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos =3D (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =3D (yy_n_chars); | } |=20 | YY_CURRENT_BUFFER_LVALUE =3D new_buffer; | yy_load_buffer_state( ); |=20 | /* 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) =3D 1; | } |=20 | static void yy_load_buffer_state (void) | { | (yy_n_chars) =3D YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) =3D (yy_c_buf_p) =3D YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin =3D YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) =3D *(yy_c_buf_p); | } |=20 | /** 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. | *=20 | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | =20 | b =3D (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); |=20 | b->yy_buf_size =3D size; |=20 | /* 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 =3D (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); |=20 | b->yy_is_our_buffer =3D 1; |=20 | yy_init_buffer(b,file ); |=20 | return b; | } |=20 | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | *=20 | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | =20 | if ( ! b ) | return; |=20 | if ( b =3D=3D YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE =3D (YY_BUFFER_STATE) 0; |=20 | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); |=20 | yyfree((void *) b ); | } |=20 | /* 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 ) |=20 | { | int oerrno =3D errno; | =20 | yy_flush_buffer(b ); |=20 | b->yy_input_file =3D file; | b->yy_fill_buffer =3D 1; |=20 | /* 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 !=3D YY_CURRENT_BUFFER){ | b->yy_bs_lineno =3D 1; | b->yy_bs_column =3D 0; | } |=20 | b->yy_is_interactive =3D file ? (isatty( fileno(file) ) > 0) : 0; | =20 | errno =3D oerrno; | } |=20 | /** Discard all buffered characters. On the next scan, YY_INPUT will be c= alled. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | *=20 | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; |=20 | b->yy_n_chars =3D 0; |=20 | /* 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] =3D YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] =3D YY_END_OF_BUFFER_CHAR; |=20 | b->yy_buf_pos =3D &b->yy_ch_buf[0]; |=20 | b->yy_at_bol =3D 1; | b->yy_buffer_status =3D YY_BUFFER_NEW; |=20 | if ( b =3D=3D YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } |=20 | /** 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. | * =20 | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer =3D=3D NULL) | return; |=20 | yyensure_buffer_stack(); |=20 | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) =3D (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos =3D (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =3D (yy_n_chars); | } |=20 | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE =3D new_buffer; |=20 | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) =3D 1; | } |=20 | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * =20 | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; |=20 | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE =3D NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); |=20 | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) =3D 1; | } | } |=20 | /* 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; | =20 | if (!(yy_buffer_stack)) { |=20 | /* 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 =3D 1; | (yy_buffer_stack) =3D (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()" ); | =20 | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_sta= te*)); | =09 | (yy_buffer_stack_max) =3D num_to_alloc; | (yy_buffer_stack_top) =3D 0; | return; | } |=20 | if ((yy_buffer_stack_top) >=3D ((yy_buffer_stack_max)) - 1){ |=20 | /* Increase the buffer to prepare for a possible push. */ | int grow_size =3D 8 /* arbitrary grow size */; |=20 | num_to_alloc =3D (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) =3D (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()" ); |=20 | /* 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) =3D num_to_alloc; | } | } |=20 | /** Setup the input buffer state to scan directly from a user-specified c= haracter buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | *=20 | * @return the newly allocated buffer state object.=20 | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | =20 | if ( size < 2 || | base[size-2] !=3D YY_END_OF_BUFFER_CHAR || | base[size-1] !=3D YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; |=20 | b =3D (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); |=20 | b->yy_buf_size =3D size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos =3D b->yy_ch_buf =3D base; | b->yy_is_our_buffer =3D 0; | b->yy_input_file =3D 0; | b->yy_n_chars =3D b->yy_buf_size; | b->yy_is_interactive =3D 0; | b->yy_at_bol =3D 1; | b->yy_fill_buffer =3D 0; | b->yy_buffer_status =3D YY_BUFFER_NEW; |=20 | yy_switch_to_buffer(b ); |=20 | return b; | } |=20 | /** 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 | *=20 | * @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 ) | { | =20 | return yy_scan_bytes(yystr,strlen(yystr) ); | } |=20 | /** Setup the input buffer state to scan the given bytes. The next call t= o 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. | *=20 | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybyt= es_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | yy_size_t i; | =20 | /* Get memory for full buffer, including space for trailing EOB's. */ | n =3D _yybytes_len + 2; | buf =3D (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); |=20 | for ( i =3D 0; i < _yybytes_len; ++i ) | buf[i] =3D yybytes[i]; |=20 | buf[_yybytes_len] =3D buf[_yybytes_len+1] =3D YY_END_OF_BUFFER_CHAR; |=20 | b =3D yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); |=20 | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer =3D 1; |=20 | return b; | } |=20 | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif |=20 | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } |=20 | /* Redefine yyless() so it works in section 3 code. */ |=20 | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg =3D (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] =3D (yy_hold_char); \ | (yy_c_buf_p) =3D yytext + yyless_macro_arg; \ | (yy_hold_char) =3D *(yy_c_buf_p); \ | *(yy_c_buf_p) =3D '\0'; \ | yyleng =3D yyless_macro_arg; \ | } \ | while ( 0 ) |=20 | /* Accessor methods (get/set functions) to struct members. */ |=20 | /** Get the current line number. | *=20 | */ | int yyget_lineno (void) | { | =20 | return yylineno; | } |=20 | /** Get the input stream. | *=20 | */ | FILE *yyget_in (void) | { | return yyin; | } |=20 | /** Get the output stream. | *=20 | */ | FILE *yyget_out (void) | { | return yyout; | } |=20 | /** Get the length of the current token. | *=20 | */ | yy_size_t yyget_leng (void) | { | return yyleng; | } |=20 | /** Get the current token. | *=20 | */ |=20 | char *yyget_text (void) | { | return yytext; | } |=20 | /** Set the current line number. | * @param line_number | *=20 | */ | void yyset_lineno (int line_number ) | { | =20 | yylineno =3D line_number; | } |=20 | /** Set the input stream. This does not discard the current | * input buffer. | * @param in_str A readable stream. | *=20 | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * in_str ) | { | yyin =3D in_str ; | } |=20 | void yyset_out (FILE * out_str ) | { | yyout =3D out_str ; | } |=20 | int yyget_debug (void) | { | return yy_flex_debug; | } |=20 | void yyset_debug (int bdebug ) | { | yy_flex_debug =3D bdebug ; | } |=20 | 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 he= re. | */ |=20 | (yy_buffer_stack) =3D 0; | (yy_buffer_stack_top) =3D 0; | (yy_buffer_stack_max) =3D 0; | (yy_c_buf_p) =3D (char *) 0; | (yy_init) =3D 0; | (yy_start) =3D 0; |=20 | (yy_state_buf) =3D 0; | (yy_state_ptr) =3D 0; | (yy_full_match) =3D 0; | (yy_lp) =3D 0; |=20 | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin =3D stdin; | yyout =3D stdout; | #else | yyin =3D (FILE *) 0; | yyout =3D (FILE *) 0; | #endif |=20 | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } |=20 | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | =20 | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE =3D NULL; | yypop_buffer_state(); | } |=20 | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) =3D NULL; |=20 | yyfree ( (yy_state_buf) ); | (yy_state_buf) =3D NULL; |=20 | /* Reset the globals. This is important in a non-reentrant scanner so= the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); |=20 | return 0; | } |=20 | /* | * Internal utility routines. | */ |=20 | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | int i; | for ( i =3D 0; i < n; ++i ) | s1[i] =3D s2[i]; | } | #endif |=20 | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | int n; | for ( n =3D 0; s[n]; ++n ) | ; |=20 | return n; | } | #endif |=20 | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } |=20 | 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 ); | } |=20 | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } |=20 | #define YYTABLES_NAME "yytables" |=20 | #line 10 "conftest.l" |=20 |=20 | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:18598: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -lfl -L/usr/local/lib= >&5 configure:18598: $? =3D 0 configure:18608: result: -lfl configure:18614: checking whether yytext is a pointer configure:18631: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -lfl -L/usr/local/lib= >&5 configure:18631: $? =3D 0 configure:18639: result: yes configure:18656: checking if flex is the lexer generator configure:18669: result: yes configure:18683: checking for indent configure:18699: found /usr/bin/indent configure:18711: result: indent configure:18730: checking if module mako in python is installed configure:18745: result: no configure:18823: checking if compiling with clang configure:18841: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 configure:18841: $? =3D 0 configure:18848: result: yes configure:18882: checking whether __SUNPRO_C is declared configure:18882: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include conftest.c >&5 conftest.c:64:10: error: use of undeclared identifier '__SUNPRO_C' (void) __SUNPRO_C; ^ 1 error generated. configure:18882: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __SUNPRO_C | #ifdef __cplusplus | (void) __SUNPRO_C; | #else | (void) __SUNPRO_C; | #endif | #endif |=20 | ; | return 0; | } configure:18882: result: no configure:18896: checking for __builtin_bswap32 configure:18915: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:29:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_bswap32(0) ^~~~~~~~~~~~~~~~~ ~ 1 warning generated. configure:18915: $? =3D 0 configure:18924: result: yes configure:18940: checking for __builtin_bswap64 configure:18959: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:30:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_bswap64(0) ^~~~~~~~~~~~~~~~~ ~ 1 warning generated. configure:18959: $? =3D 0 configure:18968: result: yes configure:18984: checking for __builtin_clz configure:19003: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:31:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_clz(0) ^~~~~~~~~~~~~ ~ 1 warning generated. configure:19003: $? =3D 0 configure:19012: result: yes configure:19028: checking for __builtin_clzll configure:19047: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:32:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_clzll(0) ^~~~~~~~~~~~~~~ ~ 1 warning generated. configure:19047: $? =3D 0 configure:19056: result: yes configure:19072: checking for __builtin_ctz configure:19091: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:33:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_ctz(0) ^~~~~~~~~~~~~ ~ 1 warning generated. configure:19091: $? =3D 0 configure:19100: result: yes configure:19116: checking for __builtin_expect configure:19135: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:34:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_expect(0, 0) ^~~~~~~~~~~~~~~~ ~~~~ 1 warning generated. configure:19135: $? =3D 0 configure:19144: result: yes configure:19160: checking for __builtin_ffs configure:19179: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:35:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_ffs(0) ^~~~~~~~~~~~~ ~ 1 warning generated. configure:19179: $? =3D 0 configure:19188: result: yes configure:19204: checking for __builtin_ffsll configure:19223: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:36:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_ffsll(0) ^~~~~~~~~~~~~~~ ~ 1 warning generated. configure:19223: $? =3D 0 configure:19232: result: yes configure:19248: checking for __builtin_popcount configure:19267: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:37:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_popcount(0) ^~~~~~~~~~~~~~~~~~ ~ 1 warning generated. configure:19267: $? =3D 0 configure:19276: result: yes configure:19292: checking for __builtin_popcountll configure:19311: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:38:13: warning: ignoring return value of function declared with = const attribute [-Wunused-value] __builtin_popcountll(0) ^~~~~~~~~~~~~~~~~~~~ ~ 1 warning generated. configure:19311: $? =3D 0 configure:19320: result: yes configure:19336: checking for __builtin_unreachable configure:19355: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19355: $? =3D 0 configure:19364: result: yes configure:19381: checking for __attribute__((const)) configure:19402: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19402: $? =3D 0 configure:19415: result: yes configure:19431: checking for __attribute__((flatten)) configure:19452: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19452: $? =3D 0 configure:19465: result: yes configure:19481: checking for __attribute__((format)) configure:19502: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19502: $? =3D 0 configure:19515: result: yes configure:19531: checking for __attribute__((malloc)) configure:19552: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19552: $? =3D 0 configure:19565: result: yes configure:19581: checking for __attribute__((packed)) configure:19602: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19602: $? =3D 0 configure:19615: result: yes configure:19631: checking for __attribute__((pure)) configure:19652: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19652: $? =3D 0 configure:19665: result: yes configure:19681: checking for __attribute__((returns_nonnull)) configure:19702: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19702: $? =3D 0 configure:19715: result: yes configure:19731: checking for __attribute__((unused)) configure:19752: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19752: $? =3D 0 configure:19765: result: yes configure:19781: checking for __attribute__((visibility)) configure:19805: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19805: $? =3D 0 configure:19818: result: yes configure:19834: checking for __attribute__((warn_unused_result)) configure:19855: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19855: $? =3D 0 configure:19868: result: yes configure:19884: checking for __attribute__((weak)) configure:19905: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19905: $? =3D 0 configure:19918: result: yes configure:19934: checking for __attribute__((alias)) configure:19956: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:19956: $? =3D 0 configure:19969: result: yes configure:20102: checking pkg-config is at least version 0.9.0 configure:20105: result: yes configure:20144: checking whether C compiler accepts -Wall configure:20163: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -isystem /usr/local/include conftest.c >&5 configure:20163: $? =3D 0 configure:20171: result: yes configure:20179: checking whether C compiler accepts -Werror=3Dimplicit-fun= ction-declaration configure:20198: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -i= system /usr/local/include conftest.c >&5 configure:20198: $? =3D 0 configure:20206: result: yes configure:20214: checking whether C compiler accepts -Werror=3Dmissing-prot= otypes configure:20233: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -W= error=3Dmissing-prototypes -isystem /usr/local/include conftest.c >&5 configure:20233: $? =3D 0 configure:20241: result: yes configure:20249: checking whether C compiler accepts -Wmissing-prototypes configure:20268: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -isystem /usr/local/include= conftest.c >&5 configure:20268: $? =3D 0 configure:20276: result: yes configure:20284: checking whether C compiler accepts -fno-math-errno configure:20303: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -isystem /u= sr/local/include conftest.c >&5 configure:20303: $? =3D 0 configure:20311: result: yes configure:20319: checking whether C compiler accepts -fno-trapping-math configure:20338: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappi= ng-math -isystem /usr/local/include conftest.c >&5 configure:20338: $? =3D 0 configure:20346: result: yes configure:20354: checking whether C compiler accepts -fvisibility=3Dhidden configure:20373: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -fvisibility=3Dhidden -isystem /usr/local/include conftest.c >&5 configure:20373: $? =3D 0 configure:20381: result: yes configure:20396: checking whether C++ compiler accepts -Wall configure:20415: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -Wall -isystem /usr= /local/include conftest.cpp >&5 configure:20415: $? =3D 0 configure:20423: result: yes configure:20431: checking whether C++ compiler accepts -fno-math-errno configure:20450: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-err= no -isystem /usr/local/include conftest.cpp >&5 configure:20450: $? =3D 0 configure:20458: result: yes configure:20466: checking whether C++ compiler accepts -fno-trapping-math configure:20485: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-errn= o -fno-trapping-math -isystem /usr/local/include conftest.cpp >&5 configure:20485: $? =3D 0 configure:20493: result: yes configure:20501: checking whether C++ compiler accepts -fvisibility=3Dhidden configure:20520: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-errn= o -fno-trapping-math -fvisibility=3Dhidden -isystem /usr/local/include con= ftest.cpp >&5 configure:20520: $? =3D 0 configure:20528: result: yes configure:20549: checking whether C compiler accepts -Werror=3Dpointer-arith configure:20568: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -Werror=3Dpointer-arith -isystem /usr/local/include conftest.c >&5 configure:20568: $? =3D 0 configure:20576: result: yes configure:20584: checking whether C compiler accepts -Werror=3Dvla configure:20603: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -Werror=3Dvla -isystem /usr/local/include conftest.c >&5 configure:20603: $? =3D 0 configure:20611: result: yes configure:20625: checking whether C++ compiler accepts -Werror=3Dpointer-ar= ith configure:20644: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-errn= o -fno-trapping-math -Werror=3Dpointer-arith -isystem /usr/local/include c= onftest.cpp >&5 configure:20644: $? =3D 0 configure:20652: result: yes configure:20660: checking whether C++ compiler accepts -Werror=3Dvla configure:20679: c++ -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-errn= o -fno-trapping-math -Werror=3Dvla -isystem /usr/local/include conftest.cp= p >&5 configure:20679: $? =3D 0 configure:20687: result: yes configure:20723: checking whether C compiler accepts -Wno-override-init configure:20742: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -Wno-override-init -isystem /usr/local/include conftest.= c >&5 warning: unknown warning option '-Wno-override-init'; did you mean '-Wno-ov= erride-module'? [-Wunknown-warning-option] 1 warning generated. configure:20742: $? =3D 0 configure:20750: result: yes configure:20758: checking whether C compiler accepts -Wno-initializer-overr= ides configure:20777: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -Wno-initializer-overrides -isystem /usr/local/include c= onftest.c >&5 configure:20777: $? =3D 0 configure:20785: result: yes configure:20814: cc -c -msse4.1 -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 configure:20814: $? =3D 0 configure:20841: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 configure:20841: $? =3D 0 configure:20847: checking whether -latomic is needed configure:20858: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:20858: $? =3D 0 configure:20865: result: no configure:20881: checking whether __sync_add_and_fetch_8 is supported configure:20892: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:20892: $? =3D 0 configure:20902: result: yes configure:20905: checking whether byte ordering is bigendian configure:20920: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 conftest.c:48:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:48:14: error: expected ';' after top level declarator not a universal capable compiler ^ ; 2 errors generated. configure:20920: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; |=20 configure:20965: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 configure:20965: $? =3D 0 configure:20983: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 conftest.c:54:4: error: use of undeclared identifier 'not' not big endian ^ 1 error generated. configure:20983: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | /* end confdefs.h. */ | #include | #include |=20 | int | main () | { | #if BYTE_ORDER !=3D BIG_ENDIAN | not big endian | #endif |=20 | ; | return 0; | } configure:21111: result: no configure:21129: checking whether gcc supports -mpower8-vector configure:21147: cc -c -mpower8-vector -O2 -pipe -fstack-protector -isyste= m /usr/local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function= -declaration -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-er= rno -fno-trapping-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 cc: warning: argument unused during compilation: '-mpower8-vector' [-Wunuse= d-command-line-argument] conftest.c:49:2: error: "Need GCC >=3D 4.8 for sane POWER8 support" #error "Need GCC >=3D 4.8 for sane POWER8 support" ^ In file included from conftest.c:51: /usr/lib/clang/5.0.1/include/altivec.h:27:2: error: "AltiVec support not en= abled" #error "AltiVec support not enabled" ^ /usr/lib/clang/5.0.1/include/altivec.h:62:19: error: unknown type name 'vec= tor' static __inline__ vector signed char __ATTRS_o_ai vec_perm( ^ /usr/lib/clang/5.0.1/include/altivec.h:62:26: error: expected identifier or= '(' static __inline__ vector signed char __ATTRS_o_ai vec_perm( ^ /usr/lib/clang/5.0.1/include/altivec.h:65:19: error: unknown type name 'vec= tor' static __inline__ vector unsigned char __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:65:26: error: expected identifier or= '(' static __inline__ vector unsigned char __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:69:19: error: unknown type name 'vec= tor' static __inline__ vector bool char __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:69:8: error: 'inline' can only appea= r on functions static __inline__ vector bool char __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:69:30: error: expected ';' after top= level declarator static __inline__ vector bool char __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:70:10: error: unknown type name 'vec= tor' vec_perm(vector bool char __a, vector bool char __b, vector unsigned char _= _c); ^ /usr/lib/clang/5.0.1/include/altivec.h:70:22: error: expected ')' vec_perm(vector bool char __a, vector bool char __b, vector unsigned char _= _c); ^ /usr/lib/clang/5.0.1/include/altivec.h:70:9: note: to match this '(' vec_perm(vector bool char __a, vector bool char __b, vector unsigned char _= _c); ^ /usr/lib/clang/5.0.1/include/altivec.h:72:19: error: unknown type name 'vec= tor' static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __= a, ^ /usr/lib/clang/5.0.1/include/altivec.h:72:26: error: expected identifier or= '(' static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __= a, ^ /usr/lib/clang/5.0.1/include/altivec.h:76:19: error: unknown type name 'vec= tor' static __inline__ vector unsigned short __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:76:26: error: expected identifier or= '(' static __inline__ vector unsigned short __ATTRS_o_ai ^ /usr/lib/clang/5.0.1/include/altivec.h:80:19: error: unknown type name 'vec= tor' static __inline__ vector bool short __ATTRS_o_ai vec_perm( ^ /usr/lib/clang/5.0.1/include/altivec.h:80:8: error: 'inline' can only appea= r on functions static __inline__ vector bool short __ATTRS_o_ai vec_perm( ^ /usr/lib/clang/5.0.1/include/altivec.h:80:30: error: expected ';' after top= level declarator static __inline__ vector bool short __ATTRS_o_ai vec_perm( ^ /usr/lib/clang/5.0.1/include/altivec.h:81:5: error: unknown type name 'vect= or' vector bool short __a, vector bool short __b, vector unsigned char __c); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=3D] 20 errors generated. configure:21147: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | /* end confdefs.h. */ |=20 | #if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ =3D=3D 4 && __GNUC_MI= NOR__ < 8)) | #error "Need GCC >=3D 4.8 for sane POWER8 support" | #endif | #include | int main () { | vector unsigned char r; | vector unsigned int v =3D vec_splat_u32 (1); | r =3D __builtin_vec_vgbbd ((vector unsigned char) v); | return 0; | } configure:21173: result: no configure:21295: checking if ld supports -Bsymbolic configure:21301: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector -Wl,-Bsymbolic conftest.c -L/usr/local/li= b >&5 configure:21301: $? =3D 0 configure:21302: result: yes configure:21318: checking whether ld supports --gc-sections configure:21324: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector -Wl,--gc-sections conftest.c -L/usr/local= /lib >&5 conftest.c:47:13: warning: unused function 'UnusedFunc' [-Wunused-function] static char UnusedFunc() { return 5; } int main() { return 0;} ^ 1 warning generated. configure:21324: $? =3D 0 configure:21325: result: yes configure:21353: checking if the linker supports version-scripts configure:21361: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector -Wl,--version-script=3D./build-support/co= nftest.map conftest.c -L/usr/local/lib >&5 /usr/bin/ld: conftest: local symbol `__progname' in /usr/lib/crt1.o is refe= renced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:21361: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | /* end confdefs.h. */ | int main() { return 0;} configure:21365: result: no configure:21380: checking if the linker supports --dynamic-list configure:21388: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector -Wl,--dynamic-list=3D./build-support/conf= test.dyn conftest.c -L/usr/local/lib >&5 configure:21388: $? =3D 0 configure:21389: result: yes configure:21469: checking whether to enable assembly configure:21540: result: yes, amd64 configure:21570: checking whether sys/types.h defines makedev configure:21586: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:21586: $? =3D 0 configure:21595: result: yes configure:21620: checking xlocale.h usability configure:21620: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 configure:21620: $? =3D 0 configure:21620: result: yes configure:21620: checking xlocale.h presence configure:21620: cpp -isystem /usr/local/include conftest.c configure:21620: $? =3D 0 configure:21620: result: yes configure:21620: checking for xlocale.h configure:21620: result: yes configure:21626: checking sys/sysctl.h usability configure:21626: cc -c -O2 -pipe -fstack-protector -isystem /usr/local/inc= lude -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declaration -We= rror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-trappin= g-math -std=3Dc99 -isystem /usr/local/include conftest.c >&5 configure:21626: $? =3D 0 configure:21626: result: yes configure:21626: checking sys/sysctl.h presence configure:21626: cpp -isystem /usr/local/include conftest.c configure:21626: $? =3D 0 configure:21626: result: yes configure:21626: checking for sys/sysctl.h configure:21626: result: yes configure:21632: checking for strtof configure:21632: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:21632: $? =3D 0 configure:21632: result: yes configure:21637: checking for mkostemp configure:21637: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:21637: $? =3D 0 configure:21637: result: yes configure:21642: checking for memfd_create configure:21642: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 /tmp/conftest-3dafe4.o: In function `main': conftest.c:(.text+0x7): undefined reference to `memfd_create' cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:21642: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | /* end confdefs.h. */ | /* Define memfd_create to an innocuous variant, in case declar= es memfd_create. | For example, HP-UX 11i declares gettimeofday. */ | #define memfd_create innocuous_memfd_create |=20 | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memfd_create (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ |=20 | #ifdef __STDC__ | # include | #else | # include | #endif |=20 | #undef memfd_create |=20 | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memfd_create (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memfd_create || defined __stub___memfd_create | choke me | #endif |=20 | int | main () | { | return memfd_create (); | ; | return 0; | } configure:21642: result: no configure:21648: checking whether strtod has locale support configure:21669: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:58:19: error: implicit declaration of function 'strtod_l' is inv= alid in C99 [-Werror,-Wimplicit-function-declaration] double d =3D strtod_l(s, end, loc); ^ conftest.c:59:18: error: implicit declaration of function 'strtof_l' is inv= alid in C99 [-Werror,-Wimplicit-function-declaration] float f =3D strtof_l(s, end, loc); ^ conftest.c:59:18: note: did you mean 'strtod_l'? conftest.c:58:19: note: 'strtod_l' declared here double d =3D strtod_l(s, end, loc); ^ conftest.c:58:15: warning: unused variable 'd' [-Wunused-variable] double d =3D strtod_l(s, end, loc); ^ conftest.c:59:14: warning: unused variable 'f' [-Wunused-variable] float f =3D strtof_l(s, end, loc); ^ conftest.c:58:31: warning: variable 'end' is uninitialized when used here [= -Wuninitialized] double d =3D strtod_l(s, end, loc); ^~~ conftest.c:57:17: note: initialize the variable 'end' to silence this warni= ng char *end; ^ =3D NULL 3 warnings and 2 errors generated. configure:21669: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | /* end confdefs.h. */ |=20 | #define _GNU_SOURCE | #include | #include | #ifdef HAVE_XLOCALE_H | #include | #endif | int main() { | locale_t loc =3D newlocale(LC_CTYPE_MASK, "C", NULL); | const char *s =3D "1.0"; | char *end; | double d =3D strtod_l(s, end, loc); | float f =3D strtof_l(s, end, loc); | freelocale(loc); | return 0; | } configure:21674: result: no configure:21680: checking for dlopen configure:21680: result: yes configure:21732: checking for dladdr configure:21732: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:21732: $? =3D 0 configure:21732: result: yes configure:21743: checking for dl_iterate_phdr configure:21743: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:21743: $? =3D 0 configure:21743: result: yes configure:21755: checking for clock_gettime configure:21755: result: yes configure:21811: checking for posix_memalign configure:21811: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:21811: $? =3D 0 configure:21811: result: yes configure:21819: checking for zlib >=3D 1.2.3 configure:21826: $PKG_CONFIG --exists --print-errors "zlib >=3D $ZLIB_REQUI= RED" configure:21829: $? =3D 0 configure:21843: $PKG_CONFIG --exists --print-errors "zlib >=3D $ZLIB_REQUI= RED" configure:21846: $? =3D 0 configure:21904: result: yes configure:22077: checking for the pthreads library -lpthreads configure:22115: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/= local/llvm50/lib -fstack-protector conftest.c -lpthreads -L/usr/local/lib >= &5 /usr/bin/ld: cannot find -lpthreads cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:22115: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | #define HAVE_DLADDR 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a =3D 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:22124: result: no configure:22022: checking whether pthreads work without any flags configure:22115: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/= local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 /tmp/conftest-88d818.o: In function `main': conftest.c:(.text+0x16): undefined reference to `pthread_create' cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:22115: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | #define HAVE_DLADDR 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a =3D 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:22124: result: no configure:22027: checking whether pthreads work with -Kthread configure:22115: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -Kthread -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 cc: error: unknown argument: '-Kthread' configure:22115: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | #define HAVE_DLADDR 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a =3D 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:22124: result: no configure:22027: checking whether pthreads work with -kthread configure:22115: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -kthread -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 cc: error: unknown argument: '-kthread' configure:22115: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | #define HAVE_DLADDR 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a =3D 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:22124: result: no configure:22077: checking for the pthreads library -llthread configure:22115: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/= local/llvm50/lib -fstack-protector conftest.c -llthread -L/usr/local/lib >&5 /usr/bin/ld: cannot find -llthread cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:22115: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "17.3.1" | #define PACKAGE_STRING "Mesa 17.3.1" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?pro= duct=3DMesa" | #define PACKAGE_URL "" | #define PACKAGE "mesa" | #define VERSION "17.3.1" | #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___BUILTIN_BSWAP32 1 | #define HAVE___BUILTIN_BSWAP64 1 | #define HAVE___BUILTIN_CLZ 1 | #define HAVE___BUILTIN_CLZLL 1 | #define HAVE___BUILTIN_CTZ 1 | #define HAVE___BUILTIN_EXPECT 1 | #define HAVE___BUILTIN_FFS 1 | #define HAVE___BUILTIN_FFSLL 1 | #define HAVE___BUILTIN_POPCOUNT 1 | #define HAVE___BUILTIN_POPCOUNTLL 1 | #define HAVE___BUILTIN_UNREACHABLE 1 | #define HAVE_FUNC_ATTRIBUTE_CONST 1 | #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 | #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 | #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 | #define HAVE_FUNC_ATTRIBUTE_PACKED 1 | #define HAVE_FUNC_ATTRIBUTE_PURE 1 | #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 | #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 | #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 | #define HAVE_FUNC_ATTRIBUTE_WEAK 1 | #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 | #define HAVE_DLADDR 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | static void routine(void *a) { a =3D 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:22124: result: no configure:22027: checking whether pthreads work with -pthread configure:22115: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -pthread -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:22115: $? =3D 0 configure:22124: result: yes configure:22143: checking for joinable pthread attribute configure:22158: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -pthread -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:22158: $? =3D 0 configure:22164: result: PTHREAD_CREATE_JOINABLE configure:22174: checking if more special flags are required for pthreads configure:22188: result: -D_THREAD_SAFE configure:22194: checking for PTHREAD_PRIO_INHERIT configure:22212: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -pthread -isystem /usr/local/include -Wl,-rpath= =3D/usr/local/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 conftest.c:54:5: warning: unused variable 'i' [-Wunused-variable] int i =3D PTHREAD_PRIO_INHERIT; ^ 1 warning generated. configure:22212: $? =3D 0 configure:22221: result: yes configure:22325: checking for pthread-stubs >=3D 0.4 configure:22332: $PKG_CONFIG --exists --print-errors "pthread-stubs >=3D 0.= 4" configure:22335: $? =3D 0 configure:22349: $PKG_CONFIG --exists --print-errors "pthread-stubs >=3D 0.= 4" configure:22352: $? =3D 0 configure:22410: result: yes configure:22629: checking for libelf configure:22636: $PKG_CONFIG --exists --print-errors "libelf" Package libelf was not found in the pkg-config search path. Perhaps you should add the directory containing `libelf.pc' to the PKG_CONFIG_PATH environment variable Package 'libelf', required by 'virtual:world', not found configure:22639: $? =3D 1 configure:22653: $PKG_CONFIG --exists --print-errors "libelf" Package libelf was not found in the pkg-config search path. Perhaps you should add the directory containing `libelf.pc' to the PKG_CONFIG_PATH environment variable Package 'libelf', required by 'virtual:world', not found configure:22656: $? =3D 1 configure:22670: result: no Package 'libelf', required by 'virtual:world', not found configure:22701: checking for elf_memory in -lelf configure:22726: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -lelf -L/usr/local/lib >&5 configure:22726: $? =3D 0 configure:22735: result: yes configure:12: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/loc= al/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declarati= on -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-t= rapping-math -std=3Dc99 -I/usr/local/llvm50/include -DLLVM_BUILD_GLOBAL_I= SEL -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -= isystem /usr/local/include -Wl,-rpath=3D/usr/local/llvm50/lib -fstack-prot= ector conftest.c -L/usr/local/lib >&5 configure:12: $? =3D 0 configure:12: ./conftest configure:12: $? =3D 0 configure:16: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/loc= al/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declarati= on -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-t= rapping-math -std=3Dc99 -I/usr/local/llvm50/include -DLLVM_BUILD_GLOBAL_I= SEL -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -= isystem /usr/local/include -Wl,-rpath=3D/usr/local/llvm50/lib -fstack-prot= ector conftest.c -L/usr/local/lib >&5 configure:16: $? =3D 0 configure:16: ./conftest configure:16: $? =3D 0 configure:20: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/loc= al/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declarati= on -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fno-t= rapping-math -std=3Dc99 -I/usr/local/llvm50/include -DLLVM_BUILD_GLOBAL_I= SEL -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -= isystem /usr/local/include -Wl,-rpath=3D/usr/local/llvm50/lib -fstack-prot= ector conftest.c -L/usr/local/lib >&5 configure:20: $? =3D 0 configure:20: ./conftest configure:20: $? =3D 0 configure:23121: $PKG_CONFIG --exists --print-errors "libunwind" configure:23124: $? =3D 0 configure:23141: checking for libunwind configure:23148: $PKG_CONFIG --exists --print-errors "libunwind" configure:23151: $? =3D 0 configure:23165: $PKG_CONFIG --exists --print-errors "libunwind" configure:23168: $? =3D 0 configure:23226: result: yes configure:23782: checking for libdrm >=3D 2.4.75 configure:23789: $PKG_CONFIG --exists --print-errors "libdrm >=3D $LIBDRM_R= EQUIRED" configure:23792: $? =3D 0 configure:23806: $PKG_CONFIG --exists --print-errors "libdrm >=3D $LIBDRM_R= EQUIRED" configure:23809: $? =3D 0 configure:23847: result: yes configure:24028: checking for glproto >=3D 1.4.14 configure:24035: $PKG_CONFIG --exists --print-errors "glproto >=3D $GLPROTO= _REQUIRED" configure:24038: $? =3D 0 configure:24052: $PKG_CONFIG --exists --print-errors "glproto >=3D $GLPROTO= _REQUIRED" configure:24055: $? =3D 0 configure:24113: result: yes configure:24232: checking for dri2proto >=3D 2.8 configure:24239: $PKG_CONFIG --exists --print-errors "dri2proto >=3D $DRI2P= ROTO_REQUIRED" configure:24242: $? =3D 0 configure:24256: $PKG_CONFIG --exists --print-errors "dri2proto >=3D $DRI2P= ROTO_REQUIRED" configure:24259: $? =3D 0 configure:24317: result: yes configure:24338: checking for xxf86vm configure:24345: $PKG_CONFIG --exists --print-errors "xxf86vm" configure:24348: $? =3D 0 configure:24362: $PKG_CONFIG --exists --print-errors "xxf86vm" configure:24365: $? =3D 0 configure:24403: result: yes configure:24413: checking for x11 xext xdamage >=3D 1.1 xfixes x11-xcb xcb = xcb-glx >=3D 1.8.1 xcb-dri2 >=3D 1.8 xxf86vm configure:24420: $PKG_CONFIG --exists --print-errors "$dri_modules" configure:24423: $? =3D 0 configure:24437: $PKG_CONFIG --exists --print-errors "$dri_modules" configure:24440: $? =3D 0 configure:24498: result: yes configure:24614: checking for wayland-scanner configure:24621: $PKG_CONFIG --exists --print-errors "wayland-scanner" Package wayland-scanner was not found in the pkg-config search path. Perhaps you should add the directory containing `wayland-scanner.pc' to the PKG_CONFIG_PATH environment variable Package 'wayland-scanner', required by 'virtual:world', not found configure:24624: $? =3D 1 configure:24638: $PKG_CONFIG --exists --print-errors "wayland-scanner" Package wayland-scanner was not found in the pkg-config search path. Perhaps you should add the directory containing `wayland-scanner.pc' to the PKG_CONFIG_PATH environment variable Package 'wayland-scanner', required by 'virtual:world', not found configure:24641: $? =3D 1 configure:24655: result: no Package 'wayland-scanner', required by 'virtual:world', not found configure:24686: checking for wayland-scanner configure:24717: result: : configure:24728: $PKG_CONFIG --exists --print-errors "wayland-protocols >= =3D $WAYLAND_PROTOCOLS_REQUIRED" Package wayland-protocols was not found in the pkg-config search path. Perhaps you should add the directory containing `wayland-protocols.pc' to the PKG_CONFIG_PATH environment variable Package 'wayland-protocols', required by 'virtual:world', not found configure:24731: $? =3D 1 configure:24944: checking for x11-xcb xcb xcb-dri2 >=3D 1.8 xcb-xfixes configure:24951: $PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-dri2 = >=3D $XCBDRI2_REQUIRED xcb-xfixes" configure:24954: $? =3D 0 configure:24968: $PKG_CONFIG --exists --print-errors "x11-xcb xcb xcb-dri2 = >=3D $XCBDRI2_REQUIRED xcb-xfixes" configure:24971: $? =3D 0 configure:25029: result: yes configure:25165: checking for x11-xcb xcb >=3D 1.9.3 xcb-dri3 xcb-xfixes xc= b-present xcb-sync xshmfence >=3D 1.1 configure:25172: $PKG_CONFIG --exists --print-errors "$dri3_modules" configure:25175: $? =3D 0 configure:25189: $PKG_CONFIG --exists --print-errors "$dri3_modules" configure:25192: $? =3D 0 configure:25250: result: yes configure:25338: checking for expat configure:25345: $PKG_CONFIG --exists --print-errors "expat" configure:25348: $? =3D 0 configure:25362: $PKG_CONFIG --exists --print-errors "expat" configure:25365: $? =3D 0 configure:25585: result: yes configure:26311: checking for mincore configure:26311: cc -o conftest -O2 -pipe -fstack-protector -isystem /usr/= local/include -fno-strict-aliasing -Wall -Werror=3Dimplicit-function-declar= ation -Werror=3Dmissing-prototypes -Wmissing-prototypes -fno-math-errno -fn= o-trapping-math -std=3Dc99 -isystem /usr/local/include -Wl,-rpath=3D/usr/l= ocal/llvm50/lib -fstack-protector conftest.c -L/usr/local/lib >&5 configure:26311: $? =3D 0 configure:26311: result: yes configure:27016: $PKG_CONFIG --exists --print-errors "libclc" Package libclc was not found in the pkg-config search path. Perhaps you should add the directory containing `libclc.pc' to the PKG_CONFIG_PATH environment variable Package 'libclc', required by 'virtual:world', not found configure:27019: $? =3D 1 configure:19: error: Could not find llvm shared libraries: Please make sure you have built llvm with the --enable-shar= ed option and that your llvm libraries are installed in /usr/local/ll= vm50/lib If you have installed your llvm libraries to a different di= rectory you can use the --with-llvm-prefix=3D configure flag to specify= this directory. NOTE: Mesa is attempting to use llvm shared libraries by de= fault. If you do not want to build with llvm shared libraries and = instead want to use llvm static libraries then add --disable-llvm-shared-li= bs to your configure invocation and rebuild. ## ---------------- ## ## Cache variables. ## ## ---------------- ## _cv_gnu_make_command=3Dgmake ac_cv_build=3Damd64-portbld-freebsd11.1 ac_cv_c_bigendian=3Dno ac_cv_c_compiler_gnu=3Dyes ac_cv_c_int16_t=3Dyes ac_cv_c_int32_t=3Dyes ac_cv_c_int64_t=3Dyes ac_cv_c_int8_t=3Dyes ac_cv_c_uint16_t=3Dyes ac_cv_c_uint32_t=3Dyes ac_cv_c_uint64_t=3Dyes ac_cv_c_uint8_t=3Dyes ac_cv_cxx_compiler_gnu=3Dyes ac_cv_env_AMDGPU_CFLAGS_set=3D'' ac_cv_env_AMDGPU_CFLAGS_value=3D'' ac_cv_env_AMDGPU_LIBS_set=3D'' ac_cv_env_AMDGPU_LIBS_value=3D'' ac_cv_env_ANDROID_CFLAGS_set=3D'' ac_cv_env_ANDROID_CFLAGS_value=3D'' ac_cv_env_ANDROID_LIBS_set=3D'' ac_cv_env_ANDROID_LIBS_value=3D'' ac_cv_env_CCASFLAGS_set=3D'' ac_cv_env_CCASFLAGS_value=3D'' ac_cv_env_CCAS_set=3D'' ac_cv_env_CCAS_value=3D'' ac_cv_env_CCC_set=3D'' ac_cv_env_CCC_value=3D'' ac_cv_env_CC_set=3Dset ac_cv_env_CC_value=3Dcc ac_cv_env_CFLAGS_set=3Dset ac_cv_env_CFLAGS_value=3D'-O2 -pipe -fstack-protector -isystem /usr/local/= include -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set=3Dset ac_cv_env_CPPFLAGS_value=3D'-isystem /usr/local/include' ac_cv_env_CPP_set=3Dset ac_cv_env_CPP_value=3Dcpp ac_cv_env_CXXCPP_set=3D'' ac_cv_env_CXXCPP_value=3D'' ac_cv_env_CXXFLAGS_set=3Dset ac_cv_env_CXXFLAGS_value=3D'-O2 -pipe -fstack-protector -isystem /usr/local= /include -fno-strict-aliasing -isystem /usr/local/include' ac_cv_env_CXX_set=3Dset ac_cv_env_CXX_value=3Dc++ ac_cv_env_DRI2PROTO_CFLAGS_set=3D'' ac_cv_env_DRI2PROTO_CFLAGS_value=3D'' ac_cv_env_DRI2PROTO_LIBS_set=3D'' ac_cv_env_DRI2PROTO_LIBS_value=3D'' ac_cv_env_DRIGL_CFLAGS_set=3D'' ac_cv_env_DRIGL_CFLAGS_value=3D'' ac_cv_env_DRIGL_LIBS_set=3D'' ac_cv_env_DRIGL_LIBS_value=3D'' ac_cv_env_ETNAVIV_CFLAGS_set=3D'' ac_cv_env_ETNAVIV_CFLAGS_value=3D'' ac_cv_env_ETNAVIV_LIBS_set=3D'' ac_cv_env_ETNAVIV_LIBS_value=3D'' ac_cv_env_EXPAT_CFLAGS_set=3D'' ac_cv_env_EXPAT_CFLAGS_value=3D'' ac_cv_env_EXPAT_LIBS_set=3D'' ac_cv_env_EXPAT_LIBS_value=3D'' ac_cv_env_FREEDRENO_CFLAGS_set=3D'' ac_cv_env_FREEDRENO_CFLAGS_value=3D'' ac_cv_env_FREEDRENO_LIBS_set=3D'' ac_cv_env_FREEDRENO_LIBS_value=3D'' ac_cv_env_GLPROTO_CFLAGS_set=3D'' ac_cv_env_GLPROTO_CFLAGS_value=3D'' ac_cv_env_GLPROTO_LIBS_set=3D'' ac_cv_env_GLPROTO_LIBS_value=3D'' ac_cv_env_GLVND_CFLAGS_set=3D'' ac_cv_env_GLVND_CFLAGS_value=3D'' ac_cv_env_GLVND_LIBS_set=3D'' ac_cv_env_GLVND_LIBS_value=3D'' ac_cv_env_I915_CFLAGS_set=3D'' ac_cv_env_I915_CFLAGS_value=3D'' ac_cv_env_I915_LIBS_set=3D'' ac_cv_env_I915_LIBS_value=3D'' ac_cv_env_LDFLAGS_set=3Dset ac_cv_env_LDFLAGS_value=3D' -Wl,-rpath=3D/usr/local/llvm50/lib -fstack-prot= ector' ac_cv_env_LIBDRM_CFLAGS_set=3D'' ac_cv_env_LIBDRM_CFLAGS_value=3D'' ac_cv_env_LIBDRM_LIBS_set=3D'' ac_cv_env_LIBDRM_LIBS_value=3D'' ac_cv_env_LIBELF_CFLAGS_set=3D'' ac_cv_env_LIBELF_CFLAGS_value=3D'' ac_cv_env_LIBELF_LIBS_set=3D'' ac_cv_env_LIBELF_LIBS_value=3D'' ac_cv_env_LIBS_set=3Dset ac_cv_env_LIBS_value=3D-L/usr/local/lib ac_cv_env_LIBUNWIND_CFLAGS_set=3D'' ac_cv_env_LIBUNWIND_CFLAGS_value=3D'' ac_cv_env_LIBUNWIND_LIBS_set=3D'' ac_cv_env_LIBUNWIND_LIBS_value=3D'' ac_cv_env_LT_SYS_LIBRARY_PATH_set=3D'' ac_cv_env_LT_SYS_LIBRARY_PATH_value=3D'' ac_cv_env_NOUVEAU_CFLAGS_set=3D'' ac_cv_env_NOUVEAU_CFLAGS_value=3D'' ac_cv_env_NOUVEAU_LIBS_set=3D'' ac_cv_env_NOUVEAU_LIBS_value=3D'' ac_cv_env_NVVIEUX_CFLAGS_set=3D'' ac_cv_env_NVVIEUX_CFLAGS_value=3D'' ac_cv_env_NVVIEUX_LIBS_set=3D'' ac_cv_env_NVVIEUX_LIBS_value=3D'' ac_cv_env_OMX_BELLAGIO_CFLAGS_set=3D'' ac_cv_env_OMX_BELLAGIO_CFLAGS_value=3D'' ac_cv_env_OMX_BELLAGIO_LIBS_set=3D'' ac_cv_env_OMX_BELLAGIO_LIBS_value=3D'' ac_cv_env_PKG_CONFIG_LIBDIR_set=3D'' ac_cv_env_PKG_CONFIG_LIBDIR_value=3D'' ac_cv_env_PKG_CONFIG_PATH_set=3D'' ac_cv_env_PKG_CONFIG_PATH_value=3D'' ac_cv_env_PKG_CONFIG_set=3Dset ac_cv_env_PKG_CONFIG_value=3Dpkgconf ac_cv_env_PTHREADSTUBS_CFLAGS_set=3D'' ac_cv_env_PTHREADSTUBS_CFLAGS_value=3D'' ac_cv_env_PTHREADSTUBS_LIBS_set=3D'' ac_cv_env_PTHREADSTUBS_LIBS_value=3D'' ac_cv_env_RADEON_CFLAGS_set=3D'' ac_cv_env_RADEON_CFLAGS_value=3D'' ac_cv_env_RADEON_LIBS_set=3D'' ac_cv_env_RADEON_LIBS_value=3D'' ac_cv_env_SELINUX_CFLAGS_set=3D'' ac_cv_env_SELINUX_CFLAGS_value=3D'' ac_cv_env_SELINUX_LIBS_set=3D'' ac_cv_env_SELINUX_LIBS_value=3D'' ac_cv_env_SIMPENROSE_CFLAGS_set=3D'' ac_cv_env_SIMPENROSE_CFLAGS_value=3D'' ac_cv_env_SIMPENROSE_LIBS_set=3D'' ac_cv_env_SIMPENROSE_LIBS_value=3D'' ac_cv_env_VALGRIND_CFLAGS_set=3D'' ac_cv_env_VALGRIND_CFLAGS_value=3D'' ac_cv_env_VALGRIND_LIBS_set=3D'' ac_cv_env_VALGRIND_LIBS_value=3D'' ac_cv_env_VA_CFLAGS_set=3D'' ac_cv_env_VA_CFLAGS_value=3D'' ac_cv_env_VA_LIBS_set=3D'' ac_cv_env_VA_LIBS_value=3D'' ac_cv_env_VC5_SIMULATOR_CFLAGS_set=3D'' ac_cv_env_VC5_SIMULATOR_CFLAGS_value=3D'' ac_cv_env_VC5_SIMULATOR_LIBS_set=3D'' ac_cv_env_VC5_SIMULATOR_LIBS_value=3D'' ac_cv_env_VDPAU_CFLAGS_set=3D'' ac_cv_env_VDPAU_CFLAGS_value=3D'' ac_cv_env_VDPAU_LIBS_set=3D'' ac_cv_env_VDPAU_LIBS_value=3D'' ac_cv_env_VL_CFLAGS_set=3D'' ac_cv_env_VL_CFLAGS_value=3D'' ac_cv_env_VL_LIBS_set=3D'' ac_cv_env_VL_LIBS_value=3D'' ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=3D'' ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=3D'' ac_cv_env_WAYLAND_CLIENT_LIBS_set=3D'' ac_cv_env_WAYLAND_CLIENT_LIBS_value=3D'' ac_cv_env_WAYLAND_SCANNER_CFLAGS_set=3D'' ac_cv_env_WAYLAND_SCANNER_CFLAGS_value=3D'' ac_cv_env_WAYLAND_SCANNER_LIBS_set=3D'' ac_cv_env_WAYLAND_SCANNER_LIBS_value=3D'' ac_cv_env_WAYLAND_SERVER_CFLAGS_set=3D'' ac_cv_env_WAYLAND_SERVER_CFLAGS_value=3D'' ac_cv_env_WAYLAND_SERVER_LIBS_set=3D'' ac_cv_env_WAYLAND_SERVER_LIBS_value=3D'' ac_cv_env_XCB_DRI2_CFLAGS_set=3D'' ac_cv_env_XCB_DRI2_CFLAGS_value=3D'' ac_cv_env_XCB_DRI2_LIBS_set=3D'' ac_cv_env_XCB_DRI2_LIBS_value=3D'' ac_cv_env_XCB_DRI3_CFLAGS_set=3D'' ac_cv_env_XCB_DRI3_CFLAGS_value=3D'' ac_cv_env_XCB_DRI3_LIBS_set=3D'' ac_cv_env_XCB_DRI3_LIBS_value=3D'' ac_cv_env_XF86VIDMODE_CFLAGS_set=3D'' ac_cv_env_XF86VIDMODE_CFLAGS_value=3D'' ac_cv_env_XF86VIDMODE_LIBS_set=3D'' ac_cv_env_XF86VIDMODE_LIBS_value=3D'' ac_cv_env_XLIBGL_CFLAGS_set=3D'' ac_cv_env_XLIBGL_CFLAGS_value=3D'' ac_cv_env_XLIBGL_LIBS_set=3D'' ac_cv_env_XLIBGL_LIBS_value=3D'' ac_cv_env_XVMC_CFLAGS_set=3D'' ac_cv_env_XVMC_CFLAGS_value=3D'' ac_cv_env_XVMC_LIBS_set=3D'' ac_cv_env_XVMC_LIBS_value=3D'' ac_cv_env_YACC_set=3D'' ac_cv_env_YACC_value=3D'' ac_cv_env_YFLAGS_set=3D'' ac_cv_env_YFLAGS_value=3D'' ac_cv_env_ZLIB_CFLAGS_set=3D'' ac_cv_env_ZLIB_CFLAGS_value=3D'' ac_cv_env_ZLIB_LIBS_set=3D'' ac_cv_env_ZLIB_LIBS_value=3D'' ac_cv_env_build_alias_set=3Dset ac_cv_env_build_alias_value=3Damd64-portbld-freebsd11.1 ac_cv_env_host_alias_set=3D'' ac_cv_env_host_alias_value=3D'' ac_cv_env_target_alias_set=3D'' ac_cv_env_target_alias_value=3D'' ac_cv_func___b64_ntop=3Dyes ac_cv_func___b64_pton=3Dyes ac_cv_func__getlong=3Dyes ac_cv_func__getshort=3Dyes ac_cv_func__stat=3Dyes ac_cv_func_acl_create_entry_np=3Dyes ac_cv_func_acl_delete_def_file=3Dyes ac_cv_func_acl_delete_fd_np=3Dyes ac_cv_func_acl_delete_file_np=3Dyes ac_cv_func_acl_free=3Dyes ac_cv_func_acl_from_text=3Dyes ac_cv_func_acl_get_fd=3Dyes ac_cv_func_acl_get_file=3Dyes ac_cv_func_acl_set_fd=3Dyes ac_cv_func_acl_set_file=3Dyes ac_cv_func_alarm=3Dyes ac_cv_func_alloca=3Dyes ac_cv_func_arc4random=3Dyes ac_cv_func_arc4random_buf=3Dyes ac_cv_func_arc4random_uniform=3Dyes ac_cv_func_argz_count=3Dno ac_cv_func_argz_next=3Dno ac_cv_func_argz_stringify=3Dno ac_cv_func_asprintf=3Dyes ac_cv_func_atexit=3Dyes ac_cv_func_bcmp=3Dyes ac_cv_func_bcopy=3Dyes ac_cv_func_bindresvport_sa=3Dyes ac_cv_func_btowc=3Dyes ac_cv_func_bzero=3Dyes ac_cv_func_chown=3Dyes ac_cv_func_clock=3Dyes ac_cv_func_clock_gettime=3Dyes ac_cv_func_closedir=3Dyes ac_cv_func_closefrom=3Dyes ac_cv_func_daemon=3Dyes ac_cv_func_dirname=3Dyes ac_cv_func_dl_iterate_phdr=3Dyes ac_cv_func_dladdr=3Dyes ac_cv_func_dlopen=3Dyes ac_cv_func_dup2=3Dyes ac_cv_func_eaccess=3Dyes ac_cv_func_fchmod=3Dyes ac_cv_func_fchown=3Dyes ac_cv_func_fcntl=3Dyes ac_cv_func_fileno=3Dyes ac_cv_func_fork=3Dyes ac_cv_func_fpurge=3Dyes ac_cv_func_freeaddrinfo=3Dyes ac_cv_func_fstatvfs=3Dyes ac_cv_func_fsync=3Dyes ac_cv_func_futimes=3Dyes ac_cv_func_fwprintf=3Dyes ac_cv_func_gai_strerror=3Dyes ac_cv_func_getaddrinfo=3Dyes ac_cv_func_getcwd=3Dyes ac_cv_func_getdelim=3Dyes ac_cv_func_getdtablesize=3Dyes ac_cv_func_getegid=3Dyes ac_cv_func_geteuid=3Dyes ac_cv_func_getgid=3Dyes ac_cv_func_getgrouplist=3Dyes ac_cv_func_gethostbyname=3Dyes ac_cv_func_gethostname=3Dyes ac_cv_func_getline=3Dyes ac_cv_func_getnameinfo=3Dyes ac_cv_func_getopt=3Dyes ac_cv_func_getopt_long_only=3Dyes ac_cv_func_getpagesize=3Dyes ac_cv_func_getpeereid=3Dyes ac_cv_func_getpgid=3Dyes ac_cv_func_getpgrp=3Dyes ac_cv_func_getpgrp_void=3Dyes ac_cv_func_getpid=3Dyes ac_cv_func_getrlimit=3Dyes ac_cv_func_getrusage=3Dyes ac_cv_func_gettimeofday=3Dyes ac_cv_func_getttyent=3Dyes ac_cv_func_getuid=3Dyes ac_cv_func_getwd=3Dyes ac_cv_func_glob=3Dyes ac_cv_func_group_from_gid=3Dyes ac_cv_func_inet_aton=3Dyes ac_cv_func_inet_ntoa=3Dyes ac_cv_func_inet_ntop=3Dyes ac_cv_func_innetgr=3Dyes ac_cv_func_isascii=3Dyes ac_cv_func_isblank=3Dyes ac_cv_func_issetugid=3Dyes ac_cv_func_iswblank=3Dyes ac_cv_func_iswcntrl=3Dyes ac_cv_func_iswctype=3Dyes ac_cv_func_link=3Dyes ac_cv_func_localtime=3Dyes ac_cv_func_lstat=3Dyes ac_cv_func_lstat_dereferences_slashed_symlink=3Dyes ac_cv_func_malloc_0_nonnull=3Dyes ac_cv_func_mbrlen=3Dyes ac_cv_func_mbrtowc=3Dyes ac_cv_func_mbsinit=3Dyes ac_cv_func_mbsrtowcs=3Dyes ac_cv_func_memchr=3Dyes ac_cv_func_memcmp=3Dyes ac_cv_func_memcpy=3Dyes ac_cv_func_memfd_create=3Dno ac_cv_func_memmove=3Dyes ac_cv_func_memset=3Dyes ac_cv_func_mincore=3Dyes ac_cv_func_mkdtemp=3Dyes ac_cv_func_mkostemp=3Dyes ac_cv_func_mkstemp=3Dyes ac_cv_func_mktemp=3Dyes ac_cv_func_mlock=3Dyes ac_cv_func_mmap=3Dyes ac_cv_func_mmap_fixed_mapped=3Dyes ac_cv_func_mprotect=3Dyes ac_cv_func_munlock=3Dyes ac_cv_func_munmap=3Dyes ac_cv_func_newlocale=3Dyes ac_cv_func_nl_langinfo=3Dyes ac_cv_func_obstacks=3Dno ac_cv_func_opendir=3Dyes ac_cv_func_pam_getenvlist=3Dyes ac_cv_func_pam_putenv=3Dyes ac_cv_func_pathconf=3Dyes ac_cv_func_pipe=3Dyes ac_cv_func_poll=3Dyes ac_cv_func_posix_memalign=3Dyes ac_cv_func_posix_spawn=3Dyes ac_cv_func_pread=3Dyes ac_cv_func_pstat_getdynamic=3Dno ac_cv_func_pthread_cond_broadcast=3Dyes ac_cv_func_pthread_cond_destroy=3Dyes ac_cv_func_pthread_cond_init=3Dyes ac_cv_func_pthread_cond_signal=3Dyes ac_cv_func_pthread_cond_timedwait=3Dyes ac_cv_func_pthread_cond_wait=3Dyes ac_cv_func_pthread_equal=3Dyes ac_cv_func_pthread_exit=3Dyes ac_cv_func_pthread_mutex_destroy=3Dyes ac_cv_func_pthread_mutex_init=3Dyes ac_cv_func_pthread_mutex_lock=3Dyes ac_cv_func_pthread_mutex_unlock=3Dyes ac_cv_func_pthread_self=3Dyes ac_cv_func_putenv=3Dyes ac_cv_func_pwrite=3Dyes ac_cv_func_raise=3Dyes ac_cv_func_rand=3Dyes ac_cv_func_random=3Dyes ac_cv_func_rawmemchr=3Dno ac_cv_func_readdir=3Dyes ac_cv_func_readlink=3Dyes ac_cv_func_readlinkat=3Dyes ac_cv_func_readpassphrase=3Dyes ac_cv_func_realpath=3Dyes ac_cv_func_recvmsg=3Dyes ac_cv_func_rename=3Dyes ac_cv_func_rresvport_af=3Dyes ac_cv_func_sched_yield=3Dyes ac_cv_func_select=3Dyes ac_cv_func_sendmsg=3Dyes ac_cv_func_setegid=3Dyes ac_cv_func_setenv=3Dyes ac_cv_func_seteuid=3Dyes ac_cv_func_setgroupent=3Dyes ac_cv_func_setgroups=3Dyes ac_cv_func_setlinebuf=3Dyes ac_cv_func_setlocale=3Dyes ac_cv_func_setlogin=3Dyes ac_cv_func_setpassent=3Dyes ac_cv_func_setproctitle=3Dyes ac_cv_func_setregid=3Dyes ac_cv_func_setresgid=3Dyes ac_cv_func_setresuid=3Dyes ac_cv_func_setreuid=3Dyes ac_cv_func_setrlimit=3Dyes ac_cv_func_setsid=3Dyes ac_cv_func_setsockopt=3Dyes ac_cv_func_setvbuf=3Dyes ac_cv_func_shmget=3Dyes ac_cv_func_sigaction=3Dyes ac_cv_func_sigaltstack=3Dyes ac_cv_func_siginterrupt=3Dyes ac_cv_func_sigprocmask=3Dyes ac_cv_func_sigvec=3Dyes ac_cv_func_sleep=3Dyes ac_cv_func_snprintf=3Dyes ac_cv_func_socketpair=3Dyes ac_cv_func_srand=3Dyes ac_cv_func_srandom=3Dyes ac_cv_func_stat=3Dyes ac_cv_func_statfs=3Dyes ac_cv_func_statvfs=3Dyes ac_cv_func_stpcpy=3Dyes ac_cv_func_stpncpy=3Dyes ac_cv_func_strbrk=3Dyes ac_cv_func_strcasecmp=3Dyes ac_cv_func_strchrnul=3Dyes ac_cv_func_strcspn=3Dyes ac_cv_func_strdup=3Dyes ac_cv_func_strerror=3Dyes ac_cv_func_strerror_r=3Dyes ac_cv_func_strftime=3Dyes ac_cv_func_strlcat=3Dyes ac_cv_func_strlcpy=3Dyes ac_cv_func_strlen=3Dyes ac_cv_func_strmode=3Dyes ac_cv_func_strncasecmp=3Dyes ac_cv_func_strndup=3Dyes ac_cv_func_strnlen=3Dyes ac_cv_func_strnlen_working=3Dyes ac_cv_func_strpbrk=3Dyes ac_cv_func_strptime=3Dyes ac_cv_func_strsep=3Dyes ac_cv_func_strsignal=3Dyes ac_cv_func_strtof=3Dyes ac_cv_func_strtol=3Dyes ac_cv_func_strtoll=3Dyes ac_cv_func_strtonum=3Dyes ac_cv_func_strtoul=3Dyes ac_cv_func_strtoull=3Dyes ac_cv_func_symlink=3Dyes ac_cv_func_sysconf=3Dyes ac_cv_func_tcgetpgrp=3Dyes ac_cv_func_time=3Dyes ac_cv_func_towlower=3Dyes ac_cv_func_truncate=3Dyes ac_cv_func_tsearch=3Dyes ac_cv_func_uname=3Dyes ac_cv_func_unsetenv=3Dyes ac_cv_func_uselocale=3Dyes ac_cv_func_user_from_uid=3Dyes ac_cv_func_usleep=3Dyes ac_cv_func_utime=3Dyes ac_cv_func_utimes=3Dyes ac_cv_func_vasprintf=3Dyes ac_cv_func_vfork=3Dyes ac_cv_func_vprintf=3Dyes ac_cv_func_vsnprintf=3Dyes ac_cv_func_vsprintf=3Dyes ac_cv_func_waitid=3Dyes ac_cv_func_waitpid=3Dyes ac_cv_func_wcrtomb=3Dyes ac_cv_func_wcscoll=3Dyes ac_cv_func_wcslen=3Dyes ac_cv_func_wcsnlen=3Dyes ac_cv_func_wctob=3Dyes ac_cv_func_wcwidth=3Dyes ac_cv_func_wmemchr=3Dyes ac_cv_func_wmemcpy=3Dyes ac_cv_func_yield=3Dno ac_cv_func_yp_match=3Dyes ac_cv_have___va_copy=3Dyes ac_cv_have_clock_t=3Dyes ac_cv_have_control_in_msghdr=3Dyes ac_cv_have_decl_GLOB_NOMATCH=3Dyes ac_cv_have_decl_LLONG_MAX=3Dyes ac_cv_have_decl_MAXSYMLINKS=3Dyes ac_cv_have_decl_O_NONBLOCK=3Dyes ac_cv_have_decl_RLIMIT_NPROC=3Dyes ac_cv_have_decl_SHUT_RD=3Dyes ac_cv_have_decl__Exit=3Dyes ac_cv_have_decl___SUNPRO_C=3Dno ac_cv_have_decl_alarm=3Dyes ac_cv_have_decl_alphasort=3Dyes ac_cv_have_decl_atoll=3Dyes ac_cv_have_decl_btowc=3Dyes ac_cv_have_decl_chdir=3Dyes ac_cv_have_decl_chown=3Dyes ac_cv_have_decl_clearerr_unlocked=3Dyes ac_cv_have_decl_closedir=3Dyes ac_cv_have_decl_dprintf=3Dyes ac_cv_have_decl_dup2=3Dyes ac_cv_have_decl_dup=3Dyes ac_cv_have_decl_endusershell=3Dyes ac_cv_have_decl_faccessat=3Dyes ac_cv_have_decl_fchdir=3Dyes ac_cv_have_decl_fchmodat=3Dyes ac_cv_have_decl_fchownat=3Dyes ac_cv_have_decl_fcntl=3Dyes ac_cv_have_decl_fdopendir=3Dyes ac_cv_have_decl_feof_unlocked=3Dyes ac_cv_have_decl_feof_unlocked_fgets_unlocked=3Dyes ac_cv_have_decl_ferror_unlocked=3Dyes ac_cv_have_decl_ffsl=3Dyes ac_cv_have_decl_ffsll=3Dyes ac_cv_have_decl_fpurge=3Dyes ac_cv_have_decl_frexpl=3Dyes ac_cv_have_decl_fseeko=3Dyes ac_cv_have_decl_fstat=3Dyes ac_cv_have_decl_fstatat=3Dyes ac_cv_have_decl_fsync=3Dyes ac_cv_have_decl_ftello=3Dyes ac_cv_have_decl_ftruncate=3Dyes ac_cv_have_decl_getc_unlocked=3Dyes ac_cv_have_decl_getchar_unlocked=3Dyes ac_cv_have_decl_getcwd=3Dyes ac_cv_have_decl_getdelim=3Dyes ac_cv_have_decl_getdomainname=3Dyes ac_cv_have_decl_getdtablesize=3Dyes ac_cv_have_decl_getenv=3Dyes ac_cv_have_decl_getgroups=3Dyes ac_cv_have_decl_gethostname=3Dyes ac_cv_have_decl_getline=3Dyes ac_cv_have_decl_getloadavg=3Dyes ac_cv_have_decl_getlogin=3Dyes ac_cv_have_decl_getlogin_r=3Dyes ac_cv_have_decl_getpagesize=3Dyes ac_cv_have_decl_gets=3Dyes ac_cv_have_decl_getsubopt=3Dyes ac_cv_have_decl_gettimeofday=3Dyes ac_cv_have_decl_getusershell=3Dyes ac_cv_have_decl_grantpt=3Dyes ac_cv_have_decl_h_errno=3Dyes ac_cv_have_decl_imaxabs=3Dyes ac_cv_have_decl_imaxdiv=3Dyes ac_cv_have_decl_initstate=3Dyes ac_cv_have_decl_isatty=3Dyes ac_cv_have_decl_isblank=3Dyes ac_cv_have_decl_iswblank=3Dyes ac_cv_have_decl_iswctype=3Dyes ac_cv_have_decl_lchmod=3Dyes ac_cv_have_decl_lchown=3Dyes ac_cv_have_decl_link=3Dyes ac_cv_have_decl_linkat=3Dyes ac_cv_have_decl_lseek=3Dyes ac_cv_have_decl_lstat=3Dyes ac_cv_have_decl_mbrlen=3Dyes ac_cv_have_decl_mbrtowc=3Dyes ac_cv_have_decl_mbsinit=3Dyes ac_cv_have_decl_mbsnrtowcs=3Dyes ac_cv_have_decl_mbsrtowcs=3Dyes ac_cv_have_decl_memmem=3Dyes ac_cv_have_decl_memrchr=3Dyes ac_cv_have_decl_mkdirat=3Dyes ac_cv_have_decl_mkdtemp=3Dyes ac_cv_have_decl_mkfifo=3Dyes ac_cv_have_decl_mkfifoat=3Dyes ac_cv_have_decl_mknod=3Dyes ac_cv_have_decl_mknodat=3Dyes ac_cv_have_decl_mkstemp=3Dyes ac_cv_have_decl_nl_langinfo=3Dyes ac_cv_have_decl_offsetof=3Dyes ac_cv_have_decl_openat=3Dyes ac_cv_have_decl_opendir=3Dyes ac_cv_have_decl_pclose=3Dyes ac_cv_have_decl_pipe=3Dyes ac_cv_have_decl_popen=3Dyes ac_cv_have_decl_posix_openpt=3Dyes ac_cv_have_decl_posix_spawn=3Dyes ac_cv_have_decl_posix_spawn_file_actions_addclose=3Dyes ac_cv_have_decl_posix_spawn_file_actions_adddup2=3Dyes ac_cv_have_decl_posix_spawn_file_actions_addopen=3Dyes ac_cv_have_decl_posix_spawn_file_actions_destroy=3Dyes ac_cv_have_decl_posix_spawn_file_actions_init=3Dyes ac_cv_have_decl_posix_spawnattr_destroy=3Dyes ac_cv_have_decl_posix_spawnattr_getflags=3Dyes ac_cv_have_decl_posix_spawnattr_getpgroup=3Dyes ac_cv_have_decl_posix_spawnattr_getschedparam=3Dyes ac_cv_have_decl_posix_spawnattr_getschedpolicy=3Dyes ac_cv_have_decl_posix_spawnattr_getsigdefault=3Dyes ac_cv_have_decl_posix_spawnattr_getsigmask=3Dyes ac_cv_have_decl_posix_spawnattr_init=3Dyes ac_cv_have_decl_posix_spawnattr_setflags=3Dyes ac_cv_have_decl_posix_spawnattr_setpgroup=3Dyes ac_cv_have_decl_posix_spawnattr_setschedparam=3Dyes ac_cv_have_decl_posix_spawnattr_setschedpolicy=3Dyes ac_cv_have_decl_posix_spawnattr_setsigdefault=3Dyes ac_cv_have_decl_posix_spawnattr_setsigmask=3Dyes ac_cv_have_decl_posix_spawnp=3Dyes ac_cv_have_decl_pread=3Dyes ac_cv_have_decl_pselect=3Dyes ac_cv_have_decl_pthread_sigmask=3Dyes ac_cv_have_decl_ptsname=3Dyes ac_cv_have_decl_putc_unlocked=3Dyes ac_cv_have_decl_putchar_unlocked=3Dyes ac_cv_have_decl_pwrite=3Dyes ac_cv_have_decl_random=3Dyes ac_cv_have_decl_rawmemchr=3Dyes ac_cv_have_decl_readdir=3Dyes ac_cv_have_decl_readlink=3Dyes ac_cv_have_decl_readlinkat=3Dyes ac_cv_have_decl_realpath=3Dyes ac_cv_have_decl_renameat=3Dyes ac_cv_have_decl_rewinddir=3Dyes ac_cv_have_decl_rmdir=3Dyes ac_cv_have_decl_rpmatch=3Dyes ac_cv_have_decl_scandir=3Dyes ac_cv_have_decl_select=3Dyes ac_cv_have_decl_setenv=3Dyes ac_cv_have_decl_sethostname=3Dyes ac_cv_have_decl_setlocale=3Dyes ac_cv_have_decl_setstate=3Dyes ac_cv_have_decl_setusershell=3Dyes ac_cv_have_decl_sigaction=3Dyes ac_cv_have_decl_sigaddset=3Dyes ac_cv_have_decl_sigaltstack=3Dyes ac_cv_have_decl_sigdelset=3Dyes ac_cv_have_decl_sigemptyset=3Dyes ac_cv_have_decl_sigfillset=3Dyes ac_cv_have_decl_sigismember=3Dyes ac_cv_have_decl_sigpending=3Dyes ac_cv_have_decl_sigprocmask=3Dyes ac_cv_have_decl_sleep=3Dyes ac_cv_have_decl_snprintf=3Dyes ac_cv_have_decl_srandom=3Dyes ac_cv_have_decl_stat=3Dyes ac_cv_have_decl_stpcpy=3Dyes ac_cv_have_decl_stpncpy=3Dyes ac_cv_have_decl_strcasestr=3Dyes ac_cv_have_decl_strdup=3Dyes ac_cv_have_decl_strerror_r=3Dyes ac_cv_have_decl_strncat=3Dyes ac_cv_have_decl_strndup=3Dyes ac_cv_have_decl_strnlen=3Dyes ac_cv_have_decl_strpbrk=3Dyes ac_cv_have_decl_strsep=3Dyes ac_cv_have_decl_strsignal=3Dyes ac_cv_have_decl_strtod=3Dyes ac_cv_have_decl_strtoimax=3Dyes ac_cv_have_decl_strtok_r=3Dyes ac_cv_have_decl_strtoll=3Dyes ac_cv_have_decl_strtoull=3Dyes ac_cv_have_decl_strtoumax=3Dyes ac_cv_have_decl_symlink=3Dyes ac_cv_have_decl_symlinkat=3Dyes ac_cv_have_decl_sys_siglist=3Dyes ac_cv_have_decl_tcsendbreak=3Dyes ac_cv_have_decl_tmpfile=3Dyes ac_cv_have_decl_towctrans=3Dyes ac_cv_have_decl_ttyname_r=3Dyes ac_cv_have_decl_unlink=3Dyes ac_cv_have_decl_unlinkat=3Dyes ac_cv_have_decl_unlockpt=3Dyes ac_cv_have_decl_unsetenv=3Dyes ac_cv_have_decl_usleep=3Dyes ac_cv_have_decl_vdprintf=3Dyes ac_cv_have_decl_vsnprintf=3Dyes ac_cv_have_decl_waitpid=3Dyes ac_cv_have_decl_wcpcpy=3Dyes ac_cv_have_decl_wcpncpy=3Dyes ac_cv_have_decl_wcrtomb=3Dyes ac_cv_have_decl_wcscasecmp=3Dyes ac_cv_have_decl_wcscat=3Dyes ac_cv_have_decl_wcschr=3Dyes ac_cv_have_decl_wcscmp=3Dyes ac_cv_have_decl_wcscoll=3Dyes ac_cv_have_decl_wcscpy=3Dyes ac_cv_have_decl_wcscspn=3Dyes ac_cv_have_decl_wcsdup=3Dyes ac_cv_have_decl_wcslen=3Dyes ac_cv_have_decl_wcsncasecmp=3Dyes ac_cv_have_decl_wcsncat=3Dyes ac_cv_have_decl_wcsncmp=3Dyes ac_cv_have_decl_wcsncpy=3Dyes ac_cv_have_decl_wcsnlen=3Dyes ac_cv_have_decl_wcsnrtombs=3Dyes ac_cv_have_decl_wcspbrk=3Dyes ac_cv_have_decl_wcsrchr=3Dyes ac_cv_have_decl_wcsrtombs=3Dyes ac_cv_have_decl_wcsspn=3Dyes ac_cv_have_decl_wcsstr=3Dyes ac_cv_have_decl_wcstok=3Dyes ac_cv_have_decl_wcswidth=3Dyes ac_cv_have_decl_wcsxfrm=3Dyes ac_cv_have_decl_wctob=3Dyes ac_cv_have_decl_wctrans=3Dyes ac_cv_have_decl_wctype=3Dyes ac_cv_have_decl_wcwidth=3Dyes ac_cv_have_decl_wmemchr=3Dyes ac_cv_have_decl_wmemcmp=3Dyes ac_cv_have_decl_wmemcpy=3Dyes ac_cv_have_decl_wmemmove=3Dyes ac_cv_have_decl_wmemset=3Dyes ac_cv_have_decl_writev=3Dyes ac_cv_have_getopt_optreset=3Dyes ac_cv_have_int64_t=3Dyes ac_cv_have_intxx_t=3Dyes ac_cv_have_mode_t=3Dyes ac_cv_have_pid_t=3Dyes ac_cv_have_pw_change_in_struct_passwd=3Dyes ac_cv_have_pw_class_in_struct_passwd=3Dyes ac_cv_have_pw_expire_in_struct_passwd=3Dyes ac_cv_have_sa_family_t=3Dyes ac_cv_have_size_t=3Dyes ac_cv_have_ss_family_in_struct_ss=3Dyes ac_cv_have_ssize_t=3Dyes ac_cv_have_struct_addrinfo=3Dyes ac_cv_have_struct_in6_addr=3Dyes ac_cv_have_struct_sockaddr_in6=3Dyes ac_cv_have_struct_sockaddr_storage=3Dyes ac_cv_have_struct_timeval=3Dyes ac_cv_have_u_char=3Dyes ac_cv_have_u_int64_t=3Dyes ac_cv_have_u_int=3Dyes ac_cv_have_u_intxx_t=3Dyes ac_cv_have_va_copy=3Dyes ac_cv_header_alloca_h=3Dno ac_cv_header_argz_h=3Dno ac_cv_header_arpa_inet_h=3Dyes ac_cv_header_arpa_nameser_h=3Dyes ac_cv_header_byteswap_h=3Dno ac_cv_header_ctype_h=3Dyes ac_cv_header_dirent_h=3Dyes ac_cv_header_dl_h=3Dno ac_cv_header_dlfcn_h=3Dyes ac_cv_header_elf_h=3Dyes ac_cv_header_errno_h=3Dyes ac_cv_header_fcntl_h=3Dyes ac_cv_header_float_h=3Dyes ac_cv_header_floatingpoint_h=3Dyes ac_cv_header_getopt_h=3Dyes ac_cv_header_glob_h=3Dyes ac_cv_header_inttypes_h=3Dyes ac_cv_header_langinfo_h=3Dyes ac_cv_header_libgen_h=3Dyes ac_cv_header_libutil_h=3Dyes ac_cv_header_limits_h=3Dyes ac_cv_header_login_cap_h=3Dyes ac_cv_header_malloc_h=3Dno ac_cv_header_math_h=3Dyes ac_cv_header_memory_h=3Dyes ac_cv_header_minix_config_h=3Dno ac_cv_header_net_if_h=3Dyes ac_cv_header_net_if_media_h=3Dyes ac_cv_header_net_if_tap_h=3Dyes ac_cv_header_net_if_tun_h=3Dyes ac_cv_header_netdb_h=3Dyes ac_cv_header_netinet_in_h=3Dyes ac_cv_header_paths_h=3Dyes ac_cv_header_poll_h=3Dyes ac_cv_header_pwd_h=3Dyes ac_cv_header_random_h=3Dno ac_cv_header_readpassphrase_h=3Dyes ac_cv_header_resolv_h=3Dyes ac_cv_header_rpc_types_h=3Dyes ac_cv_header_sched_h=3Dyes ac_cv_header_search_h=3Dyes ac_cv_header_security_pam_appl_h=3Dyes ac_cv_header_signal_h=3Dyes ac_cv_header_spawn_h=3Dyes ac_cv_header_stdarg_h=3Dyes ac_cv_header_stdbool_h=3Dyes ac_cv_header_stdc=3Dyes ac_cv_header_stddef_h=3Dyes ac_cv_header_stdint_h=3Dyes ac_cv_header_stdio_h=3Dyes ac_cv_header_stdlib_h=3Dyes ac_cv_header_string_h=3Dyes ac_cv_header_strings_h=3Dyes ac_cv_header_sys_acl_h=3Dyes ac_cv_header_sys_cdefs_h=3Dyes ac_cv_header_sys_dir_h=3Dyes ac_cv_header_sys_fcntl_h=3Dyes ac_cv_header_sys_file_h=3Dyes ac_cv_header_sys_ioctl_h=3Dyes ac_cv_header_sys_mman_h=3Dyes ac_cv_header_sys_mount_h=3Dyes ac_cv_header_sys_msg_h=3Dyes ac_cv_header_sys_param_h=3Dyes ac_cv_header_sys_poll_h=3Dyes ac_cv_header_sys_ptrace_h=3Dyes ac_cv_header_sys_select_h=3Dyes ac_cv_header_sys_socket_h=3Dyes ac_cv_header_sys_stat_h=3Dyes ac_cv_header_sys_statvfs_h=3Dyes ac_cv_header_sys_sysctl_h=3Dyes ac_cv_header_sys_time_h=3Dyes ac_cv_header_sys_timers_h=3Dyes ac_cv_header_sys_times_h=3Dyes ac_cv_header_sys_types_h=3Dyes ac_cv_header_sys_types_h_makedev=3Dyes ac_cv_header_sys_un_h=3Dyes ac_cv_header_sys_wait_h=3Dyes ac_cv_header_time_h=3Dyes ac_cv_header_ttyent_h=3Dyes ac_cv_header_ucontext_h=3Dyes ac_cv_header_unistd_h=3Dyes ac_cv_header_utime_h=3Dyes ac_cv_header_vfork_h=3Dno ac_cv_header_vis_h=3Dyes ac_cv_header_wchar_h=3Dyes ac_cv_header_wctype_h=3Dyes ac_cv_header_xlocale_h=3Dyes ac_cv_header_zlib_h=3Dyes ac_cv_host=3Damd64-portbld-freebsd11.1 ac_cv_lib_crypt_crypt=3Dyes ac_cv_lib_edit_el_init=3Dyes ac_cv_lib_elf_elf_memory=3Dyes ac_cv_lib_lex=3D-lfl ac_cv_lib_pam_pam_set_item=3Dyes ac_cv_lib_z_deflate=3Dyes ac_cv_libc_defines___progname=3Dyes ac_cv_libc_defines_sys_errlist=3Dyes ac_cv_libc_defines_sys_nerr=3Dyes ac_cv_member_HEADER_ad=3Dyes ac_cv_member_struct___res_state_retrans=3Dyes ac_cv_member_struct_sigaction_sa_sigaction=3Dyes ac_cv_member_struct_sockaddr_in6_sin6_scope_id=3Dyes ac_cv_member_struct_stat_st_blksize=3Dyes ac_cv_objext=3Do ac_cv_path_BZIP2=3D/usr/bin/bzip2 ac_cv_path_EGREP=3D/usr/bin/egrep ac_cv_path_FGREP=3D/usr/bin/fgrep ac_cv_path_GREP=3D/usr/bin/grep ac_cv_path_GZIP=3D/usr/bin/gzip ac_cv_path_MKTEMP_COMMAND=3D/usr/bin/mktemp ac_cv_path_SED=3D/usr/bin/sed ac_cv_path_WAYLAND_SCANNER=3D: ac_cv_path_install=3D/usr/bin/install ac_cv_path_lt_DD=3D/bin/dd ac_cv_path_mkdir=3D/bin/mkdir ac_cv_prog_AWK=3D/usr/bin/awk ac_cv_prog_CPP=3Dcpp ac_cv_prog_CXXCPP=3D'c++ -E' ac_cv_prog_INDENT=3Dindent ac_cv_prog_LEX=3Dflex ac_cv_prog_PYTHON2=3Dpython2.7 ac_cv_prog_RM=3D'rm -f' ac_cv_prog_SED=3D/usr/bin/sed ac_cv_prog_YACC=3D'bison -y' ac_cv_prog_ac_ct_AR=3Dar ac_cv_prog_ac_ct_CC=3Dcc ac_cv_prog_ac_ct_MANIFEST_TOOL=3Dmt ac_cv_prog_ac_ct_OBJDUMP=3Dobjdump ac_cv_prog_ac_ct_RANLIB=3Dranlib ac_cv_prog_ac_ct_STRIP=3Dstrip ac_cv_prog_cc_c89=3D'' ac_cv_prog_cc_g=3Dyes ac_cv_prog_cxx_g=3Dyes ac_cv_prog_lex_root=3Dlex.yy ac_cv_prog_lex_yytext_pointer=3Dyes ac_cv_prog_make_gmake_set=3Dyes ac_cv_sys_file_offset_bits=3Dno ac_cv_sys_largefile_CC=3Dno ac_cv_sys_long_file_names=3Dyes ac_cv_target=3Damd64-portbld-freebsd11.1 ac_cv_type__Bool=3Dyes ac_cv_type_char=3Dyes ac_cv_type_char_p=3Dyes ac_cv_type_fsblkcnt_t=3Dyes ac_cv_type_fsfilcnt_t=3Dyes ac_cv_type_in_addr_t=3Dyes ac_cv_type_in_port_t=3Dyes ac_cv_type_int16_t=3Dyes ac_cv_type_int32_t=3Dyes ac_cv_type_int=3Dyes ac_cv_type_intmax_t=3Dyes ac_cv_type_long=3Dyes ac_cv_type_long_double=3Dyes ac_cv_type_long_long=3Dyes ac_cv_type_long_long_int=3Dyes ac_cv_type_mbstate_t=3Dyes ac_cv_type_mode_t=3Dyes ac_cv_type_nlink_t=3Dyes ac_cv_type_off_t=3Dyes ac_cv_type_pid_t=3Dyes ac_cv_type_posix_spawn_file_actions_t=3Dyes ac_cv_type_posix_spawnattr_t=3Dyes ac_cv_type_ptrdiff_t=3Dyes ac_cv_type_short=3Dyes ac_cv_type_sig_atomic_t=3Dyes ac_cv_type_sigset_t=3Dyes ac_cv_type_size_t=3Dyes ac_cv_type_socklen_t=3Dyes ac_cv_type_ssize_t=3Dyes ac_cv_type_stack_t=3Dyes ac_cv_type_struct_timespec=3Dyes ac_cv_type_u_char=3Dyes ac_cv_type_u_int16_t=3Dyes ac_cv_type_u_int32_t=3Dyes ac_cv_type_u_int8_t=3Dyes ac_cv_type_u_int=3Dyes ac_cv_type_u_long=3Dyes ac_cv_type_u_short=3Dyes ac_cv_type_uid_t=3Dyes ac_cv_type_uintptr_t=3Dyes ac_cv_type_unsigned_char=3Dyes ac_cv_type_unsigned_int=3Dyes ac_cv_type_unsigned_long=3Dyes ac_cv_type_unsigned_long_long=3Dyes ac_cv_type_unsigned_long_long_int=3Dyes ac_cv_type_unsigned_short=3Dyes ac_cv_type_volatile_sig_atomic_t=3Dyes ac_cv_type_wchar_t=3Dyes ac_cv_type_wint_t=3Dyes am_cv_CCAS_dependencies_compiler_type=3Dgcc3 am_cv_CC_dependencies_compiler_type=3Dgcc3 am_cv_CXX_dependencies_compiler_type=3Dgcc3 am_cv_ar_interface=3Dar am_cv_make_support_nested_variables=3Dyes am_cv_prog_cc_c_o=3Dyes am_cv_prog_tar_ustar=3D/usr/bin/tar ax_cv_PTHREAD_PRIO_INHERIT=3Dyes ax_cv_check_cflags___Wall=3Dyes ax_cv_check_cflags___Werror_implicit_function_declaration=3Dyes ax_cv_check_cflags___Werror_missing_prototypes=3Dyes ax_cv_check_cflags___Werror_pointer_arith=3Dyes ax_cv_check_cflags___Werror_vla=3Dyes ax_cv_check_cflags___Wmissing_prototypes=3Dyes ax_cv_check_cflags___Wno_initializer_overrides=3Dyes ax_cv_check_cflags___Wno_override_init=3Dyes ax_cv_check_cflags___fno_math_errno=3Dyes ax_cv_check_cflags___fno_trapping_math=3Dyes ax_cv_check_cflags___fvisibility_hidden=3Dyes ax_cv_check_cxxflags___Wall=3Dyes ax_cv_check_cxxflags___Werror_pointer_arith=3Dyes ax_cv_check_cxxflags___Werror_vla=3Dyes ax_cv_check_cxxflags___fno_math_errno=3Dyes ax_cv_check_cxxflags___fno_trapping_math=3Dyes ax_cv_check_cxxflags___fvisibility_hidden=3Dyes ax_cv_have___builtin_bswap32=3Dyes ax_cv_have___builtin_bswap64=3Dyes ax_cv_have___builtin_clz=3Dyes ax_cv_have___builtin_clzll=3Dyes ax_cv_have___builtin_ctz=3Dyes ax_cv_have___builtin_expect=3Dyes ax_cv_have___builtin_ffs=3Dyes ax_cv_have___builtin_ffsll=3Dyes ax_cv_have___builtin_popcount=3Dyes ax_cv_have___builtin_popcountll=3Dyes ax_cv_have___builtin_unreachable=3Dyes ax_cv_have_func_attribute_alias=3Dyes ax_cv_have_func_attribute_const=3Dyes ax_cv_have_func_attribute_flatten=3Dyes ax_cv_have_func_attribute_format=3Dyes ax_cv_have_func_attribute_malloc=3Dyes ax_cv_have_func_attribute_packed=3Dyes ax_cv_have_func_attribute_pure=3Dyes ax_cv_have_func_attribute_returns_nonnull=3Dyes ax_cv_have_func_attribute_unused=3Dyes ax_cv_have_func_attribute_visibility=3Dyes ax_cv_have_func_attribute_warn_unused_result=3Dyes ax_cv_have_func_attribute_weak=3Dyes ax_cv_prog_bison=3Dyes ax_cv_prog_flex=3Dyes cl_cv_prog_LN=3D/bin/ln cl_cv_prog_cp=3D'/bin/cp -p' gl_cv_func_btowc_eof=3Dyes gl_cv_func_btowc_nul=3Dyes gl_cv_func_fcntl_f_dupfd_cloexec=3Dyes gl_cv_func_fnmatch_posix=3Dyes gl_cv_func_fopen_slash=3Dyes gl_cv_func_frexp_no_libm=3Dyes gl_cv_func_fseeko=3Dyes gl_cv_func_ftello=3Dyes gl_cv_func_getcwd_null=3Dyes gl_cv_func_getcwd_posix_signature=3Dyes gl_cv_func_getopt_posix=3Dyes gl_cv_func_isnand_no_libm=3Dyes gl_cv_func_ldexp_no_libm=3Dyes gl_cv_func_lseek_pipe=3Dyes gl_cv_func_lstat_dereferences_slashed_symlink=3Dyes gl_cv_func_malloc_0_nonnull=3D1 gl_cv_func_malloc_posix=3Dyes gl_cv_func_mbrtowc_incomplete_state=3Dyes gl_cv_func_mbrtowc_nul_retval=3Dyes gl_cv_func_mbrtowc_null_arg1=3Dyes gl_cv_func_mbrtowc_null_arg2=3Dyes gl_cv_func_mbrtowc_retval=3Dyes gl_cv_func_mbrtowc_sanitycheck=3Dyes gl_cv_func_open_slash=3Dyes gl_cv_func_printf_directive_a=3Dyes gl_cv_func_printf_directive_f=3Dyes gl_cv_func_printf_directive_ls=3Dyes gl_cv_func_printf_directive_n=3Dyes gl_cv_func_printf_flag_grouping=3Dyes gl_cv_func_printf_flag_leftadjust=3Dyes gl_cv_func_printf_flag_zero=3Dyes gl_cv_func_printf_infinite=3Dyes gl_cv_func_printf_long_double=3Dyes gl_cv_func_printf_positions=3Dyes gl_cv_func_printf_precision=3Dyes gl_cv_func_printf_sizes_c99=3Dyes gl_cv_func_sigprocmask=3D1 gl_cv_func_snprintf_retval_c99=3Dyes gl_cv_func_snprintf_size1=3Dyes gl_cv_func_snprintf_usable=3Dyes gl_cv_func_spawnattr_setschedparam=3Dyes gl_cv_func_spawnattr_setschedpolicy=3Dyes gl_cv_func_stat_dir_slash=3Dyes gl_cv_func_stat_file_slash=3Dyes gl_cv_func_stpncpy=3Dyes gl_cv_func_va_copy=3Dyes gl_cv_func_wcrtomb_retval=3Dyes gl_cv_have_include_next=3Dyes gl_cv_have_raw_decl__Exit=3Dyes gl_cv_have_raw_decl_alphasort=3Dyes gl_cv_have_raw_decl_atoll=3Dyes gl_cv_have_raw_decl_btowc=3Dyes gl_cv_have_raw_decl_chdir=3Dyes gl_cv_have_raw_decl_chown=3Dyes gl_cv_have_raw_decl_closedir=3Dyes gl_cv_have_raw_decl_dprintf=3Dyes gl_cv_have_raw_decl_dup2=3Dyes gl_cv_have_raw_decl_dup=3Dyes gl_cv_have_raw_decl_endusershell=3Dyes gl_cv_have_raw_decl_faccessat=3Dyes gl_cv_have_raw_decl_fchdir=3Dyes gl_cv_have_raw_decl_fchmodat=3Dyes gl_cv_have_raw_decl_fchownat=3Dyes gl_cv_have_raw_decl_fcntl=3Dyes gl_cv_have_raw_decl_fdopendir=3Dyes gl_cv_have_raw_decl_ffsl=3Dyes gl_cv_have_raw_decl_ffsll=3Dyes gl_cv_have_raw_decl_fpurge=3Dyes gl_cv_have_raw_decl_fseeko=3Dyes gl_cv_have_raw_decl_fstat=3Dyes gl_cv_have_raw_decl_fstatat=3Dyes gl_cv_have_raw_decl_fsync=3Dyes gl_cv_have_raw_decl_ftello=3Dyes gl_cv_have_raw_decl_ftruncate=3Dyes gl_cv_have_raw_decl_getcwd=3Dyes gl_cv_have_raw_decl_getdelim=3Dyes gl_cv_have_raw_decl_getdomainname=3Dyes gl_cv_have_raw_decl_getdtablesize=3Dyes gl_cv_have_raw_decl_getgroups=3Dyes gl_cv_have_raw_decl_gethostname=3Dyes gl_cv_have_raw_decl_getline=3Dyes gl_cv_have_raw_decl_getloadavg=3Dyes gl_cv_have_raw_decl_getlogin=3Dyes gl_cv_have_raw_decl_getlogin_r=3Dyes gl_cv_have_raw_decl_getpagesize=3Dyes gl_cv_have_raw_decl_gets=3Dyes gl_cv_have_raw_decl_getsubopt=3Dyes gl_cv_have_raw_decl_gettimeofday=3Dyes gl_cv_have_raw_decl_getusershell=3Dyes gl_cv_have_raw_decl_grantpt=3Dyes gl_cv_have_raw_decl_imaxabs=3Dyes gl_cv_have_raw_decl_imaxdiv=3Dyes gl_cv_have_raw_decl_initstate=3Dyes gl_cv_have_raw_decl_isatty=3Dyes gl_cv_have_raw_decl_iswctype=3Dyes gl_cv_have_raw_decl_lchmod=3Dyes gl_cv_have_raw_decl_lchown=3Dyes gl_cv_have_raw_decl_link=3Dyes gl_cv_have_raw_decl_linkat=3Dyes gl_cv_have_raw_decl_lseek=3Dyes gl_cv_have_raw_decl_lstat=3Dyes gl_cv_have_raw_decl_mbrlen=3Dyes gl_cv_have_raw_decl_mbrtowc=3Dyes gl_cv_have_raw_decl_mbsinit=3Dyes gl_cv_have_raw_decl_mbsnrtowcs=3Dyes gl_cv_have_raw_decl_mbsrtowcs=3Dyes gl_cv_have_raw_decl_memcpy=3Dno gl_cv_have_raw_decl_memmem=3Dyes gl_cv_have_raw_decl_memrchr=3Dyes gl_cv_have_raw_decl_mkdirat=3Dyes gl_cv_have_raw_decl_mkdtemp=3Dyes gl_cv_have_raw_decl_mkfifo=3Dyes gl_cv_have_raw_decl_mkfifoat=3Dyes gl_cv_have_raw_decl_mknod=3Dyes gl_cv_have_raw_decl_mknodat=3Dyes gl_cv_have_raw_decl_mkstemp=3Dyes gl_cv_have_raw_decl_nl_langinfo=3Dyes gl_cv_have_raw_decl_openat=3Dyes gl_cv_have_raw_decl_opendir=3Dyes gl_cv_have_raw_decl_pclose=3Dyes gl_cv_have_raw_decl_pipe=3Dyes gl_cv_have_raw_decl_popen=3Dyes gl_cv_have_raw_decl_posix_openpt=3Dyes gl_cv_have_raw_decl_posix_spawn=3Dyes gl_cv_have_raw_decl_posix_spawn_file_actions_addclose=3Dyes gl_cv_have_raw_decl_posix_spawn_file_actions_adddup2=3Dyes gl_cv_have_raw_decl_posix_spawn_file_actions_addopen=3Dyes gl_cv_have_raw_decl_posix_spawn_file_actions_destroy=3Dyes gl_cv_have_raw_decl_posix_spawn_file_actions_init=3Dyes gl_cv_have_raw_decl_posix_spawnattr_destroy=3Dyes gl_cv_have_raw_decl_posix_spawnattr_getflags=3Dyes gl_cv_have_raw_decl_posix_spawnattr_getpgroup=3Dyes gl_cv_have_raw_decl_posix_spawnattr_getschedparam=3Dyes gl_cv_have_raw_decl_posix_spawnattr_getschedpolicy=3Dyes gl_cv_have_raw_decl_posix_spawnattr_getsigdefault=3Dyes gl_cv_have_raw_decl_posix_spawnattr_getsigmask=3Dyes gl_cv_have_raw_decl_posix_spawnattr_init=3Dyes gl_cv_have_raw_decl_posix_spawnattr_setflags=3Dyes gl_cv_have_raw_decl_posix_spawnattr_setpgroup=3Dyes gl_cv_have_raw_decl_posix_spawnattr_setschedparam=3Dyes gl_cv_have_raw_decl_posix_spawnattr_setschedpolicy=3Dyes gl_cv_have_raw_decl_posix_spawnattr_setsigdefault=3Dyes gl_cv_have_raw_decl_posix_spawnattr_setsigmask=3Dyes gl_cv_have_raw_decl_posix_spawnp=3Dyes gl_cv_have_raw_decl_pread=3Dyes gl_cv_have_raw_decl_pselect=3Dyes gl_cv_have_raw_decl_pthread_sigmask=3Dyes gl_cv_have_raw_decl_ptsname=3Dyes gl_cv_have_raw_decl_pwrite=3Dyes gl_cv_have_raw_decl_random=3Dyes gl_cv_have_raw_decl_rawmemchr=3Dyes gl_cv_have_raw_decl_readdir=3Dyes gl_cv_have_raw_decl_readlink=3Dyes gl_cv_have_raw_decl_readlinkat=3Dyes gl_cv_have_raw_decl_realpath=3Dyes gl_cv_have_raw_decl_renameat=3Dyes gl_cv_have_raw_decl_rewinddir=3Dyes gl_cv_have_raw_decl_rmdir=3Dyes gl_cv_have_raw_decl_rpmatch=3Dyes gl_cv_have_raw_decl_scandir=3Dyes gl_cv_have_raw_decl_select=3Dyes gl_cv_have_raw_decl_setenv=3Dyes gl_cv_have_raw_decl_sethostname=3Dyes gl_cv_have_raw_decl_setlocale=3Dyes gl_cv_have_raw_decl_setstate=3Dyes gl_cv_have_raw_decl_setusershell=3Dyes gl_cv_have_raw_decl_sigaction=3Dyes gl_cv_have_raw_decl_sigaddset=3Dyes gl_cv_have_raw_decl_sigdelset=3Dyes gl_cv_have_raw_decl_sigemptyset=3Dyes gl_cv_have_raw_decl_sigfillset=3Dyes gl_cv_have_raw_decl_sigismember=3Dyes gl_cv_have_raw_decl_sigpending=3Dyes gl_cv_have_raw_decl_sigprocmask=3Dyes gl_cv_have_raw_decl_sleep=3Dyes gl_cv_have_raw_decl_snprintf=3Dyes gl_cv_have_raw_decl_srandom=3Dyes gl_cv_have_raw_decl_stat=3Dyes gl_cv_have_raw_decl_stpcpy=3Dyes gl_cv_have_raw_decl_stpncpy=3Dyes gl_cv_have_raw_decl_strcasestr=3Dyes gl_cv_have_raw_decl_strchrnul=3Dyes gl_cv_have_raw_decl_strdup=3Dyes gl_cv_have_raw_decl_strerror_r=3Dyes gl_cv_have_raw_decl_strncat=3Dyes gl_cv_have_raw_decl_strndup=3Dyes gl_cv_have_raw_decl_strnlen=3Dyes gl_cv_have_raw_decl_strpbrk=3Dyes gl_cv_have_raw_decl_strsep=3Dyes gl_cv_have_raw_decl_strsignal=3Dyes gl_cv_have_raw_decl_strtod=3Dyes gl_cv_have_raw_decl_strtoimax=3Dyes gl_cv_have_raw_decl_strtok_r=3Dyes gl_cv_have_raw_decl_strtoll=3Dyes gl_cv_have_raw_decl_strtoull=3Dyes gl_cv_have_raw_decl_strtoumax=3Dyes gl_cv_have_raw_decl_strverscmp=3Dno gl_cv_have_raw_decl_symlink=3Dyes gl_cv_have_raw_decl_symlinkat=3Dyes gl_cv_have_raw_decl_tmpfile=3Dyes gl_cv_have_raw_decl_towctrans=3Dyes gl_cv_have_raw_decl_ttyname_r=3Dyes gl_cv_have_raw_decl_unlink=3Dyes gl_cv_have_raw_decl_unlinkat=3Dyes gl_cv_have_raw_decl_unlockpt=3Dyes gl_cv_have_raw_decl_unsetenv=3Dyes gl_cv_have_raw_decl_usleep=3Dyes gl_cv_have_raw_decl_vdprintf=3Dyes gl_cv_have_raw_decl_vsnprintf=3Dyes gl_cv_have_raw_decl_waitpid=3Dyes gl_cv_have_raw_decl_wcpcpy=3Dyes gl_cv_have_raw_decl_wcpncpy=3Dyes gl_cv_have_raw_decl_wcrtomb=3Dyes gl_cv_have_raw_decl_wcscasecmp=3Dyes gl_cv_have_raw_decl_wcscat=3Dyes gl_cv_have_raw_decl_wcschr=3Dyes gl_cv_have_raw_decl_wcscmp=3Dyes gl_cv_have_raw_decl_wcscoll=3Dyes gl_cv_have_raw_decl_wcscpy=3Dyes gl_cv_have_raw_decl_wcscspn=3Dyes gl_cv_have_raw_decl_wcsdup=3Dyes gl_cv_have_raw_decl_wcslen=3Dyes gl_cv_have_raw_decl_wcsncasecmp=3Dyes gl_cv_have_raw_decl_wcsncat=3Dyes gl_cv_have_raw_decl_wcsncmp=3Dyes gl_cv_have_raw_decl_wcsncpy=3Dyes gl_cv_have_raw_decl_wcsnlen=3Dyes gl_cv_have_raw_decl_wcsnrtombs=3Dyes gl_cv_have_raw_decl_wcspbrk=3Dyes gl_cv_have_raw_decl_wcsrchr=3Dyes gl_cv_have_raw_decl_wcsrtombs=3Dyes gl_cv_have_raw_decl_wcsspn=3Dyes gl_cv_have_raw_decl_wcsstr=3Dyes gl_cv_have_raw_decl_wcstok=3Dyes gl_cv_have_raw_decl_wcswidth=3Dyes gl_cv_have_raw_decl_wcsxfrm=3Dyes gl_cv_have_raw_decl_wctob=3Dyes gl_cv_have_raw_decl_wctrans=3Dyes gl_cv_have_raw_decl_wctype=3Dyes gl_cv_have_raw_decl_wcwidth=3Dyes gl_cv_have_raw_decl_wmemchr=3Dyes gl_cv_have_raw_decl_wmemcmp=3Dyes gl_cv_have_raw_decl_wmemcpy=3Dyes gl_cv_have_raw_decl_wmemmove=3Dyes gl_cv_have_raw_decl_wmemset=3Dyes gl_cv_header_errno_h_complete=3Dyes gl_cv_header_inttypes_h=3Dyes gl_cv_header_langinfo_codeset=3Dyes gl_cv_header_langinfo_era=3Dyes gl_cv_header_langinfo_t_fmt_ampm=3Dyes gl_cv_header_langinfo_yesexpr=3Dyes gl_cv_header_locale_h_posix2001=3Dyes gl_cv_header_signal_h_SIGPIPE=3Dyes gl_cv_header_stdint_h=3Dyes gl_cv_header_sys_select_h_selfcontained=3Dyes gl_cv_header_wchar_h_correct_inline=3Dyes gl_cv_sigaltstack_low_base=3Dyes gl_cv_size_max=3Dyes gl_cv_sys_struct_timespec_in_time_h=3Dyes gl_cv_sys_struct_timeval=3Dyes gl_cv_type_sigset_t=3Dyes gl_cv_type_wchar_t_signed=3Dyes gl_cv_type_wctrans_t=3Dyes gl_cv_type_wctype_t=3Dyes gl_cv_type_wint_t_signed=3Dyes gl_cv_var_stdin_large_offset=3Dyes gt_cv_c_intmax_t=3Dyes gt_cv_c_wchar_t=3Dyes gt_cv_c_wint_t=3Dyes gt_cv_func_printf_posix=3Dyes gt_cv_func_unsetenv_ret=3Dint gt_cv_int_divbyzero_sigfpe=3Dyes gt_cv_siginfo_t=3Dyes gt_cv_ssize_t=3Dyes lt_cv_ar_at_file=3Dno lt_cv_archive_cmds_need_lc=3Dno lt_cv_deplibs_check_method=3Dpass_all lt_cv_file_magic_cmd=3D'$MAGIC_CMD' lt_cv_file_magic_test_file=3D'' lt_cv_ld_reload_flag=3D-r lt_cv_nm_interface=3D'BSD nm' lt_cv_objdir=3D.libs lt_cv_path_LD=3D/usr/bin/ld lt_cv_path_LDCXX=3D/usr/bin/ld lt_cv_path_MAGIC_CMD=3D/usr/bin/file lt_cv_path_NM=3D'/usr/local/bin/nm -B' lt_cv_path_mainfest_tool=3Dno lt_cv_prog_compiler_c_o=3Dyes lt_cv_prog_compiler_c_o_CXX=3Dyes lt_cv_prog_compiler_pic=3D'-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX=3D'-fPIC -DPIC' lt_cv_prog_compiler_pic_works=3Dyes lt_cv_prog_compiler_pic_works_CXX=3Dyes lt_cv_prog_compiler_rtti_exceptions=3Dyes lt_cv_prog_compiler_static_works=3Dyes lt_cv_prog_compiler_static_works_CXX=3Dyes lt_cv_prog_gnu_ld=3Dyes lt_cv_prog_gnu_ldcxx=3Dyes lt_cv_sharedlib_from_linklib_cmd=3D'printf %s\n' lt_cv_sys_global_symbol_pipe=3D$'sed -n -e \'s/^.*[\t ]\\([ABCDGIRSTW][ABCD= GIRSTW]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\' | sed \= '/ __gnu_lto/d\'' lt_cv_sys_global_symbol_to_c_name_address=3D$'sed -n -e \'s/^: \\(.*\\) .*$= / {"\\1", (void *) 0},/p\' -e \'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)$/= {"\\1", (void *) \\&\\1},/p\'' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=3D$'sed -n -e \'s/^: \= \(.*\\) .*$/ {"\\1", (void *) 0},/p\' -e \'s/^[ABCDGIRSTW][ABCDGIRSTW]* .*= \\(lib.*\\)$/ {"\\1", (void *) \\&\\1},/p\' -e \'s/^[ABCDGIRSTW][ABCDGIRS= TW]* .* \\(.*\\)$/ {"lib\\1", (void *) \\&\\1},/p\'' lt_cv_sys_global_symbol_to_cdecl=3D$'sed -n -e \'s/^T .* \\(.*\\)$/extern i= nt \\1();/p\' -e \'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)$/extern char \\= 1;/p\'' lt_cv_sys_global_symbol_to_import=3D'' lt_cv_sys_max_cmd_len=3D262144 lt_cv_to_host_file_cmd=3Dfunc_convert_file_noop lt_cv_to_tool_file_cmd=3Dfunc_convert_file_noop lt_cv_truncate_bin=3D'/bin/dd bs=3D4096 count=3D1' pkg_cv_DRI2PROTO_CFLAGS=3D'-I/usr/local/include ' pkg_cv_DRI2PROTO_LIBS=3D'' pkg_cv_DRIGL_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' pkg_cv_DRIGL_LIBS=3D'-L/usr/local/lib -lXext -lXdamage -lXfixes -lX11-xcb -= lX11 -lxcb -lxcb-glx -lxcb-dri2 -lXxf86vm ' pkg_cv_EXPAT_CFLAGS=3D'-I/usr/local/include ' pkg_cv_EXPAT_LIBS=3D'-L/usr/local/lib -lexpat ' pkg_cv_GLPROTO_CFLAGS=3D'-I/usr/local/include ' pkg_cv_GLPROTO_LIBS=3D'' pkg_cv_LIBDRM_CFLAGS=3D'-I/usr/local/include -I/usr/local/include/libdrm ' pkg_cv_LIBDRM_LIBS=3D'-L/usr/local/lib -ldrm ' pkg_cv_LIBUNWIND_CFLAGS=3D'-I/usr/local/include ' pkg_cv_LIBUNWIND_LIBS=3D'-L/usr/local/lib -lunwind ' pkg_cv_PTHREADSTUBS_CFLAGS=3D'-pthread ' pkg_cv_PTHREADSTUBS_LIBS=3D'-pthread ' pkg_cv_XCB_DRI2_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' pkg_cv_XCB_DRI2_LIBS=3D'-L/usr/local/lib -lX11-xcb -lX11 -lxcb -lxcb-dri2 -= lxcb-xfixes ' pkg_cv_XCB_DRI3_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' pkg_cv_XCB_DRI3_LIBS=3D'-L/usr/local/lib -lX11-xcb -lX11 -lxcb -lxcb-dri3 -= lxcb-xfixes -lxcb-present -lxcb-sync -lxshmfence ' pkg_cv_XF86VIDMODE_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' pkg_cv_XF86VIDMODE_LIBS=3D'-L/usr/local/lib -lXxf86vm ' pkg_cv_ZLIB_CFLAGS=3D'' pkg_cv_ZLIB_LIBS=3D'-lz ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL=3D'${SHELL} /usr/ports/graphics/mesa-libs/work/mesa-17.3.1/bin/miss= ing aclocal-1.15' AMDEPBACKSLASH=3D'\' AMDEP_FALSE=3D'#' AMDEP_TRUE=3D'' AMDGPU_CFLAGS=3D'' AMDGPU_LIBS=3D'' AMTAR=3D'$${TAR-tar}' AM_BACKSLASH=3D'\' AM_DEFAULT_V=3D'$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY=3D'1' AM_V=3D'$(V)' ANDROID_CFLAGS=3D'' ANDROID_LIBS=3D'' AR=3D'ar' AUTOCONF=3D'${SHELL} /usr/ports/graphics/mesa-libs/work/mesa-17.3.1/bin/mis= sing autoconf' AUTOHEADER=3D'${SHELL} /usr/ports/graphics/mesa-libs/work/mesa-17.3.1/bin/m= issing autoheader' AUTOMAKE=3D'${SHELL} /usr/ports/graphics/mesa-libs/work/mesa-17.3.1/bin/mis= sing automake-1.15' AWK=3D'/usr/bin/awk' BSYMBOLIC=3D'-Wl,-Bsymbolic' BUILD_SHARED_FALSE=3D'#' BUILD_SHARED_TRUE=3D'' CC=3D'cc' CCAS=3D'cc' CCASDEPMODE=3D'depmode=3Dgcc3' CCASFLAGS=3D'-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-= strict-aliasing' CCDEPMODE=3D'depmode=3Dgcc3' CFLAGS=3D'-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-str= ict-aliasing -Wall -Werror=3Dimplicit-function-declaration -Werror=3Dmissin= g-prototypes -Wmissing-prototypes -fno-math-errno -fno-trapping-math -std= =3Dc99' CLANG_RESOURCE_DIR=3D'' CLOCK_LIB=3D'' CLOVER_STD_OVERRIDE=3D'' CPP=3D'cpp' CPPFLAGS=3D'-isystem /usr/local/include' CXX=3D'c++' CXXCPP=3D'c++ -E' CXXDEPMODE=3D'depmode=3Dgcc3' CXXFLAGS=3D'-O2 -pipe -fstack-protector -isystem /usr/local/include -fno-st= rict-aliasing -isystem /usr/local/include -Wall -fno-math-errno -fno-trapp= ing-math' CYGPATH_W=3D'echo' D3D_DRIVER_INSTALL_DIR=3D'${exec_prefix}/lib/d3d' DEFINES=3D'-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_M= ACROS -DUSE_SSE41 -DUSE_GCC_ATOMIC_BUILTINS -DNDEBUG -DUSE_X86_64_ASM -DHAV= E_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_DL_ITE= RATE_PHDR -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DGLX_INDIRECT_= RENDERING -DGLX_DIRECT_RENDERING -DHAVE_X11_PLATFORM -DHAVE_DRM_PLATFORM -D= HAVE_DRI3 -DENABLE_SHADER_CACHE -DHAVE_MINCORE -DHAVE_LLVM=3D0x0500 -DMESA_= LLVM_VERSION_PATCH=3D0' DEFS=3D'' DEPDIR=3D'.deps' DLLTOOL=3D'false' DLOPEN_LIBS=3D'' DRI2PROTO_CFLAGS=3D'-I/usr/local/include ' DRI2PROTO_LIBS=3D'' DRIGL_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' DRIGL_LIBS=3D'-L/usr/local/lib -lXext -lXdamage -lXfixes -lX11-xcb -lX11 -l= xcb -lxcb-glx -lxcb-dri2 -lXxf86vm ' DRI_DRIVER_INSTALL_DIR=3D'${libdir}/dri' DRI_DRIVER_SEARCH_DIR=3D'${DRI_DRIVER_INSTALL_DIR}' DRI_LIB_DEPS=3D' -L/usr/local/lib -ldrm -L/usr/local/lib -lexpat -lm -lp= thread -pthread ' DRI_PC_REQ_PRIV=3D'libdrm >=3D 2.4.75' DSYMUTIL=3D'' DUMPBIN=3D'' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGL_CFLAGS=3D'' EGL_LIB_DEPS=3D' -lpthread -pthread' EGL_NATIVE_PLATFORM=3D'_EGL_PLATFORM_X11' EGREP=3D'/usr/bin/egrep' ETNAVIV_CFLAGS=3D'' ETNAVIV_LIBS=3D'' EXEEXT=3D'' EXPAT_CFLAGS=3D'-I/usr/local/include ' EXPAT_LIBS=3D'-L/usr/local/lib -lexpat ' FGREP=3D'/usr/bin/fgrep' FREEDRENO_CFLAGS=3D'' FREEDRENO_LIBS=3D'' GALLIUM_PIPE_LOADER_DEFINES=3D'' GBM_PC_LIB_PRIV=3D'' GBM_PC_REQ_PRIV=3D'' GCC_ATOMIC_BUILTINS_SUPPORTED_FALSE=3D'#' GCC_ATOMIC_BUILTINS_SUPPORTED_TRUE=3D'' GC_SECTIONS=3D'-Wl,--gc-sections' GEN_ASM_OFFSETS_FALSE=3D'' GEN_ASM_OFFSETS_TRUE=3D'#' GLESv1_CM_LIB_DEPS=3D'-L/usr/local/lib -ldrm -lm -lpthread -pthread ' GLESv1_CM_PC_LIB_PRIV=3D'-lm -lpthread -pthread ' GLESv2_LIB_DEPS=3D'-L/usr/local/lib -ldrm -lm -lpthread -pthread ' GLESv2_PC_LIB_PRIV=3D'-lm -lpthread -pthread ' GLPROTO_CFLAGS=3D'-I/usr/local/include ' GLPROTO_LIBS=3D'' GLVND_CFLAGS=3D'' GLVND_LIBS=3D'' GLX_TLS=3D'no' GL_LIB=3D'GL' GL_LIB_DEPS=3D'-L/usr/local/lib -lXext -lXdamage -lXfixes -lX11-xcb -lX11 -= lxcb -lxcb-glx -lxcb-dri2 -lXxf86vm -L/usr/local/lib -ldrm -lm -lpthread = -pthread ' GL_PC_CFLAGS=3D'' GL_PC_LIB_PRIV=3D'-lm -lpthread -pthread ' GL_PC_REQ_PRIV=3D' libdrm >=3D 2.4.75 x11 xext xdamage >=3D 1.1 xfixes x11-= xcb xcb xcb-glx >=3D 1.8.1 xcb-dri2 >=3D 1.8 xxf86vm' GREP=3D'/usr/bin/grep' HAVE_AARCH64_ASM_FALSE=3D'' HAVE_AARCH64_ASM_TRUE=3D'' HAVE_AMD_DRIVERS_FALSE=3D'' HAVE_AMD_DRIVERS_TRUE=3D'' HAVE_ANDROID_FALSE=3D'' HAVE_ANDROID_TRUE=3D'#' HAVE_APPLEDRI_FALSE=3D'' HAVE_APPLEDRI_TRUE=3D'#' HAVE_ARM_ASM_FALSE=3D'' HAVE_ARM_ASM_TRUE=3D'' HAVE_BROADCOM_DRIVERS_FALSE=3D'' HAVE_BROADCOM_DRIVERS_TRUE=3D'' HAVE_CLOVER_FALSE=3D'' HAVE_CLOVER_ICD_FALSE=3D'' HAVE_CLOVER_ICD_TRUE=3D'#' HAVE_CLOVER_TRUE=3D'#' HAVE_COMMON_OSMESA_FALSE=3D'' HAVE_COMMON_OSMESA_TRUE=3D'' HAVE_COMPAT_SYMLINKS_FALSE=3D'' HAVE_COMPAT_SYMLINKS_TRUE=3D'#' HAVE_DRI2_FALSE=3D'#' HAVE_DRI2_TRUE=3D'' HAVE_DRI3_FALSE=3D'#' HAVE_DRI3_TRUE=3D'' HAVE_DRICOMMON_FALSE=3D'#' HAVE_DRICOMMON_TRUE=3D'' HAVE_DRISW_FALSE=3D'#' HAVE_DRISW_KMS_FALSE=3D'#' HAVE_DRISW_KMS_TRUE=3D'' HAVE_DRISW_TRUE=3D'' HAVE_DRI_GLX_FALSE=3D'#' HAVE_DRI_GLX_TRUE=3D'' HAVE_EGL_FALSE=3D'#' HAVE_EGL_TRUE=3D'' HAVE_GALLIUM_COMPUTE_FALSE=3D'' HAVE_GALLIUM_COMPUTE_TRUE=3D'' HAVE_GALLIUM_ETNAVIV_FALSE=3D'' HAVE_GALLIUM_ETNAVIV_TRUE=3D'' HAVE_GALLIUM_EXTRA_HUD_FALSE=3D'' HAVE_GALLIUM_EXTRA_HUD_TRUE=3D'#' HAVE_GALLIUM_FALSE=3D'' HAVE_GALLIUM_FREEDRENO_FALSE=3D'' HAVE_GALLIUM_FREEDRENO_TRUE=3D'' HAVE_GALLIUM_I915_FALSE=3D'' HAVE_GALLIUM_I915_TRUE=3D'' HAVE_GALLIUM_IMX_FALSE=3D'' HAVE_GALLIUM_IMX_TRUE=3D'' HAVE_GALLIUM_LLVMPIPE_FALSE=3D'' HAVE_GALLIUM_LLVMPIPE_TRUE=3D'' HAVE_GALLIUM_LLVM_FALSE=3D'' HAVE_GALLIUM_LLVM_TRUE=3D'' HAVE_GALLIUM_NOUVEAU_FALSE=3D'' HAVE_GALLIUM_NOUVEAU_TRUE=3D'' HAVE_GALLIUM_OSMESA_FALSE=3D'' HAVE_GALLIUM_OSMESA_TRUE=3D'' HAVE_GALLIUM_PL111_FALSE=3D'' HAVE_GALLIUM_PL111_TRUE=3D'' HAVE_GALLIUM_R300_FALSE=3D'' HAVE_GALLIUM_R300_TRUE=3D'' HAVE_GALLIUM_R600_FALSE=3D'' HAVE_GALLIUM_R600_TRUE=3D'' HAVE_GALLIUM_RADEONSI_FALSE=3D'' HAVE_GALLIUM_RADEONSI_TRUE=3D'' HAVE_GALLIUM_RADEON_COMMON_FALSE=3D'' HAVE_GALLIUM_RADEON_COMMON_TRUE=3D'' HAVE_GALLIUM_SOFTPIPE_FALSE=3D'' HAVE_GALLIUM_SOFTPIPE_TRUE=3D'' HAVE_GALLIUM_STATIC_TARGETS_FALSE=3D'' HAVE_GALLIUM_STATIC_TARGETS_TRUE=3D'' HAVE_GALLIUM_SVGA_FALSE=3D'' HAVE_GALLIUM_SVGA_TRUE=3D'' HAVE_GALLIUM_SWRAST_FALSE=3D'' HAVE_GALLIUM_SWRAST_TRUE=3D'' HAVE_GALLIUM_SWR_FALSE=3D'' HAVE_GALLIUM_SWR_TRUE=3D'' HAVE_GALLIUM_TESTS_FALSE=3D'' HAVE_GALLIUM_TESTS_TRUE=3D'#' HAVE_GALLIUM_TRUE=3D'#' HAVE_GALLIUM_VC4_FALSE=3D'' HAVE_GALLIUM_VC4_TRUE=3D'' HAVE_GALLIUM_VC5_FALSE=3D'' HAVE_GALLIUM_VC5_TRUE=3D'' HAVE_GALLIUM_VIRGL_FALSE=3D'' HAVE_GALLIUM_VIRGL_TRUE=3D'' HAVE_GALLIUM_XLIB_GLX_FALSE=3D'' HAVE_GALLIUM_XLIB_GLX_TRUE=3D'#' HAVE_GBM_FALSE=3D'#' HAVE_GBM_TRUE=3D'' HAVE_GLX_FALSE=3D'#' HAVE_GLX_TRUE=3D'' HAVE_I915_DRI_FALSE=3D'' HAVE_I915_DRI_TRUE=3D'' HAVE_I965_DRI_FALSE=3D'' HAVE_I965_DRI_TRUE=3D'' HAVE_INTEL_DRIVERS_FALSE=3D'' HAVE_INTEL_DRIVERS_TRUE=3D'' HAVE_INTEL_VULKAN_FALSE=3D'' HAVE_INTEL_VULKAN_TRUE=3D'' HAVE_LD_DYNAMIC_LIST_FALSE=3D'#' HAVE_LD_DYNAMIC_LIST_TRUE=3D'' HAVE_LD_VERSION_SCRIPT_FALSE=3D'' HAVE_LD_VERSION_SCRIPT_TRUE=3D'#' HAVE_LIBDRM_FALSE=3D'' HAVE_LIBDRM_TRUE=3D'' HAVE_LIBSENSORS_FALSE=3D'' HAVE_LIBSENSORS_TRUE=3D'#' HAVE_LMSENSORS_FALSE=3D'' HAVE_LMSENSORS_TRUE=3D'#' HAVE_NOUVEAU_DRI_FALSE=3D'' HAVE_NOUVEAU_DRI_TRUE=3D'' HAVE_OPENGL_ES1_FALSE=3D'' HAVE_OPENGL_ES1_TRUE=3D'#' HAVE_OPENGL_ES2_FALSE=3D'#' HAVE_OPENGL_ES2_TRUE=3D'' HAVE_OPENGL_FALSE=3D'#' HAVE_OPENGL_TRUE=3D'' HAVE_OSMESA_FALSE=3D'' HAVE_OSMESA_TRUE=3D'' HAVE_PLATFORM_ANDROID_FALSE=3D'' HAVE_PLATFORM_ANDROID_TRUE=3D'#' HAVE_PLATFORM_DRM_FALSE=3D'#' HAVE_PLATFORM_DRM_TRUE=3D'' HAVE_PLATFORM_SURFACELESS_FALSE=3D'' HAVE_PLATFORM_SURFACELESS_TRUE=3D'#' HAVE_PLATFORM_WAYLAND_FALSE=3D'' HAVE_PLATFORM_WAYLAND_TRUE=3D'#' HAVE_PLATFORM_X11_FALSE=3D'#' HAVE_PLATFORM_X11_TRUE=3D'' HAVE_PPC64LE_ASM_FALSE=3D'' HAVE_PPC64LE_ASM_TRUE=3D'' HAVE_R200_DRI_FALSE=3D'' HAVE_R200_DRI_TRUE=3D'' HAVE_RADEON_DRI_FALSE=3D'' HAVE_RADEON_DRI_TRUE=3D'' HAVE_RADEON_VULKAN_FALSE=3D'' HAVE_RADEON_VULKAN_TRUE=3D'' HAVE_SHARED_GLAPI_FALSE=3D'#' HAVE_SHARED_GLAPI_TRUE=3D'' HAVE_SPARC_ASM_FALSE=3D'' HAVE_SPARC_ASM_TRUE=3D'' HAVE_ST_NINE_FALSE=3D'' HAVE_ST_NINE_TRUE=3D'#' HAVE_ST_OMX_BELLAGIO_FALSE=3D'' HAVE_ST_OMX_BELLAGIO_TRUE=3D'#' HAVE_ST_VA_FALSE=3D'' HAVE_ST_VA_TRUE=3D'#' HAVE_ST_VDPAU_FALSE=3D'' HAVE_ST_VDPAU_TRUE=3D'#' HAVE_ST_XA_FALSE=3D'' HAVE_ST_XA_TRUE=3D'#' HAVE_ST_XVMC_FALSE=3D'' HAVE_ST_XVMC_TRUE=3D'#' HAVE_SWRAST_DRI_FALSE=3D'' HAVE_SWRAST_DRI_TRUE=3D'' HAVE_SWR_AVX2_FALSE=3D'' HAVE_SWR_AVX2_TRUE=3D'#' HAVE_SWR_AVX_FALSE=3D'' HAVE_SWR_AVX_TRUE=3D'#' HAVE_SWR_KNL_FALSE=3D'' HAVE_SWR_KNL_TRUE=3D'#' HAVE_SWR_SKX_FALSE=3D'' HAVE_SWR_SKX_TRUE=3D'#' HAVE_VULKAN_COMMON_FALSE=3D'' HAVE_VULKAN_COMMON_TRUE=3D'' HAVE_WINDOWSDRI_FALSE=3D'' HAVE_WINDOWSDRI_TRUE=3D'#' HAVE_X86_64_ASM_FALSE=3D'' HAVE_X86_64_ASM_TRUE=3D'' HAVE_X86_ASM_FALSE=3D'' HAVE_X86_ASM_TRUE=3D'' HAVE_XF86VIDMODE=3D'yes' HAVE_XF86VIDMODE_FALSE=3D'#' HAVE_XF86VIDMODE_TRUE=3D'' HAVE_XLIB_GLX_FALSE=3D'' HAVE_XLIB_GLX_TRUE=3D'#' I915_CFLAGS=3D'' I915_LIBS=3D'' INDENT=3D'cat' INDENT_FLAGS=3D'' INSTALL_DATA=3D'install -m 0644' INSTALL_PROGRAM=3D'install -s -m 555' INSTALL_SCRIPT=3D'install -m 555' INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s' LD=3D'/usr/bin/ld' LDFLAGS=3D' -Wl,-rpath=3D/usr/local/llvm50/lib -fstack-protector' LD_NO_UNDEFINED=3D'-Wl,--no-undefined' LEX=3D'flex' LEXLIB=3D'-lfl' LEX_OUTPUT_ROOT=3D'lex.yy' LIBATOMIC_LIBS=3D'' LIBCLC_INCLUDEDIR=3D'' LIBCLC_LIBEXECDIR=3D'' LIBDRM_CFLAGS=3D'-I/usr/local/include -I/usr/local/include/libdrm ' LIBDRM_LIBS=3D'-L/usr/local/lib -ldrm ' LIBELF_CFLAGS=3D'' LIBELF_LIBS=3D'-lelf' LIBGLVND_DATADIR=3D'' LIBOBJS=3D'' LIBS=3D'-L/usr/local/lib' LIBSENSORS_LIBS=3D'' LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' LIBUNWIND_CFLAGS=3D'-I/usr/local/include ' LIBUNWIND_LIBS=3D'-L/usr/local/lib -lunwind ' LIB_DIR=3D'lib' LIB_EXT=3D'so' LIPO=3D'' LLVM_CFLAGS=3D'-I/usr/local/llvm50/include -DLLVM_BUILD_GLOBAL_ISEL -D__S= TDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS' LLVM_CONFIG=3D'/usr/local/bin/llvm-config50' LLVM_CXXFLAGS=3D'-I/usr/local/llvm50/include -pipe -isystem /usr/local/incl= ude -isystem /usr/local/include -std=3Dc++11 -pipe -isystem /usr/local/inc= lude -isystem /usr/local/include -DLLVM_BUILD_GLOBAL_ISEL -D__STDC_CONSTAN= T_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS' LLVM_INCLUDEDIR=3D'/usr/local/llvm50/include' LLVM_LDFLAGS=3D'-L/usr/local/llvm50/lib ' LLVM_LIBS=3D'-lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMSymbolize -lLLV= MDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMMIRParser -lLLVMCoverage -lLLVMTab= leGen -lLLVMDlltoolDriver -lLLVMOrcJIT -lLLVMXCoreDisassembler -lLLVMXCoreC= odeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMSystemZD= isassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -= lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSpar= cCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAs= mPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmPar= ser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTX= CodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430C= odeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsD= isassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMips= Info -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVM= LanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVM= HexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexag= onDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFDe= sc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen= -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMA= MDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDes= c -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Di= sassembler -lLLVMAArch64CodeGen -lLLVMAArch64AsmParser -lLLVMAArch64Desc -l= LLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMAArch64Utils -lLLVMObjectYAML= -lLLVMLibDriver -lLLVMOption -lLLVMX86Disassembler -lLLVMX86AsmParser -lLL= VMX86CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDeb= ugInfoCodeView -lLLVMDebugInfoMSF -lLLVMX86Desc -lLLVMMCDisassembler -lLLVM= X86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMMCJIT -lLLVMLineEditor -lL= LVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMCodeGen -lLLVM= Target -lLLVMCoroutines -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lL= LVMScalarOpts -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMInstCombine= -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLL= VMObject -lLLVMMCParser -lLLVMMC -lLLVMBitReader -lLLVMCore -lLLVMBinaryFor= mat -lLLVMSupport -lLLVMDemangle' LN_S=3D'ln -s' LTLIBOBJS=3D'' LT_SYS_LIBRARY_PATH=3D'' MAKEINFO=3D'${SHELL} /usr/ports/graphics/mesa-libs/work/mesa-17.3.1/bin/mis= sing makeinfo' MANIFEST_TOOL=3D':' MKDIR_P=3D'/bin/mkdir -p' MSVC2013_COMPAT_CFLAGS=3D'-Werror=3Dvla' MSVC2013_COMPAT_CXXFLAGS=3D'-Werror=3Dvla' NEED_GALLIUM_VL_FALSE=3D'#' NEED_GALLIUM_VL_TRUE=3D'' NEED_GALLIUM_VL_WINSYS_FALSE=3D'' NEED_GALLIUM_VL_WINSYS_TRUE=3D'#' NEED_KHRPLATFORM_FALSE=3D'#' NEED_KHRPLATFORM_TRUE=3D'' NEED_LIBMESA_FALSE=3D'' NEED_LIBMESA_TRUE=3D'#' NEED_MEGADRIVER_FALSE=3D'' NEED_MEGADRIVER_TRUE=3D'#' NEED_OPENGL_COMMON_FALSE=3D'#' NEED_OPENGL_COMMON_TRUE=3D'' NEED_RADEON_DRM_WINSYS_FALSE=3D'' NEED_RADEON_DRM_WINSYS_TRUE=3D'' NEED_WINSYS_XLIB_FALSE=3D'' NEED_WINSYS_XLIB_TRUE=3D'' NINE_MAJOR=3D'' NINE_MINOR=3D'' NINE_TINY=3D'' NINE_VERSION=3D'' NM=3D'/usr/local/bin/nm -B' NMEDIT=3D'' NOUVEAU_CFLAGS=3D'' NOUVEAU_LIBS=3D'' NVVIEUX_CFLAGS=3D'' NVVIEUX_LIBS=3D'' OBJDUMP=3D'objdump' OBJEXT=3D'o' OMX_BELLAGIO_CFLAGS=3D'' OMX_BELLAGIO_LIBS=3D'' OMX_BELLAGIO_LIB_INSTALL_DIR=3D'' OPENCL_LIBNAME=3D'' OPENCL_VERSION=3D'1' OSMESA_LIB=3D'OSMesa' OSMESA_LIB_DEPS=3D'' OSMESA_PC_LIB_PRIV=3D'' OSMESA_PC_REQ=3D'' OSMESA_VERSION=3D'8' OTOOL64=3D'' OTOOL=3D'' PACKAGE=3D'mesa' PACKAGE_BUGREPORT=3D'https://bugs.freedesktop.org/enter_bug.cgi?product=3DM= esa' PACKAGE_NAME=3D'Mesa' PACKAGE_STRING=3D'Mesa 17.3.1' PACKAGE_TARNAME=3D'mesa' PACKAGE_URL=3D'' PACKAGE_VERSION=3D'17.3.1' PATH_SEPARATOR=3D':' PKG_CONFIG=3D'pkgconf' PKG_CONFIG_LIBDIR=3D'' PKG_CONFIG_PATH=3D'' POSIX_SHELL=3D'' PTHREADSTUBS_CFLAGS=3D'-pthread ' PTHREADSTUBS_LIBS=3D'-pthread ' PTHREAD_CC=3D'cc' PTHREAD_CFLAGS=3D'-D_THREAD_SAFE -pthread' PTHREAD_LIBS=3D'-lpthread -pthread' PWR8_CFLAGS=3D'' PYTHON2=3D'python2.7' RADEON_CFLAGS=3D'' RADEON_LIBS=3D'' RANLIB=3D'ranlib' RM=3D'rm -f' SED=3D'/usr/bin/sed' SELINUX_CFLAGS=3D'' SELINUX_LIBS=3D'' SET_MAKE=3D'' SHELL=3D'/bin/sh' SIMPENROSE_CFLAGS=3D'' SIMPENROSE_LIBS=3D'' SSE41_CFLAGS=3D'-msse4.1' SSE41_SUPPORTED_FALSE=3D'#' SSE41_SUPPORTED_TRUE=3D'' STRIP=3D'strip' SWR_AVX2_CXXFLAGS=3D'' SWR_AVX_CXXFLAGS=3D'' SWR_CXX11_CXXFLAGS=3D'' SWR_INVALID_LLVM_VERSION_FALSE=3D'#' SWR_INVALID_LLVM_VERSION_TRUE=3D'' SWR_KNL_CXXFLAGS=3D'' SWR_SKX_CXXFLAGS=3D'' USE_LIBGLVND_FALSE=3D'' USE_LIBGLVND_TRUE=3D'#' USE_VC4_SIMULATOR_FALSE=3D'' USE_VC4_SIMULATOR_TRUE=3D'' USE_VC5_SIMULATOR_FALSE=3D'' USE_VC5_SIMULATOR_TRUE=3D'' VALGRIND_CFLAGS=3D'' VALGRIND_LIBS=3D'' VA_CFLAGS=3D'' VA_LIBS=3D'' VA_LIB_INSTALL_DIR=3D'${exec_prefix}/lib/dri' VA_MAJOR=3D'' VA_MINOR=3D'' VC5_SIMULATOR_CFLAGS=3D'' VC5_SIMULATOR_LIBS=3D'' VDPAU_CFLAGS=3D'' VDPAU_LIBS=3D'' VDPAU_LIB_INSTALL_DIR=3D'${libdir}/vdpau' VDPAU_MAJOR=3D'' VDPAU_MINOR=3D'' VERSION=3D'17.3.1' VISIBILITY_CFLAGS=3D'-fvisibility=3Dhidden' VISIBILITY_CXXFLAGS=3D'-fvisibility=3Dhidden' VL_CFLAGS=3D'' VL_LIBS=3D'' VULKAN_ICD_INSTALL_DIR=3D'${datarootdir}/vulkan/icd.d' WAYLAND_CLIENT_CFLAGS=3D'' WAYLAND_CLIENT_LIBS=3D'' WAYLAND_PROTOCOLS_DATADIR=3D'' WAYLAND_SCANNER=3D':' WAYLAND_SCANNER_CFLAGS=3D'' WAYLAND_SCANNER_LIBS=3D'' WAYLAND_SERVER_CFLAGS=3D'' WAYLAND_SERVER_LIBS=3D'' WNO_OVERRIDE_INIT=3D'-Wno-initializer-overrides' X11_INCLUDES=3D' -I/usr/local/include -D_THREAD_SAFE -pthread ' XA_MAJOR=3D'' XA_MINOR=3D'' XA_TINY=3D'' XA_VERSION=3D'' XCB_DRI2_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' XCB_DRI2_LIBS=3D'-L/usr/local/lib -lX11-xcb -lX11 -lxcb -lxcb-dri2 -lxcb-xf= ixes ' XCB_DRI3_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' XCB_DRI3_LIBS=3D'-L/usr/local/lib -lX11-xcb -lX11 -lxcb -lxcb-dri3 -lxcb-xf= ixes -lxcb-present -lxcb-sync -lxshmfence ' XF86VIDMODE_CFLAGS=3D'-I/usr/local/include -D_THREAD_SAFE -pthread ' XF86VIDMODE_LIBS=3D'-L/usr/local/lib -lXxf86vm ' XLIBGL_CFLAGS=3D'' XLIBGL_LIBS=3D'' XVMC_CFLAGS=3D'' XVMC_LIBS=3D'' XVMC_LIB_INSTALL_DIR=3D'${libdir}' XVMC_MAJOR=3D'' XVMC_MINOR=3D'' YACC=3D'bison' YFLAGS=3D'' ZLIB_CFLAGS=3D'' ZLIB_LIBS=3D'-lz ' ac_ct_AR=3D'ar' ac_ct_CC=3D'cc' ac_ct_CXX=3D'' ac_ct_DUMPBIN=3D'' acv_mako_found=3D'no' am__EXEEXT_FALSE=3D'' am__EXEEXT_TRUE=3D'' am__fastdepCCAS_FALSE=3D'#' am__fastdepCCAS_TRUE=3D'' am__fastdepCC_FALSE=3D'#' am__fastdepCC_TRUE=3D'' am__fastdepCXX_FALSE=3D'#' am__fastdepCXX_TRUE=3D'' am__include=3D'include' am__isrc=3D'' am__leading_dot=3D'.' am__nodep=3D'_no' am__quote=3D'' am__tar=3D'' am__untar=3D'' ax_pthread_config=3D'' bindir=3D'${exec_prefix}/bin' build=3D'amd64-portbld-freebsd11.1' build_alias=3D'amd64-portbld-freebsd11.1' build_cpu=3D'amd64' build_os=3D'freebsd11.1' build_vendor=3D'portbld' datadir=3D'${datarootdir}' datarootdir=3D'${prefix}/share' docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir=3D'${docdir}' exec_prefix=3D'NONE' host=3D'amd64-portbld-freebsd11.1' host_alias=3D'' host_cpu=3D'amd64' host_os=3D'freebsd11.1' host_vendor=3D'portbld' htmldir=3D'${docdir}' ifGNUmake=3D'' includedir=3D'${prefix}/include' infodir=3D'/usr/local/info' install_sh=3D'${SHELL} /usr/ports/graphics/mesa-libs/work/mesa-17.3.1/bin/i= nstall-sh' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localedir=3D'${datarootdir}/locale' localstatedir=3D'/var' mandir=3D'/usr/local/man' mkdir_p=3D'$(MKDIR_P)' oldincludedir=3D'/usr/include' pdfdir=3D'${docdir}' prefix=3D'/usr/local' program_transform_name=3D's,x,x,' psdir=3D'${docdir}' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc' target=3D'amd64-portbld-freebsd11.1' target_alias=3D'' target_cpu=3D'amd64' target_os=3D'freebsd11.1' target_vendor=3D'portbld' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Mesa" #define PACKAGE_TARNAME "mesa" #define PACKAGE_VERSION "17.3.1" #define PACKAGE_STRING "Mesa 17.3.1" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?produ= ct=3DMesa" #define PACKAGE_URL "" #define PACKAGE "mesa" #define VERSION "17.3.1" #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___BUILTIN_BSWAP32 1 #define HAVE___BUILTIN_BSWAP64 1 #define HAVE___BUILTIN_CLZ 1 #define HAVE___BUILTIN_CLZLL 1 #define HAVE___BUILTIN_CTZ 1 #define HAVE___BUILTIN_EXPECT 1 #define HAVE___BUILTIN_FFS 1 #define HAVE___BUILTIN_FFSLL 1 #define HAVE___BUILTIN_POPCOUNT 1 #define HAVE___BUILTIN_POPCOUNTLL 1 #define HAVE___BUILTIN_UNREACHABLE 1 #define HAVE_FUNC_ATTRIBUTE_CONST 1 #define HAVE_FUNC_ATTRIBUTE_FLATTEN 1 #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 #define HAVE_FUNC_ATTRIBUTE_PACKED 1 #define HAVE_FUNC_ATTRIBUTE_PURE 1 #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 #define HAVE_FUNC_ATTRIBUTE_UNUSED 1 #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 #define HAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT 1 #define HAVE_FUNC_ATTRIBUTE_WEAK 1 #define HAVE_FUNC_ATTRIBUTE_ALIAS 1 #define HAVE_DLADDR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_LIBUNWIND 1 configure: exit 1 --VS++wcV0S1rZb1Fb-- From owner-freebsd-x11@freebsd.org Thu Jan 4 12:10:49 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC81DEAEEB8 for ; Thu, 4 Jan 2018 12:10:49 +0000 (UTC) (envelope-from sghctoma@gmail.com) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41FD56683A for ; Thu, 4 Jan 2018 12:10:49 +0000 (UTC) (envelope-from sghctoma@gmail.com) Received: by mail-wr0-x22c.google.com with SMTP id 36so1284392wrh.1 for ; Thu, 04 Jan 2018 04:10:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=A2vb/jRgSvwz65TP77sap/F1TRE6M0DF0BfvrhS+Bzw=; b=GEObPEb/Hxv9PKoxWF+KlHwgQ76XAwxk9jeMcXNrFqT3fGk6U0J3goo8aFevqTUYX1 A3MUt+gu0bkGHEq8J555n/gdjsaPehQnm9QPnlKnNc0OCMlr1mEpMPjYaC4bp9OuvClI tDpJFKE7mR9N+DZDgJYe7l70z5RJvCvtUvcpdRy0DSl3qNnKLN0sBC/TCbsY3DUMN2hk VYxeb1b6FYk0ISa0DABH8aNYTtKX1wPsG3wKqdnpq2nWPQF4sd572f6TQ568sbMFBI4i 7oubkrXhx7I84qEZiPgXcw6IFHVWdQFAadr5rFwaSxwJXvBXmKPmxrWzT2RLljWdES9M 1l/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=A2vb/jRgSvwz65TP77sap/F1TRE6M0DF0BfvrhS+Bzw=; b=GeS6r2WVV93rAXeT9Z7LWpp5ratjUqAsD3YOIam/J1Em/QB4DkDRjZD7w834ifYPkX J3RG22fGUAAmqfRDttv7F+a894fLbvc/Q1dptadPcd6fTQs9DSWwzuDp/BfzOmCNWP6o m2JV+wB79XNdnmLJBTSPmsozFN8keG5OxrVMDRe9ht9x7x1W/EPf/x3Je4VJaG0sBosY znDDNMPBTi/bT9ZKuRS5ACmY8A3zV8PkeE0UakKdtT6qRMz8ngJKKl44yhhQyXfjqHGH +5QxKHUhUkm00xgjA8AAnUFv8u8H268wvXV9u9WYVG/rGDm8sA1yE30Xw5VwGjU8LpFs v6RA== X-Gm-Message-State: AKGB3mJr+IgeWNDyQifqU5oCdvpKVCMVCEhlBlCvXADbPYYFx/U80iIC tk9RLwwrTlcb5eqegcjsXRJc4A== X-Google-Smtp-Source: ACJfBouGHoHjOD32At0pkKOcmYKhmN069GxkCN3zMH61/UjZOnHgJCMFfHeRIPypUK60w7TvF0X4WQ== X-Received: by 10.223.160.233 with SMTP id n38mr4774736wrn.45.1515067847376; Thu, 04 Jan 2018 04:10:47 -0800 (PST) Received: from localhost (pr-audit.hu. [86.101.233.9]) by smtp.gmail.com with ESMTPSA id k7sm1626010wrg.38.2018.01.04.04.10.45 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 04 Jan 2018 04:10:46 -0800 (PST) Date: Thu, 4 Jan 2018 13:11:09 +0100 From: Tamas Szakaly To: freebsd-x11@freebsd.org Subject: Re: mesa-libs problem with llvm50 Message-ID: <20180104121109.yhs6uuahei33wzoc@pamparam> Mail-Followup-To: freebsd-x11@freebsd.org References: <20180104053400.GA53022@phouka1.phouka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180104053400.GA53022@phouka1.phouka.net> User-Agent: NeoMutt/20171208 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 12:10:49 -0000 On Wed, Jan 03, 2018 at 09:34:00PM -0800, John Kennedy wrote: > Ever since llvm50 started getting included (vs llvm40), I've had this problem > building mesa-libs. Initially I was running 11.1-p6, but there was a lot of > llvm40 output initially (from base OS, presumably), so today I tried against > stable/11 since it has llvm 5.0 in base. Hi, I have also encountered this problem. It seems that the configure script tries to pick up the wrong shared library, because it determines the name from the output of "llvm-config50 --version". This command outputs "5.0.0git-2890f088b4b6" on my machine, so configure looks for a file named /usr/local/llvm50/lib/libLLVM-5.0.0git-2890f088b4b6.so. I don't really had the time to look into this any further, so I just symlinked usr/local/llvm50/lib/libLLVM-5.0.so to that file, and this seems to be a sufficient workaround. Cheers, Toma -- Tamas Szakaly @sghctoma From owner-freebsd-x11@freebsd.org Thu Jan 4 12:27:03 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28C18EB01EA for ; Thu, 4 Jan 2018 12:27:03 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2E80671C1 for ; Thu, 4 Jan 2018 12:27:02 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-it0-x229.google.com with SMTP id z6so2124891iti.4 for ; Thu, 04 Jan 2018 04:27:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=+FmH+Lez7Q27v4ahYjEWXYRD8lKgbRJAcY+LD7rWJj0=; b=G1A2JrKMiGXflNZPEG44kOeKXVu8rwJvR2+f0X0ILP9adUnl4wjnI0EflX9QsSsp+h 3SNrvKSUqoJKDGAfNT3lPTw9R7uEaplloFXebjreSm+IXJd0QQl85NKzqe7vU1LGgstt uLNzJKlz7PqlIOzni6vKtYBGY1viRs4Z6rrqEtJQW5oJ/710b3ThYuiUCdH/Q/4gB6ZV UrbRdRtWFhql/ZqufmHdwzyWBNRD0LlbiDkODBSv+kM7LHVDUmybjsfrQH+Jzn6me31U ayfrX4rov7IrINkTVket7U0+bwU9kMk/GWZ8Loaw2ldswHX2Xz3aIAoP+EA088ygrcc6 BAlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=+FmH+Lez7Q27v4ahYjEWXYRD8lKgbRJAcY+LD7rWJj0=; b=EGRX0iZHmuElarucxPQdHXCXlBoG8WH7oWWxMPUnnTyxxZA0LrSneTVbc1+YNCUvms LC028T7HBE8ZRnvznkqhlKIfrYmfpa2v1lY1ziDxYYlURveIuBRVi7TXM4UaLEfvgdst ZhY368TeJ8E7zJPbPysqccDFrwqyy4upe7FeHIvO6qjiQsq4MIU42uzBY00PvKIFXjze xVETMvwQfgiijqYiR3uPbKFIZscdDXOSn2DAV8nv8ccTN/QWnrUUxmKu1RHH5YEvmw4G L+Sfj+5Z5hFnBSdxicuYpkJyjtbn+0ILfXRPwxeANxqIb4d3g4xQQefZUR7TP6yAZOXN tNig== X-Gm-Message-State: AKGB3mIorrShrsfqNpAYs6LLZRY2W0p5671QSJAqcjSMautwOas+OL/+ rV6faZ9pY+lDbn1oxT+NbOfSH1lfdXjoJPCJIEBA1Q== X-Google-Smtp-Source: ACJfBotJM1SMPZMy9mRXX+A2aKzkCb1ty+6mEKjFJHaGPW9RPQIsb1HUIm4QhZ4uDY50fTdVC+KtLeFodAkVog6Ubaw= X-Received: by 10.36.44.197 with SMTP id i188mr5634428iti.40.1515068821948; Thu, 04 Jan 2018 04:27:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.148.173 with HTTP; Thu, 4 Jan 2018 04:27:01 -0800 (PST) In-Reply-To: <20180104121109.yhs6uuahei33wzoc@pamparam> References: <20180104053400.GA53022@phouka1.phouka.net> <20180104121109.yhs6uuahei33wzoc@pamparam> From: Andreas Nilsson Date: Thu, 4 Jan 2018 13:27:01 +0100 Message-ID: Subject: Re: mesa-libs problem with llvm50 To: FreeBSD X11 mailing list Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 12:27:03 -0000 Hello! It has a bug assigned: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes which you should find in the archives for this list. Best regards Andreas On Thu, Jan 4, 2018 at 1:11 PM, Tamas Szakaly wrote: > On Wed, Jan 03, 2018 at 09:34:00PM -0800, John Kennedy wrote: > > Ever since llvm50 started getting included (vs llvm40), I've had this > problem > > building mesa-libs. Initially I was running 11.1-p6, but there was a > lot of > > llvm40 output initially (from base OS, presumably), so today I tried > against > > stable/11 since it has llvm 5.0 in base. > > > Hi, > > I have also encountered this problem. It seems that the configure script > tries > to pick up the wrong shared library, because it determines the name from > the > output of "llvm-config50 --version". This command outputs > "5.0.0git-2890f088b4b6" on my machine, so configure looks for a file named > /usr/local/llvm50/lib/libLLVM-5.0.0git-2890f088b4b6.so. I don't really > had the > time to look into this any further, so I just symlinked > usr/local/llvm50/lib/libLLVM-5.0.so to that file, and this seems to be a > sufficient workaround. > > Cheers, > Toma > > -- > Tamas Szakaly > @sghctoma > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > From owner-freebsd-x11@freebsd.org Thu Jan 4 13:26:26 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FEB4EB40C8 for ; Thu, 4 Jan 2018 13:26:26 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward104j.mail.yandex.net (forward104j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD45B6961A for ; Thu, 4 Jan 2018 13:26:25 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback11g.mail.yandex.net (mxback11g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:90]) by forward104j.mail.yandex.net (Yandex) with ESMTP id C9B514110B for ; Thu, 4 Jan 2018 16:26:21 +0300 (MSK) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [2a02:6b8:0:1a2d::27]) by mxback11g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id EgWG6axL2M-QLZef8FA; Thu, 04 Jan 2018 16:26:21 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1515072381; bh=3H4vI2fSJL8cC2rS7T76CnFt+LplyH7GslxWyWl7rx4=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=nZ9zR1BET4rhcPoC38XnOc4Gcp2IqU2ZlZOlTIsIbtb3/7VFk9YflCaNRuZnK6yxr yMOPJm2jFnqtOtHljIUgdkO5xn+jI7sGRNiuViFEYpNtFztKFgOB2Alxq+zTJq8IK7 dMXJhFtr85K8dvTOtPrl00ysjlFGF9xcA4GNnuaY= Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id NLKDZUvxHo-QKxGSJoh; Thu, 04 Jan 2018 16:26:20 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1515072381; bh=3H4vI2fSJL8cC2rS7T76CnFt+LplyH7GslxWyWl7rx4=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=nZ9zR1BET4rhcPoC38XnOc4Gcp2IqU2ZlZOlTIsIbtb3/7VFk9YflCaNRuZnK6yxr yMOPJm2jFnqtOtHljIUgdkO5xn+jI7sGRNiuViFEYpNtFztKFgOB2Alxq+zTJq8IK7 dMXJhFtr85K8dvTOtPrl00ysjlFGF9xcA4GNnuaY= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1515072378.95890.1.camel@yandex.com> Subject: Re: mesa-libs problem with llvm50 From: Stari Karp To: freebsd-x11@freebsd.org Date: Thu, 04 Jan 2018 08:26:18 -0500 In-Reply-To: <20180104053400.GA53022@phouka1.phouka.net> References: <20180104053400.GA53022@phouka1.phouka.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.2 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 13:26:26 -0000 On Wed, 2018-01-03 at 21:34 -0800, John Kennedy wrote: > Ever since llvm50 started getting included (vs llvm40), I've had this > problem > building mesa-libs. Initially I was running 11.1-p6, but there was a > lot of > llvm40 output initially (from base OS, presumably), so today I tried > against > stable/11 since it has llvm 5.0 in base. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org > " I didn't have problem to built but my Blender stopped woto wok after llvm50 was installed. After Mr. Jan Beich suggestion I put MESA_LLVM_VER=40 in /etc/make.conf, rebuilt mesa-dri and BBlender works again. I DEINSTALL llvm50. From owner-freebsd-x11@freebsd.org Thu Jan 4 16:16:37 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C1F4EC085A for ; Thu, 4 Jan 2018 16:16:37 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wr0-x22b.google.com (mail-wr0-x22b.google.com [IPv6:2a00:1450:400c:c0c::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00675710F5; Thu, 4 Jan 2018 16:16:36 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wr0-x22b.google.com with SMTP id w107so1934373wrb.9; Thu, 04 Jan 2018 08:16:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=TRsBTMeLZPyjYzRHNiaHmYTKl+Rmn2cMKghsCUxVFo0=; b=eilMRTdIrgtAsRRHcSRn/CEzK+9AIjJSd+QO3Ma6HdefmJBaMfzXsRI/ZFhaYtwt/A z81NdNFlqtp0eDKyIZXIvMWGUM2awwOzp0YjOXFSulsE0sdoHvR4C8Wjb4W/SPhdUw/R tYkwYtjJyxM/af0uGSw6KwBJuMN2tpOvZngJJDLLE+rDsjiBjJWjH5VUI9vf6Lez8IOC /BttMEXdcQe0brcPxe432O8jyohDzgAkUcSeJB1JB9JZluQCHnvfApEtQzBHkwfRuh6T wa8SJPCHEUCmRBYwGhP9zxsjy5Iu5/9KPqrHNe5Ch7B/zWwyPrXvPSQQ3oV2et7XnO4X CFMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=TRsBTMeLZPyjYzRHNiaHmYTKl+Rmn2cMKghsCUxVFo0=; b=jhM9oCAHnc4LkMC9Qj6Py5cZcDBpBmHTZTnkyZS+zNvVnOvDa5pRAqNH2CoGpY1zg8 cHy1CGxTpJNM3XB2zPfeU3M6BGy7mfI9U1mXxpQ5vWBYPcTd9FdBNe728ts2rbiAnGKW zsXUMW92D9igE7gDH0JDEDW09b7za55+7hJ31rS0x0mSKMV10kEgbh1lNEVgJIOGgIal Xw6U49OcJUfYjns3PHUWy1Xoo6FGo2tZlKPm6VzBf/9OggBFUVOtJf5bTC/JbpYC2oxO ox+1K2/QedUW3czXgiY87KnlTlTyEnhB7r+vu0ED5zQAihk9oGsru1HH4u71khXCyho0 ak7Q== X-Gm-Message-State: AKGB3mJkd3OigcatbK3pYgkvQkhEA1bkIT1wh9j9mo2gd3vToQQ0sq4X My00IXOnBizl/hS1IWRaiHXJQbuHlEqJmi7fwqgFyA== X-Google-Smtp-Source: ACJfBosHhHn/xWNRU2zl2lUzSi2BON7jnYKHM88KrVlJDdnNUqoLjnEfcDecwifdFLE240nrUPItmqwzuGMQumOaIaU= X-Received: by 10.223.143.12 with SMTP id p12mr65695wrb.215.1515082595262; Thu, 04 Jan 2018 08:16:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.197.70 with HTTP; Thu, 4 Jan 2018 08:15:54 -0800 (PST) From: Johannes Lundberg Date: Thu, 4 Jan 2018 16:15:54 +0000 Message-ID: Subject: In preparation for adding wayland to ports To: freebsd-x11@freebsd.org Cc: Greg V , zeising@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 16:16:37 -0000 Hi Trying to put together some info of stuff we need to do for getting wayland into ports. Me and Niclas plan to meet up and get this committed when I'm in Stockholm next week. If we could get all to-dos ready by then that would be great. Please add/update the info below. Compositors ---------------- x11-wm/sway - sway 0.15 port ready - review here https://reviews.freebsd.org/D13431 x11-wm/weston - weston 3.0 port ready to be added - review here https://reviews.freebsd.org/D10599 Libraries ----------- graphics/mesa-libs - enable wayland - fix loader error (only occur on wayland) - patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223030 devel/sdl20 - wayland broken. - patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223018 Toolkits ---------- devel/qt5 - uknown status - anyone experimented with qt5 on wayland? x11-toolkits/gtk30 - enable wayland backend - old patch, probably need updating https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219040 - old review https://reviews.freebsd.org/D11027 Someone have a newer patch for gtk30? www/webkit2-gtk3 - enable wayland. - patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223733 Other info ------------- >From Jan Beich on mailing list rather important info: "libEGL requires devel/llvm40 which isn't supported on some platforms[1], mainly sparc64. If WAYLAND is added to OPTIONS_DEFAULT make sure to also add OPTIONS_EXCLUDE_sparc64=WAYLAND." From owner-freebsd-x11@freebsd.org Thu Jan 4 17:53:15 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FE2CEA990D for ; Thu, 4 Jan 2018 17:53:15 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (mail.nomadlogic.org [IPv6:2607:f2f8:a098::2]) (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 226E4764FF for ; Thu, 4 Jan 2018 17:53:15 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.208] (cpe-75-82-192-14.socal.res.rr.com [75.82.192.14]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 0c98b2e0 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Thu, 4 Jan 2018 09:52:51 -0800 (PST) Subject: Re: mesa-libs problem with llvm50 To: freebsd-x11@freebsd.org References: <20180104053400.GA53022@phouka1.phouka.net> <20180104121109.yhs6uuahei33wzoc@pamparam> From: Pete Wright Message-ID: <25e59242-ecb5-68e5-94bd-835fa6409b57@nomadlogic.org> Date: Thu, 4 Jan 2018 09:53:12 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180104121109.yhs6uuahei33wzoc@pamparam> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 17:53:15 -0000 On 01/04/2018 04:11, Tamas Szakaly wrote: > On Wed, Jan 03, 2018 at 09:34:00PM -0800, John Kennedy wrote: >> Ever since llvm50 started getting included (vs llvm40), I've had this problem >> building mesa-libs. Initially I was running 11.1-p6, but there was a lot of >> llvm40 output initially (from base OS, presumably), so today I tried against >> stable/11 since it has llvm 5.0 in base. > > Hi, > > I have also encountered this problem. It seems that the configure script tries > to pick up the wrong shared library, because it determines the name from the > output of "llvm-config50 --version". This command outputs > "5.0.0git-2890f088b4b6" on my machine, so configure looks for a file named > /usr/local/llvm50/lib/libLLVM-5.0.0git-2890f088b4b6.so. I don't really had the > time to look into this any further, so I just symlinked > usr/local/llvm50/lib/libLLVM-5.0.so to that file, and this seems to be a > sufficient workaround. interesting, on my system running CURRENT llvm-config50 seems to work as expected: $ llvm-config50 --version 5.0.0 $ this is via the llvm50-5.0.0_6 pkg I've installed. -p -- Pete Wright pete@nomadlogic.org @nomadlogicLA From owner-freebsd-x11@freebsd.org Thu Jan 4 17:59:12 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 044F5EA9EFB for ; Thu, 4 Jan 2018 17:59:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 B9AE3767B6; Thu, 4 Jan 2018 17:59:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3zCFsz4CCrzZrb; Thu, 4 Jan 2018 18:59:03 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id 4Rhfx_xnakGv; Thu, 4 Jan 2018 18:59:01 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.madpilot.net (Postfix) with ESMTPSA; Thu, 4 Jan 2018 18:59:00 +0100 (CET) Subject: Re: In preparation for adding wayland to ports To: Johannes Lundberg , freebsd-x11@freebsd.org Cc: zeising@freebsd.org References: From: Guido Falsi Message-ID: <4e46c4fa-ee94-7a4f-edf0-46a0c83b2bfb@FreeBSD.org> Date: Thu, 4 Jan 2018 18:58:59 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 17:59:12 -0000 On 01/04/2018 17:15, Johannes Lundberg wrote: > Hi > > Trying to put together some info of stuff we need to do for getting wayland > into ports. > Me and Niclas plan to meet up and get this committed when I'm in Stockholm > next week. If we could get all to-dos ready by then that would be great. > > Please add/update the info below. > > > Compositors > ---------------- > > x11-wm/sway > - sway 0.15 port ready > - review here https://reviews.freebsd.org/D13431 > > x11-wm/weston > - weston 3.0 port ready to be added > - review here https://reviews.freebsd.org/D10599 > > > Libraries > ----------- > > graphics/mesa-libs > - enable wayland > - fix loader error (only occur on wayland) > - patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223030 > > devel/sdl20 > - wayland broken. > - patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223018 > multimedia/libva - Has WAYLAND option, disabled by default AFAIK it works, but I don't use wayland so I don't have first hand information. -- Guido Falsi From owner-freebsd-x11@freebsd.org Thu Jan 4 20:47:16 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87F4BEB5F46 for ; Thu, 4 Jan 2018 20:47:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6C8BE80707 for ; Thu, 4 Jan 2018 20:47:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 68DC4EB5F45; Thu, 4 Jan 2018 20:47:16 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68778EB5F44 for ; Thu, 4 Jan 2018 20:47:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 51D1D80706 for ; Thu, 4 Jan 2018 20:47:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w04KlGrF071907 for ; Thu, 4 Jan 2018 20:47:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w04KlGa9071906 for x11@FreeBSD.org; Thu, 4 Jan 2018 20:47:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Thu, 04 Jan 2018 20:47:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 20:47:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zeising@FreeBSD.org --- Comment #6 from Niclas Zeising --- Hi! This looks like a problem with llvm50 rather than mesa, when building ports from a git tree. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Jan 5 01:56:54 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 166DAEA5D49 for ; Fri, 5 Jan 2018 01:56:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id ED1746D13E for ; Fri, 5 Jan 2018 01:56:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E9943EA5D48; Fri, 5 Jan 2018 01:56:53 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9408EA5D47 for ; Fri, 5 Jan 2018 01:56:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D423B6D13C for ; Fri, 5 Jan 2018 01:56:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w051urhE031242 for ; Fri, 5 Jan 2018 01:56:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w051ur6x031241 for x11@FreeBSD.org; Fri, 5 Jan 2018 01:56:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Fri, 05 Jan 2018 01:56:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: deischen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 01:56:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 Daniel Eischen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |deischen@FreeBSD.org --- Comment #7 from Daniel Eischen --- I'm a little confused about the GIT repo thing. I have the same exact prob= lem, llvm50 fails in the same exact way, using poudriere. I don't have any GIT repos, I am using the 2018Q1 branch, and the poudriere ports tree is checked out using svn. This is the tail of the poudriere llvm50 log: ... -- Installing: /wrkdirs/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/bin/llvm-readobj Creating llvm-readelf -- Installing: /wrkdirs/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/bin/llvm-rtdyld Creating libLLVM-5.0.0.so Creating libLLVM.so -- Installing: /wrkdirs/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/libLLVM-5.0= .so CMake Error at tools/llvm-shlib/cmake_install.cmake:52 (file): file INSTALL cannot copy file "/wrkdirs/usr/ports/devel/llvm50/work/.build/lib/libLLVM-5.0.so" to =20 "/wrkdirs/usr/ports/devel/llvm50/work/stage/usr/local/llvm50/lib/libLLVM-5.= 0.so". Call Stack (most recent call first): tools/cmake_install.cmake:79 (include) cmake_install.cmake:61 (include) FAILED: CMakeFiles/install/strip.util=20 cd /wrkdirs/usr/ports/devel/llvm50/work/.build && /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=3D1 -P cmake_install.cmake ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/devel/llvm50 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Jan 5 10:23:56 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 536B5EC2928 for ; Fri, 5 Jan 2018 10:23:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3801D20AE for ; Fri, 5 Jan 2018 10:23:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 345DFEC2923; Fri, 5 Jan 2018 10:23:56 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 336C6EC2922 for ; Fri, 5 Jan 2018 10:23:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1BDF220AD for ; Fri, 5 Jan 2018 10:23:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w05ANtsT074918 for ; Fri, 5 Jan 2018 10:23:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w05ANthP074916 for x11@FreeBSD.org; Fri, 5 Jan 2018 10:23:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Fri, 05 Jan 2018 10:23:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 10:23:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 --- Comment #8 from Niclas Zeising --- That is still an issue with llvm50, not mesa-libs. I'm not even sure it is related to this. I had no problems building llvm50 as part of the mesa stack when I tested. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-x11@freebsd.org Fri Jan 5 20:01:52 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AD6DEBD7C2 for ; Fri, 5 Jan 2018 20:01:52 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF4867B7EC for ; Fri, 5 Jan 2018 20:01:51 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id d877c0d8 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Fri, 5 Jan 2018 19:55:03 +0000 (UTC) Subject: Re: In preparation for adding wayland to ports To: freebsd-x11@freebsd.org References: <4e46c4fa-ee94-7a4f-edf0-46a0c83b2bfb@FreeBSD.org> From: Greg V Message-ID: <6924bb93-c95d-e3a5-47d1-8078514d48e2@unrelenting.technology> Date: Fri, 5 Jan 2018 22:55:00 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <4e46c4fa-ee94-7a4f-edf0-46a0c83b2bfb@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 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 Jan 2018 20:01:52 -0000 On 01/04/2018 20:58, Guido Falsi wrote: > On 01/04/2018 17:15, Johannes Lundberg wrote: >> Hi >> >> Trying to put together some info of stuff we need to do for getting wayland >> into ports. >> Me and Niclas plan to meet up and get this committed when I'm in Stockholm >> next week. If we could get all to-dos ready by then that would be great. >> >> Please add/update the info below. >> >> Toolkits >> ---------- >> x11-toolkits/gtk30 Wayland support is enabled in the gnome-3.26 branch: https://github.com/freebsd/freebsd-ports-gnome/tree/gnome-3.26 >> devel/qt5 >>  - uknown status - anyone experimented with qt5 on wayland? Yes! The 'wayland' QPA (software rendered, without EGL) was enabled a long time ago I think. I have a patch for enabling 'wayland-egl': https://github.com/myfreeweb/freebsd-ports-dank/commit/fb4512fca0f33d6fd8fd64588602fb9f4d9084e3 It also seems to enable some other EGL stuff (EGL on KMS, which actually might be used by QtWayland based compositors??) The Qt/KDE ports people should look at this… // BTW: I made the RPCS3 emulator work with Vulkan+Wayland https://github.com/RPCS3/rpcs3/pull/3994 :) Also the 'gtk' QPA also works great on Wayland — seems independent of the 'wayland-egl' QPA actually. My port for it: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224453 > multimedia/libva > - Has WAYLAND option, disabled by default > > AFAIK it works, but I don't use wayland so I don't have first hand > information. Yes, I've tested libva with MPV, works great on Intel graphics. My mpv patch is already committed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224425 — please enable that default together with libva! More stuff working on Wayland: - FreeRDP, already committed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223913 - LibreOffice 6 Beta https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224288 — should actually be possible to switch to the GTK3 backend in the current version I guess?? - Inkscape git master https://github.com/myfreeweb/freebsd-ports-dank/commit/19c2a3fcf001b757cfaa7f2e6d8b4ff2ef8cc69c (IIRC there's no flags, they just switched to GTK3 in master) - MyPaint git master https://github.com/myfreeweb/freebsd-ports-dank/commit/d1dad2afcc602f2e1c301a0c85661ceab0d6f507 (same?) - Firefox Nightly Wayland https://github.com/stransky/gecko-dev (outside of ports) — for now: only software rendering, and buggy on HiDPI By the way, I'm working on a standalone generic weston-launch style setuid wrapper for compositors: https://github.com/myfreeweb/loginw It passes device file descriptors (so that they can be accessible only to root), handles all the nasty vt/tty stuff, and will eventually call shutdown/reboot/sleep, kinda like logind on Linux. And the best part: it enters Capsicum capability mode before starting its main loop! Current status: successfully launches a demo example from my libweston Rust bindings project https://github.com/myfreeweb/weston-rs :) I'm writing about it here because maybe it will be useful for gnome-shell and KWin? From owner-freebsd-x11@freebsd.org Sat Jan 6 21:55:46 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A35DBDF4C6A for ; Sat, 6 Jan 2018 21:55:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 83F79A75 for ; Sat, 6 Jan 2018 21:55:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 80386DF4C69; Sat, 6 Jan 2018 21:55:46 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FDBADF4C67 for ; Sat, 6 Jan 2018 21:55:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66922A74 for ; Sat, 6 Jan 2018 21:55:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5BF1A153C9 for ; Sat, 6 Jan 2018 21:55:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w06Ltk51087919 for ; Sat, 6 Jan 2018 21:55:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w06LtkcS087918 for x11@FreeBSD.org; Sat, 6 Jan 2018 21:55:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Date: Sat, 06 Jan 2018 21:55:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: deischen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.25 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 Jan 2018 21:55:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224847 --- Comment #9 from Daniel Eischen --- I agree this is an llvm port problem. Another data point, llvm40 also fail= s to build in the same poudriere build environment. llvm40/50 also failed for m= e in the 2017Q4 branch. I don't understand why many others don't have the same problem. I don't have anything special in poudriere, jails are created by poudriere and ports tree also by poudriere (svn checkout). I'll open up new bugs when I get back to work, where the systems are. The system compiler is clang40, it sucks having to rebuild the same compiler for just a few ports when the system compiler should be sufficient. --=20 You are receiving this mail because: You are the assignee for the bug.=