From owner-freebsd-ports@freebsd.org Sun Feb 26 01:08:30 2017 Return-Path: Delivered-To: freebsd-ports@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 3EDEBCE4A0F for ; Sun, 26 Feb 2017 01:08:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 0AD53E; Sun, 26 Feb 2017 01:08:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id l7so767658ioe.3; Sat, 25 Feb 2017 17:08:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5B9zMKq6aHVWjXMj1rFdbatCMxxoWThkfDOvHFHpKDs=; b=rUQhhKf/flXlZTI3nIVLpqceqFhrsht5ufJtHPwzjXI0Cbv9t86zV3hYPHhN2BnMq+ l8Qh5+BfTHFFA+9hUDiQIO7Bitu7AS0+QQM646f5VHDJfI++qgLVcgfqws1SOPL42Kzq Dj5xSbrpjxuH+jyPjYl+LM4wyduYe34WLj46k6AolBWjhxQInnXKM/cFzKglf8UTpI/I 8l6GrtFOVrB+plnMzXPB+WG0C6IlYZeNECKuP6z5jd/7+n7NzrxTR7CcV00Xzdv0bUv1 8walhlPChKUmIBZhzA6to40nnsmlxjQrgcHxVk7zyc4RuJxgESCC+Ne4+l/re2Tvngpg dcKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5B9zMKq6aHVWjXMj1rFdbatCMxxoWThkfDOvHFHpKDs=; b=WWyfkYn1HM19cLLs8v2wwTIq94yHFeslGyV6MhwSkZe7f+WNJ8sZlhTdFe7KTqendK qWRvHhLR7B/FflaW4R/ydm/pkCRiLQVN4qesaKBn6nW6I0SBIP66WTUOX3fagswtnfb3 jEnipFmAhXhxzN8uu1kU7/MeEsi7cmJJ8tviMfZd8MKZgiBf5JrsC2RgyUNBabMFZJCi 1A7Qr4hKGkFktVDPXj1hu9nLQs2N9UA7UJWV3iRI0gFUsPmXte20zmQn5ASFHjItw7LP FEgIHMwb117Nr2c4PvyECYYtO1IFFe8B71qeVWnAHTDs58wIO0mfdEwmjRjt0op94KCG hA9Q== X-Gm-Message-State: AMke39lYhh+7GKg6G0G8WLZVGCszSic9seTW5BGxNZHudenOl/Ihmp/LS7TsNrCmr+Cx86tP8qPrlk9+/Ycdmw== X-Received: by 10.107.11.42 with SMTP id v42mr8493681ioi.96.1488071309292; Sat, 25 Feb 2017 17:08:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.58.140 with HTTP; Sat, 25 Feb 2017 17:08:28 -0800 (PST) From: Aryeh Friedman Date: Sat, 25 Feb 2017 20:08:28 -0500 Message-ID: Subject: pkgconfig fails to configure on 12-CURRENT To: Baptiste Daroussin , FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 01:08:30 -0000 FreeBSD rain 12.0-CURRENT FreeBSD 12.0-CURRENT #93 r314227: Fri Feb 24 13:51:55 EST 2017 root@rain:/usr/obj/usr/src/sys/GENERIC amd64 ===> Fetching all distfiles required by pkgconf-1.3.0 for building ===> Extracting for pkgconf-1.3.0 => SHA256 Checksum OK for pkgconf-1.3.0.tar.xz. ===> Patching for pkgconf-1.3.0 ===> Configuring for pkgconf-1.3.0 configure: loading site script /usr/ports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for strlcpy... (cached) yes checking for strlcat... (cached) yes checking for strndup... (cached) yes checking for cygwin_conv_path... no checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... configure: error: newly created file is older than distributed files! Check your system clock ===> Script "configure" failed unexpectedly. -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org