From owner-freebsd-current@FreeBSD.ORG Wed Jan 30 06:13:03 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90FA8F67 for ; Wed, 30 Jan 2013 06:13:03 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 324E1F44 for ; Wed, 30 Jan 2013 06:13:02 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id j3so573012qcs.6 for ; Tue, 29 Jan 2013 22:12:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=sHGfT4XNPcCfm+NkjCAxyM0aW4ZFxndkwXec7426a2A=; b=M6enN2VOQ/JC658q8BIhJpTVDqdEgkuIP7BwX3SIqgG3jwxBDeQwWhuzbNQLAZ5jua 9RNkOXyKNiADqLoSabjv8wctM/TuUfi8eB50esoJM2OheiTFKr7uIBOg/iEavrWtaZlg SNhHiLtBZ5mPcDSYR+8BVfyv5aqAWP3xzcdicNmkhtl7jXr2IbzTsn1oJ6P36JmKL85c g02tHRb9ODb2HiJsX73lFOLKvYGwReAWDA3a+6PPv4N5t03Qd1kVxKZYi/mVjuLakSjX UlnQaMndOQxug4rBmsgIUai2KXCOvVfp0RsAcNKznp8+AiKFbZeUJUOkxM1MbQNqXW61 4goQ== MIME-Version: 1.0 X-Received: by 10.224.39.210 with SMTP id h18mr3842449qae.15.1359526376460; Tue, 29 Jan 2013 22:12:56 -0800 (PST) Received: by 10.49.2.72 with HTTP; Tue, 29 Jan 2013 22:12:56 -0800 (PST) Date: Wed, 30 Jan 2013 14:12:56 +0800 Message-ID: Subject: Missing compile_et and kerberos breaks buildworld From: Alie Tan To: freebsd-current@freebsd.org X-Gm-Message-State: ALoCoQm3ZtVFvGwBX10eQTASO43Yyk3z99CYADP9oACYerT8ginWA0WBjWhELe6ORfuSjwevYW4+ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 30 Jan 2013 06:13:03 -0000 Hi, Is there any way to fix this issue? This issue happens when I compile world without KRB then re-enable again for second compilation. I have to disable KRB with WITHOUT_KERBEROS=yes for me to compile the world :-( Regards, Alie T