From owner-freebsd-ports-bugs@freebsd.org Mon Jul 24 11:04:29 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 5BCC7C7AF19 for ; Mon, 24 Jul 2017 11:04:29 +0000 (UTC) (envelope-from spp17081978@gmail.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (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 1C65B6435D for ; Mon, 24 Jul 2017 11:04:29 +0000 (UTC) (envelope-from spp17081978@gmail.com) Received: by mail-it0-x230.google.com with SMTP id h199so32873705ith.1 for ; Mon, 24 Jul 2017 04:04:29 -0700 (PDT) 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=SRXzGAIp3Lf/kppWfMrXiQBSkQTATdv52JExZ1Dv3BU=; b=HjxcaXmYCEzVkirHUCe4v3nSuZZShRH/15D687X1DYs2VVb4Rb0yUzhaaqXI1ff9/z BMOyaMCRIbIdp62gwXs1mjPAGbHpHuUCvb0CpUefdpeSxu+ILRFT7VJDw+DIzgOIfT3b vbpQbKx+b1zMOTCO/GOVgN+Q4+5fodhMaOxv4O3LUWnewwq0jhni3ma+P6dtNuS6c5Gb /2ZdGLL1rn9pLf/8vh+SAP1EfeILoNPYQhgPEOFi/PoF0AcObQeLjX6hRsgb6fWwKLUb zMSPdSDnKbgxHpnoLbCjAFeghxBmv0qOFyPV7GD82Eaf1UbkUjtjaM9P8EwFop4Fha78 eZvA== 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=SRXzGAIp3Lf/kppWfMrXiQBSkQTATdv52JExZ1Dv3BU=; b=MJZJkFOD8atbYgkB5PPi0g6YVCsTAYH10dNXe9mUcaZm8SBGev0fzVrFWGmyhVSDtX bD4efN4RInnNaj/YMp3FPF7ADCHWa3A8Ew4bbIEViWiiNf3k7o0kSrddPSZ2c3mhvjJr jXCczmzSn4TdcoXC1hLNm7G/V5sbqmXJluR3cbfujIQgkbCXdvYE28QYSLfugnqpLKiO DpECwp6CTCdInv7k4rloq43fp78DRweaeVGnQ+/86R9bqTarw3yAlJzVWUx77+ayATok Uxrt7E21vkr2KFRd9kv/xaFcJfAEBZcbtcSJ2w/LsWz1BALltYN9sSwLWhGu5Mdz8OHW LRHw== X-Gm-Message-State: AIVw113EgsicxNWDvL6YM+cTlUvRpkJmUijYHWjaD0lf/CAyxLqDhr9v wT+ARK+HLqtpP/Zt35i/MIbGFJGtgdZa X-Received: by 10.36.84.202 with SMTP id t193mr6399761ita.144.1500894268126; Mon, 24 Jul 2017 04:04:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.180.13 with HTTP; Mon, 24 Jul 2017 04:04:27 -0700 (PDT) From: seema pandhre Date: Mon, 24 Jul 2017 16:34:27 +0530 Message-ID: Subject: Re: [Bug 196203] New: net/ntp 4.2.8 build error with RAWDCF enabled (amd64) To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 11:04:29 -0000 Hi, This is Seema Pandhre. I also have seen this defect when enabled SRC_Support on AIX 6.1 with ntp4.2.8-p10. "../include/ntp_machine.h", line 289.10: 1506-296 (S) #include file "ERROR: You must define one of the HAVE_xx_NICE defines!" not found. "../include/ntp_types.h", line 125.12: 1506-296 (S) #include file "Bletch: what's 32 bits on this machine?" not found. "../include/ntp_types.h", line 179.3: 1506-205 (S) #error short is not 2 bytes -- what is 16 bit integer on this target? "../include/ntp_types.h", line 204.17: 1506-046 (S) Syntax error. "../include/ntp_types.h", line 207.17: 1506-046 (S) Syntax error. "../include/ntp_types.h", line 203.16: 1506-007 (S) "struct {...}" is undefined. "../include/ntp_types.h", line 206.16: 1506-007 (S) "struct {...}" is undefined. Wondering if there is any workaround for the defect. If yes, please help me with that. thanks, Seema