bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Parallel Bug Reports csh fix not working for me


From: Bruce Parr
Subject: GNU Parallel Bug Reports csh fix not working for me
Date: Mon, 12 Sep 2011 14:15:47 -0500

On Scientific Linux 6.1, parallel-20110822:

>./configure
>make
make  all-recursive
make[1]: Entering directory `/home/bmparr/Downloads/parallel-20110822'
Making all in src
make[2]: Entering directory `/home/bmparr/Downloads/parallel-20110822/src'
pod2man --release='20110822' --center='parallel' \
                --section=1 ./parallel.pod > ./parallel.1
pod2man --release='20110822' --center='parallel' \
                --section=1 ./sem.pod > ./sem.1
pod2man --release='20110822' --center='parallel' \
                --section=1 ./sql > ./sql.1
pod2man --release='20110822' --center='parallel' \
                --section=1 ./niceload.pod > ./niceload.1
./sem --fg --id pod2html pod2html ./parallel.pod > ./parallel.html
Can't exec "setenv": No such file or directory at /usr/share/perl5/IPC/Open3.pm 
line 270.
open3: exec of setenv PARALLEL pod2html ./parallel.pod  failed at ./sem line 
3329
make[2]: *** [parallel.html] Error 1

Is quite right in that setenv is a shell built-in, there is no setenv file.
So I installed via rpm instead of trying to build.  Using a remote machine 
where I can ssh without a password:

[~]$ seq 10 | parallel --sshlogin address@hidden echo
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.
setenv: Too many arguments.

rgds


This e-mail, including any attachments and response string, may contain 
proprietary information which is confidential and may be legally privileged. It 
is for the intended recipient only. If you are not the intended recipient or 
transmission error has misdirected this e-mail, please notify the author by 
return e-mail and delete this message and any attachment immediately. If you 
are not the intended recipient you must not use, disclose, distribute, forward, 
copy, print or rely on this e-mail in any way except as permitted by the author.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]