Displaying 20 results from an estimated 50 matches for "config_shel".
Did you mean:
config_shell
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
...quot;truncate64" is not a member
of "struct Rconn".
My configure script is attached below:
#!/bin/ksh
PRFX=`pwd`
OBJECT_MODE=32
LIBICONV=/opt/freeware
CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11"
LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib"
CONFIG_SHELL=/usr/bin/bash
MAKE=/opt/freeware/bin/make
CC="xlc"
CXX="xlc++"
FC="xlf"
F77="xlf"
CFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict -ma"
FFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict"
FCFLAGS="-qarch=auto -qcache=...
2002 Feb 25
2
samba & solaris 8
trying to compile 2.2.3a on solaris 8
and getting the following:
Is it supported on sol 8?
after typing configure and after many
lines i get:
-----much deleted------
ecking how to get filesystem space usage
checking statvfs64 function (SVR4)... no
checking statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize
2002 Jun 25
1
configure for R 1.5.x on Solaris (fwd)
...323: Unterminated `s' command
sed: file /tmp/cs6134-11745/subs-1.sed line 38: Unterminated `s' command
...and so on. I have tried replacing Solaris's native sed with GNU sed (in
fact the above messages are from GNU sed but Solaris sed fails in a
similar way). I have also tried setting CONFIG_SHELL to /foo/bar/bin/bash
to force configure not to use solaris's cheesy /bin/sh . No success, so
now I am at a loss. The problem occurs with R-1.5.0 but not with R-1.4.1
(and of course there is no problem on my Linux box!)
Any ideas welcome.
Hugh
============S=u=p=p=o=r=t===D=e=b=i=a=n===http:/...
2005 Nov 08
1
[LLVMdev] llvm-test configure problem
>>> What's the config.log from this run?
>>
>> its attached.
>
> Odd...this one seems to indicate that it exitted without error...:-(
Hmm. I think that it does default to bash after all (found something in
my .cshrc that was resettting CONFIG_SHELL). Its still an error
with /bin/sh.. so it should be fixed, but not a release blocker.
-Tanya
2009 Oct 17
1
R292 on AIX53 using gcc
...2.9.2 on IBM PowerPC AIX5.3. I would appreciate
any help in this matter.
===============details==============================
Machine: IBM PowerPC_POWER5 / 4 proc, 1499 MHz 64-bit / AIX 5.3.0.0
Building R 2.9.2 using gcc/g++/gfortran 4.2.4
Config.site changes are:
OBJECT_MODE=64
CONFIG_SHELL=/usr/bin/bash
LIBICONV=/opt/freeware/lib
AR="ar -X64"
CC="gcc -maix64"
F77="gfortran -maix64"
LDFLAGS="-L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/opt/freeware/lib -L/usr/local/lib"
CXX="g++ -maix64"
FC="gfortran -maix...
2006 Apr 09
0
[PATCH] kbuild: fix usr/Kbuild to use new usr/gen_initramfs.sh
...AMFS_SOURCE)) is to remove the
-# gratuitous begin and end quotes from the Kconfig string type.
-# Internal, escaped quotes in the Kconfig string will loose the
-# escape and become active quotes.
-quotefixed_initramfs_source := $(shell echo $(CONFIG_INITRAMFS_SOURCE))
-
-filechk_initramfs_list = $(CONFIG_SHELL) \
- $(srctree)/scripts/gen_initramfs_list.sh $(gen_initramfs_args) \
- $(quotefixed_initramfs_source)
-
-$(obj)/initramfs_list: $(src)/Kbuild FORCE
- $(call filechk,initramfs_list)
-
-quiet_cmd_cpio = CPIO $@
- cmd_cpio = ./$< $(obj)/initramfs...
2006 Apr 17
0
[PATCH] klibc: default initramfs content stored in usr/initramfs.default
...ot;*) unknown_option
;;
*) process_file "$arg" "$#"
diff --git a/usr/Kbuild b/usr/Kbuild
index e338cf9..bc50c48 100644
--- a/usr/Kbuild
+++ b/usr/Kbuild
@@ -53,14 +53,14 @@ #####
# Generate the initramfs cpio archive
hostprogs-y := gen_init_cpio
-ginitramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
+ginitramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
+ramfs-def := $(srctree)/$(src)/initramfs.default
ramfs-input := $(shell echo $(CONFIG_INITRAMFS_SOURCE))
-ramfs-input := $(if $(ramfs-input), $(ramfs-input), -d)
+ramfs-input := $...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...gn"
LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib
CXX="CC -xarch=amd64 -xtarget=opteron"
CXXFLAGS="-xO5 -xlibmil -dalign"
R_BROWSER=mozilla
MAKE=gmake
My .zshrc file has the following (as I saw that some of the LDFLAGS
should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh):
LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/SUNWspro/lib/amd64/:/opt/sfw/lib:/opt/csw/lib
Readline (version 4.2 from the Sun Companion CD) is located
in /opt/sfw/include/readline....
2006 Apr 17
0
[PATCH] klibc: rebuild cpio image when content changes
...ir):
+ $(Q)$(MAKE) $(klibc)=$(src)/$(patsubst _usr_%,%,$(@))
endif
-subdir- := klibc kinit utils dash gzip
+
# Generate builtin.o based on initramfs_data.o
obj-y := initramfs_data.o
@@ -36,7 +53,7 @@ #####
# Generate the initramfs cpio archive
hostprogs-y := gen_init_cpio
-initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
+ginitramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
ramfs-input := $(shell echo $(CONFIG_INITRAMFS_SOURCE))
ramfs-input := $(if $(ramfs-input), $(ramfs-input), -d)
@@ -44,26 +61,17 @@ ramfs-args := \
$(if $(CONFIG_INITRA...
2002 May 06
2
need help building R on SGI
...loaded the tar file
just a couple of hours ago. These are the various variables I set
before configuring, and the arguments to configure I'm using:
export R_PAPERSIZE=letter
CPPFLAGS=-I/usr/dfs/src/readline
export LDFLAGS='-L/usr/common/lib -L/usr/lib32 -L/usr/dfs/src/readline'
export CONFIG_SHELL=/v/bin/sh SHELL=/v/bin/sh
./configure --enable-R-shlib --prefix=/usr/common/R-1.5.0
And this where configure dies:
checking for readline/readline.h... yes
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
Segmentation fault
Here are the final...
2014 Oct 14
1
[Fwd: Re: AIX-5.3 Issue installing Matrix Package]
...ep R-3.1.1
[ncmr0202][/gpfs1/home/shivali]>
Regards,
Shivali Gangwar
> hi,
>
>>> root 492034 336504 0 14:34:36 pts/11 0:00 sh
>>> /gpfs1/home/shivali/gang/R-3.1.1/lib/R/bin/Rcmd INSTALL Matrix
>
> maybe sh running is not good.
> please install bash.
> CONFIG_SHELL=/boo/foo/bash before running `configure && make'.
>
> --
> Best Regards,
> --
> Eiji NAKAMA <nakama (a) ki.rim.or.jp>
> "\u4e2d\u9593\u6804\u6cbb" <nakama (a) ki.rim.or.jp>
>
> Email secured by Check Point
>
Email secured by Check P...
2008 Oct 09
1
Problem installing samba
Hello.
?
?? I am installing samba by first time and I've problems. I've downloaded samba 3.2.4 version.?The machine is Sun with Solaris. After execute .configure, i execute?.install make with the next errors:
?
======================================================================
The SWAT files have been installed. Remember to read the documentation
for information on enabling and using
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...-y += $(call cc-disable-warning,unused-but-set-variable)
+cc-disable-warning = $(call try-run,\
+ $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -xc /dev/null -o "$$TMP",-Wno-$(strip $(1)))
+
# cc-version
-# Usage gcc-ver := $(call cc-version, $(CC))
-cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh \
- $(if $(1), $(1), $(CC)))
+# Usage gcc-ver := $(call cc-version)
+cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
+
+# cc-fullversion
+# Usage gcc-ver := $(call cc-fullversion)
+cc-fullversion = $(shell $(CONFIG_SHELL...
2002 Jun 21
0
configure for R 1.5.x on Solaris
...323: Unterminated `s' command
sed: file /tmp/cs6134-11745/subs-1.sed line 38: Unterminated `s' command
...and so on. I have tried replacing Solaris's native sed with GNU sed (in
fact the above messages are from GNU sed but Solaris sed fails in a
similar way). I have also tried setting CONFIG_SHELL to /foo/bar/bin/bash
to force configure not to use solaris's cheesy /bin/sh . No success, so
now I am at a loss. The problem occurs with R-1.5.0 but not with R-1.4.1
(and of course there is no problem on my Linux box!)
Any ideas welcome.
Hugh
============S=u=p=p=o=r=t===D=e=b=i=a=n===http:/...
2006 Jun 20
0
Successfully building 2.3.1 with Sun One Studio 8 on Solaris 9 (SPARC)
...choice, so make sure you pick it.
#3. for some reason, the Foreign package will not build
initially. So delete src/library/Recommended/foreign.tgz
and create src/library/Recommended/foreign.ts
#4. setup your environment to be as free software-friendly
as possible with /opt/sfw/bin in your PATH:
CONFIG_SHELL=/usr/xpg4/bin/sh
CC=cc
GCC=
CFLAGS=-xlibmil -dalign
CXX=CC
CXXFLAGS=-xlibmil -dalign
F77=f95
F95=f95
FFLAGS=-xlibmil -dalign
CPP=/opt/sfw/bin/cpp
CPPFLAGS=-I/opt/sfw/include
LDFLAGS=-L/opt/sfw/lib
BLAS_LIBS=-xlic_lib=sunperf
#5. configure, make and install
configure --with-blas --with-lapack
gmak...
2006 Aug 31
0
rc >= 6, libtool and zsh
...Debian" : the 1.5.22 Debian 1.5.22-4 patches of "ltmain.sh" used
. "Libtool" : maybe some strange interaction with zsh
. "Autoconf" : maybe some bug with the libtool script generation by
configure
. or some other reason
At least, it works if I force CONFIG_SHELL to be /bin/sh
--
Thomas Hummel | Institut Pasteur
<hummel at pasteur.fr> | P?le informatique - syst?mes et r?seau
2006 Feb 17
0
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...gn"
LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib
CXX="CC -xarch=amd64 -xtarget=opteron"
CXXFLAGS="-xO5 -xlibmil -dalign"
R_BROWSER=mozilla
MAKE=gmake
My .zshrc file has the following (as I saw that some of the LDFLAGS
should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh):
LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/SUNWspro/lib/amd64/:/opt/sfw/lib:/opt/csw/lib
Readline (version 4.2 from the Sun Companion CD) is located
in /opt/sfw/include/readline....
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
On 11/7/05, Tanya Lattner <tonic at nondot.org> wrote:
> On Mon, 7 Nov 2005, Bill Wendling wrote:
>
> > What's the config.log from this run?
>
> its attached.
Odd...this one seems to indicate that it exitted without error...:-(
-bw
2007 Apr 26
0
AIXPluginsSupport and AIX FS qoutas
...t; bash configure
> Configure is written in sh; can I just leave off the bash, since the
> dovecot-cc script you wrote calls out bash in the first line
>
You can, but bash is backwards compatible to sh. I'm usually using bash
because of it's performance. You may try this:
# CONFIG_SHELL=bash time bash ./configure
# time ./configure
> 3) I gather you use Gnu gcc; do you know of any problems/benefits with
> using the IBM compiler?
>
I'm using xlc and dovecot-cc depends on it. I've haven't use gcc on AIX
for years :-)
So in my opinion a common problem with x...
2006 Apr 15
1
[PATCH] klibc: fix gen_initramfs_init.sh when using -d
..."$#"
+ *) process_file "$arg" "$#"
;;
esac
;;
diff --git a/usr/Kbuild b/usr/Kbuild
index e243e11..c4f5be2 100644
--- a/usr/Kbuild
+++ b/usr/Kbuild
@@ -37,8 +37,9 @@ # Generate the initramfs cpio archive
hostprogs-y := gen_init_cpio
initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
-ramfs-input := $(if $(filter-out "",$(CONFIG_INITRAMFS_SOURCE)), \
- $(CONFIG_INITRAMFS_SOURCE),-d)
+ramfs-input := $(shell echo $(CONFIG_INITRAMFS_SOURCE))
+ramfs-input := $(if $(ramfs-input), $(ramfs-input), -d)
+
ramfs-arg...