From owner-freebsd-x11@freebsd.org Thu Sep 27 20:17:05 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B40C410B87D2 for ; Thu, 27 Sep 2018 20:17:05 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 4F8B7756B4 for ; Thu, 27 Sep 2018 20:17:05 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 42LmLR4VmdzDhmv; Thu, 27 Sep 2018 20:17:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1538079423; bh=9VpeRgI4MeCJdZ0CdauiZKUt ROaxthJoUoDwDN05zGU=; b=fC7O+oome0aCI1ohTLpRBXiqu7K2nSmB+sdLwbKy KvwFt1EMuyoJiueX7QLt4SV/FdSr/c2AH/q7keKwyw3ZaCcPBVpnhwyaeizVdXQi LuG7lhK/QudR2Me1+Sd1oZCUQYsCAqOY7b6s4a/MY1JHJqR1U+ND5NaZuJddVY4b PjQ= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id 5hHGKdKYjlDZ; Thu, 27 Sep 2018 20:17:03 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:9eda:3eff:fe70:24c0]) by mail.daemonic.se (Postfix) with ESMTPSA id 42LmLQ5qZ3zDhFd; Thu, 27 Sep 2018 20:17:02 +0000 (UTC) Subject: Re: fence_wait returned with error -512 To: sgk@troutmask.apl.washington.edu Cc: Johannes Lundberg , freebsd-x11@freebsd.org References: <20180926170105.GA8906@troutmask.apl.washington.edu> <20180926232051.GA13774@troutmask.apl.washington.edu> <20180927014128.GA14820@troutmask.apl.washington.edu> <20180927190409.GA27756@troutmask.apl.washington.edu> From: Niclas Zeising Message-ID: Date: Thu, 27 Sep 2018 22:17:02 +0200 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: <20180927190409.GA27756@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 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, 27 Sep 2018 20:17:05 -0000 On 9/27/18 9:04 PM, Steve Kargl wrote: > On Thu, Sep 27, 2018 at 09:13:46AM +0200, Niclas Zeising wrote: >> On 9/27/18 3:41 AM, Steve Kargl wrote: >>> On Wed, Sep 26, 2018 at 04:45:10PM -0700, Johannes Lundberg wrote: >>>> >>>> I=E2=80=99ve attached what I think is the correct ports patch for th= is if you want >>>> to build yourself. I don=E2=80=99t know when the package will be upd= ated but it >>>> will definitely be before 12 is released. >>>> >>>> You can also always clone the git repo and build from there for late= st >>>> version. >>>> github.com/freebsddesktop/drm-legacy >>>> >>>> I don=E2=80=99t have the hardware to test myself so I=E2=80=99d be g= rateful if you can give >>>> the patch a try and see if firmware loading works. >>>> >>> >>> I'll see if I can pull the source tomorrow. >>> >> >> Hi! >> The port has been updated with the latest version of drm-legacy-kmod. = I >> don't exactly know when packages are updated, but you can build it fro= m >> ports in the meantime. >> Regards >=20 > Ugh. Seems I have to build a new world. :( >=20 >=20 > --- i915_drv.o --- > /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy-226834b/src/dev/drm= 2/i915/i915_drv.c:1240:26: error: too few arguments provided to function-= like macro invocation > nitems(pciidlist) - 1); > ^ > /usr/src/sys/sys/module.h:181:9: note: macro 'MODULE_PNP_INFO' defined = here > #define MODULE_PNP_INFO(d, b, unique, t, l, n) = \ > ^ > /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy-226834b/src/dev/drm= 2/i915/i915_drv.c:1239:1: error: type specifier missing, defaults to 'int= ' [-Werror,-Wimplicit-int] > MODULE_PNP_INFO("U32:vendor;U32:device;P:#;D:#", vgapci, i915, pciidlis= t, > ^ > 2 errors generated. > *** [i915_drv.o] Error code 1 >=20 > make[4]: stopped in /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy= -226834b/drm2/i915kms > 1 error >=20 > make[4]: stopped in /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy= -226834b/drm2/i915kms > *** [all_subdir_drm2/i915kms] Error code 2 >=20 > make[3]: stopped in /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy= -226834b/drm2 > 1 error >=20 > make[3]: stopped in /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy= -226834b/drm2 > *** [all_subdir_drm2] Error code 2 >=20 > make[2]: stopped in /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy= -226834b > 1 error >=20 > make[2]: stopped in /usr/ports/graphics/drm-legacy-kmod/work/drm-legacy= -226834b > =3D=3D=3D> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the fail= ure to > the maintainer. > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/ports/graphics/drm-legacy-kmod > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/graphics/drm-legacy-kmod >=20 > =3D=3D=3D>>> make build failed for graphics/drm-legacy-kmod > =3D=3D=3D>>> Aborting update >=20 >=20 > =3D=3D=3D>>> You can restart from the point of failure with this comman= d line: > portmaster graphics/drm-legacy-kmod >=20 > This command has been saved to /root/tmp/portmasterfail.txt >=20 >=20 Or someone broke something inadvertently. Which revision are you=20 currently on? Regards --=20 Niclas