Hello, this is an update to 5.12 Differential Revision: https://reviews.freebsd.org/D29982
Hello! I did poudriere testport tests and Q/A tests show warnings: ====> Running Q/A tests (stage-qa) Warning: 'lib32/libwine.so.1' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib32/libXfixes.so.3' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib32/libintl.so.8' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} (...) Could you take a look at my logs, I think that they can be solved with INSTALL_TARGET=install-strip or using ${STRIP_CMD} https://people.freebsd.org/~eduardo/logs/
This message has always been present in these packages, is it really necessary?
(In reply to Alexander Vereeken from comment #2) stripping means removing debug symbols. It can reduce the size of the executable by well more than 50%.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=32781aa038637a79722819db9067f8b6713ae09c commit 32781aa038637a79722819db9067f8b6713ae09c Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2021-05-15 09:20:28 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-05-15 09:27:24 +0000 emulators/i386-wine-devel: Update to 6.5 & take maintainership - Submitter becomes maintainer ChangeLog: https://www.winehq.org/announce/6.5 PR: 255403 Approved by: dbaio, garga (mentors, implicit) Differential Revision: https://reviews.freebsd.org/D29982 emulators/i386-wine-devel/Makefile | 4 +- emulators/i386-wine-devel/Makefile.amd64 | 6 +- emulators/i386-wine-devel/distinfo | 18 +-- emulators/i386-wine-devel/files/binbounce | 3 + emulators/i386-wine-devel/files/pkg-message.in | 11 ++ emulators/i386-wine-devel/pkg-plist | 163 ++++++++++++++++++++++++- 6 files changed, 187 insertions(+), 18 deletions(-)
Commited thanks!
Thank you!