Date: Mon, 09 Aug 2021 12:14:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257708] devel/stlink: build fails on 32 bit platforms Message-ID: <bug-257708-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257708 Bug ID: 257708 Summary: devel/stlink: build fails on 32 bit platforms Product: Ports & Packages Version: Latest Hardware: Any URL: https://lists.freebsd.org/archives/freebsd-pkg-fallout /2021-August/073895.html OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lev@FreeBSD.org Reporter: fuz@fuz.su Assignee: lev@FreeBSD.org Flags: maintainer-feedback?(lev@FreeBSD.org) As reported by Port Fallouts [1], devel/stlink fails to build on various 32= bit platforms. This appears to be due to an overly zealous warning: /usr/bin/cc -DSTLINK_HAVE_SYS_MMAN_H -DSTLINK_HAVE_SYS_TIME_H -DSTLINK_HAVE_UNISTD_H -I/wrkdirs/usr/ports/devel/stlink/work/stlink-1.7.0/= inc -I/wrkdirs/usr/ports/devel/stlink/work/.build/inc -I/wrkdirs/usr/ports/devel/stlink/work/stlink-1.7.0/src -I/wrkdirs/usr/ports/devel/stlink/work/stlink-1.7.0/src/st-flash -I/wrkdirs/usr/ports/devel/stlink/work/stlink-1.7.0/src/stlink-lib -O2 -pip= e=20 -fstack-protector-strong -fno-strict-aliasing -std=3Dc99 -std=3Dgnu11 -std= =3Dgnu18 -Wall -Wextra -Wshadow -D_FORTIFY_SOURCE=3D2 -fstrict-aliasing -Wundef -Wfo= rmat -Wformat-security -Wmissing-variable-declarations -Wshorten-64-to-32 -Wimplicit-function-declaration -Wredundant-decls -fPIC -O2 -Werror -O2 -pi= pe=20 -fstack-protector-strong -fno-strict-aliasing -std=3Dc99 -MD -MT CMakeFiles/stlink-static.dir/src/common.c.o -MF CMakeFiles/stlink-static.dir/src/common.c.o.d -o CMakeFiles/stlink-static.dir/src/common.c.o -c /wrkdirs/usr/ports/devel/stlink/work/stlink-1.7.0/src/common.c /wrkdirs/usr/ports/devel/stlink/work/stlink-1.7.0/src/common.c:2222:16: err= or: implicit conversion loses integer precision: 'off_t' (aka 'long long') to 'size_t' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32] mf->len =3D st.st_size; ~ ~~~^~~~~~~ 1 error generated. ninja: build stopped: subcommand failed. A patch for this issue had already existed in am old revision [2], but was taken out last year. Perhaps it is required to reintroduce the patch. I h= ave meanwhile reported the issue back to upstream, so perhaps they may fix it o= nce again. [3] [1]: https://lists.freebsd.org/archives/freebsd-pkg-fallout/2021-August/073895.h= tml [2]: https://cgit.freebsd.org/ports/commit/devel/stlink?id=3Dfa323644a47f359c2bf= 843fd98aaa956e14ba845 [3]: https://github.com/stlink-org/stlink/issues/1175 --=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-257708-7788>