On 10/27/2010 06:54 AM, Eric Blake wrote:
> Now, all that's holding me up from pushing are server-side
hooks:
> Total 20 (delta 6), reused 16 (delta 3)
> remote: docs/api_extension/0001-Step-1-of-15-add-to-xml.patch:45: space
> before tab in indent.
Followup - Jim helped me temporarily override the server hooks, so the
patch is now pushed.
Ouch, it turns out it breaks "make dist" on Fedora 13. :(
********************************************************************
make[1]: Leaving directory `/export/backend/home/jc/workspace/libvirt'
test -n "" \
|| find "libvirt-0.8.4" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec /bin/sh
/export/backend/home/jc/workspace/libvirt/build-aux/install-sh -c -m a+r
{} {} \; \
|| chmod -R a+r "libvirt-0.8.4"
tardir=libvirt-0.8.4 && /bin/sh
/export/backend/home/jc/workspace/libvirt/build-aux/missing --run tar
chof - "$tardir" | GZIP='--no-name --best --rsyncable' gzip -c
libvirt-0.8.4.tar.gz
tar:
libvirt-0.8.4/docs/api_extension/0013-Step-13-of-15-improve-support-for-getting-xen-vcpu-counts.patch:
file name is too long (max 99); not dumped
tar:
libvirt-0.8.4/docs/api_extension/0014-Step-14-of-15-improve-support-for-setting-xen-vcpu-counts.patch:
file name is too long (max 99); not dumped
tar: Exiting with failure status due to previous errors
gtar:
libvirt-0.8.4/docs/api_extension/0013-Step-13-of-15-improve-support-for-getting-xen-vcpu-counts.patch:
file name is too long (max 99); not dumped
gtar:
libvirt-0.8.4/docs/api_extension/0014-Step-14-of-15-improve-support-for-setting-xen-vcpu-counts.patch:
file name is too long (max 99); not dumped
gtar: Exiting with failure status due to previous errors
{ test ! -d "libvirt-0.8.4" || { find "libvirt-0.8.4" -type d ! -perm
-200 -exec chmod u+w {} ';' && rm -fr "libvirt-0.8.4"; }; }
$
********************************************************************
You ok to fix?