Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find-debuginfo.sh doesn't take into account %exclude'd binaries #284

Closed
ignatenkobrain opened this issue Jul 27, 2017 · 0 comments
Closed
Assignees

Comments

@ignatenkobrain
Copy link
Contributor

After enabling %_debuginfo_subpackages, some of packages started to fail with errors as following:

error: Installed (but unpackaged) file(s) found:
   /usr/lib/debug/usr/bin/cookbook-2.5-4.fc27.aarch64.debug

After some debugging, it turns out that specfile has %exclude %{_bindir}/cookbook, but debuginfo was generated for it and discarded. Before we didn't notice because it was blindly included in debuginfo package.

We need somehow to limit find-debuginfo.sh files only to those which will be included in binary package (non-debuginfo). Or we need to exclude those files, but this is really some workaround.

@ignatenkobrain ignatenkobrain self-assigned this Jul 28, 2017
ignatenkobrain added a commit to ignatenkobrain/rpm that referenced this issue Jul 28, 2017
Closes: rpm-software-management#284
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain added a commit to ignatenkobrain/rpm that referenced this issue Jul 28, 2017
Closes: rpm-software-management#284
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain added a commit to ignatenkobrain/rpm that referenced this issue Jul 28, 2017
Closes: rpm-software-management#284
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain added a commit to ignatenkobrain/rpm that referenced this issue Jul 28, 2017
Closes: rpm-software-management#284
Reviewed-by: Mark Wielaard <mark@klomp.org>
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ffesti pushed a commit that referenced this issue Jul 29, 2017
Closes: #284
Reviewed-by: Mark Wielaard <mark@klomp.org>
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
@ignatenkobrain ignatenkobrain marked this as a duplicate of #278 Jul 29, 2017
ydario pushed a commit to bitwiseworks/rpm that referenced this issue Oct 21, 2017
Closes: rpm-software-management#284
Reviewed-by: Mark Wielaard <mark@klomp.org>
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant