Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 15:19:31 +0100
From:      Per olof Ljungmark <peo@nethead.se>
To:        freebsd-ports@freebsd.org
Subject:   sysutils/smartmontools error: no member named 'opc_fuse' in 'nvme_command'
Message-ID:  <6693573b-1c20-42ae-5d2b-6c7f3fc2663b@nethead.se>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6693573b-1c20-42ae-5d2b-6c7f3fc2663b>