install-strip tries to strip disable libraries and fails (Issue #26681)

5 views
Skip to first unread message

rubisetcie

unread,
9:53 AM (11 hours ago) 9:53 AM
to wx-...@googlegroups.com, Subscribed
RubisetCie created an issue (wxWidgets/wxWidgets#26681)

Build System Used

I'm build wxWidgets using:

  • CMake
  • configure
  • mingw32-make with makefile.gcc
  • MSBuild (Microsoft Visual Studio solution file)
  • nmake with makefile.vc
  • Xcode

With the following command-line:

../configure --prefix=/usr/local/lib/wx-gtk \
--disable-tests --disable-debug_flag \
--enable-webviewwebkit \
--with-gtk \
--with-libpng=sys \
--with-libjpeg=sys \
--with-libtiff=sys \
--with-libwebp=sys \
--with-libmspack=yes \
--with-libcurl=yes \
--with-liblzma=yes \
--with-libxpm=sys \
--with-expat=sys \
--with-zlib=sys \
--without-subdirs \
--with-flavour='rubisetcie' \
CFLAGS='-g0 -O2' CXXFLAGS='-g0 -O2'

Description

The configure and building steps are okay.
When I run sudo make install-strip to install the libraries in the prefix directory, the installation works fine until the "strip" phase:

The strip ... command fails because the monolithic library is not found; normal, because I don't build it. But it stops there as if it was a fatal error, and doesn't strip the remaining libraries, that are existent.

Expected behaviour

Normally, I would expect some # to comment the lines of libraries that are not enabled, but it does not happen.

Platform and version information

  • wxWidgets version: v3.3.3.1
  • wxWidgets port: wxGTK
  • OS: Debian 14
  • Compiler: gcc 15.3.0


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/26681@github.com>

VZ

unread,
10:04 AM (11 hours ago) 10:04 AM
to wx-...@googlegroups.com, Subscribed

Closed #26681 as duplicate.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issue/26681/issue_event/27768647523@github.com>

VZ

unread,
10:04 AM (11 hours ago) 10:04 AM
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#26681)

This is indeed the same as #10139, so I don't think we need a new issue for it, please subscribe to the other issue.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/26681/4925850292@github.com>

Reply all
Reply to author
Forward
0 new messages