Hi Peter,
I guess we have to rename those files to shorter names... 

Carlos

El dom, 23-11-2008 a las 18:29 +0000, Peter Clifton escribió:
> Hi,
> 
> I've just fixed an omission in the EXTRA_DIST variables for gxyrs,
> however make dist still fails:
> 
> find geda-utils-1.5.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -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 
> /home/pcjc2/gedasrc/git/utils/install-sh -c -m a+r {} {} \; \
>       || chmod -R a+r geda-utils-1.5.0
> tardir=geda-utils-1.5.0 && /bin/sh /home/pcjc2/gedasrc/git/utils/missing 
> --run tar chof - "$tardir" | GZIP=--best gzip -c >geda-utils-1.5.0.tar.gz
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/change_units_to_mm_6col_tabulated-protel_example1_mil.txt-error:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/offset_match_offset_with_units_but_no_units_in_file-pcb_example1.xy:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/translate_column_change_R10_value_case_insensitive-pcb_example1.xy:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/offset_match_offset_with_units_but_no_units_in_file-pcb_example1.xy-error:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/change_units_to_mm_6col_tabulated_no_title-protel_example1_mil.txt:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/change_units_to_mm_6col_tabulated_no_title-protel_example1_mil.txt-error:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/change_units_already_done_no_title-protel_example1_mil.txt-error:
>  file name is too long (max 99); not dumped
> tar: 
> geda-utils-1.5.0/tests/gxyrs/outputs/translate_column_change_R10_value_case_insensitive-pcb_example1.xy-error:
>  file name is too long (max 99); not dumped
> tar: Error exit delayed from previous errors
> { test ! -d geda-utils-1.5.0 || { find geda-utils-1.5.0 -type d ! -perm -200 
> -exec chmod u+w {} ';' && rm -fr geda-utils-1.5.0; }; }
> 
> 
> Is this something we can work around by different processing?
> Can we rename the test outputs?
> 



_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to