[Bug 226247] sysutils/smartmontools: fails to build on 10.4p5, 11.1p6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 27 18:28:25 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226247
peo at nethead.se changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peo at nethead.se
--- Comment #4 from peo at nethead.se ---
It is definitely a problem since latest rev:
FreeBSD 11.1-STABLE #0 r329069
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;
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list