As a follow up on this question, what if I am not interested in having these debug features - how do I simply prevent these build-id files (debug info packages?) from being installed ? Ultimately I do not care (at least for the near future) about supporting debugging at clients. On the other hand, I need to overcome the known "build-id folder conflicts" when installing our different client redhat products (packages) in the same machine. How can that be accomplished ?
I read that using --excludepath=/usr/lib/.build-id/ when installing with rpm is a clean workaround. Sounds so. Do you see any drawbacks except losing "debug capabilities" ?
--excludepathactually did not help. But using%define _build_id_links noneas suggested here did. In a short, how problematic is that, if I am not interested in debug support ? enter link description here