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

BUTCH_SKIPLIST works only partially #8

Closed
rofl0r opened this issue Jun 8, 2014 · 0 comments
Closed

BUTCH_SKIPLIST works only partially #8

rofl0r opened this issue Jun 8, 2014 · 0 comments

Comments

@rofl0r
Copy link
Member

rofl0r commented Jun 8, 2014

the intention is to completely ignore items in the skiplist.
this works with regard to adding them not to the buildqueue, however it does not work if they are dependencies of another package.
so for example BUTCH_SKIPLIST=gcc3:stage0_gcc:stage0_musl:patch butch install gdb (gdb depends on patch, which depends on some stage0 stuff) will silently fail to build if the patch entry is not found in butch.db, as its listed as dependency of gdb.
possible fix is to iterate over all pkgs in both queues before starting them and removing any from deps that are in the skiplist.

@rofl0r rofl0r closed this as completed in 0747120 Jun 8, 2014
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