Summary: | emerge uses tbz2s to rebuild packages WITHOUT the -k or -K options being supplied | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Robert Miesen <robert.miesen> |
Component: | Binary packages support | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | make.conf file used on my system |
Description
Robert Miesen
2007-12-27 02:34:17 UTC
Created attachment 139379 [details]
make.conf file used on my system
What is FEATURES="getbinpkg"? If you remove that, does it compile instead? (In reply to comment #2) > What is FEATURES="getbinpkg"? If you remove that, does it compile instead? Yes, that's the problem. FEATURES=getbinpkg implies --usepkg (just like --getbinpkg does). Now that we have EMERGE_DEFAULT_OPTS, things like FEATURES=getbinpkg should be deprecated. (In reply to comment #2) > What is FEATURES="getbinpkg"? If you remove that, does it compile instead? > Yes, the package does compile instead of install from a preexisting package. Sounds like INVALID to me :P |