X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=README.md;h=0ac8e6cdf58c64ef146585d5e203a2a71fbc2968;hb=7913b4474cdf7a640893d5440714af8cd44fd7ce;hp=ae49cce765a82ceb4fc73ce60b8e564f6e25ff98;hpb=9277b335d0be832b19f95f5f77f0c3bd29362a5b;p=bup.git diff --git a/README.md b/README.md index ae49cce..0ac8e6c 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ Reasons you might want to avoid bup Solaris, or Windows (with Cygwin, and maybe with WSL). Patches to support other platforms are welcome. + - Until resolved, a [glibc bug](https://sourceware.org/bugzilla/show_bug.cgi?id=26034) + might cause bup to crash on startup for some (unusual) command line + argument values, when bup is configured to use Python 3. + - Any items in "Things that are stupid" below. @@ -144,8 +148,8 @@ From source ```sh apt-get install python2.7-dev python-fuse - apt-get install python-pyxattr python-pylibacl - apt-get install linux-libc-dev + apt-get install python-pyxattr + apt-get install pkg-config linux-libc-dev libacl1-dev apt-get install acl attr apt-get install libreadline-dev # optional (bup ftp) apt-get install python-tornado # optional (bup web) @@ -156,15 +160,15 @@ From source ```sh yum groupinstall "Development Tools" - yum install python python-devel - yum install fuse-python pyxattr pylibacl + yum install python python-devel libacl-devel + yum install fuse-python pyxattr yum install perl-Time-HiRes yum install readline-devel # optional (bup ftp) yum install python-tornado # optional (bup web) ``` In addition to the default CentOS repositories, you may need to add - RPMForge (for fuse-python) and EPEL (for pyxattr and pylibacl). + RPMForge (for fuse-python) and EPEL (for pyxattr). On Cygwin, install python, make, rsync, and gcc4.