Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 18:28:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226247] sysutils/smartmontools: fails to build on 10.4p5, 11.1p6
Message-ID:  <bug-226247-13-9SlFrWc6Wl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226247-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226247-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226247

peo@nethead.se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peo@nethead.se

--- Comment #4 from peo@nethead.se ---
It is definitely a problem since latest rev:

FreeBSD 11.1-STABLE #0 r329069

c++ -DHAVE_CONFIG_H -I.   -DBUILD_INFO=3D'"(local build)"'
-DSMARTMONTOOLS_SYSCONFDIR=3D'"/usr/local/etc"'
-DSMARTMONTOOLS_SMARTDSCRIPTDIR=3D'"/usr/local/etc"'
-DSMARTMONTOOLS_DRIVEDBDIR=3D'"/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=3D'"(local build)"'
-DSMARTMONTOOLS_SYSCONFDIR=3D'"/usr/local/etc"'
-DSMARTMONTOOLS_SMARTDSCRIPTDIR=3D'"/usr/local/etc"'
-DSMARTMONTOOLS_DRIVEDBDIR=3D'"/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 =3D in.opcode;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226247-13-9SlFrWc6Wl>