From owner-freebsd-current@freebsd.org Fri Mar 17 01:07:52 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B11B5D0EF2C for ; Fri, 17 Mar 2017 01:07:52 +0000 (UTC) (envelope-from rob.rodz.jr9@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E48917D2 for ; Fri, 17 Mar 2017 01:07:52 +0000 (UTC) (envelope-from rob.rodz.jr9@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id m27so7986810iti.0 for ; Thu, 16 Mar 2017 18:07:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=6IsxZ+SKAGN5tvcGs0jvxDjqBJD0+02hXj12joOogks=; b=bbhySPK9WmlLAChbPIFDREHJ9LLbmZN7KCixGbAvEcT25eLJW5xYwNJSxasTTqpYkD UowWDSxtmepSnGDInBOsZAH/9FCPWebgL7zt0ngbVsrzNU82GUR5Qkn7eQdvcAN++5TN QZIZzLU1Ko3xhB9Zh46AEYZ6ZeKdnFhlXV9ocFzL4gPbABbk+K5xXMOeIYLoPZ9BBXjb eTe8r7rADiU+OZJIXncgxHb/8vZWraeksYNeEv8FgZBUkUn4xbAiJEvfWZW/+IFwzfi1 yRA3WBdZD3OJgSPKJQOB/19ljRlr4y05Yh9QkvC2S38oUP8dLIOfVrE8FvA2DnvDfIsx JZjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=6IsxZ+SKAGN5tvcGs0jvxDjqBJD0+02hXj12joOogks=; b=InrHt2IZIsAqT+NVfuidw/9D1PC8WKKiNSs827UnRsfpm+RwV2H/tIthKt+dWOZuuB gye+EzVJWTUgTt19LrCbZOfM0goxCYvZ4goT27yez2m8NewbDxCqt5rj7803j8jQ7Z2Z xDwLUzhqGelJ/jT7Ei6hbzOtN6dgc88JopLJi0JEgEgrngWDtr6xi0Tzq0kcTFwXCTla B8HmHyzKlH6Gvvdk+lyEvd99VKyMnlc3jKNkNKYuSYCVU84Vy9fQg+AugXVx4HrLHZ62 kOs/vOMm8ZK9nY0w/VjI2Yq2Cf6AR9YPUgTo/8s8/hpRekIp8/Rywf1c/ya1nLwJLF4e KWPg== X-Gm-Message-State: AFeK/H3GsfvKAQ6STxOYCfnLFpwvd7VtRRl3b3bfbYE3MYDxJevxysAEGJmLisw+cKcjpnYRBA2teBlSYM7LjQ== X-Received: by 10.36.22.209 with SMTP id a200mr562170ita.117.1489712871666; Thu, 16 Mar 2017 18:07:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.226.228 with HTTP; Thu, 16 Mar 2017 18:07:51 -0700 (PDT) Received: by 10.64.226.228 with HTTP; Thu, 16 Mar 2017 18:07:51 -0700 (PDT) In-Reply-To: References: <20170315230723.GR1341@albert.catwhisker.org> From: Roberto Rodriguez Jr Date: Fri, 17 Mar 2017 01:07:51 +0000 Message-ID: Subject: Re: fail world build To: FreeBSD Current , David Wolfskill Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2017 01:07:52 -0000 Using r315340 I simply commented out those 3 lines and buildworld and kernel succesfuly compiled and installed. --- pciconf.o --- /usr/src/head/usr.sbin/pciconf/pciconf.c:703:3: error: use of undeclared identifier 'PCIC_ACCEL' {PCIC_ACCEL, -1, "processing accelerators"}, ^ /usr/src/head/usr.sbin/pciconf/pciconf.c:704:3: error: use of undeclared identifier 'PCIC_ACCEL' {PCIC_ACCEL, PCIS_ACCEL_PROCESSING, "processing accelerators"}, ^ /usr/src/head/usr.sbin/pciconf/pciconf.c:704:16: error: use of undeclared identifier 'PCIS_ACCEL_PROCESSING' {PCIC_ACCEL, PCIS_ACCEL_PROCESSING, "processing accelerators"}, ^ /usr/src/head/usr.sbin/pciconf/pciconf.c:705:3: error: use of undeclared identifier 'PCIC_INSTRUMENT' {PCIC_INSTRUMENT, Im sure there is fixes on the way since I have yet to update my src tree today :) Its been 15 days of fails and finally a fresh native world ;) Thank You Roberto