From owner-freebsd-stable@FreeBSD.ORG Sun Nov 10 15:27:10 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E2F0F5A for ; Sun, 10 Nov 2013 15:27:10 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B1602094 for ; Sun, 10 Nov 2013 15:27:10 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id hz1so803528pad.17 for ; Sun, 10 Nov 2013 07:27:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uEMSoJBV5USZ5nCun8bavhu2z9N6xltRUKatxeQVjjI=; b=u+eTbapNsFHyn8dlw5oTnV0cU3eBtecXDg+9VcfWlO4mw1oYwP9LHGeP+mBO15vVUv dSz94TPD4Zr8h5XKxB56L8H7y08jkDIdZZob9AhSEAdZiQrY8gMfHZkLiDvx3LHQJJJ6 67D8Yg/4InOcEe2xzRv8cqbn+/lswjOsQ92OdsFmOplLR4c2QRg1HHSRG0un78T2rChD l2gRU/if8bZqw52tPObz0yJGPJCZE3aelAaaYeq16JwAVacfSfiLFEdVOM1wddm3fY2M 1Nl5AlC6fFTH9+weVn6QcXVixNLrxV9tMFFmIbX2hbr2TP2WCuRMLiHuCsMKB4xJ3w6f 82XQ== MIME-Version: 1.0 X-Received: by 10.68.220.194 with SMTP id py2mr25789016pbc.92.1384097229659; Sun, 10 Nov 2013 07:27:09 -0800 (PST) Received: by 10.66.142.167 with HTTP; Sun, 10 Nov 2013 07:27:09 -0800 (PST) Date: Sun, 10 Nov 2013 16:27:09 +0100 Message-ID: Subject: FreeBSD10-Beta3: devel/popt: /usr/include/iconv.h:43:10: fatal error: '_libiconv_compat.h' file not found From: Zenny To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 15:27:10 -0000 Hi: It seems a bug with FreeBSD10-B3 while building devel/popt libraries. In file included from ./poptint.h:156: /usr/include/iconv.h:43:10: fatal error: '_libiconv_compat.h' file not found #include <_libiconv_compat.h> ^ 1 error generated. *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/popt/work/popt-1.16 *** Error code 1