From owner-freebsd-stable@FreeBSD.ORG Fri Jun 26 13:25:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5575A106564A for ; Fri, 26 Jun 2009 13:25:43 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 28C5B8FC1A for ; Fri, 26 Jun 2009 13:25:42 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MKBBk-0004yi-Qr for freebsd-stable@freebsd.org; Fri, 26 Jun 2009 06:09:56 -0700 Message-ID: <24219991.post@talk.nabble.com> Date: Fri, 26 Jun 2009 06:09:56 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl Subject: Cannot buildkernel i386/p3 (i915_suspend.c) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 13:25:43 -0000 Hello. I'm trying to update P3 STABLE box from 7.2-PRERELEASE to latest stable source. 8< cut 8< /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c: In function 'i915_save_state': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:244: error: 'struct drm_i915_private' has no member named 'saveRENDERSTANDBY' /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:247: error: 'struct drm_i915_private' has no member named 'saveHWS' /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c: In function 'i915_restore_state': /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:380: error: 'struct drm_i915_private' has no member named 'saveRENDERSTANDBY' /usr/src/sys/modules/drm/i915/../../../dev/drm/i915_suspend.c:383: error: 'struct drm_i915_private' has no member named 'saveHWS' *** Error code 1 1 error I even deleted whole source and recsuped. My local i915_suspend.c is the same as in STABLE and CURRENT. There are no such problems on my CURRENT amd64 box. How do I update: make cleandir && make cleandir && rm -rf /usr/obj && make -j3 buildworld && make -j3 buildkernel KERNCONF=I686STRIPPED && make installkernel KERNCONF=I686STRIPPED && make installworld && make -DBATCH_DELETE_OLD_FILES delete-old-libs && make -DBATCH_DELETE_OLD_FILES delete-old && make cleandir && make cleandir && rm -rf /usr/obj && mergemaster Am I missing something obvious? -best regards, Jakub Lach -- View this message in context: http://www.nabble.com/Cannot-buildkernel-i386-p3-%28i915_suspend.c%29-tp24219991p24219991.html Sent from the freebsd-stable mailing list archive at Nabble.com.