From owner-freebsd-ports-bugs@freebsd.org Tue Jan 30 13:31:48 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A66DECA3CF for ; Tue, 30 Jan 2018 13:31:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B97936C7B5 for ; Tue, 30 Jan 2018 13:31:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 086D41D0BB for ; Tue, 30 Jan 2018 13:31:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w0UDVkEc063402 for ; Tue, 30 Jan 2018 13:31:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w0UDVk9Z063401 for freebsd-ports-bugs@FreeBSD.org; Tue, 30 Jan 2018 13:31:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225561] sysutils/smartmontools fails to compile Date: Tue, 30 Jan 2018 13:31:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: oz42@oz42.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 13:31:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225561 Bug ID: 225561 Summary: sysutils/smartmontools fails to compile Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: oz42@oz42.eu CC: samm@os2.kiev.ua Flags: maintainer-feedback?(samm@os2.kiev.ua) CC: samm@os2.kiev.ua Compiling on 11.1-RELEASE-p6 amd64 fails: /usr/local/libexec/ccache/world/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 smartd.o smartd.cpp /bin/sh ./config.status --file=3Dupdate-smart-drivedb config.status: creating update-smart-drivedb /bin/sh ./config.status --file=3Dsmartd_warning.sh chmod +x update-smart-drivedb $(MAN_FILTER) < ./smartd.conf.5.in > smartd.conf.5 $(MAN_FILTER) < ./smartctl.8.in > smartctl.8 $(MAN_FILTER) < ./smartd.8.in > smartd.8 config.status: creating smartd_warning.sh $(MAN_FILTER) < ./update-smart-drivedb.8.in > update-smart-drivedb.8 sed 's|/usr/local/sbin/|/usr/local/sbin/|g' ./smartd.freebsd.initd.in > smartd.freebsd.initd chmod +x smartd_warning.sh /usr/local/libexec/ccache/world/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 In file included from os_freebsd.cpp:43: ./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:63:10: fatal error: 'libusb20_desc.h' file not found #include ^~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. gmake[3]: *** [Makefile:1235: os_freebsd.o] Error 1 --=20 You are receiving this mail because: You are the assignee for the bug.=