sysutils/smartmontools error: no member named 'opc_fuse' in 'nvme_command'

Per olof Ljungmark peo at nethead.se
Tue Feb 27 14:27:32 UTC 2018


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


More information about the freebsd-ports mailing list