Displaying 20 results from an estimated 139 matches for "cdpath".
Did you mean:
ldpath
2008 Dec 15
1
bug in R CMD INSTALL do_install under OS X
Hi, I believe I've encountered a bug in the do_install function in the
script used by R CMD INSTALL. I'm using R 2.8.0 under OS X 10.5.5. I was
trying to install a package from source (the package gaga which I maintain,
which I checked and builds correctly for R 2.8.0) when I get the error
message
* Installing to library '/Users/drossell/Desktop/R-2.8.0/library'
2017 Feb 19
3
[PATCH [WIP] 0/3] tests: Define common test functions.
There's a lot of common code in the tests, eg:
if [ "$(guestfish get-backend)" = "uml" ]; then
echo "$0: test skipped because UML backend does not support network"
exit 77
fi
These commits (work in progress) create a common set of test functions
for skipping tests etc.
Rich.
2005 Dec 07
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
...t; Bash, mostly, but also ksh and zsh; sorry for not mentioning this.
>
> I still don't know what you did to be able to reproduce this (and I did
> ask).
It turns ou that I was not quite correct regarding the cause of cd printing
the 'new' directory. It is due to having the CDPATH set. If it is,
the POSIX standard requires 'cd' to print to stdout the new directory.
So to reproduce, run a bash or ksh shell, and do
CDPATH='.:..' # a commonly used value for $CDPATH
R CMD INSTALL SomePackage
> And as it is a shell script running under /b...
2010 May 21
2
Problem creating shortcut
Hi everyone!
I'm a recent linux user starting my first steps with this powerfull OS, and so far I've been able to make my way through installing and configuring a basic box connected to a M$ network.
Now I'm trying to create a shortcut to run my windows database application in wine but so far I had no success...
To correctly start my application in M$ windows I need to create a
2007 Aug 07
2
Latest 1.1 tree build failure
Suggestions of how to fix this?
mkdir -p /build/work/dovecot-1.1-alpha1
cd /build/work/dovecot-1.1-alpha1
export LDFLAGS='-L/common/pkgs/sqlite-3.4.1.1/lib64 -R/common/pkgs/sqlite-3.4.1.1/lib64'
export CPPFLAGS='-pipe -O2 -I/common/pkgs/sqlite-3.4.1.1/include'
unset CDPATH
make distclean
./configure --prefix=/common/pkgs/dovecot-1.1-alpha1 --disable-nls --disable-ipv6 --with-db
--with-sql=plugin --with-sqlite --with-mysql --with-postgresql --with-ssl=openssl
--with-ssldir=/etc/pki/dovecot --with-notify=inotify --with-ioloop=epoll --without-vpopmail
--with-ldap=plu...
2016 Dec 07
2
Re: [PATCH v3] v2v: -o vdsm: Add --vdsm-compat flag. -o rhev: Drop support for RHV < 4.1 (RHBZ#1400205).
...v Kaul, Michal Skrivanek.
> ---
LGTM, just one note below.
> diff --git a/v2v/test-v2v-o-vdsm-options.sh b/v2v/test-v2v-o-vdsm-options.sh
> index 3b7eaae..1de0e17 100755
> --- a/v2v/test-v2v-o-vdsm-options.sh
> +++ b/v2v/test-v2v-o-vdsm-options.sh
> @@ -21,6 +21,7 @@
> unset CDPATH
> export LANG=C
> set -e
> +set -x
This should be left out, I guess.
Thanks,
--
Pino Toscano
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series:
https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html
This is the finished version that updates all of the shell-script
based tests. It passes 'make check', 'make check-direct' and
'make check-slow'.
Rich.
2009 May 16
1
gluster-2.0.1, mandriva-2008.1-x86_64, libtool, lt_unset
I've encountered a new problem building gluster-2.0.1 that I did not
have with gluster-2.0.0rc8. This is on a mandriva-2008.1-x86_64 system.
../../libtool: line 466: CDPATH: command not found
../../libtool: line 1144: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but
the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
D...
2019 Apr 19
1
selftest: Perl error "Insecure $ENV{ENV} while running setgid at /home/user/src/samba-git/samba/source3/script/tests/printing/modprinter.pl line 138."
...uot;$smb_conf_file"); <== FAILING HERE
unlink $tmp;
==============================
the solution is, in addition to untainting $PATH:
==============================
# the following is according to:
# https://perldoc.perl.org/perlsec.html#Cleaning-Up-Your-Path
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; # Make %ENV safer
# delete @ENV{'BASH_ENV'};
$ENV{'PATH'} = '/bin:/usr/bin'; # untaint PATH
system("cp", "$tmp", "$smb_conf_file"); <== FAILING HERE
unlink $tmp;
==============================
Altho...
2016 May 19
2
[PATCH] v2v: handle subfolders in ova files
...e
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+# Test -i ova option.
+
+unset CDPATH
+export LANG=C
+set -e
+set -x
+
+if [ -n "$SKIP_TEST_V2V_I_OVA_SH" ]; then
+ echo "$0: test skipped because environment variable is set"
+ exit 77
+fi
+
+if [ "$(guestfish get-backend)" = "uml" ]; then
+ echo "$0: test skipped because UML backe...
2016 Dec 07
2
[PATCH v3] v2v: -o vdsm: Add --vdsm-compat flag.
v3:
Change the flag from --vdsm-compat-11 to --vdsm-compat=1.1
Also the --machine-readable output has changed.
I have also added a test.
Rich.
2017 Aug 16
0
Compiling problem on Debian Jessie with dovecot-2-2-32.rc1
I cant' do ./configure && make && make install on a Debian Jessie. How can I fix this?
#make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/src/dovecot-2.2.32.rc1/missing aclocal-1.15 -I . -I m4
/usr/local/src/dovecot-2.2.32.rc1/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
You should onl...
2007 Aug 07
1
Best way to change PACKAGE_STRING & VERSION_STRING
...1alpha2
export LDFLAGS='-L/common/pkgs/sqlite-3.4.1.1/lib64 -R/common/pkgs/sqlite-3.4.1.1/lib64'
export PACKAGE_STRING='dovecot 1.1alpha2-2007-08-07'
export PACKAGE_VERSION='1.1alpha2-2007-08-07'
export CPPFLAGS='-pipe -O2 -I/common/pkgs/sqlite-3.4.1.1/include'
unset CDPATH
make distclean
./configure --prefix=/common/pkgs/dovecot-1.1alpha2 --disable-nls --disable-ipv6 --with-db
--with-sql=plugin --with-sqlite --with-mysql --with-postgresql --with-ssl=openssl
--with-ssldir=/etc/pki/dovecot --with-notify=inotify --with-ioloop=epoll --without-vpopmail
--with-ldap=plug...
2016 Dec 07
0
Re: [PATCH v3] v2v: -o vdsm: Add --vdsm-compat flag. -o rhev: Drop support for RHV < 4.1 (RHBZ#1400205).
...LGTM, just one note below.
>
> > diff --git a/v2v/test-v2v-o-vdsm-options.sh b/v2v/test-v2v-o-vdsm-options.sh
> > index 3b7eaae..1de0e17 100755
> > --- a/v2v/test-v2v-o-vdsm-options.sh
> > +++ b/v2v/test-v2v-o-vdsm-options.sh
> > @@ -21,6 +21,7 @@
> > unset CDPATH
> > export LANG=C
> > set -e
> > +set -x
>
> This should be left out, I guess.
I added it so I could see why the test was failing during my tests. I
think we should leave it (it doesn't have any effect unless the test
fails, and then it's very useful).
Thanks,...
2015 Mar 05
0
[PATCH] builder: add build script for PPC64 Fedora
...ou should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+# This script was used to create the Fedora templates used by
+# virt-builder.
+
+unset CDPATH
+export LANG=C
+set -e
+set -x
+
+if [ $# -ne 1 ]; then
+ echo "$0 VERSION"
+ exit 1
+fi
+
+version=$1
+tree=http://mirrors.nic.cz/fedora-secondary/releases/$version/Server/ppc64/os/
+output=fedora-$version-ppc64
+tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)...
2015 Mar 05
2
[PATCH] builder: add build script for ppc64 fedora
Build script is based on fedora-aarch64.sh. This managed to build and compress
an image, but it seems the process itself is not completely unattended.
>From some strange reason I had to manually power off the VM after install.
Maros Zatko (1):
builder: add build script for PPC64 Fedora
builder/website/fedora-ppc64.sh | 97 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 97
2016 May 19
0
Re: [PATCH] v2v: handle subfolders in ova files
...details.
> +#
> +# You should have received a copy of the GNU General Public License
> +# along with this program; if not, write to the Free Software
> +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> +
> +# Test -i ova option.
> +
> +unset CDPATH
> +export LANG=C
> +set -e
> +set -x
> +
> +if [ -n "$SKIP_TEST_V2V_I_OVA_SH" ]; then
This needs to reflect the test name.
> + echo "$0: test skipped because environment variable is set"
> + exit 77
> +fi
> +
> +if [ "$(guestfish get-ba...
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...RTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-unset CDPATH
-export LANG=C
-set -e
-set -x
-
-if [ $# -ne 1 ]; then
- echo "$0 VERSION"
- exit 1
-fi
-
-version=$1
-output=centos-$version-aarch64
-tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)
-
-case $version in
- 7.*)
- major=7
- # XXX This always poin...
2007 Jun 11
2
dovecot-20070605 runtime problems
..., short of attaching gdb
to the process.
Any suggestions are appreciated.
Thanks.
I'm using the latest Thunderbird version 2.0.0.4 (20070604).
I've build it using:
[root at net1 dovecot-20070605]# build_dovecot
mkdir -p /build/work/dovecot-20070605
cd /build/work/dovecot-20070605
unset CDPATH
export CPPFLAGS='-pipe -O2 -I/usr/local/include'
export LDFLAGS='-L/usr/local/lib'
make distclean
./configure --prefix=/usr/local/pkgs/dovecot-20070605 --disable-nls --with-deliver --with-sqlite
--without-vpopmail --with-notify=inotify --with-ioloop=epoll --with-ssl=openssl --enabl...
2015 Oct 08
1
[PATCH v2 5/5] v2v: add test for v2v with virtio-win drivers on iso
...+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+# Test virt-v2v Windows conversion with VirtIO drivers on an ISO image.
+
+unset CDPATH
+export LANG=C
+set -e
+
+if [ -n "$SKIP_TEST_V2V_VIRTIO_WIN_ISO_SH" ]; then
+ echo "$0: test skipped because environment variable is set"
+ exit 77
+fi
+
+if [ "$(guestfish get-backend)" = "uml" ]; then
+ echo "$0: test skipped because UML back...