Custom Query (1414 matches)
Results (37 - 39 of 1414)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#780 | fixed | smartmontools triggers kernel panic on INVARIANTS enabled FreeBSD kernel after r308351 in base | ||
Description |
Details from ports patch - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215356
op@opn ~> smartctl --version smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.0-STABLE-HBSD amd64] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org smartctl comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License; either version 2, or (at your option) any later version. See http://www.gnu.org for further details. smartmontools release 6.5 dated 2016-05-07 at 11:17:46 UTC smartmontools SVN rev 4318 dated 2016-05-07 at 11:18:20 smartmontools build host: amd64-portbld-freebsd11.0 smartmontools build with: C++98, GCC 4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564) smartmontools configure arguments: '--disable-dependency-tracking' '--enable-sample' '--with-nvme-devicescan=yes' '--with-initscriptdir=/usr/local/etc/rc.d' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd11.0' 'build_alias=amd64-portbld-freebsd11.0' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -pipe -DHARDENEDBSD -fstack-protector -fno-strict-aliasing -DHARDENEDBSD' 'LDFLAGS= -fstack-protector' 'LIBS=' 'CPPFLAGS=' 'CC=cc' 'CFLAGS=-O2 -pipe -pipe -DHARDENEDBSD -fstack-protector -fno-strict-aliasing' |
|||
#1439 | fixed | smartmontools compile fails with "undefined reference to `__stack_chk_guard'" | ||
Description |
the configure stackprotection detection
might wrongly detect support where there is none. looks like a change as described here would prevent that. thanks!.. ede |
|||
#1 | fixed | smartmontools build fails on QNX | ||
Description |
The compilation on QNX fails due to missing getopt_long(). A proposed patch using the existing implementation in 'posix/getopt*' compiles, but leads to further problems related to exception handling. See also thread Compilation failure on QNX in smartmontools-devel. (ML-Archiv accessible for smartmontools developers only) |