breakfastquay / rubberband

Official mirror of Rubber Band Library, an audio time-stretching and pitch-shifting library.
http://breakfastquay.com/rubberband/
GNU General Public License v2.0
561 stars 89 forks source link

rubberband is unstripped #72

Open dvzrv opened 1 year ago

dvzrv commented 1 year ago

Hi! When packaging rubberband > 3.0.0 for Arch Linux, I noticed that /usr/bin/rubberband remains unstripped after it is added to the package file. Usually makepkg takes care of stripping executables and libraries when they are added to the package directory (this is done in a fakeroot environment).

It is rather unexpected to not be stripped and I'm a bit puzzled as to why that would happen. Maybe it is a false positive of our namcap tooling, but I don't think I have seen this before.

This behavior started with rubberband 3.0.0.

dvzrv commented 1 year ago

FWIW, the executable() call looks alright... but I don't understand why this would lead to e.g. rubberband being unstripped, but not rubberband-r3?

dvzrv commented 1 year ago

I am now manually stripping the file.