2014-03-23 16:41:15 +00:00
|
|
|
### Test installation missing pod2*
|
2017-04-01 00:59:07 +00:00
|
|
|
make[0]: Entering directory '~/privat/parallel'
|
2014-08-22 21:30:39 +00:00
|
|
|
make dist-gzip am__post_remove_distdir='@:'
|
2017-04-01 00:59:07 +00:00
|
|
|
make[0]: Entering directory '~/privat/parallel'
|
2014-03-23 16:41:15 +00:00
|
|
|
if test -d "parallel-00000000"; then find "parallel-00000000" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "parallel-00000000" || { sleep 5 && rm -rf "parallel-00000000"; }; else :; fi
|
|
|
|
test -d "parallel-00000000" || mkdir "parallel-00000000"
|
|
|
|
(cd src && make top_distdir=../parallel-00000000 distdir=../parallel-00000000/src \
|
|
|
|
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
|
2017-04-01 00:59:07 +00:00
|
|
|
make[0]: Entering directory '~/privat/parallel/src'
|
|
|
|
make[0]: Leaving directory '~/privat/parallel/src'
|
2014-03-23 16:41:15 +00:00
|
|
|
test -n "" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| find "parallel-00000000" -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 \
|
2017-04-01 00:59:07 +00:00
|
|
|
! -type d ! -perm -444 -exec /bin/bash ~/privat/parallel/install-sh -c -m a+r {} {} \; \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| chmod -R a+r "parallel-00000000"
|
2014-03-23 16:41:15 +00:00
|
|
|
tardir=parallel-00000000 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >parallel-00000000.tar.gz
|
2017-04-01 00:59:07 +00:00
|
|
|
make[0]: Leaving directory '~/privat/parallel'
|
2014-03-23 16:41:15 +00:00
|
|
|
if test -d "parallel-00000000"; then find "parallel-00000000" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "parallel-00000000" || { sleep 5 && rm -rf "parallel-00000000"; }; else :; fi
|
2017-04-01 00:59:07 +00:00
|
|
|
make[0]: Leaving directory '~/privat/parallel'
|
2014-03-23 16:41:15 +00:00
|
|
|
checking for a BSD-compatible install... /usr/bin/install -c
|
|
|
|
checking whether build environment is sane... yes
|
|
|
|
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
|
|
|
checking for gawk... gawk
|
|
|
|
checking whether make sets $(MAKE)... yes
|
2014-08-22 21:30:39 +00:00
|
|
|
checking whether make supports nested variables... yes
|
|
|
|
checking whether ln -s works... yes
|
|
|
|
checking that generated files are newer than configure... done
|
2014-03-23 16:41:15 +00:00
|
|
|
configure: creating ./config.status
|
|
|
|
config.status: creating Makefile
|
|
|
|
config.status: creating src/Makefile
|
|
|
|
config.status: creating config.h
|
|
|
|
Making install in src
|
2016-08-03 21:45:13 +00:00
|
|
|
make[0]: Entering directory '/tmp/parallel-00000000/src'
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./parallel.pod > ./parallel.1n \
|
|
|
|
&& mv ./parallel.1n ./parallel.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel.1"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel.1
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./env_parallel.pod > ./env_parallel.1n \
|
|
|
|
&& mv ./env_parallel.1n ./env_parallel.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old env_parallel.1"
|
2016-03-22 20:14:10 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old env_parallel.1
|
2014-03-23 16:41:15 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./sem.pod > ./sem.1n \
|
|
|
|
&& mv ./sem.1n ./sem.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old sem.1"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old sem.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./sql > ./sql.1n \
|
|
|
|
&& mv ./sql.1n ./sql.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old sql.1"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old sql.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./niceload.pod > ./niceload.1n \
|
|
|
|
&& mv ./niceload.1n ./niceload.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old niceload.1"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old niceload.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=7 ./parallel_tutorial.pod > ./parallel_tutorial.7n \
|
|
|
|
&& mv ./parallel_tutorial.7n ./parallel_tutorial.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_tutorial.7"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
2015-01-20 21:08:52 +00:00
|
|
|
Warning: pod2man not found. Using old parallel_tutorial.7
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=7 ./parallel_book.pod > ./parallel_book.7n \
|
|
|
|
&& mv ./parallel_book.7n ./parallel_book.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_book.7"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel_book.7
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=7 ./parallel_design.pod > ./parallel_design.7n \
|
|
|
|
&& mv ./parallel_design.7n ./parallel_design.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_design.7"
|
2015-01-20 21:08:52 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel_design.7
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=7 ./parallel_alternatives.pod > ./parallel_alternatives.7n \
|
|
|
|
&& mv ./parallel_alternatives.7n ./parallel_alternatives.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_alternatives.7"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel_alternatives.7
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=1 ./parcat.pod > ./parcat.1n \
|
|
|
|
&& mv ./parcat.1n ./parcat.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parcat.1"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parcat.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=1 ./parset.pod > ./parset.1n \
|
|
|
|
&& mv ./parset.1n ./parset.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parset.1"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parset.1
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "GNU Parallel" ./parallel.pod > ./parallel.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./parallel.htmln ./parallel.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel.html"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel.html
|
|
|
|
rm -f ./pod2htm*
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2html --title "GNU Parallel with environment" ./env_parallel.pod > ./env_parallel.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./env_parallel.htmln ./env_parallel.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old env_parallel.html"
|
2016-03-22 20:14:10 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old env_parallel.html
|
|
|
|
rm -f ./pod2htm*
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2html --title "GNU Parallel tutorial" ./parallel_tutorial.pod > ./parallel_tutorial.htmln \
|
|
|
|
&& mv ./parallel_tutorial.htmln ./parallel_tutorial.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_tutorial.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel_tutorial.html
|
|
|
|
rm -f ./pod2htm*
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2html --title "GNU Parallel book" ./parallel_book.pod > ./parallel_book.htmln \
|
|
|
|
&& mv ./parallel_book.htmln ./parallel_book.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_book.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel_book.html
|
|
|
|
rm -f ./pod2htm*
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2html --title "GNU Parallel design" ./parallel_design.pod > ./parallel_design.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./parallel_design.htmln ./parallel_design.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_design.html"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
2015-01-20 21:08:52 +00:00
|
|
|
Warning: pod2html not found. Using old parallel_design.html
|
2014-03-23 16:41:15 +00:00
|
|
|
rm -f ./pod2htm*
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2html --title "GNU Parallel alternatives" ./parallel_alternatives.pod > ./parallel_alternatives.htmln \
|
|
|
|
&& mv ./parallel_alternatives.htmln ./parallel_alternatives.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_alternatives.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel_alternatives.html
|
|
|
|
rm -f ./pod2htm*
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "sem (GNU Parallel)" ./sem.pod > ./sem.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./sem.htmln ./sem.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old sem.html"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old sem.html
|
|
|
|
rm -f ./pod2htm*
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "GNU SQL" ./sql > ./sql.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./sql.htmln ./sql.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old sql.html"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old sql.html
|
|
|
|
rm -f ./pod2htm*
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "GNU niceload" ./niceload.pod > ./niceload.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./niceload.htmln ./niceload.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old niceload.html"
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old niceload.html
|
|
|
|
rm -f ./pod2htm*
|
2017-06-05 09:29:04 +00:00
|
|
|
pod2html --title "GNU parcat" ./parcat.pod > ./parcat.htmln \
|
|
|
|
&& mv ./parcat.htmln ./parcat.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parcat.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parcat.html
|
|
|
|
rm -f ./pod2htm*
|
|
|
|
pod2html --title "GNU parset" ./parset.pod > ./parset.htmln \
|
|
|
|
&& mv ./parset.htmln ./parset.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parset.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parset.html
|
|
|
|
rm -f ./pod2htm*
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2texi --output=./parallel.texi ./parallel.pod \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel.texi
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2texi --output=./env_parallel.texi ./env_parallel.pod \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old env_parallel.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old env_parallel.texi
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2texi --output=./sem.texi ./sem.pod \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old sem.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old sem.texi
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2texi --output=./sql.texi ./sql \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old sql.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old sql.texi
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2texi --output=./niceload.texi ./niceload.pod \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old niceload.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old niceload.texi
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2texi --output=./parallel_tutorial.texi ./parallel_tutorial.pod \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_tutorial.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_tutorial.texi
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2texi --output=./parallel_book.texi ./parallel_book.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_book.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_book.texi
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2texi --output=./parallel_design.texi ./parallel_design.pod \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_design.texi"
|
2016-09-22 22:57:30 +00:00
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_design.texi
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2texi --output=./parallel_alternatives.texi ./parallel_alternatives.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_alternatives.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_alternatives.texi
|
2017-06-05 09:29:04 +00:00
|
|
|
pod2texi --output=./parcat.texi ./parcat.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parcat.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parcat.texi
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2texi --output=./parset.texi ./parset.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parset.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parset.texi
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2pdf --output-file ./parallel.pdf ./parallel.pod --title "GNU Parallel" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel.pdf
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2pdf --output-file ./env_parallel.pdf ./env_parallel.pod --title "GNU Parallel with environment" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old env_parallel.pdf"
|
2016-03-22 20:14:10 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old env_parallel.pdf
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2pdf --output-file ./sem.pdf ./sem.pod --title "GNU sem" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old sem.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old sem.pdf
|
|
|
|
pod2pdf --output-file ./sql.pdf ./sql --title "GNU SQL" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old sql.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old sql.pdf
|
|
|
|
pod2pdf --output-file ./niceload.pdf ./niceload.pod --title "GNU niceload" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old niceload.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old niceload.pdf
|
|
|
|
pod2pdf --output-file ./parallel_tutorial.pdf ./parallel_tutorial.pod --title "GNU Parallel Tutorial" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_tutorial.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_tutorial.pdf
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2pdf --output-file ./parallel_book.pdf ./parallel_book.pod --title "GNU Parallel Book" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_book.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_book.pdf
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2pdf --output-file ./parallel_design.pdf ./parallel_design.pod --title "GNU Parallel Design" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_design.pdf"
|
2015-01-20 21:08:52 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_design.pdf
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2pdf --output-file ./parallel_alternatives.pdf ./parallel_alternatives.pod --title "GNU Parallel alternatives" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_alternatives.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_alternatives.pdf
|
2017-06-05 09:29:04 +00:00
|
|
|
pod2pdf --output-file ./parcat.pdf ./parcat.pod --title "GNU parcat" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parcat.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parcat.pdf
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2pdf --output-file ./parset.pdf ./parset.pod --title "GNU parset" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parset.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parset.pdf
|
2016-08-03 21:45:13 +00:00
|
|
|
make[0]: Entering directory '/tmp/parallel-00000000/src'
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/mkdir -p '/usr/local/bin'
|
2017-02-21 23:30:36 +00:00
|
|
|
/usr/bin/install -c parallel sql niceload parcat env_parallel env_parallel.ash env_parallel.bash env_parallel.csh env_parallel.dash env_parallel.fish env_parallel.ksh env_parallel.pdksh env_parallel.sh env_parallel.tcsh env_parallel.zsh '/usr/local/bin'
|
2014-08-22 21:30:39 +00:00
|
|
|
make install-exec-hook
|
2016-08-03 21:45:13 +00:00
|
|
|
make[0]: Entering directory '/tmp/parallel-00000000/src'
|
2014-08-22 21:30:39 +00:00
|
|
|
rm /usr/local/bin/sem || true
|
2014-08-27 21:29:15 +00:00
|
|
|
ln -s parallel /usr/local/bin/sem
|
2016-08-03 21:45:13 +00:00
|
|
|
make[0]: Leaving directory '/tmp/parallel-00000000/src'
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "GNU Parallel" ./parallel.pod > ./parallel.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./parallel.htmln ./parallel.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel.html"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel.html
|
|
|
|
rm -f ./pod2htm*
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2html --title "GNU Parallel with environment" ./env_parallel.pod > ./env_parallel.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./env_parallel.htmln ./env_parallel.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old env_parallel.html"
|
2016-03-22 20:14:10 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old env_parallel.html
|
|
|
|
rm -f ./pod2htm*
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2html --title "GNU Parallel tutorial" ./parallel_tutorial.pod > ./parallel_tutorial.htmln \
|
|
|
|
&& mv ./parallel_tutorial.htmln ./parallel_tutorial.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_tutorial.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel_tutorial.html
|
|
|
|
rm -f ./pod2htm*
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2html --title "GNU Parallel book" ./parallel_book.pod > ./parallel_book.htmln \
|
|
|
|
&& mv ./parallel_book.htmln ./parallel_book.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_book.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel_book.html
|
|
|
|
rm -f ./pod2htm*
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2html --title "GNU Parallel design" ./parallel_design.pod > ./parallel_design.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./parallel_design.htmln ./parallel_design.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_design.html"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
2015-01-20 21:08:52 +00:00
|
|
|
Warning: pod2html not found. Using old parallel_design.html
|
2014-06-23 00:04:37 +00:00
|
|
|
rm -f ./pod2htm*
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2html --title "GNU Parallel alternatives" ./parallel_alternatives.pod > ./parallel_alternatives.htmln \
|
|
|
|
&& mv ./parallel_alternatives.htmln ./parallel_alternatives.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parallel_alternatives.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parallel_alternatives.html
|
|
|
|
rm -f ./pod2htm*
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "sem (GNU Parallel)" ./sem.pod > ./sem.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./sem.htmln ./sem.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old sem.html"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old sem.html
|
|
|
|
rm -f ./pod2htm*
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "GNU SQL" ./sql > ./sql.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./sql.htmln ./sql.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old sql.html"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old sql.html
|
|
|
|
rm -f ./pod2htm*
|
2014-08-22 21:30:39 +00:00
|
|
|
pod2html --title "GNU niceload" ./niceload.pod > ./niceload.htmln \
|
2016-08-03 21:45:13 +00:00
|
|
|
&& mv ./niceload.htmln ./niceload.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old niceload.html"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old niceload.html
|
|
|
|
rm -f ./pod2htm*
|
2017-06-05 09:29:04 +00:00
|
|
|
pod2html --title "GNU parcat" ./parcat.pod > ./parcat.htmln \
|
|
|
|
&& mv ./parcat.htmln ./parcat.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parcat.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parcat.html
|
|
|
|
rm -f ./pod2htm*
|
|
|
|
pod2html --title "GNU parset" ./parset.pod > ./parset.htmln \
|
|
|
|
&& mv ./parset.htmln ./parset.html \
|
|
|
|
|| echo "Warning: pod2html not found. Using old parset.html"
|
|
|
|
/bin/bash: pod2html: command not found
|
|
|
|
Warning: pod2html not found. Using old parset.html
|
|
|
|
rm -f ./pod2htm*
|
2016-09-22 22:57:30 +00:00
|
|
|
pod2texi --output=./parallel.texi ./parallel.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel.texi
|
|
|
|
pod2texi --output=./env_parallel.texi ./env_parallel.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old env_parallel.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old env_parallel.texi
|
|
|
|
pod2texi --output=./sem.texi ./sem.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old sem.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old sem.texi
|
|
|
|
pod2texi --output=./sql.texi ./sql \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old sql.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old sql.texi
|
|
|
|
pod2texi --output=./niceload.texi ./niceload.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old niceload.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old niceload.texi
|
|
|
|
pod2texi --output=./parallel_tutorial.texi ./parallel_tutorial.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_tutorial.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_tutorial.texi
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2texi --output=./parallel_book.texi ./parallel_book.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_book.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_book.texi
|
2016-09-22 22:57:30 +00:00
|
|
|
pod2texi --output=./parallel_design.texi ./parallel_design.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_design.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_design.texi
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2texi --output=./parallel_alternatives.texi ./parallel_alternatives.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parallel_alternatives.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parallel_alternatives.texi
|
2017-06-05 09:29:04 +00:00
|
|
|
pod2texi --output=./parcat.texi ./parcat.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parcat.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parcat.texi
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2texi --output=./parset.texi ./parset.pod \
|
|
|
|
|| echo "Warning: pod2texi not found. Using old parset.texi"
|
|
|
|
/bin/bash: pod2texi: command not found
|
|
|
|
Warning: pod2texi not found. Using old parset.texi
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2pdf --output-file ./parallel.pdf ./parallel.pod --title "GNU Parallel" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel.pdf
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2pdf --output-file ./env_parallel.pdf ./env_parallel.pod --title "GNU Parallel with environment" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old env_parallel.pdf"
|
2016-03-22 20:14:10 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old env_parallel.pdf
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2pdf --output-file ./sem.pdf ./sem.pod --title "GNU sem" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old sem.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old sem.pdf
|
|
|
|
pod2pdf --output-file ./sql.pdf ./sql --title "GNU SQL" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old sql.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old sql.pdf
|
|
|
|
pod2pdf --output-file ./niceload.pdf ./niceload.pod --title "GNU niceload" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old niceload.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old niceload.pdf
|
|
|
|
pod2pdf --output-file ./parallel_tutorial.pdf ./parallel_tutorial.pod --title "GNU Parallel Tutorial" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_tutorial.pdf"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_tutorial.pdf
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2pdf --output-file ./parallel_book.pdf ./parallel_book.pod --title "GNU Parallel Book" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_book.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_book.pdf
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2pdf --output-file ./parallel_design.pdf ./parallel_design.pod --title "GNU Parallel Design" \
|
2016-08-03 21:45:13 +00:00
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_design.pdf"
|
2015-01-20 21:08:52 +00:00
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_design.pdf
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2pdf --output-file ./parallel_alternatives.pdf ./parallel_alternatives.pod --title "GNU Parallel alternatives" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parallel_alternatives.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parallel_alternatives.pdf
|
2017-06-05 09:29:04 +00:00
|
|
|
pod2pdf --output-file ./parcat.pdf ./parcat.pod --title "GNU parcat" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parcat.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parcat.pdf
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2pdf --output-file ./parset.pdf ./parset.pod --title "GNU parset" \
|
|
|
|
|| echo "Warning: pod2pdf not found. Using old parset.pdf"
|
|
|
|
/bin/bash: pod2pdf: command not found
|
|
|
|
Warning: pod2pdf not found. Using old parset.pdf
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/mkdir -p '/usr/local/share/doc/parallel'
|
2017-11-22 22:29:03 +00:00
|
|
|
/usr/bin/install -c -m 644 parallel.html env_parallel.html sem.html sql.html niceload.html parallel_tutorial.html parallel_book.html parallel_design.html parallel_alternatives.html parcat.html parset.html parallel.texi env_parallel.texi sem.texi sql.texi niceload.texi parallel_tutorial.texi parallel_book.texi parallel_design.texi parallel_alternatives.texi parcat.texi parset.texi parallel.pdf env_parallel.pdf sem.pdf sql.pdf niceload.pdf parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf parallel_alternatives.pdf parcat.pdf parset.pdf '/usr/local/share/doc/parallel'
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./parallel.pod > ./parallel.1n \
|
|
|
|
&& mv ./parallel.1n ./parallel.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel.1"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel.1
|
2016-03-22 20:14:10 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./env_parallel.pod > ./env_parallel.1n \
|
|
|
|
&& mv ./env_parallel.1n ./env_parallel.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old env_parallel.1"
|
2016-03-22 20:14:10 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old env_parallel.1
|
2014-06-23 00:04:37 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./sem.pod > ./sem.1n \
|
|
|
|
&& mv ./sem.1n ./sem.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old sem.1"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old sem.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./sql > ./sql.1n \
|
|
|
|
&& mv ./sql.1n ./sql.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old sql.1"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old sql.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=1 ./niceload.pod > ./niceload.1n \
|
|
|
|
&& mv ./niceload.1n ./niceload.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old niceload.1"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old niceload.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=7 ./parallel_tutorial.pod > ./parallel_tutorial.7n \
|
|
|
|
&& mv ./parallel_tutorial.7n ./parallel_tutorial.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_tutorial.7"
|
2015-01-20 21:08:52 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel_tutorial.7
|
2017-11-22 22:29:03 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=7 ./parallel_book.pod > ./parallel_book.7n \
|
|
|
|
&& mv ./parallel_book.7n ./parallel_book.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_book.7"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel_book.7
|
2015-01-20 21:08:52 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
2016-08-03 21:45:13 +00:00
|
|
|
--section=7 ./parallel_design.pod > ./parallel_design.7n \
|
|
|
|
&& mv ./parallel_design.7n ./parallel_design.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_design.7"
|
2014-06-23 00:04:37 +00:00
|
|
|
/bin/bash: pod2man: command not found
|
2015-01-20 21:08:52 +00:00
|
|
|
Warning: pod2man not found. Using old parallel_design.7
|
2017-01-01 16:51:14 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=7 ./parallel_alternatives.pod > ./parallel_alternatives.7n \
|
|
|
|
&& mv ./parallel_alternatives.7n ./parallel_alternatives.7 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parallel_alternatives.7"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parallel_alternatives.7
|
2017-05-11 20:57:46 +00:00
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=1 ./parcat.pod > ./parcat.1n \
|
|
|
|
&& mv ./parcat.1n ./parcat.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parcat.1"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parcat.1
|
|
|
|
pod2man --release='00000000' --center='parallel' \
|
|
|
|
--section=1 ./parset.pod > ./parset.1n \
|
|
|
|
&& mv ./parset.1n ./parset.1 \
|
|
|
|
|| echo "Warning: pod2man not found. Using old parset.1"
|
|
|
|
/bin/bash: pod2man: command not found
|
|
|
|
Warning: pod2man not found. Using old parset.1
|
2014-03-23 16:41:15 +00:00
|
|
|
/bin/mkdir -p '/usr/local/share/man/man1'
|
2017-04-17 14:25:58 +00:00
|
|
|
/usr/bin/install -c -m 644 parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 parcat.1 parset.1 '/usr/local/share/man/man1'
|
2015-01-20 21:08:52 +00:00
|
|
|
/bin/mkdir -p '/usr/local/share/man/man7'
|
2017-11-22 22:29:03 +00:00
|
|
|
/usr/bin/install -c -m 644 parallel_tutorial.7 parallel_book.7 parallel_design.7 parallel_alternatives.7 '/usr/local/share/man/man7'
|
2016-08-03 21:45:13 +00:00
|
|
|
make[0]: Leaving directory '/tmp/parallel-00000000/src'
|
|
|
|
make[0]: Leaving directory '/tmp/parallel-00000000/src'
|
|
|
|
make[0]: Entering directory '/tmp/parallel-00000000'
|
|
|
|
make[0]: Entering directory '/tmp/parallel-00000000'
|
|
|
|
make[0]: Nothing to be done for 'install-exec-am'.
|
|
|
|
make[0]: Nothing to be done for 'install-data-am'.
|
|
|
|
make[0]: Leaving directory '/tmp/parallel-00000000'
|
|
|
|
make[0]: Leaving directory '/tmp/parallel-00000000'
|