From owner-freebsd-x11@FreeBSD.ORG Sun Feb 1 04:09:39 2015 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 796193A0 for ; Sun, 1 Feb 2015 04:09:39 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CEAF361 for ; Sun, 1 Feb 2015 04:09:38 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t1149U8t001414 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 31 Jan 2015 21:09:30 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t1149Ugf001399 for ; Sat, 31 Jan 2015 21:09:30 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 31 Jan 2015 21:09:30 -0700 (MST) From: Warren Block To: freebsd-x11@FreeBSD.org Subject: Key mapping change? Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 31 Jan 2015 21:09:30 -0700 (MST) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 04:09:39 -0000 To get some function out of the Windows keys, I use this: xmodmap -e "keycode 115 = Left" -e "keycode 116 = Left" So alt-windows is equivalent to alt-leftarrow, "back" in a browser. Or rather, it was. It stopped working tonight after a ports update. Now it just does nothing. Rebuilding xproto, libXi, xorg-server, and xf86-input-* did not help. Maybe a genuine regression rather than a dependency problem. From owner-freebsd-x11@FreeBSD.ORG Tue Feb 3 18:55:24 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70818C19 for ; Tue, 3 Feb 2015 18:55:24 +0000 (UTC) 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 580232F7 for ; Tue, 3 Feb 2015 18:55:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t13ItO6x021661 for ; Tue, 3 Feb 2015 18:55:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 197184] x11/libxkbfile: fix build with clang 3.6.0 Date: Tue, 03 Feb 2015 18:55:24 +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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 18:55:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197184 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: kwm Date: Tue Feb 3 18:54:28 UTC 2015 New revision: 378364 URL: https://svnweb.freebsd.org/changeset/ports/378364 Log: Add patch from upstream to fix the build with clang 3.6. PR: 197184 Submitted by: amdmi3@ Obtained from: libxkbfile upstream Changes: head/x11/libxkbfile/files/ head/x11/libxkbfile/files/patch-src_cout.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Tue Feb 3 19:03:36 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABC85E41 for ; Tue, 3 Feb 2015 19:03:36 +0000 (UTC) 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 92EC2400 for ; Tue, 3 Feb 2015 19:03:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t13J3aaJ062478 for ; Tue, 3 Feb 2015 19:03:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 197184] x11/libxkbfile: fix build with clang 3.6.0 Date: Tue, 03 Feb 2015 19:03:36 +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 Only Me X-Bugzilla-Who: kwm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:03:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197184 Koop Mast changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |kwm@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Tue Feb 3 19:09:26 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE965FED for ; Tue, 3 Feb 2015 19:09:26 +0000 (UTC) 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 962F6627 for ; Tue, 3 Feb 2015 19:09:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t13J9QXB064909 for ; Tue, 3 Feb 2015 19:09:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 197201] x11/pixman: fails to build with clang 3.6.0 Date: Tue, 03 Feb 2015 19:09:26 +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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:09:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197201 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: kwm Date: Tue Feb 3 19:09:01 UTC 2015 New revision: 378365 URL: https://svnweb.freebsd.org/changeset/ports/378365 Log: Fix the build with clang 3.6. PR: 197201 Submitted by: amdmi3@ Changes: head/x11/pixman/files/patch-pixman_pixman-mmx.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Tue Feb 3 19:10:50 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AC54C4 for ; Tue, 3 Feb 2015 19:10:50 +0000 (UTC) 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 81450645 for ; Tue, 3 Feb 2015 19:10:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JAoUN068857 for ; Tue, 3 Feb 2015 19:10:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 197201] x11/pixman: fails to build with clang 3.6.0 Date: Tue, 03 Feb 2015 19:10:50 +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 Only Me X-Bugzilla-Who: kwm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:10:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197201 Koop Mast changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |kwm@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Thu Feb 5 00:44:06 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D31BBFC; Thu, 5 Feb 2015 00:44:06 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 086C538C; Thu, 5 Feb 2015 00:44:06 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t150i57M005721; Thu, 5 Feb 2015 00:44:05 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t150i5kE005715; Thu, 5 Feb 2015 00:44:05 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 5 Feb 2015 00:44:05 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502050044.t150i5kE005715@beefy2.isc.freebsd.org> To: x11@FreeBSD.org Subject: [package - 93amd64-default][graphics/waffle] Failed for waffle-1.5.0 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 00:44:06 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: x11@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-default/2015-02-04_18h42m53s/logs/waffle-1.5.0.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-default&build=2015-02-04_18h42m53s Log: ====>> Building graphics/waffle build started at Thu Feb 5 00:43:57 UTC 2015 port directory: /usr/ports/graphics/waffle building for: FreeBSD 93amd64-default-job-17 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 amd64 maintained by: x11@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100056 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=waffle-1.5.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool MASTERNAME=93amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for waffle-1.5.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/graphics/waffle/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BS D_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTVERSION=1.5.0 CMAKE_BUILD_TYPE="release" OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/waffle1" EXAMPLESDIR="share/examples/waffle" DATADIR="share/waffle" WWWDIR="www/waffle" ETCDIR="etc/waffle" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/waffle DOCSDIR=/usr/local/share/doc/waffle1 EXAMPLESDIR=/usr/local/share/examples/waffle WWWDIR=/usr/local/www/waffle ETCDIR=/usr/local/etc/waffle --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License BSD2CLAUSE accepted by the user =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.7.txz [93amd64-default-job-17] Installing pkg-1.4.7... [93amd64-default-job-17] Extracting pkg-1.4.7... done Message for pkg-1.4.7: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building ===> Extracting for waffle-1.5.0 => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for waffle-1.5.0 ===> Applying FreeBSD patches for waffle-1.5.0 =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/bin/cmake - not found ===> Verifying install for /usr/local/bin/cmake in /usr/ports/devel/cmake ===> Installing existing package /packages/All/cmake-3.1.1.txz [93amd64-default-job-17] Installing cmake-3.1.1... [93amd64-default-job-17] `-- Installing cmake-modules-3.1.1... [93amd64-default-job-17] `-- Extracting cmake-modules-3.1.1... done [93amd64-default-job-17] `-- Installing curl-7.40.0... [93amd64-default-job-17] | `-- Installing ca_root_nss-3.17.4... [93amd64-default-job-17] | `-- Extracting ca_root_nss-3.17.4... done [93amd64-default-job-17] `-- Extracting curl-7.40.0... done [93amd64-default-job-17] `-- Installing expat-2.1.0_2... [93amd64-default-job-17] `-- Extracting expat-2.1.0_2... done [93amd64-default-job-17] `-- Installing libarchive-3.1.2_2,1... [93amd64-default-job-17] | `-- Installing libxml2-2.9.2_2... [93amd64-default-job-17] | | `-- Installing libiconv-1.14_6... [93amd64-default-job-17] | | `-- Extracting libiconv-1.14_6... done [93amd64-default-job-17] | `-- Extracting libxml2-2.9.2_2... done [93amd64-default-job-17] | `-- Installing lzo2-2.08_1... [93amd64-default-job-17] | `-- Extracting lzo2-2.08_1... done [93amd64-default-job-17] `-- Extracting libarchive-3.1.2_2,1... done [93amd64-default-job-17] Extracting cmake-3.1.1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: ninja - not found ===> Verifying install for ninja in /usr/ports/devel/ninja ===> Installing existing package /packages/All/ninja-1.5.3,1.txz [93amd64-default-job-17] Installing ninja-1.5.3,1... [93amd64-default-job-17] Extracting ninja-1.5.3,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93amd64-default-job-17] Installing pkgconf-0.9.7... [93amd64-default-job-17] Extracting pkgconf-0.9.7... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/glproto.pc in /usr/ports/x11/glproto ===> Installing existing package /packages/All/glproto-1.4.17.txz [93amd64-default-job-17] Installing glproto-1.4.17... [93amd64-default-job-17] Extracting glproto-1.4.17... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri2proto.pc in /usr/ports/x11/dri2proto ===> Installing existing package /packages/All/dri2proto-2.8.txz [93amd64-default-job-17] Installing dri2proto-2.8... [93amd64-default-job-17] Extracting dri2proto-2.8... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11 ===> Installing existing package /packages/All/libX11-1.6.2_2,1.txz [93amd64-default-job-17] Installing libX11-1.6.2_2,1... [93amd64-default-job-17] `-- Installing kbproto-1.0.6... [93amd64-default-job-17] `-- Extracting kbproto-1.0.6... done [93amd64-default-job-17] `-- Installing libXau-1.0.8_2... [93amd64-default-job-17] | `-- Installing xproto-7.0.26... [93amd64-default-job-17] | `-- Extracting xproto-7.0.26... done [93amd64-default-job-17] `-- Extracting libXau-1.0.8_2... done [93amd64-default-job-17] `-- Installing libXdmcp-1.1.1_2... [93amd64-default-job-17] `-- Extracting libXdmcp-1.1.1_2... done [93amd64-default-job-17] `-- Installing libxcb-1.11... [93amd64-default-job-17] | `-- Installing libpthread-stubs-0.3_6... [93amd64-default-job-17] | `-- Extracting libpthread-stubs-0.3_6... done [93amd64-default-job-17] `-- Extracting libxcb-1.11... done [93amd64-default-job-17] Extracting libX11-1.6.2_2,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found =========================================================================== =================================================== ===> waffle-1.5.0 depends on shared library: libGL.so - not found ===> Verifying for libGL.so in /usr/ports/graphics/libGL ===> Installing existing package /packages/All/libGL-9.1.7_4.txz [93amd64-default-job-17] Installing libGL-9.1.7_4... [93amd64-default-job-17] `-- Installing libXdamage-1.1.4_2... [93amd64-default-job-17] | `-- Installing damageproto-1.2.1... [93amd64-default-job-17] | `-- Extracting damageproto-1.2.1... done [93amd64-default-job-17] | `-- Installing libXfixes-5.0.1_2... [93amd64-default-job-17] | | `-- Installing fixesproto-5.0... [93amd64-default-job-17] | | `-- Extracting fixesproto-5.0... done [93amd64-default-job-17] | `-- Extracting libXfixes-5.0.1_2... done [93amd64-default-job-17] `-- Extracting libXdamage-1.1.4_2... done [93amd64-default-job-17] `-- Installing libXext-1.3.3,1... [93amd64-default-job-17] | `-- Installing xextproto-7.3.0... [93amd64-default-job-17] | `-- Extracting xextproto-7.3.0... done [93amd64-default-job-17] `-- Extracting libXext-1.3.3,1... done [93amd64-default-job-17] `-- Installing libXxf86vm-1.1.3_2... [93amd64-default-job-17] | `-- Installing xf86vidmodeproto-2.3.1... [93amd64-default-job-17] | `-- Extracting xf86vidmodeproto-2.3.1... done [93amd64-default-job-17] `-- Extracting libXxf86vm-1.1.3_2... done [93amd64-default-job-17] `-- Installing libdevq-0.0.2... [93amd64-default-job-17] `-- Extracting libdevq-0.0.2... done [93amd64-default-job-17] `-- Installing libdrm-2.4.58_1,1... [93amd64-default-job-17] | `-- Installing libpciaccess-0.13.2_2... [93amd64-default-job-17] | | `-- Installing pciids-20150124... [93amd64-default-job-17] | | `-- Extracting pciids-20150124... done [93amd64-default-job-17] | `-- Extracting libpciaccess-0.13.2_2... done [93amd64-default-job-17] `-- Extracting libdrm-2.4.58_1,1... done [93amd64-default-job-17] `-- Installing libglapi-9.1.7_2... [93amd64-default-job-17] | `-- Installing libxshmfence-1.1_3... [93amd64-default-job-17] | `-- Extracting libxshmfence-1.1_3... done [93amd64-default-job-17] `-- Extracting libglapi-9.1.7_2... done [93amd64-default-job-17] Extracting libGL-9.1.7_4... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on shared library: libEGL.so - not found ===> Verifying for libEGL.so in /usr/ports/graphics/libEGL ===> Installing existing package /packages/All/libEGL-9.1.7_5.txz [93amd64-default-job-17] Installing libEGL-9.1.7_5... [93amd64-default-job-17] Extracting libEGL-9.1.7_5... done ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== ===> Configuring for waffle-1.5.0 ===> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/graphics/waffle/work/.build -- The C compiler identification is GNU 4.2.1 -- Check for working C compiler using: Ninja -- Check for working C compiler using: Ninja -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: pkgconf (found version "0.28") -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION - Success -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES - Failed -- Performing Test WERROR_INT_CONVERSION -- Performing Test WERROR_INT_CONVERSION - Failed -- Performing Test WITH_VISIBILITY_HIDDEN -- Performing Test WITH_VISIBILITY_HIDDEN - Success -- Performing Test WERROR_MISSING_PROTOTYPES -- Performing Test WERROR_MISSING_PROTOTYPES - Success -- Performing Test waffle_has_tls -- Performing Test waffle_has_tls - Success -- Performing Test waffle_has_tls_model_initial_exec -- Performing Test waffle_has_tls_model_initial_exec - Success ----------------------------------------------- Configuration summary ----------------------------------------------- Supported platforms: Dependencies: Build type: Release Tools: CMAKE_C_COMPILER: /usr/bin/cc CMAKE_C_FLAGS: -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes CMAKE_C_FLAGS_DEBUG: -g3 -O0 -DDEBUG CMAKE_C_FLAGS_RELEASE: -g1 -O2 -DNDEBUG Install paths: CMAKE_INSTALL_PREFIX: /usr/local CMAKE_INSTALL_INCLUDEDIR: include CMAKE_INSTALL_LIBDIR: lib CMAKE_INSTALL_DOCDIR: share/doc/waffle1 ----------------------------------------------- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /wrkdirs/usr/ports/graphics/waffle/work/.build =========================================================================== =================================================== ===> Building for waffle-1.5.0 [1/63] Building C object CMakeFiles/cmocka.dir/third_party/cmocka/src/cmocka.c.o [2/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_main.c.o [3/63] Building C object third_party/threads/CMakeFiles/threads_bundled.dir/threads_posix.c.o [4/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_test.c.o [5/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_runner.c.o [6/63] Linking C static library lib/libwaffle_test.a [7/63] Linking C static library lib/libthreads_bundled.a [8/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o [9/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o [10/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o [11/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o [12/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o [13/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o [14/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o [15/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_error.c.o [16/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_init.c.o [17/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_gl_misc.c.o [18/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_error.c.o [19/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_window.c.o [20/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_attrib_list.c.o [21/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_config_attrs.c.o [22/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_display.c.o [23/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_tinfo.c.o [24/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_util.c.o [25/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_dl.c.o [26/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_platform.c.o [27/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/api_priv.c.o [28/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_attrib_list.c.o [29/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_config.c.o [30/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_context.c.o [31/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_display.c.o [32/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_dl.c.o [33/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_enum.c.o [34/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_error.c.o [35/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_gl_misc.c.o [36/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_init.c.o [37/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_window.c.o [38/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_attrib_list.c.o [39/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_config_attrs.c.o [40/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_display.c.o [41/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_error.c.o [42/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_tinfo.c.o [43/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_util.c.o [44/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_dl.c.o [45/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_platform.c.o [46/63] Linking C static library lib/libcmocka.a [47/63] Linking C static library lib/libwaffle-static-1.a [48/63] Linking C shared library lib/libwaffle-1.so.0.5.0 [49/63] Creating library symlink lib/libwaffle-1.so.0 lib/libwaffle-1.so [50/63] Building C object src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o [51/63] Building C object tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o [52/63] Building C object examples/CMakeFiles/gl_basic.dir/gl_basic.c.o [53/63] Building C object examples/CMakeFiles/simple-x11-egl.dir/simple-x11-egl.c.o [54/63] Building C object src/waffle/CMakeFiles/wcore_attrib_list_unittest.dir/core/wcore_attrib_list_unittest.c.o [55/63] Building C object src/waffle/CMakeFiles/wcore_config_attrs_unittest.dir/core/wcore_config_attrs_unittest.c.o [56/63] Building C object src/waffle/CMakeFiles/wcore_error_unittest.dir/core/wcore_error_unittest.c.o FAILED: /usr/bin/cc -DWAFFLE_API_EXPERIMENTAL -DWAFFLE_API_VERSION=261 -DWAFFLE_HAS_TLS -DWAFFLE_HAS_TLS_MODEL_INITIAL_EXEC -D_XOPEN_SOURCE=600 -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes -g1 -O2 -DNDEBUG -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include/waffle -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/src -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/third_party/threads -Wno-initializer-overrides -MMD -MT tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -MF tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o.d -o tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -c /wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/tests/functional/gl_basic_test.c cc1: error: unrecognized command line option "-Wno-initializer-overrides" ninja: build stopped: subcommand failed. *** [do-build] Error code 1 Stop in /usr/ports/graphics/waffle. From owner-freebsd-x11@FreeBSD.ORG Thu Feb 5 01:50:24 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCCADABC; Thu, 5 Feb 2015 01:50:24 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16: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 C8A97B9A; Thu, 5 Feb 2015 01:50:24 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t151oOts096355; Thu, 5 Feb 2015 01:50:24 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t151oOqr096351; Thu, 5 Feb 2015 01:50:24 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 5 Feb 2015 01:50:24 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502050150.t151oOqr096351@beefy1.isc.freebsd.org> To: x11@FreeBSD.org Subject: [package - 93i386-default][graphics/waffle] Failed for waffle-1.5.0 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 01:50:25 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: x11@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/2015-02-04_20h08m24s/logs/waffle-1.5.0.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=2015-02-04_20h08m24s Log: ====>> Building graphics/waffle build started at Thu Feb 5 01:50:16 UTC 2015 port directory: /usr/ports/graphics/waffle building for: FreeBSD 93i386-default-job-16 9.3-RELEASE-p7 FreeBSD 9.3-RELEASE-p7 i386 maintained by: x11@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100056 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p7 UNAME_r=9.3-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=waffle-1.5.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for waffle-1.5.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/graphics/waffle/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTVERSION=1.5.0 CMAKE_BUILD_TYPE="release" OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/waffle1" EXAMPLESDIR="share/examples/waffle" DATADIR="share/waffle" WWWDIR="www/waffle" ETCDIR="etc/waffle" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/waffle DOCSDIR=/usr/local/share/doc/waffle1 EXAMPLESDIR=/usr/local/share/examples/waffle WWWDIR=/usr/local/www/waffle ETCDIR=/usr/local/etc/waffle --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License BSD2CLAUSE accepted by the user =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.7.txz [93i386-default-job-16] Installing pkg-1.4.7... [93i386-default-job-16] Extracting pkg-1.4.7... done Message for pkg-1.4.7: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building ===> Extracting for waffle-1.5.0 => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for waffle-1.5.0 ===> Applying FreeBSD patches for waffle-1.5.0 =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/bin/cmake - not found ===> Verifying install for /usr/local/bin/cmake in /usr/ports/devel/cmake ===> Installing existing package /packages/All/cmake-3.1.1.txz [93i386-default-job-16] Installing cmake-3.1.1... [93i386-default-job-16] `-- Installing cmake-modules-3.1.1... [93i386-default-job-16] `-- Extracting cmake-modules-3.1.1... done [93i386-default-job-16] `-- Installing curl-7.40.0... [93i386-default-job-16] | `-- Installing ca_root_nss-3.17.4... [93i386-default-job-16] | `-- Extracting ca_root_nss-3.17.4... done [93i386-default-job-16] `-- Extracting curl-7.40.0... done [93i386-default-job-16] `-- Installing expat-2.1.0_2... [93i386-default-job-16] `-- Extracting expat-2.1.0_2... done [93i386-default-job-16] `-- Installing libarchive-3.1.2_2,1... [93i386-default-job-16] | `-- Installing libxml2-2.9.2_2... [93i386-default-job-16] | | `-- Installing libiconv-1.14_6... [93i386-default-job-16] | | `-- Extracting libiconv-1.14_6... done [93i386-default-job-16] | `-- Extracting libxml2-2.9.2_2... done [93i386-default-job-16] | `-- Installing lzo2-2.08_1... [93i386-default-job-16] | `-- Extracting lzo2-2.08_1... done [93i386-default-job-16] `-- Extracting libarchive-3.1.2_2,1... done [93i386-default-job-16] Extracting cmake-3.1.1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: ninja - not found ===> Verifying install for ninja in /usr/ports/devel/ninja ===> Installing existing package /packages/All/ninja-1.5.3,1.txz [93i386-default-job-16] Installing ninja-1.5.3,1... [93i386-default-job-16] Extracting ninja-1.5.3,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [93i386-default-job-16] Installing pkgconf-0.9.7... [93i386-default-job-16] Extracting pkgconf-0.9.7... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/glproto.pc in /usr/ports/x11/glproto ===> Installing existing package /packages/All/glproto-1.4.17.txz [93i386-default-job-16] Installing glproto-1.4.17... [93i386-default-job-16] Extracting glproto-1.4.17... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri2proto.pc in /usr/ports/x11/dri2proto ===> Installing existing package /packages/All/dri2proto-2.8.txz [93i386-default-job-16] Installing dri2proto-2.8... [93i386-default-job-16] Extracting dri2proto-2.8... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11 ===> Installing existing package /packages/All/libX11-1.6.2_2,1.txz [93i386-default-job-16] Installing libX11-1.6.2_2,1... [93i386-default-job-16] `-- Installing kbproto-1.0.6... [93i386-default-job-16] `-- Extracting kbproto-1.0.6... done [93i386-default-job-16] `-- Installing libXau-1.0.8_2... [93i386-default-job-16] | `-- Installing xproto-7.0.26... [93i386-default-job-16] | `-- Extracting xproto-7.0.26... done [93i386-default-job-16] `-- Extracting libXau-1.0.8_2... done [93i386-default-job-16] `-- Installing libXdmcp-1.1.1_2... [93i386-default-job-16] `-- Extracting libXdmcp-1.1.1_2... done [93i386-default-job-16] `-- Installing libxcb-1.11... [93i386-default-job-16] | `-- Installing libpthread-stubs-0.3_6... [93i386-default-job-16] | `-- Extracting libpthread-stubs-0.3_6... done [93i386-default-job-16] `-- Extracting libxcb-1.11... done [93i386-default-job-16] Extracting libX11-1.6.2_2,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found =========================================================================== =================================================== ===> waffle-1.5.0 depends on shared library: libGL.so - not found ===> Verifying for libGL.so in /usr/ports/graphics/libGL ===> Installing existing package /packages/All/libGL-9.1.7_4.txz [93i386-default-job-16] Installing libGL-9.1.7_4... [93i386-default-job-16] `-- Installing libXdamage-1.1.4_2... [93i386-default-job-16] | `-- Installing damageproto-1.2.1... [93i386-default-job-16] | `-- Extracting damageproto-1.2.1... done [93i386-default-job-16] | `-- Installing libXfixes-5.0.1_2... [93i386-default-job-16] | | `-- Installing fixesproto-5.0... [93i386-default-job-16] | | `-- Extracting fixesproto-5.0... done [93i386-default-job-16] | `-- Extracting libXfixes-5.0.1_2... done [93i386-default-job-16] `-- Extracting libXdamage-1.1.4_2... done [93i386-default-job-16] `-- Installing libXext-1.3.3,1... [93i386-default-job-16] | `-- Installing xextproto-7.3.0... [93i386-default-job-16] | `-- Extracting xextproto-7.3.0... done [93i386-default-job-16] `-- Extracting libXext-1.3.3,1... done [93i386-default-job-16] `-- Installing libXxf86vm-1.1.3_2... [93i386-default-job-16] | `-- Installing xf86vidmodeproto-2.3.1... [93i386-default-job-16] | `-- Extracting xf86vidmodeproto-2.3.1... done [93i386-default-job-16] `-- Extracting libXxf86vm-1.1.3_2... done [93i386-default-job-16] `-- Installing libdevq-0.0.2... [93i386-default-job-16] `-- Extracting libdevq-0.0.2... done [93i386-default-job-16] `-- Installing libdrm-2.4.58_1,1... [93i386-default-job-16] | `-- Installing libpciaccess-0.13.2_2... [93i386-default-job-16] | | `-- Installing pciids-20150124... [93i386-default-job-16] | | `-- Extracting pciids-20150124... done [93i386-default-job-16] | `-- Extracting libpciaccess-0.13.2_2... done [93i386-default-job-16] `-- Extracting libdrm-2.4.58_1,1... done [93i386-default-job-16] `-- Installing libglapi-9.1.7_2... [93i386-default-job-16] | `-- Installing libxshmfence-1.1_3... [93i386-default-job-16] | `-- Extracting libxshmfence-1.1_3... done [93i386-default-job-16] `-- Extracting libglapi-9.1.7_2... done [93i386-default-job-16] Extracting libGL-9.1.7_4... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on shared library: libEGL.so - not found ===> Verifying for libEGL.so in /usr/ports/graphics/libEGL ===> Installing existing package /packages/All/libEGL-9.1.7_5.txz [93i386-default-job-16] Installing libEGL-9.1.7_5... [93i386-default-job-16] Extracting libEGL-9.1.7_5... done ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== ===> Configuring for waffle-1.5.0 ===> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/graphics/waffle/work/.build -- The C compiler identification is GNU 4.2.1 -- Check for working C compiler using: Ninja -- Check for working C compiler using: Ninja -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: pkgconf (found version "0.28") -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION - Success -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES - Failed -- Performing Test WERROR_INT_CONVERSION -- Performing Test WERROR_INT_CONVERSION - Failed -- Performing Test WITH_VISIBILITY_HIDDEN -- Performing Test WITH_VISIBILITY_HIDDEN - Success -- Performing Test WERROR_MISSING_PROTOTYPES -- Performing Test WERROR_MISSING_PROTOTYPES - Success -- Performing Test waffle_has_tls -- Performing Test waffle_has_tls - Success -- Performing Test waffle_has_tls_model_initial_exec -- Performing Test waffle_has_tls_model_initial_exec - Success ----------------------------------------------- Configuration summary ----------------------------------------------- Supported platforms: Dependencies: Build type: Release Tools: CMAKE_C_COMPILER: /usr/bin/cc CMAKE_C_FLAGS: -O2 -pipe -I/usr/local/include -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes CMAKE_C_FLAGS_DEBUG: -g3 -O0 -DDEBUG CMAKE_C_FLAGS_RELEASE: -g1 -O2 -DNDEBUG Install paths: CMAKE_INSTALL_PREFIX: /usr/local CMAKE_INSTALL_INCLUDEDIR: include CMAKE_INSTALL_LIBDIR: lib CMAKE_INSTALL_DOCDIR: share/doc/waffle1 ----------------------------------------------- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /wrkdirs/usr/ports/graphics/waffle/work/.build =========================================================================== =================================================== ===> Building for waffle-1.5.0 [1/63] Building C object CMakeFiles/cmocka.dir/third_party/cmocka/src/cmocka.c.o [2/63] Building C object third_party/threads/CMakeFiles/threads_bundled.dir/threads_posix.c.o [3/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_main.c.o [4/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_runner.c.o [5/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_test.c.o [6/63] Linking C static library lib/libthreads_bundled.a [7/63] Linking C static library lib/libwaffle_test.a [8/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/api_priv.c.o [9/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o [10/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o [11/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o [12/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o [13/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o [14/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o [15/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o [16/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_error.c.o [17/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_gl_misc.c.o [18/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_init.c.o [19/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_window.c.o [20/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_attrib_list.c.o [21/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_config_attrs.c.o [22/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_display.c.o [23/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_error.c.o [24/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_tinfo.c.o [25/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_util.c.o [26/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_dl.c.o [27/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_platform.c.o [28/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_attrib_list.c.o [29/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_config.c.o [30/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_context.c.o [31/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_display.c.o [32/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_dl.c.o [33/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_enum.c.o [34/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_error.c.o [35/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_gl_misc.c.o [36/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_init.c.o [37/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_window.c.o [38/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_attrib_list.c.o [39/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_config_attrs.c.o [40/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_display.c.o [41/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_error.c.o [42/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_tinfo.c.o [43/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_util.c.o [44/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_dl.c.o [45/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_platform.c.o [46/63] Linking C static library lib/libwaffle-static-1.a [47/63] Linking C static library lib/libcmocka.a [48/63] Linking C shared library lib/libwaffle-1.so.0.5.0 [49/63] Building C object src/waffle/CMakeFiles/wcore_attrib_list_unittest.dir/core/wcore_attrib_list_unittest.c.o [50/63] Building C object src/waffle/CMakeFiles/wcore_config_attrs_unittest.dir/core/wcore_config_attrs_unittest.c.o [51/63] Building C object src/waffle/CMakeFiles/wcore_error_unittest.dir/core/wcore_error_unittest.c.o [52/63] Creating library symlink lib/libwaffle-1.so.0 lib/libwaffle-1.so [53/63] Building C object src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o [54/63] Building C object tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o [55/63] Building C object examples/CMakeFiles/gl_basic.dir/gl_basic.c.o [56/63] Building C object examples/CMakeFiles/simple-x11-egl.dir/simple-x11-egl.c.o FAILED: /usr/bin/cc -DWAFFLE_API_EXPERIMENTAL -DWAFFLE_API_VERSION=261 -DWAFFLE_HAS_TLS -DWAFFLE_HAS_TLS_MODEL_INITIAL_EXEC -D_XOPEN_SOURCE=600 -O2 -pipe -I/usr/local/include -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes -g1 -O2 -DNDEBUG -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include/waffle -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/src -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/third_party/threads -Wno-initializer-overrides -MMD -MT tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -MF tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o.d -o tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -c /wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/tests/functional/gl_basic_test.c cc1: error: unrecognized command line option "-Wno-initializer-overrides" ninja: build stopped: subcommand failed. *** [do-build] Error code 1 Stop in /usr/ports/graphics/waffle. From owner-freebsd-x11@FreeBSD.ORG Thu Feb 5 10:06:53 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0B3CCC1 for ; Thu, 5 Feb 2015 10:06:53 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 9CF43A1 for ; Thu, 5 Feb 2015 10:06:53 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t15A6r2A026600 for ; Thu, 5 Feb 2015 10:06:53 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t15A6rPj026599; Thu, 5 Feb 2015 10:06:53 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502051006.t15A6rPj026599@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 5 Feb 2015 10:06:53 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 10:06:53 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/libpciaccess | 0.13.2 | 0.13.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@FreeBSD.ORG Thu Feb 5 23:52:03 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09197C3D; Thu, 5 Feb 2015 23:52:03 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16: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 DBF38107; Thu, 5 Feb 2015 23:52:02 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t15Nq2x2038176; Thu, 5 Feb 2015 23:52:02 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t15Nq2Da038165; Thu, 5 Feb 2015 23:52:02 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 5 Feb 2015 23:52:02 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502052352.t15Nq2Da038165@beefy1.isc.freebsd.org> To: x11@FreeBSD.org Subject: [package - head-i386-default][graphics/libosmesa] Failed for libosmesa-10.2.7_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 23:52:03 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: x11@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/libosmesa/Makefile 374494 2014-12-10 23:00:28Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/head-i386-default/2015-02-05_09h37m15s/logs/libosmesa-10.2.7_1.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=head-i386-default&build=2015-02-05_09h37m15s Log: ====>> Building graphics/libosmesa build started at Thu Feb 5 23:50:53 UTC 2015 port directory: /usr/ports/graphics/libosmesa building for: FreeBSD head-i386-default-job-02 11.0-CURRENT FreeBSD 11.0-CURRENT r278173 i386 maintained by: x11@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/libosmesa/Makefile 374494 2014-12-10 23:00:28Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100056 Jail OSVERSION: 1100057 !!! Jail is newer than host. (Jail: 1100057, Host: 1100056) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1100057 UNAME_v=FreeBSD 11.0-CURRENT r278173 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=libosmesa-10.2.7_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --enable-osmesa --disable-driglx-direct --disable-gallium-llvm --disable-glx --disable-dri --disable-egl --with-gallium-drivers=swrast --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- ac_cv_prog_YACC=/usr/local/bin/bison ac_cv_prog_LEX=/usr/local/bin/flex XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/libosmesa/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/libosmesa/work HOME=/wrkdirs/usr/ports/graphics/libosmesa/work TMPDIR="/tmp" MAKE=gmake PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python2.7" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/libosmesa/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/libosmesa/work HOME=/wrkdirs/usr/ports/graphics/libosmesa/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 PYTHON_VER=2.7 OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/libosmesa" EXAMPLESDIR="share/examples/libosmesa" DATADIR="share/libosmesa" WWWDIR="www/libosmesa" ETCDIR="etc/libosmesa" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libosmesa DOCSDIR=/usr/local/share/doc/libosmesa EXAMPLESDIR=/usr/local/share/examples/libosmesa WWWDIR=/usr/local/www/libosmesa ETCDIR=/usr/local/etc/libosmesa --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> libosmesa-10.2.7_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.7.txz [head-i386-default-job-02] Installing pkg-1.4.7... [head-i386-default-job-02] Extracting pkg-1.4.7... done Message for pkg-1.4.7: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libosmesa-10.2.7_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libosmesa-10.2.7_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by libosmesa-10.2.7_1 for building => SHA256 Checksum OK for MesaLib-10.2.7.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by libosmesa-10.2.7_1 for building ===> Extracting for libosmesa-10.2.7_1 => SHA256 Checksum OK for MesaLib-10.2.7.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for libosmesa-10.2.7_1 ===> Applying FreeBSD patches for libosmesa-10.2.7_1 /usr/bin/sed -i.bak -e '/^OSMESA_VERSION=/s|8|9|' -e 's|-fno-builtin-memcmp||g' /wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/configure =========================================================================== =================================================== ===> libosmesa-10.2.7_1 depends on file: /usr/local/lib/python2.7/site-packages/libxml2mod.so - not found ===> Verifying install for /usr/local/lib/python2.7/site-packages/libxml2mod.so in /usr/ports/textproc/py-libxml2 ===> Installing existing package /packages/All/py27-libxml2-2.9.2.txz [head-i386-default-job-02] Installing py27-libxml2-2.9.2... [head-i386-default-job-02] `-- Installing libxml2-2.9.2_2... [head-i386-default-job-02] `-- Extracting libxml2-2.9.2_2... done [head-i386-default-job-02] `-- Installing py27-setuptools27-5.5.1_1... [head-i386-default-job-02] | `-- Installing python27-2.7.9... [head-i386-default-job-02] | | `-- Installing gettext-runtime-0.19.4... [head-i386-default-job-02] | | `-- Installing indexinfo-0.2.2... [head-i386-default-job-02] | | `-- Extracting indexinfo-0.2.2... done [head-i386-default-job-02] | | `-- Extracting gettext-runtime-0.19.4... done [head-i386-default-job-02] | | `-- Installing libffi-3.2.1... [head-i386-default-job-02] | | `-- Extracting libffi-3.2.1... done [head-i386-default-job-02] | | `-- Installing readline-6.3.8... [head-i386-default-job-02] | | `-- Extracting readline-6.3.8... done [head-i386-default-job-02] | `-- Extracting python27-2.7.9... done [head-i386-default-job-02] `-- Extracting py27-setuptools27-5.5.1_1... done [head-i386-default-job-02] `-- Installing python2-2_3... [head-i386-default-job-02] `-- Extracting python2-2_3... done [head-i386-default-job-02] Extracting py27-libxml2-2.9.2... done Message for python27-2.7.9: ===================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ===================================================================== ===> Returning to build of libosmesa-10.2.7_1 ===> libosmesa-10.2.7_1 depends on file: /usr/local/bin/flex - not found ===> Verifying install for /usr/local/bin/flex in /usr/ports/textproc/flex ===> Installing existing package /packages/All/flex-2.5.39_2.txz [head-i386-default-job-02] Installing flex-2.5.39_2... [head-i386-default-job-02] `-- Installing m4-1.4.17_1,1... [head-i386-default-job-02] `-- Extracting m4-1.4.17_1,1... done [head-i386-default-job-02] Extracting flex-2.5.39_2... done ===> Returning to build of libosmesa-10.2.7_1 ===> libosmesa-10.2.7_1 depends on executable: bison - not found ===> Verifying install for bison in /usr/ports/devel/bison ===> Installing existing package /packages/All/bison-2.7.1,1.txz [head-i386-default-job-02] Installing bison-2.7.1,1... [head-i386-default-job-02] Extracting bison-2.7.1,1... done ===> Returning to build of libosmesa-10.2.7_1 config.status: creating src/gallium/winsys/i915/drm/Makefile config.status: creating src/gallium/winsys/i915/sw/Makefile config.status: creating src/gallium/winsys/intel/drm/Makefile config.status: creating src/gallium/winsys/nouveau/drm/Makefile config.status: creating src/gallium/winsys/radeon/drm/Makefile config.status: creating src/gallium/winsys/svga/drm/Makefile config.status: creating src/gallium/winsys/sw/dri/Makefile config.status: creating src/gallium/winsys/sw/fbdev/Makefile config.status: creating src/gallium/winsys/sw/null/Makefile config.status: creating src/gallium/winsys/sw/wayland/Makefile config.status: creating src/gallium/winsys/sw/wrapper/Makefile config.status: creating src/gallium/winsys/sw/xlib/Makefile config.status: creating src/gbm/Makefile config.status: creating src/gbm/main/gbm.pc config.status: creating src/glsl/Makefile config.status: creating src/glx/Makefile config.status: creating src/glx/tests/Makefile config.status: creating src/gtest/Makefile config.status: creating src/loader/Makefile config.status: creating src/mapi/Makefile config.status: creating src/mapi/es1api/Makefile config.status: creating src/mapi/es1api/glesv1_cm.pc config.status: creating src/mapi/es2api/Makefile config.status: creating src/mapi/es2api/glesv2.pc config.status: creating src/mapi/glapi/Makefile config.status: creating src/mapi/glapi/gen/Makefile config.status: creating src/mapi/glapi/tests/Makefile config.status: creating src/mapi/shared-glapi/Makefile config.status: creating src/mapi/shared-glapi/tests/Makefile config.status: creating src/mapi/vgapi/Makefile config.status: creating src/mapi/vgapi/vg.pc config.status: creating src/mesa/Makefile config.status: creating src/mesa/gl.pc config.status: creating src/mesa/drivers/dri/dri.pc config.status: creating src/mesa/drivers/dri/common/Makefile config.status: creating src/mesa/drivers/dri/common/xmlpool/Makefile config.status: creating src/mesa/drivers/dri/i915/Makefile config.status: creating src/mesa/drivers/dri/i965/Makefile config.status: creating src/mesa/drivers/dri/Makefile config.status: creating src/mesa/drivers/dri/nouveau/Makefile config.status: creating src/mesa/drivers/dri/r200/Makefile config.status: creating src/mesa/drivers/dri/radeon/Makefile config.status: creating src/mesa/drivers/dri/swrast/Makefile config.status: creating src/mesa/drivers/osmesa/Makefile config.status: creating src/mesa/drivers/osmesa/osmesa.pc config.status: creating src/mesa/drivers/x11/Makefile config.status: creating src/mesa/main/tests/Makefile config.status: creating src/mesa/main/tests/hash_table/Makefile config.status: executing depfiles commands config.status: executing libtool commands prefix: /usr/local exec_prefix: ${prefix} libdir: ${exec_prefix}/lib includedir: ${prefix}/include OpenGL: yes (ES1: no ES2: no) OpenVG: no OSMesa: libOSMesa GLX: no EGL: no llvm: no Gallium: yes Target dirs: Winsys dirs: sw Driver dirs: galahad identity noop rbug softpipe trace Trackers dirs: Shared libs: yes Static libs: no Shared-glapi: yes CFLAGS: -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -Qunused-arguments CXXFLAGS: -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -Wall -fno-strict-aliasing -Qunused-arguments Macros: -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_EGL_NO_X11_HEADERS PYTHON2: python2 Run 'gmake' to build Mesa =========================================================================== =================================================== ===> Building for libosmesa-10.2.7_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7' Making all in src gmake[2]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src' cd .. && gmake am--refresh cd .. && gmake am--refresh Making all in gtest gmake[3]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/gtest' cd ../.. && gmake am--refresh cd ../.. && gmake am--refresh gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/gtest' Making all in loader gmake[3]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/loader' cd ../.. && gmake am--refresh cd ../.. && gmake am--refresh CC libloader_la-loader.lo CC libloader_la-pci_id_driver_map.lo CCLD libloader.la gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/loader' Making all in mapi gmake[3]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi' cd ../.. && gmake am--refresh cd ../.. && gmake am--refresh Making all in glapi/gen gmake[4]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/glapi/gen' cd ../../../.. && gmake am--refresh cd ../../../.. && gmake am--refresh GEN ../../../../src/mapi/glapi/glapi_mapi_tmp.h GEN ../../../../src/mapi/glapi/glprocs.h GEN ../../../../src/mapi/glapi/glapitemp.h GEN ../../../../src/mapi/glapi/glapitable.h GEN ../../../../src/mapi/glapi/glapi_gentable.c GEN ../../../../src/mapi/glapi/glapi_x86.S GEN ../../../../src/mesa/main/enums.c GEN ../../../../src/mesa/main/api_exec.c GEN ../../../../src/mesa/main/dispatch.h GEN ../../../../src/mesa/main/remap_helper.h GEN ../../../../src/glx/indirect.c GEN ../../../../src/glx/indirect.h GEN ../../../../src/glx/indirect_init.c GEN ../../../../src/glx/indirect_size.h GEN ../../../../src/glx/indirect_size.c gmake all-am gmake[5]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/glapi/gen' cd ../../../.. && gmake am--refresh cd ../../../.. && gmake am--refresh gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/glapi/gen' gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/glapi/gen' Making all in shared-glapi gmake[4]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi' cd ../../.. && gmake am--refresh cd ../../.. && gmake am--refresh GEN glapi_mapi_tmp.h gmake all-recursive gmake[5]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi' cd ../../.. && gmake am--refresh cd ../../.. && gmake am--refresh Making all in . gmake[6]: Entering directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi' cd ../../.. && gmake am--refresh cd ../../.. && gmake am--refresh CC entry.lo In file included from ../../../src/mapi/entry.c:46: ./../../src/mapi/entry_x86_tsd.h:62:19: warning: tentative array definition assumed to have one element static const char x86_entry_start[]; ^ ./../../src/mapi/entry_x86_tsd.h:63:19: warning: tentative array definition assumed to have one element static const char x86_entry_end[]; ^ Assertion failed: (Symbol->isUndefined() && "Cannot define a symbol twice!"), function EmitLabel, file /usr/local/poudriere/jails/head-i386/usr/src/lib/clang/libllvmmc/../../../contrib/llvm/lib/MC/MCELFStreamer.cpp, line 57. Stack dump: 0. Program arguments: /usr/bin/cc -cc1 -triple i386-unknown-freebsd11.0 -emit-obj -disable-free -main-file-name entry.c -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -target-cpu i486 -dwarf-column-info -coverage-file /wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi/.libs/entry.o -resource-dir /usr/bin/../lib/clang/3.5.1 -dependency-file .deps/entry.Tpo -sys-header-deps -MP -MT entry.lo -D PACKAGE_NAME="Mesa" -D PACKAGE_TARNAME="mesa" -D PACKAGE_VERSION="10.2.7" -D PACKAGE_STRING="Mesa 10.2.7" -D PACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" -D PACKAGE_URL="" -D PACKAGE="mesa" -D VERSION="10.2.7" -D STDC_HEADERS=1 -D HAVE_SYS_TYPES_H=1 -D HAVE_SYS_STAT_H=1 -D HAVE_STDLIB_H=1 -D HAVE_STRING_H=1 -D HAVE_MEMORY_H=1 -D HAVE_STRINGS_H=1 -D HAVE_INTTYPES_H=1 -D HAVE_STDINT_H=1 -D HAVE_UNISTD_H=1 -D HAVE_DLFCN_H=1 -D LT_OBJDIR=".libs/" -D YYTEXT_POINTER=1 -D HAVE___BUILTIN_ BSWAP32=1 -D HAVE___BUILTIN_BSWAP64=1 -D HAVE_DLADDR=1 -D HAVE_CLOCK_GETTIME=1 -D HAVE_PTHREAD_PRIO_INHERIT=1 -D HAVE_PTHREAD=1 -D USE_X86_ASM -D USE_MMX_ASM -D USE_3DNOW_ASM -D USE_SSE_ASM -D HAVE_DLOPEN -D HAVE_POSIX_MEMALIGN -D MESA_EGL_NO_X11_HEADERS -D MAPI_MODE_GLAPI -D MAPI_ABI_HEADER="shared-glapi/glapi_mapi_tmp.h" -D _THREAD_SAFE -D PIC -I . -I ../../../include -I ../../../src/mapi -I ../../../src/mapi -I /usr/local/include -O2 -Wall -Werror=implicit-function-declaration -Werror=missing-prototypes -std=c99 -fdebug-compilation-dir /wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi -ferror-limit 19 -fmessage-length 0 -pthread -stack-protector 1 -mstackrealign -fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o .libs/entry.o -x c ../../../src/mapi/entry.c 1. parser at end of file 2. Code generation cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115 Target: i386-unknown-freebsd11.0 Thread model: posix cc: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. cc: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: cc: note: diagnostic msg: /tmp/entry-7b290c.c cc: note: diagnostic msg: /tmp/entry-7b290c.sh cc: note: diagnostic msg: ******************** Makefile:695: recipe for target 'entry.lo' failed gmake[6]: *** [entry.lo] Error 1 gmake[6]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi' Makefile:749: recipe for target 'all-recursive' failed gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi' Makefile:586: recipe for target 'all' failed gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi/shared-glapi' Makefile:512: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src/mapi' Makefile:529: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7/src' Makefile:576: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/libosmesa/work/Mesa-10.2.7' *** Error code 1 Stop. make: stopped in /usr/ports/graphics/libosmesa From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 09:38:36 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37410AEA for ; Fri, 6 Feb 2015 09:38:36 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 0BAFA219 for ; Fri, 6 Feb 2015 09:38:35 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t169cZsl023658 for ; Fri, 6 Feb 2015 09:38:35 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t169cZIx023657; Fri, 6 Feb 2015 09:38:35 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502060938.t169cZIx023657@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 6 Feb 2015 09:38:35 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 09:38:36 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-servers/xephyr | 1.14.7 | 1.17.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-dmx | 1.14.7 | 1.17.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-nestserver | 1.14.7 | 1.17.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-server | 1.14.7 | 1.17.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-vfbserver | 1.14.7 | 1.17.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 17:39:31 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0F08B89; Fri, 6 Feb 2015 17:39:31 +0000 (UTC) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 96ADF1F4; Fri, 6 Feb 2015 17:39:31 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 08A9D7300A; Fri, 6 Feb 2015 18:44:53 +0100 (CET) Date: Fri, 6 Feb 2015 18:44:53 +0100 From: Luigi Rizzo To: freebsd-x11@freebsd.org Subject: howto: nvidia geforce210 and 4k display Message-ID: <20150206174452.GA75454@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Luigi Rizzo , current@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 17:39:31 -0000 Thought this might be useful to others: I have managed to use the nvidia geforce210 card with a 4k display and am attaching below the relevant xorg.conf info: -------------- # ... Section "Monitor" Identifier "seiki39u" Modeline "4k25" 225 3840 3900 3950 4000 2160 2168 2178 2250 # this is the one Modeline "4k30" 297 3840 4040 4240 4400 2160 2168 2178 2250 EndSection Section "Device" Identifier "geforce210" Driver "nvidia" # need nvidia-driver 340 or earlier BusID "PCI:1:0:0" # depends on your card EndSection Section "Screen" Identifier "Screen0" Device "geforce210" Monitor "seiki39u" Option "ModeValidation" "NoVertRefreshCheck, NoMaxPClkCheck, AllowNonEdidModes" SubSection "Display" Viewport 0 0 Depth 24 Modes "4k25" # "1920x1080_30" EndSubSection EndSection --------- Some comments: - you need the nvidia-driver 340 or earlier, newer versions do not support the GeForce 210 - the card itself is not rated for 4k, and appears to have a maximum pixel clock frequency of 225 MHz (sometimes negotiating even just 165 MHz with the monitor). I am using the HDMI port. - the Modeline "4k25" can be used to run at 4k/25Hz (which is the most you can get with such a pixel clock). Not that you are losing much, since HDMI 1.3 can only to 4k/30Hz at most. - you need to specify the Modeline because the monitor does not return a compatible mode through EDID (mine is a seiki TV se39uy01 - the very poor UK model; but i suspect others have the same issue): the modeline supplied by the tv uses a 297 MHz clock even at 50 Hz. - finally, in the "Screen" section you need some options to tell the driver to omit certain checks: Option "ModeValidation" "NoVertRefreshCheck, NoMaxPClkCheck, AllowNonEdidModes" And that's all. cheers luigi From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 17:46:43 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB80212E; Fri, 6 Feb 2015 17:46:43 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16: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 9A764345; Fri, 6 Feb 2015 17:46:43 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t16HkhoF079899; Fri, 6 Feb 2015 17:46:43 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t16HkhGF079890; Fri, 6 Feb 2015 17:46:43 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 6 Feb 2015 17:46:43 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502061746.t16HkhGF079890@beefy1.isc.freebsd.org> To: x11@FreeBSD.org Subject: [package - 84i386-default][graphics/waffle] Failed for waffle-1.5.0 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 17:46:43 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: x11@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Log URL: http://beefy1.isc.freebsd.org/data/84i386-default/2015-02-06_12h38m44s/logs/waffle-1.5.0.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=84i386-default&build=2015-02-06_12h38m44s Log: ====>> Building graphics/waffle build started at Fri Feb 6 17:46:35 UTC 2015 port directory: /usr/ports/graphics/waffle building for: FreeBSD 84i386-default-job-13 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 i386 maintained by: x11@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100056 Jail OSVERSION: 804000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=waffle-1.5.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84i386-default/ref/.p/pool MASTERNAME=84i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for waffle-1.5.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/graphics/waffle/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTVERSION=1.5.0 CMAKE_BUILD_TYPE="release" OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/waffle1" EXAMPLESDIR="share/examples/waffle" DATADIR="share/waffle" WWWDIR="www/waffle" ETCDIR="etc/waffle" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/waffle DOCSDIR=/usr/local/share/doc/waffle1 EXAMPLESDIR=/usr/local/share/examples/waffle WWWDIR=/usr/local/www/waffle ETCDIR=/usr/local/etc/waffle --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License BSD2CLAUSE accepted by the user =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.7.txz [84i386-default-job-13] Installing pkg-1.4.7... [84i386-default-job-13] Extracting pkg-1.4.7... done Message for pkg-1.4.7: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building ===> Extracting for waffle-1.5.0 => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for waffle-1.5.0 ===> Applying FreeBSD patches for waffle-1.5.0 =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/bin/cmake - not found ===> Verifying install for /usr/local/bin/cmake in /usr/ports/devel/cmake ===> Installing existing package /packages/All/cmake-3.1.1.txz [84i386-default-job-13] Installing cmake-3.1.1... [84i386-default-job-13] `-- Installing cmake-modules-3.1.1... [84i386-default-job-13] `-- Extracting cmake-modules-3.1.1... done [84i386-default-job-13] `-- Installing curl-7.40.0... [84i386-default-job-13] | `-- Installing ca_root_nss-3.17.4... [84i386-default-job-13] | `-- Extracting ca_root_nss-3.17.4... done [84i386-default-job-13] `-- Extracting curl-7.40.0... done [84i386-default-job-13] `-- Installing expat-2.1.0_2... [84i386-default-job-13] `-- Extracting expat-2.1.0_2... done [84i386-default-job-13] `-- Installing libarchive-3.1.2_2,1... [84i386-default-job-13] | `-- Installing libxml2-2.9.2_2... [84i386-default-job-13] | | `-- Installing libiconv-1.14_6... [84i386-default-job-13] | | `-- Extracting libiconv-1.14_6... done [84i386-default-job-13] | `-- Extracting libxml2-2.9.2_2... done [84i386-default-job-13] | `-- Installing lzo2-2.08_1... [84i386-default-job-13] | `-- Extracting lzo2-2.08_1... done [84i386-default-job-13] `-- Extracting libarchive-3.1.2_2,1... done [84i386-default-job-13] Extracting cmake-3.1.1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: ninja - not found ===> Verifying install for ninja in /usr/ports/devel/ninja ===> Installing existing package /packages/All/ninja-1.5.3,1.txz [84i386-default-job-13] Installing ninja-1.5.3,1... [84i386-default-job-13] Extracting ninja-1.5.3,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [84i386-default-job-13] Installing pkgconf-0.9.7... [84i386-default-job-13] Extracting pkgconf-0.9.7... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/glproto.pc in /usr/ports/x11/glproto ===> Installing existing package /packages/All/glproto-1.4.17.txz [84i386-default-job-13] Installing glproto-1.4.17... [84i386-default-job-13] Extracting glproto-1.4.17... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri2proto.pc in /usr/ports/x11/dri2proto ===> Installing existing package /packages/All/dri2proto-2.8.txz [84i386-default-job-13] Installing dri2proto-2.8... [84i386-default-job-13] Extracting dri2proto-2.8... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11 ===> Installing existing package /packages/All/libX11-1.6.2_2,1.txz [84i386-default-job-13] Installing libX11-1.6.2_2,1... [84i386-default-job-13] `-- Installing kbproto-1.0.6... [84i386-default-job-13] `-- Extracting kbproto-1.0.6... done [84i386-default-job-13] `-- Installing libXau-1.0.8_2... [84i386-default-job-13] | `-- Installing xproto-7.0.26... [84i386-default-job-13] | `-- Extracting xproto-7.0.26... done [84i386-default-job-13] `-- Extracting libXau-1.0.8_2... done [84i386-default-job-13] `-- Installing libXdmcp-1.1.1_2... [84i386-default-job-13] `-- Extracting libXdmcp-1.1.1_2... done [84i386-default-job-13] `-- Installing libxcb-1.11... [84i386-default-job-13] | `-- Installing libpthread-stubs-0.3_6... [84i386-default-job-13] | `-- Extracting libpthread-stubs-0.3_6... done [84i386-default-job-13] `-- Extracting libxcb-1.11... done [84i386-default-job-13] Extracting libX11-1.6.2_2,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found =========================================================================== =================================================== ===> waffle-1.5.0 depends on shared library: libGL.so - not found ===> Verifying for libGL.so in /usr/ports/graphics/libGL ===> Installing existing package /packages/All/libGL-9.1.7_4.txz [84i386-default-job-13] Installing libGL-9.1.7_4... [84i386-default-job-13] `-- Installing libXdamage-1.1.4_2... [84i386-default-job-13] | `-- Installing damageproto-1.2.1... [84i386-default-job-13] | `-- Extracting damageproto-1.2.1... done [84i386-default-job-13] | `-- Installing libXfixes-5.0.1_2... [84i386-default-job-13] | | `-- Installing fixesproto-5.0... [84i386-default-job-13] | | `-- Extracting fixesproto-5.0... done [84i386-default-job-13] | `-- Extracting libXfixes-5.0.1_2... done [84i386-default-job-13] `-- Extracting libXdamage-1.1.4_2... done [84i386-default-job-13] `-- Installing libXext-1.3.3,1... [84i386-default-job-13] | `-- Installing xextproto-7.3.0... [84i386-default-job-13] | `-- Extracting xextproto-7.3.0... done [84i386-default-job-13] `-- Extracting libXext-1.3.3,1... done [84i386-default-job-13] `-- Installing libXxf86vm-1.1.3_2... [84i386-default-job-13] | `-- Installing xf86vidmodeproto-2.3.1... [84i386-default-job-13] | `-- Extracting xf86vidmodeproto-2.3.1... done [84i386-default-job-13] `-- Extracting libXxf86vm-1.1.3_2... done [84i386-default-job-13] `-- Installing libdevq-0.0.2... [84i386-default-job-13] `-- Extracting libdevq-0.0.2... done [84i386-default-job-13] `-- Installing libdrm-2.4.58_1,1... [84i386-default-job-13] | `-- Installing libpciaccess-0.13.2_2... [84i386-default-job-13] | | `-- Installing pciids-20150124... [84i386-default-job-13] | | `-- Extracting pciids-20150124... done [84i386-default-job-13] | `-- Extracting libpciaccess-0.13.2_2... done [84i386-default-job-13] `-- Extracting libdrm-2.4.58_1,1... done [84i386-default-job-13] `-- Installing libglapi-9.1.7_2... [84i386-default-job-13] | `-- Installing libxshmfence-1.1_3... [84i386-default-job-13] | `-- Extracting libxshmfence-1.1_3... done [84i386-default-job-13] `-- Extracting libglapi-9.1.7_2... done [84i386-default-job-13] Extracting libGL-9.1.7_4... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on shared library: libEGL.so - not found ===> Verifying for libEGL.so in /usr/ports/graphics/libEGL ===> Installing existing package /packages/All/libEGL-9.1.7_5.txz [84i386-default-job-13] Installing libEGL-9.1.7_5... [84i386-default-job-13] Extracting libEGL-9.1.7_5... done ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== ===> Configuring for waffle-1.5.0 ===> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/graphics/waffle/work/.build -- The C compiler identification is GNU 4.2.1 -- Check for working C compiler using: Ninja -- Check for working C compiler using: Ninja -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: pkgconf (found version "0.28") -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION - Success -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES - Failed -- Performing Test WERROR_INT_CONVERSION -- Performing Test WERROR_INT_CONVERSION - Failed -- Performing Test WITH_VISIBILITY_HIDDEN -- Performing Test WITH_VISIBILITY_HIDDEN - Success -- Performing Test WERROR_MISSING_PROTOTYPES -- Performing Test WERROR_MISSING_PROTOTYPES - Success -- Performing Test waffle_has_tls -- Performing Test waffle_has_tls - Success -- Performing Test waffle_has_tls_model_initial_exec -- Performing Test waffle_has_tls_model_initial_exec - Success ----------------------------------------------- Configuration summary ----------------------------------------------- Supported platforms: Dependencies: Build type: Release Tools: CMAKE_C_COMPILER: /usr/bin/cc CMAKE_C_FLAGS: -O2 -pipe -I/usr/local/include -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes CMAKE_C_FLAGS_DEBUG: -g3 -O0 -DDEBUG CMAKE_C_FLAGS_RELEASE: -g1 -O2 -DNDEBUG Install paths: CMAKE_INSTALL_PREFIX: /usr/local CMAKE_INSTALL_INCLUDEDIR: include CMAKE_INSTALL_LIBDIR: lib CMAKE_INSTALL_DOCDIR: share/doc/waffle1 ----------------------------------------------- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /wrkdirs/usr/ports/graphics/waffle/work/.build =========================================================================== =================================================== ===> Building for waffle-1.5.0 [1/63] Building C object CMakeFiles/cmocka.dir/third_party/cmocka/src/cmocka.c.o [2/63] Building C object third_party/threads/CMakeFiles/threads_bundled.dir/threads_posix.c.o [3/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_main.c.o [4/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_runner.c.o [5/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_test.c.o [6/63] Linking C static library lib/libthreads_bundled.a [7/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/api_priv.c.o [8/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o [9/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o [10/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o [11/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o [12/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o [13/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o [14/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o [15/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_error.c.o [16/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_gl_misc.c.o [17/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_init.c.o [18/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_window.c.o [19/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_attrib_list.c.o [20/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_config_attrs.c.o [21/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_display.c.o [22/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_error.c.o [23/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_tinfo.c.o [24/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_util.c.o [25/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_dl.c.o [26/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_platform.c.o [27/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_attrib_list.c.o [28/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_config.c.o [29/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_context.c.o [30/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_display.c.o [31/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_dl.c.o [32/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_enum.c.o [33/63] Linking C static library lib/libwaffle_test.a [34/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_error.c.o [35/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_gl_misc.c.o [36/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_init.c.o [37/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_window.c.o [38/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_attrib_list.c.o [39/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_config_attrs.c.o [40/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_display.c.o [41/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_error.c.o [42/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_tinfo.c.o [43/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_util.c.o [44/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_dl.c.o [45/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_platform.c.o [46/63] Linking C shared library lib/libwaffle-1.so.0.5.0 [47/63] Linking C static library lib/libwaffle-static-1.a [48/63] Creating library symlink lib/libwaffle-1.so.0 lib/libwaffle-1.so [49/63] Building C object src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o [50/63] Building C object tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o [51/63] Building C object examples/CMakeFiles/gl_basic.dir/gl_basic.c.o [52/63] Building C object examples/CMakeFiles/simple-x11-egl.dir/simple-x11-egl.c.o FAILED: /usr/bin/cc -DWAFFLE_API_EXPERIMENTAL -DWAFFLE_API_VERSION=261 -DWAFFLE_HAS_TLS -DWAFFLE_HAS_TLS_MODEL_INITIAL_EXEC -D_XOPEN_SOURCE=600 -O2 -pipe -I/usr/local/include -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes -g1 -O2 -DNDEBUG -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include/waffle -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/src -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/third_party/threads -Wno-initializer-overrides -MMD -MT tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -MF tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o.d -o tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -c /wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/tests/functional/gl_basic_test.c cc1: error: unrecognized command line option "-Wno-initializer-overrides" ninja: build stopped: subcommand failed. *** Error code 1 Stop in /usr/ports/graphics/waffle. From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 18:51:37 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7984C751; Fri, 6 Feb 2015 18:51:37 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 58CD2C9A; Fri, 6 Feb 2015 18:51:37 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t16Ipboo083284; Fri, 6 Feb 2015 18:51:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t16IpbpV083270; Fri, 6 Feb 2015 18:51:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 6 Feb 2015 18:51:37 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201502061851.t16IpbpV083270@beefy2.isc.freebsd.org> To: x11@FreeBSD.org Subject: [package - 84amd64-default][graphics/waffle] Failed for waffle-1.5.0 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 18:51:37 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: x11@FreeBSD.org Last committer: kwm@FreeBSD.org Ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Log URL: http://beefy2.isc.freebsd.org/data/84amd64-default/2015-02-06_13h37m40s/logs/waffle-1.5.0.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=84amd64-default&build=2015-02-06_13h37m40s Log: ====>> Building graphics/waffle build started at Fri Feb 6 18:51:29 UTC 2015 port directory: /usr/ports/graphics/waffle building for: FreeBSD 84amd64-default-job-14 8.4-RELEASE-p16 FreeBSD 8.4-RELEASE-p16 amd64 maintained by: x11@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/waffle/Makefile 377024 2015-01-14 16:04:12Z kwm $ Poudriere version: 3.1.1 Host OSVERSION: 1100056 Jail OSVERSION: 804000 ---Begin Environment--- OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p16 UNAME_r=8.4-RELEASE-p16 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/84amd64-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=waffle-1.5.0 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84amd64-default/ref/.p/pool MASTERNAME=84amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.1 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for waffle-1.5.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/waffle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/waffle/work HOME=/wrkdirs/usr/ports/graphics/waffle/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/graphics/waffle/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BS D_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTVERSION=1.5.0 CMAKE_BUILD_TYPE="release" OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/waffle1" EXAMPLESDIR="share/examples/waffle" DATADIR="share/waffle" WWWDIR="www/waffle" ETCDIR="etc/waffle" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/waffle DOCSDIR=/usr/local/share/doc/waffle1 EXAMPLESDIR=/usr/local/share/examples/waffle WWWDIR=/usr/local/www/waffle ETCDIR=/usr/local/etc/waffle --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted ran via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== ===> License BSD2CLAUSE accepted by the user =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.7.txz [84amd64-default-job-14] Installing pkg-1.4.7... [84amd64-default-job-14] Extracting pkg-1.4.7... done Message for pkg-1.4.7: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by waffle-1.5.0 for building ===> Extracting for waffle-1.5.0 => SHA256 Checksum OK for waffle-1.5.0.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for waffle-1.5.0 ===> Applying FreeBSD patches for waffle-1.5.0 =========================================================================== =================================================== ===> waffle-1.5.0 depends on file: /usr/local/bin/cmake - not found ===> Verifying install for /usr/local/bin/cmake in /usr/ports/devel/cmake ===> Installing existing package /packages/All/cmake-3.1.1.txz [84amd64-default-job-14] Installing cmake-3.1.1... [84amd64-default-job-14] `-- Installing cmake-modules-3.1.1... [84amd64-default-job-14] `-- Extracting cmake-modules-3.1.1... done [84amd64-default-job-14] `-- Installing curl-7.40.0... [84amd64-default-job-14] | `-- Installing ca_root_nss-3.17.4... [84amd64-default-job-14] | `-- Extracting ca_root_nss-3.17.4... done [84amd64-default-job-14] `-- Extracting curl-7.40.0... done [84amd64-default-job-14] `-- Installing expat-2.1.0_2... [84amd64-default-job-14] `-- Extracting expat-2.1.0_2... done [84amd64-default-job-14] `-- Installing libarchive-3.1.2_2,1... [84amd64-default-job-14] | `-- Installing libxml2-2.9.2_2... [84amd64-default-job-14] | | `-- Installing libiconv-1.14_6... [84amd64-default-job-14] | | `-- Extracting libiconv-1.14_6... done [84amd64-default-job-14] | `-- Extracting libxml2-2.9.2_2... done [84amd64-default-job-14] | `-- Installing lzo2-2.08_1... [84amd64-default-job-14] | `-- Extracting lzo2-2.08_1... done [84amd64-default-job-14] `-- Extracting libarchive-3.1.2_2,1... done [84amd64-default-job-14] Extracting cmake-3.1.1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: ninja - not found ===> Verifying install for ninja in /usr/ports/devel/ninja ===> Installing existing package /packages/All/ninja-1.5.3,1.txz [84amd64-default-job-14] Installing ninja-1.5.3,1... [84amd64-default-job-14] Extracting ninja-1.5.3,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.7.txz [84amd64-default-job-14] Installing pkgconf-0.9.7... [84amd64-default-job-14] Extracting pkgconf-0.9.7... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/glproto.pc in /usr/ports/x11/glproto ===> Installing existing package /packages/All/glproto-1.4.17.txz [84amd64-default-job-14] Installing glproto-1.4.17... [84amd64-default-job-14] Extracting glproto-1.4.17... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri2proto.pc in /usr/ports/x11/dri2proto ===> Installing existing package /packages/All/dri2proto-2.8.txz [84amd64-default-job-14] Installing dri2proto-2.8... [84amd64-default-job-14] Extracting dri2proto-2.8... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11 ===> Installing existing package /packages/All/libX11-1.6.2_2,1.txz [84amd64-default-job-14] Installing libX11-1.6.2_2,1... [84amd64-default-job-14] `-- Installing kbproto-1.0.6... [84amd64-default-job-14] `-- Extracting kbproto-1.0.6... done [84amd64-default-job-14] `-- Installing libXau-1.0.8_2... [84amd64-default-job-14] | `-- Installing xproto-7.0.26... [84amd64-default-job-14] | `-- Extracting xproto-7.0.26... done [84amd64-default-job-14] `-- Extracting libXau-1.0.8_2... done [84amd64-default-job-14] `-- Installing libXdmcp-1.1.1_2... [84amd64-default-job-14] `-- Extracting libXdmcp-1.1.1_2... done [84amd64-default-job-14] `-- Installing libxcb-1.11... [84amd64-default-job-14] | `-- Installing libpthread-stubs-0.3_6... [84amd64-default-job-14] | `-- Extracting libpthread-stubs-0.3_6... done [84amd64-default-job-14] `-- Extracting libxcb-1.11... done [84amd64-default-job-14] Extracting libX11-1.6.2_2,1... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found =========================================================================== =================================================== ===> waffle-1.5.0 depends on shared library: libGL.so - not found ===> Verifying for libGL.so in /usr/ports/graphics/libGL ===> Installing existing package /packages/All/libGL-9.1.7_4.txz [84amd64-default-job-14] Installing libGL-9.1.7_4... [84amd64-default-job-14] `-- Installing libXdamage-1.1.4_2... [84amd64-default-job-14] | `-- Installing damageproto-1.2.1... [84amd64-default-job-14] | `-- Extracting damageproto-1.2.1... done [84amd64-default-job-14] | `-- Installing libXfixes-5.0.1_2... [84amd64-default-job-14] | | `-- Installing fixesproto-5.0... [84amd64-default-job-14] | | `-- Extracting fixesproto-5.0... done [84amd64-default-job-14] | `-- Extracting libXfixes-5.0.1_2... done [84amd64-default-job-14] `-- Extracting libXdamage-1.1.4_2... done [84amd64-default-job-14] `-- Installing libXext-1.3.3,1... [84amd64-default-job-14] | `-- Installing xextproto-7.3.0... [84amd64-default-job-14] | `-- Extracting xextproto-7.3.0... done [84amd64-default-job-14] `-- Extracting libXext-1.3.3,1... done [84amd64-default-job-14] `-- Installing libXxf86vm-1.1.3_2... [84amd64-default-job-14] | `-- Installing xf86vidmodeproto-2.3.1... [84amd64-default-job-14] | `-- Extracting xf86vidmodeproto-2.3.1... done [84amd64-default-job-14] `-- Extracting libXxf86vm-1.1.3_2... done [84amd64-default-job-14] `-- Installing libdevq-0.0.2... [84amd64-default-job-14] `-- Extracting libdevq-0.0.2... done [84amd64-default-job-14] `-- Installing libdrm-2.4.58_1,1... [84amd64-default-job-14] | `-- Installing libpciaccess-0.13.2_2... [84amd64-default-job-14] | | `-- Installing pciids-20150124... [84amd64-default-job-14] | | `-- Extracting pciids-20150124... done [84amd64-default-job-14] | `-- Extracting libpciaccess-0.13.2_2... done [84amd64-default-job-14] `-- Extracting libdrm-2.4.58_1,1... done [84amd64-default-job-14] `-- Installing libglapi-9.1.7_2... [84amd64-default-job-14] | `-- Installing libxshmfence-1.1_3... [84amd64-default-job-14] | `-- Extracting libxshmfence-1.1_3... done [84amd64-default-job-14] `-- Extracting libglapi-9.1.7_2... done [84amd64-default-job-14] Extracting libGL-9.1.7_4... done ===> Returning to build of waffle-1.5.0 ===> waffle-1.5.0 depends on shared library: libEGL.so - not found ===> Verifying for libEGL.so in /usr/ports/graphics/libEGL ===> Installing existing package /packages/All/libEGL-9.1.7_5.txz [84amd64-default-job-14] Installing libEGL-9.1.7_5... [84amd64-default-job-14] Extracting libEGL-9.1.7_5... done ===> Returning to build of waffle-1.5.0 =========================================================================== =================================================== ===> Configuring for waffle-1.5.0 ===> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/graphics/waffle/work/.build -- The C compiler identification is GNU 4.2.1 -- Check for working C compiler using: Ninja -- Check for working C compiler using: Ninja -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: pkgconf (found version "0.28") -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION -- Performing Test WERROR_IMPLICIT_FUNCTION_DECLARATION - Success -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES -- Performing Test WERROR_INCOMPATIBLE_POINTER_TYPES - Failed -- Performing Test WERROR_INT_CONVERSION -- Performing Test WERROR_INT_CONVERSION - Failed -- Performing Test WITH_VISIBILITY_HIDDEN -- Performing Test WITH_VISIBILITY_HIDDEN - Success -- Performing Test WERROR_MISSING_PROTOTYPES -- Performing Test WERROR_MISSING_PROTOTYPES - Success -- Performing Test waffle_has_tls -- Performing Test waffle_has_tls - Success -- Performing Test waffle_has_tls_model_initial_exec -- Performing Test waffle_has_tls_model_initial_exec - Success ----------------------------------------------- Configuration summary ----------------------------------------------- Supported platforms: Dependencies: Build type: Release Tools: CMAKE_C_COMPILER: /usr/bin/cc CMAKE_C_FLAGS: -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes CMAKE_C_FLAGS_DEBUG: -g3 -O0 -DDEBUG CMAKE_C_FLAGS_RELEASE: -g1 -O2 -DNDEBUG Install paths: CMAKE_INSTALL_PREFIX: /usr/local CMAKE_INSTALL_INCLUDEDIR: include CMAKE_INSTALL_LIBDIR: lib CMAKE_INSTALL_DOCDIR: share/doc/waffle1 ----------------------------------------------- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /wrkdirs/usr/ports/graphics/waffle/work/.build =========================================================================== =================================================== ===> Building for waffle-1.5.0 [1/63] Building C object CMakeFiles/cmocka.dir/third_party/cmocka/src/cmocka.c.o [2/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_main.c.o [3/63] Building C object third_party/threads/CMakeFiles/threads_bundled.dir/threads_posix.c.o [4/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_test.c.o [5/63] Building C object src/waffle_test/CMakeFiles/waffle_test.dir/wt_runner.c.o [6/63] Linking C static library lib/libwaffle_test.a [7/63] Linking C static library lib/libthreads_bundled.a [8/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/api_priv.c.o [9/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_dl.c.o [10/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_attrib_list.c.o [11/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_config.c.o [12/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_context.c.o [13/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_display.c.o [14/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_enum.c.o [15/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_error.c.o [16/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_init.c.o [17/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_gl_misc.c.o [18/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_error.c.o [19/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/api/waffle_window.c.o [20/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_attrib_list.c.o [21/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_config_attrs.c.o [22/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_display.c.o [23/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_tinfo.c.o [24/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/core/wcore_util.c.o [25/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_dl.c.o [26/63] Building C object src/waffle/CMakeFiles/waffle-1.dir/linux/linux_platform.c.o [27/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/api_priv.c.o [28/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_attrib_list.c.o [29/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_config.c.o [30/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_context.c.o [31/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_display.c.o [32/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_dl.c.o [33/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_enum.c.o [34/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_error.c.o [35/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_gl_misc.c.o [36/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_init.c.o [37/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/api/waffle_window.c.o [38/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_attrib_list.c.o [39/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_config_attrs.c.o [40/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_display.c.o [41/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_error.c.o [42/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_tinfo.c.o [43/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/core/wcore_util.c.o [44/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_dl.c.o [45/63] Building C object src/waffle/CMakeFiles/waffle_static.dir/linux/linux_platform.c.o [46/63] Linking C shared library lib/libwaffle-1.so.0.5.0 [47/63] Linking C static library lib/libcmocka.a [48/63] Creating library symlink lib/libwaffle-1.so.0 lib/libwaffle-1.so [49/63] Linking C static library lib/libwaffle-static-1.a [50/63] Building C object src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o [51/63] Building C object tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o [52/63] Building C object examples/CMakeFiles/gl_basic.dir/gl_basic.c.o [53/63] Building C object examples/CMakeFiles/simple-x11-egl.dir/simple-x11-egl.c.o FAILED: /usr/bin/cc -DWAFFLE_API_EXPERIMENTAL -DWAFFLE_API_VERSION=261 -DWAFFLE_HAS_TLS -DWAFFLE_HAS_TLS_MODEL_INITIAL_EXEC -D_XOPEN_SOURCE=600 -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=missing-prototypes -g1 -O2 -DNDEBUG -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/include/waffle -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/src -I/wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/third_party/threads -Wno-initializer-overrides -MMD -MT tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -MF tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o.d -o tests/functional/CMakeFiles/gl_basic_test.dir/gl_basic_test.c.o -c /wrkdirs/usr/ports/graphics/waffle/work/waffle-1.5.0/tests/functional/gl_basic_test.c cc1: error: unrecognized command line option "-Wno-initializer-overrides" ninja: build stopped: subcommand failed. *** Error code 1 Stop in /usr/ports/graphics/waffle. From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 19:15:09 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E3B3B9E for ; Fri, 6 Feb 2015 19:15:09 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::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 78221E7E for ; Fri, 6 Feb 2015 19:15:09 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id fb1so4132439pad.8 for ; Fri, 06 Feb 2015 11:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=LIMKWimm0BKoiQqHq/8dyjhrArty2ZG+gPwA8fIUiNM=; b=Wl/C6yimaU3R2oEDQqLejqHFuR+6Le+ji4O5Z6l002AKtVqjPMTP/zyIAywWL+Pr/4 BWF29m8w9eC73TCwYGOdrd/FyqAKJV3j3x5kRoJdSXS7ztnqDr2o8APztOWqAU8md856 dc0w+YjSowc0zra0SCdzLQ34K39E7YbboLWuRM6Qf03t6FhaSVY1zcF1kOWlcQ8h5hmy rsz0TfdjGLmwMTt5KDYRczu2fkHxNDrJEFj+fOd+Hp05TszuAG0EJBcr9N0SU8OXiRls u3vzh8WqXM8kbfwJwemLX7MJJZKty9I35BssCsQuz1TlIiHRjRd3An4LAeZOdsuysJn7 wVwg== MIME-Version: 1.0 X-Received: by 10.68.138.194 with SMTP id qs2mr8243489pbb.8.1423250108562; Fri, 06 Feb 2015 11:15:08 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.22.231 with HTTP; Fri, 6 Feb 2015 11:15:08 -0800 (PST) Date: Fri, 6 Feb 2015 11:15:08 -0800 X-Google-Sender-Auth: PSg0YarsJaptaSlQoyHtqFLf4do Message-ID: Subject: Intel i915 support for RC6 From: Kevin Oberman To: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 19:15:09 -0000 It appears that at least HEAD now has support for RC6 on Intel i915 GPUs. but I have seen a couple of messages about setting drm.i915.enable_rc6 to '7'. Why '7'? I can only find references in Linux-land to setting it to '1' to enable or '0' to disable. Is '7' reasonable and, if so, what do the other two bits do? I have found very little information about it other than that it can have nasty failure modes on some Sandy Bridge systems and that it should be safe on all Ivy Bridge systems. Thanks for any information or references. -- Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Fri Feb 6 20:37:23 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B28664E for ; Fri, 6 Feb 2015 20:37:23 +0000 (UTC) Received: from mail-vc0-x230.google.com (mail-vc0-x230.google.com [IPv6:2607:f8b0:400c:c03::230]) (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 4CE9C9AD for ; Fri, 6 Feb 2015 20:37:23 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id kv7so5930391vcb.7 for ; Fri, 06 Feb 2015 12:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OoYRPqt8n5FGTc7oybYcrtkXmSD6NCPNLqSN35FMAKc=; b=Tk+l+NV2eD4ME/uyeXF6XDPA/F2MYsxZePjm2G8YAtOSuxjdNOqTWmBDVlpiz/Mbd8 jbsV/IX1rB5sO/wOMnG9/TULWT2eSWiYkE2kCO/PwmD8MLkCx8HHo+NvTLEs1ubdUB5p One+zZci2ZCayf6smFZV12ZBqSEybKWh/TAgfgF65h1DcURCDk5dYT7JJd0QmBomrDti 5q1rTE38cJiMXA7eO+D+kepickA8ebz9tTWnISNmVI9bhQv32XbybY8Ah7TQ14rDLcci wP4nDfy9E6k3kwdnvnChQjb8jnuF07VlzFi51BWy8zB9SQw9rgnAWfpVfwk0FJ9onjPa r2Gg== X-Received: by 10.220.192.137 with SMTP id dq9mr3742911vcb.34.1423255042449; Fri, 06 Feb 2015 12:37:22 -0800 (PST) Received: from ?IPv6:2001:470:1f15:b1f:58d1:e4a5:3e9d:aa6? ([2001:470:1f15:b1f:58d1:e4a5:3e9d:aa6]) by mx.google.com with ESMTPSA id ey1sm524446vdb.23.2015.02.06.12.37.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Feb 2015 12:37:21 -0800 (PST) Message-ID: <54D52600.40102@gmail.com> Date: Fri, 06 Feb 2015 21:37:20 +0100 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Intel i915 support for RC6 References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 20:37:23 -0000 > Is '7' reasonable and, if so, what do the other two bits do? The value of the sysctl is interpreted as a bitmask. There are three different RC6 levels: RC6, RC6p and RC6pp. RC6pp is the deepest one with the largest power savings. Setting it to 7 enables all modes. dmesg then says: "info: [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp on" I would set it to 7 unless it makes the system unstable. RC6p seems to be broken on Sandy Bridge but it is automatically disabled there. From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 01:15:07 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96A5EA1D for ; Sat, 7 Feb 2015 01:15:07 +0000 (UTC) Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) (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 6BEF6B54 for ; Sat, 7 Feb 2015 01:15:07 +0000 (UTC) Received: by pdjg10 with SMTP id g10so11991858pdj.1 for ; Fri, 06 Feb 2015 17:14:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ItkxXaFyQozoFaoSC4hTXzLZHD+j8sggXcWaFIZLAzM=; b=T1Mh+OLzdil7sGKVwx2VtadwjJtJilZ1plJtOJWHXLlXahT0suPqZlVumNvVSu5Jou wg8m+QBg04eqkzW0qCYr0M+g5fZ7J163ZLCo/PeGpXGbDYeUFV9Rp3oYDQZ8JQm7AI5c StPlWO3mgfaZBtGVZV/rw2ygU+epHKTCrL47hrVqkXQ3cN0tFNd3dCahRTtlxp7iqW3Q gN6CDfg9ZG9npXrzpc76NLf9OB3M+/SEAuE5Ij+35Ce4Q0+LM1ojGBtgGMDVyvLOEonu gfINhVnFAU9Dbtej/HUSwnLXMPfHXYNMN0wMPp3CyElQyHhi9tiTCsO2vVyVtWDGBBg0 j9bg== MIME-Version: 1.0 X-Received: by 10.68.68.131 with SMTP id w3mr10128505pbt.132.1423271699836; Fri, 06 Feb 2015 17:14:59 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.22.231 with HTTP; Fri, 6 Feb 2015 17:14:59 -0800 (PST) In-Reply-To: <54D52600.40102@gmail.com> References: <54D52600.40102@gmail.com> Date: Fri, 6 Feb 2015 17:14:59 -0800 X-Google-Sender-Auth: Gg5QMijQBU14uWx7T9WkIkShM2I Message-ID: Subject: Re: Intel i915 support for RC6 From: Kevin Oberman To: =?UTF-8?Q?Jan_Kokem=C3=BCller?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 01:15:07 -0000 On Fri, Feb 6, 2015 at 12:37 PM, Jan Kokem=C3=BCller wrote: > > Is '7' reasonable and, if so, what do the other two bits do? > > The value of the sysctl is interpreted as a bitmask. There are three > different RC6 levels: RC6, RC6p and RC6pp. RC6pp is the deepest one with > the largest power savings. > Setting it to 7 enables all modes. dmesg then says: > > "info: [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp on" > > I would set it to 7 unless it makes the system unstable. RC6p seems to be > broken on Sandy Bridge but it is automatically disabled there. > Thanks, Jan. I'll give it a try next boot. -- Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 09:31:35 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7494C4AF for ; Sat, 7 Feb 2015 09:31:35 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 6063DF45 for ; Sat, 7 Feb 2015 09:31:35 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t179VZOd004205 for ; Sat, 7 Feb 2015 09:31:35 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t179VZbC004202; Sat, 7 Feb 2015 09:31:35 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201502070931.t179VZbC004202@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 7 Feb 2015 09:31:35 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 09:31:35 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/libosmesa | 10.2.7 | 10.4.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 14:10:32 2015 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FF18658 for ; Sat, 7 Feb 2015 14:10:32 +0000 (UTC) Received: from condef004-v.nifty.com (condef004-v.nifty.com [210.131.4.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7800CBD for ; Sat, 7 Feb 2015 14:10:31 +0000 (UTC) Received: from conwmuserg002-v.nifty.com ([10.16.229.205])by condef004-v.nifty.com with ESMTP id t17E5fex011598 for ; Sat, 7 Feb 2015 23:05:41 +0900 Received: from aps004-v ([10.22.144.176])by conwmuserg002-v.nifty.com with ESMTP id t17E5Xed012960 for ; Sat, 7 Feb 2015 23:05:33 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=apr2010web; t=1423317933; bh=P/6F/zHcLq0bXfbGpvuSe6lXgisQU+1sF0WOqWOA2Mw=; h=Message-ID:Date:From:To:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding; b=cem9hkMevOOaefOZae4zxACUcx6abd39DK1iFEjOYDe4V9wTjgLVsaJMUUnPSIzDT eoRSpTy7N8IE4EoLVbi0LEKQcJkomUnWqNj/rBfHHO11ykronNhcQoDJfY4d52R5wJ WOFlInoIw4cZYlvoCBNeTUrB67puKlA/rP9Vvt9U= X-Nifty-SrcIP: [10.22.144.176] Message-ID: <5305481.4636371423317933387.satosi.kimura@nifty.com> Date: Sat, 7 Feb 2015 23:05:33 +0900 (JST) From: "Satoshi Kimura " To: freebsd-x11@FreeBSD.org Subject: Report on X MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Priority: normal X-Mailer: @nifty Webmail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 14:10:32 -0000 How do you do. I will send you the report that X.Org is working on my environment. Since full output are rather long, I select the part. If you need more information or full output, please request to me. 1. the output of dmesg The kernel is not GENERIC but made with VT. I will show the part of the output of dmesg . Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.3-RELEASE #0: Mon Dec 1 14:36:14 JST 2014 tuner@natusiho.yukikaze.or.jp:/usr/src/sys/amd64/compile/VT amd64 gcc version 4.2.1 20070831 patched [FreeBSD] CPU: Intel(R) Atom(TM) CPU D525 @ 1.80GHz (1795.54-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x106ca Family = 0x6 Model = 0x1c Stepping = 10 Features=0xbfebfbff Features2=0x40e31d AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics vgapci0: port 0xdc00-0xdc07 mem 0xfeb80000-0xfebfffff , 0xd0000000-0xdfffffff,0xfea00000-0xfeafffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: aperture size is 256M, detected 8188k stolen memory vgapci0: Boot video device vgapci1: mem 0xfe980000-0xfe9fffff at device 2.1 on p ci0 2. the output of pciconf -lvbce # pciconf -lvbce hostb0@pci0:0:0:0: class=0x060000 card=0x01231b0a chip=0xa0008086 rev=0x0 2 hdr=0x00 vendor = 'Intel Corporation' device = 'N10 Family DMI Bridge' class = bridge subclass = HOST-PCI cap 09[e0] = vendor (length 8) Intel cap 12 version 1 PCI errors = Received Master-Abort vgapci0@pci0:0:2:0: class=0x030000 card=0x01231b0a chip=0xa0018086 rev=0x0 2 hdr=0x00 vendor = 'Intel Corporation' device = 'N10 Family Integrated Graphics Controller' class = display subclass = VGA bar [10] = type Memory, range 32, base 0xfeb80000, size 524288, enabled bar [14] = type I/O Port, range 32, base 0xdc00, size 8, enabled bar [18] = type Prefetchable Memory, range 32, base 0xd0000000, size 268 43 5456, enabled bar [1c] = type Memory, range 32, base 0xfea00000, size 1048576, enabled cap 05[90] = MSI supports 1 message enabled with 1 message cap 01[d0] = powerspec 2 supports D0 D3 current D0 vgapci1@pci0:0:2:1: class=0x038000 card=0x01231b0a chip=0xa0028086 rev=0x0 2 hdr=0x00 vendor = 'Intel Corporation' device = 'N10 Family Integrated Graphics Controller' class = display bar [10] = type Memory, range 32, base 0xfe980000, size 524288, enabled cap 01[d0] = powerspec 2 supports D0 D3 current D0 (snip the output for other devices) 3. the output of pkg info % pkg info | grep xorg xorg-7.7_1 X.Org complete distribution metaport xorg-apps-7.7_1 X.org apps meta-port xorg-cf-files-1.0.5_1 X.org cf files for use with imake builds xorg-docs-1.7,1 X.org documentation files xorg-drivers-7.7_2 X.org drivers meta-port xorg-fonts-7.7 X.org fonts meta-port xorg-fonts-100dpi-7.7 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-7.7 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.7 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.7 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.7_1 X.Org TrueType fonts xorg-fonts-type1-7.7 X.Org Type1 fonts xorg-libraries-7.7_1 X.org libraries meta-port xorg-macros-1.19.0 X.Org development aclocal macros xorg-server-1.12.4_9,1 X.Org X server and related programs % pkg info | grep intel xf86-video-intel-2.21.15_5 Driver for Intel integrated graphics chipsets % pkg info | grep drm libdrm-2.4.58_1,1 Userspace interface to kernel Direct Rendering Module services 4. your xorg.conf file (and included sub-files) if any I show the part of /usr/local/lib/X11/xorg.conf Section "Device" Identifier "Pineview" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen 1" Device "Pineview" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection 5. your X.lorg Is it typo of X.log? I show the part of /var/log/Xorg.0.log . X.Org X Server 1.12.4 Release Date: 2012-08-27 [ 197.920] X Protocol Version 11, Revision 0 [ 197.920] Build Operating System: FreeBSD 9.3-RELEASE amd64 [ 197.920] Current Operating System: FreeBSD natusiho.yukikaze.or.jp 9.3-REL EA SE FreeBSD 9.3-RELEASE #0: Mon Dec 1 14:36:14 JST 2014 tuner@natusiho.yuk ik aze.or.jp:/usr/src/sys/amd64/compile/VT amd64 [ 198.326] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 198.368] (II) Module intel: vendor="X.Org Foundation" [ 198.368] compiled for 1.12.4, module version = 2.21.15 [ 198.368] Module class: X.Org Video Driver [ 198.368] ABI class: X.Org Video Driver, version 12.1 [ 202.472] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview G 6. any details you see fit # kldstat Id Refs Address Size Name 1 23 0xffffffff80200000 161d858 kernel 2 1 0xffffffff8181e000 abb8 sem.ko 3 1 0xffffffff81a12000 6b82e i915kms.ko 4 1 0xffffffff81a7e000 1b17 iicbb.ko 5 4 0xffffffff81a80000 1d3b iicbus.ko 6 1 0xffffffff81a82000 1caf iic.ko 7 1 0xffffffff81a84000 46fc8 drm2.ko % top PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 653 kim 1 20 0 113M 26464K select 1 0:26 0.29% Xorg Satoshi Kimura (satosi.kimura@nifty.com) From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 15:59:15 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C847487 for ; Sat, 7 Feb 2015 15:59:15 +0000 (UTC) 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 0448F805 for ; Sat, 7 Feb 2015 15:59:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FxEYV052277 for ; Sat, 7 Feb 2015 15:59:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 197184] x11/libxkbfile: fix build with clang 3.6.0 Date: Sat, 07 Feb 2015 15:59:14 +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 Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:59:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197184 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |197395 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 15:59:15 2015 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB403492 for ; Sat, 7 Feb 2015 15:59:15 +0000 (UTC) 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 A32FE80A for ; Sat, 7 Feb 2015 15:59:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FxFQ1052292 for ; Sat, 7 Feb 2015 15:59:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 197201] x11/pixman: fails to build with clang 3.6.0 Date: Sat, 07 Feb 2015 15:59:14 +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 Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:59:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197201 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |197395 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 21:34:28 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84AB17F9 for ; Sat, 7 Feb 2015 21:34:28 +0000 (UTC) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id BF6A8AFA for ; Sat, 7 Feb 2015 21:34:26 +0000 (UTC) Received: (qmail 54577 invoked by uid 89); 7 Feb 2015 21:27:03 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@88.217.180.225) by mail.grem.de with ESMTPA; 7 Feb 2015 21:27:03 -0000 Date: Sat, 7 Feb 2015 22:27:02 +0100 From: Michael Gmelin To: "freebsd-x11@freebsd.org" Subject: Control backlight when using VESA driver with Intel graphics Message-ID: <20150207222702.598476af@bsd64.grem.de> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0) X-Face: $wrgCtfdVw_H9WAY?S&9+/F"!41z'L$uo*WzT8miX?kZ~W~Lr5W7v?j0Sde\mwB&/ypo^}> +a'4xMc^^KroE~+v^&^#[B">soBo1y6(TW6#UZiC]o>C6`ej+i Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEWJBwe5BQDl LASZU0/LTEWEfHbyj0Txi32+sKrp1Mv944X8/fm1rS+cAAAACXBIWXMAAAsTAAAL EwEAmpwYAAAAB3RJTUUH3wESCxwC7OBhbgAAACFpVFh0Q29tbWVudAAAAAAAQ3Jl YXRlZCB3aXRoIFRoZSBHSU1QbbCXAAAAAghJREFUOMu11DFvEzEUAGCfEhBVFzuq AKkLd0O6VrIQsLXVSZXoWE5N1K3DobBBA9fQpRWc8OkWouaIjedWKiyREOKs+3PY fvalCNjgLVHeF7/3bMtBzV8C/VsQ8tecEgCcDgrzjekwKZ7TwsJZd/ywEKwwP+ZM 8P3drTsAwWn2mpWuDDuYiK1bFs6De0KUUFw0tWxm+D4AIhuuvZqtyWYeO7jQ4Aea 7jUqI+ixhQoHex4WshEvSXdood7stlv4oSuFOC4tqGcr0NjEqXgV4mMJO38nld4+ xKNxRDon7khyKVqY7YR4d+Cg0OMrkWXZOM7YDkEfKiilCn1qYv4mighZiynuHHOA Wq9QJq+BIES7lMFUtcikMnkDGHUoncA+uHgrP0ctIEqfwLHzeSo+eUA66AqzwN6n 2ZHJhw6Qh/PoyC/QENyEyC/AyNjq74Bs+3UH0xYwzDUC4B97HgLocg1QLYgDDO1v f3UX9Y307Ew4AHh67YAFFsxEpkXwpXY3eIgMhAAE3R19L919nNnuD2wlPcDE3UeT L2ytEICQib9BXgS2fU8PrD82ToYO1OEmMSnYTjSqSv9wdC0tPYC+rQRQD9ESnldF CyqfmiYW+tlALt8gH2xrMdC/youbjzPXEun+/ReXsMCDyve3dZc09fn2Oas8oXGc Jj6/fOeK5UmSMPmf/jL+GD8BEj0k/Fn6IO4AAAAASUVORK5CYII= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 21:34:28 -0000 This is what I'm using on Haswell ULT (xf86-video-vesa): pkg install git libdrm libpciaccess git clone https://github.com/grembo/intel_backlight_fbsd cd intel_backlight_fbsd make install You can then control brightness using: intel_backlight intel_backlight incr intel_backlight decr https://github.com/grembo/intel_backlight_fbsd/blob/master/README has more details. -- Michael Gmelin From owner-freebsd-x11@FreeBSD.ORG Sat Feb 7 21:44:24 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06DBAB51 for ; Sat, 7 Feb 2015 21:44:24 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC7D1C33 for ; Sat, 7 Feb 2015 21:44:23 +0000 (UTC) Received: from [89.204.154.189] (helo=c720-r276659) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1YKDAk-0007Xe-Ni; Sat, 07 Feb 2015 22:44:15 +0100 Date: Sat, 7 Feb 2015 22:44:12 +0100 From: Matthias Apitz To: "freebsd-x11@freebsd.org" Subject: Re: Control backlight when using VESA driver with Intel graphics Message-ID: <20150207214412.GA1479@c720-r276659> Reply-To: Matthias Apitz References: <20150207222702.598476af@bsd64.grem.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150207222702.598476af@bsd64.grem.de> X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.154.189 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 21:44:24 -0000 El día Saturday, February 07, 2015 a las 10:27:02PM +0100, Michael Gmelin escribió: > This is what I'm using on Haswell ULT (xf86-video-vesa): > > pkg install git libdrm libpciaccess > git clone https://github.com/grembo/intel_backlight_fbsd > cd intel_backlight_fbsd > make install > > You can then control brightness using: > intel_backlight > intel_backlight incr > intel_backlight decr Yes, and thanks for this. In addition, install # pkg install xbindkeys and add/create in ~/.xbindkeysrc "intel_backlight decr" Alt + F6 "intel_backlight incr" Alt + F7 Than you can just use Alt_l +F6/F7 for this, for example, as they are labeled with the symbols of up/down brightness in the Acer C720. matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 La referencia de la Duma a la anexión de la RDA, en este caso al contrario con la Crimlía sin referéndum, no solamente tiene gracia sino da en el blanco.- Marinos Yannikos @MarinosYannikos en un blog de RTdeutsch.