From owner-freebsd-ports@freebsd.org Tue Feb 27 14:27:32 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E87F2A401 for ; Tue, 27 Feb 2018 14:27:32 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B278579A44 for ; Tue, 27 Feb 2018 14:27:31 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1519741172; bh=Yixa0IRlFgF/OXOsX4bEJprE/gRnz9dXkeRORzlStn0=; h=To:From:Subject:Date; b=UN0gZKp+UjK2IWVoteqS9Nq89o6NnZBQu/koZ8WcHWg5ObS0n8boG/WtFHCidTXdW tF8l8VMGn+KK0TY6ks1EH73mD5xKfzmF/UgQD5mc8bhc4/abbOe8YLw7QTSZ5KKgyc aEZ7o4qefkimeh1WqevFAnmek/rgpJrJy9re6RD0= To: freebsd-ports@freebsd.org From: Per olof Ljungmark Subject: sysutils/smartmontools error: no member named 'opc_fuse' in 'nvme_command' Message-ID: <6693573b-1c20-42ae-5d2b-6c7f3fc2663b@nethead.se> Date: Tue, 27 Feb 2018 15:19:31 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 14:27:32 -0000 FreeBSD 11.1-STABLE #0 r329069 Update to 6.6.1 gives, c++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/usr/local/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/usr/local/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/local/share/smartmontools"' -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -c -o utility.o utility.cpp c++ -DHAVE_CONFIG_H -I. -DBUILD_INFO='"(local build)"' -DSMARTMONTOOLS_SYSCONFDIR='"/usr/local/etc"' -DSMARTMONTOOLS_SMARTDSCRIPTDIR='"/usr/local/etc"' -DSMARTMONTOOLS_DRIVEDBDIR='"/usr/local/share/smartmontools"' -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -W -c -o os_freebsd.o os_freebsd.cpp In file included from os_freebsd.cpp:44: ./atacmds.h:96:9: warning: 'ATA_WRITE_LOG_EXT' macro redefined [-Wmacro-redefined] #define ATA_WRITE_LOG_EXT 0x3F ^ /usr/include/sys/ata.h:385:9: note: previous definition is here #define ATA_WRITE_LOG_EXT 0x3f ^ os_freebsd.cpp:528:10: error: no member named 'opc_fuse' in 'nvme_command' pt.cmd.opc_fuse = in.opcode; ~~~~~~ ^ 1 warning and 1 error generated. *** Error code 1 Cheers, //per