Summary: | emerge --sync returns true when fails with "server out of date" error. | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Itay Perl <itay.perl> |
Component: | Core - Interface (emerge) | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | minor | Keywords: | InVCS |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 200044 |
This is fixed in 2.1.4.2. |
When emerge --sync fails with the error message: >>> >>> SERVER OUT OF DATE: ... >>> >>> In order to force sync, remove ... >>> it returns true, so commands such as 'emerge --sync && emerge -avu world' do not work as expected. Reproducible: Always