Index | Thread | Search

From:
Landry Breuil <landry@openbsd.org>
Subject:
net/rsync: rrsync is a python3 script...
To:
ports@openbsd.org
Date:
Fri, 26 Apr 2024 11:14:06 +0200

Download raw body.

Thread
hi,

on a bare machine with only rsync installed, trying to use rrsync
wrapper script fails:

env: python3: No such file or directory
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(231)
[sender=3.2.7]

i know it's a bit unfortunate, but i suppose adding python3 as
RUN_DEPENDS is a bit ... gross ? should it be mentioned in a MESSAGE ? a
README ?

Landry