Date: Wed, 02 Jan 2019 14:48:37 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234562] sysutils/smartmontools: Update to 7.0 Message-ID: <bug-234562-7788-paxYpy2OiA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234562-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-234562-7788@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=3D234562 Steve Wills <swills@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #2 from Steve Wills <swills@FreeBSD.org> --- This builds on 11.2 but fails to build on 12.0 and HEAD with: 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 -Wformat=3D2 -c -o smartc= tl.o smartctl.cpp os_freebsd.cpp:545:42: error: member reference base type 'uint16_t' (aka 'unsigned short') is not a structure or union uint16_t nvme_status =3D ((cp_p->status.sct << 8) | cp_p->status.sc) & = 0x3ff; ~~~~~~~~~~~~^~~~ os_freebsd.cpp:545:67: error: member reference base type 'uint16_t' (aka 'unsigned short') is not a structure or union uint16_t nvme_status =3D ((cp_p->status.sct << 8) | cp_p->status.sc) & = 0x3ff; ~~~~~~~~~~~~^~~ 2 errors generated. --=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-234562-7788-paxYpy2OiA>