Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545620 - sys-apps/paludis-2.4.0 breaks syncing via rsync
Summary: sys-apps/paludis-2.4.0 breaks syncing via rsync
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-05 13:37 UTC by Harris Landgarten
Modified: 2018-09-19 11:42 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harris Landgarten 2015-04-05 13:37:21 UTC
The new paludis will no longer sync the portage tree via rsync

cave sync

now errors syncing gentoo with:

rsync: on remote machine: --new-compress: unknown option

The problem seems to stem from

/usr/libexec/paludis/syncers/dorsync

line 92 --new-compress --force --whole-file --delete --delete-delay --stats --timeout=180 \

changing --new-compress to --compress works around the issue.

I don't know if this is a typo or something else was intended.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-04-07 21:05:12 UTC
--new-compress is some new rsync option. I guess it's not supported by the rsync server Gentoo uses. Could you report this upstream, please?
Comment 2 Julian Ospald 2015-09-15 21:34:22 UTC
you can overwrite syncers in '/etc/paludis/syncers', also see http://paludis.exherbo.org/configuration/syncers.html
Comment 3 Harris Landgarten 2015-09-15 21:55:51 UTC
that is exactly what I do. At the very least this should be documented in the ebuild. It is still a problem. I guess mirrors never upgrade rsync.
Comment 4 Harris Landgarten 2016-08-07 13:42:09 UTC
this bug was fixed by putting:

sync_options= --no-new-compress --compress

in /etc/paludis/repositories/gentoo.conf
Comment 5 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-09-19 11:42:27 UTC
Paludis has been removed from the tee.