| Summary: | audio/audacity: strip binary | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jack <xxjack12xx> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed DUPLICATE | ||||||
| Severity: | Affects Some People | CC: | riggs, tatsuki_makino, xxjack12xx | ||||
| Priority: | --- | Keywords: | easy, patch | ||||
| Version: | Latest | Flags: | xxjack12xx:
maintainer-feedback+
koobs: merge-quarterly? |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206694 | ||||||
| Attachments: |
|
||||||
root@jlow:/usr/ports/audio/audacity # make stage-qa ====> Running Q/A tests (stage-qa) /!\ To run stage-qa automatically add DEVELOPER=yes to your environment /!\ root@jlow:/usr/ports/audio/audacity # Don't forget to set maintainer-approval on attachments for ports you are maintainer of :) Keep forgetting. Perhaps, stripped binary is overwritten by not stripped binary. For example, line 8187 in attachment 166261 [details] is stripping and installing binary. And line 8206 in attachment 166261 [details] is installing binary copied before stripping. This does not build on stable/10 with all OPTIONs deselected. Could you double-check the patch? Trying to find out why currently. Turns out the disabling of MIDI is preventing it from compiling. Can you remove the MIDI things from the Makefile? I have another bug that adds lv2 support that will conflict with the patch if I try to make another patch.
-OPTIONS_DEFINE= NLS DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI \
+OPTIONS_DEFINE= NLS DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD \
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST
-OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI \
+OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST
-MIDI_CONFIGURE_WITH= midi
-
I couldn't make a new patch without conflicting the Makefile so I just updated 206694 with the strip binary fix. *** This bug has been marked as a duplicate of bug 206694 *** |
Created attachment 166224 [details] strip binary Fix the warning about binary not stripped