Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2004 Aug 17
1
Problems compiling OpenSSH [no version info] on HP-UX 10.20 was: (no subject)
Aloha Jiwen (I used to get kama'aina discounts, but
no longer)--
First, you didn't tell us what OpenSSH source code
version you're trying to compile. Without that info
there are any number of possible problems--so I'll
assume (for now) that you're using the latest
released portable version of OpenSSH. Please
reply with specific version info.
The fact that things are blowing
2004 Aug 18
0
Problems compiling OpenSSH [no version info] on HP-UX 10.20 w as: (no subject)
Aloha Rip
Thanks for your quick response. I did compile OpenSSH stuffs by using GCC
2.95.2 first, the error is the same. Since there are no issues on other
platforms by using GCC 3.3.2, I tried to take a luck on HP-UX 10.20 by
using GCC 3.3.2. Unfortunately, it is same, even at the same line
What I am guessing is that it could be from some system environment
variable setting, but I am not sure
2002 Apr 18
1
Problem compiling on HP-UX 10.20
I am having a problem compiling R on an HP-UX 10.20 system using gcc/g77
compiler. It appears to compile without problems until it gets to the lapack
module and I get the following error:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D_HPUX_SOURCE -fPIC -O2 -c Lapack.c -o Lapack.lo
g77 -fPIC -O2 -c double.f -o double.lo
g77 -fPIC -O2 -c cmplx.f
2000 Oct 14
1
snapshot-20001014: HP-UX 10.20 success and some remarks
Hi!
after applying the rijndael patch ("includes.h") snap-20001014 compiles
on HP-UX 10.20, some login/logout/scp connections with other OpenSSH
hosts seem to work.
There is a minor correction for Configure:
- At the summary, the location for ask-pass is still
.../libexec/ssh/ssh-askpass
while it is compiled in as .../libexec/ssh-askpass
I also just noted (I never cared to look
2000 Aug 30
3
Please include 'host system type' in reports
When making success / failure reports, could you please include the
'host system type' as reported by configure. Reports in this format
can be processed with uniq :)
So far I have success reports from:
sparc-sun-solaris2.7
sparc-sun-solaris2.8
hppa2.0-hp-hpux10.20
mips-sgi-irix5.3
i686-pc-linux-gnu
Missing:
SunOS 4.x
HP/UX 11
NeXT
SCO
SNI/Reliant Unix
--
| "Bombay is 250ms
2001 Jun 06
3
error in dbeta (PR#970)
Full_Name: Hans Peter Wolf
Version: 1.2.1
OS: hpux10.20
Submission from: (NULL) (129.70.84.25)
dbeta computes a wrong result with parameters (1.3,1)
> version
platform hppa2.0-hp-hpux10.20
arch hppa2.0
os hpux10.20
system hppa2.0, hpux10.20
status
major 1
minor 2.1
year
2000 Dec 22
5
(HP-UX) scan: last line gets duplicated (PR#790)
The last line gets duplicated when a file is read like this:
a <- scan(file=filename, what="", sep="\n",
strip.white=c(TRUE), quiet=TRUE)
(This error does not occur on Linux, the only other platform I
tested.)
Version:
platform = hppa2.0-hp-hpux10.20
arch = hppa2.0
os = hpux10.20
system = hppa2.0, hpux10.20
Actually, all binaries are
2001 Dec 20
0
configure: sed: Function s%@PDFLATEX@%/usr/local/bin/pdflatex%g (PR#1222)
Sometimes, configure isn't able to create the makefiles. It
produces errors like:
sed: Function s%@PDFLATEX@%/usr/local/bin/pdflatex%g cannot be parsed.
This happens when I use a combination of arguments to configure like:
--prefix=$HOME/R-tst
--with-tcl-config=/opt_local/opt/tcl/lib/tclConfig.sh
--with-tk-config=/opt_local/opt/tk/lib/tkConfig.sh
If I leave out the last two
2002 Oct 01
1
Unsolved symbols: meet_ Tcl_EvalObjv (PR#2090)
Running 'make check' I get two errors:
running code in 'mva-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: meet_ (code) from /users1/kleiweg/R-1.6.0-source/library/cluster/libs/cluster.sl
running code in 'tcltk-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: Tcl_EvalObjv (code) from /users1/kleiweg/R-1.6.0-source/library/tcltk/libs/tcltk.sl
Version:
platform =
2002 Oct 01
1
Scripts not executable (PR#2091)
Running 'make' stops when it tries to build the recommended
(included) packages, because the script 'Rcmd' is not
executable. I have to do a 'chmod +x src/scripts/*' and rerun
'make'.
In version 1.5.1 I also noticed the installed scripts were not
executable, but I could do a 'chmod +x lib/R/bin/*' after 'make
install'. But now the scripts are
2003 Jan 20
0
Tcl/Tk and mouse
Within a loop I tried to draw some things in
dependency on the position of the mouse.
This works fine with R-1.5.1 but R-1.6.1
requires to include some delay by
Sys.sleep(delay) with delay>=0.015.
For smaller values (e.g. 0.0001) the
top level tcltk-window does not appear
and so I am not able to control the elements
to be plotted using the tcltk-widget.
Question1: How can I force
2002 Apr 30
1
Undefined symbols in loading tcltk (PR#1499)
Non of these errors occured in earliers versions of R.
> library(tcltk)
/usr/lib/dld.sl: Unresolved symbol: Tcl_GetVar2Ex (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
/usr/lib/dld.sl: Unresolved symbol: Tcl_GetString (code) from /opt_local/opt/R/lib/R/library/tcltk/libs/tcltk.sl
/usr/lib/dld.sl: Unresolved symbol: Tcl_SetVar2Ex (code) from
2000 Sep 13
0
Compiling R on HP-UX: "DP relative code"
I tried to build R-1.1.1 on my HP-UX 10.20 box. For this I installed
gcc 2.95.2 and built g77 (version 2.95.2 19991024 (release)).
Making R runs to the point, where shared libs are linked. There it reports:
make[4]: Entering directory `/disk4/hoffmann/Work/rwork/src/library/ctest/src'
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c
2000 Feb 04
1
problems compiling 1.2.2 on HP-UX 10.20 (gcc)
The problem seems to be that if you #include <utmpx.h>
without suitable -DPOSIX_SOMETHING magic, you get no struct
utmpx (all that stuff is wrapped w/ "#ifdef
_INCLUDE_XOPEN_SOURCE_EXTENDED").
I'm not sure how you all are handling such portability
issues. Thx,
Will
==================
I configured with
# ./configure --prefix=/.=our-deploy/openssh-1.2.2 --without-shadow
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
Hi,
I installed R 1.3.1 on HP-UX. This caused me quite some
problems. These problems did not occur with the previous version
I installed, which was R version 1.2.3.
First, the result of configure:
R is now configured for hppa-hp-hpux10.20
Source directory: .
Installation directory: /opt_local/opt/R
C compiler: cc -D_HPUX_SOURCE +DA1.1 +DS1.1
1998 Mar 26
1
Err...HP-UX 10.20 compile problems of samba-1.9.18p3
All...
I'm new to the HP-UX environment...
I'm trying to build 1.9.18p3, using the HP compiler...I get
the following errors:
Compiling util.c
cpp: "values.h", line 27: warning 2001: Redefinition of macro MAXINT.
cpp: "includes.h", line 290: error 4036: Can't open include file
'sys/statfs.h'.
cpp: "includes.h", line 292: error 4036: Can't
2000 Jul 19
1
How to use tcltk?
Hallo Tk experts,
the Tcl/Tk package allows to define very nice widgets for starting
R functions, for printing results and for interactive parameter input.
tkdensity.R and tkttest.R demonstrate this and both demos explain
how some of the tk functions can be used.
For constructing new widgets I would like to see further examples
showing Tcl/Tk package in action. Therefore my question:
Is there a
2000 May 03
1
Bug report -- 1.0.1, HP-UX (PR#532)
Dear R folks,
Additional problem... bug.report() failed, so am sending it from another
mailer. The file it generated is appended.
Thanks
Russ
--
Russell V. Lenth -- Department of Statistics & Actuarial Science
The University of Iowa -- Iowa City, IA 52242 USA
Tel (319)335-0814 -- FAX (319)335-3017
mailto:Russell-Lenth@uiowa.edu - http://www.stat.uiowa.edu/~rlenth/
===== R.bug.report
2002 May 13
3
Problems building Samba 2.2.4 under HPUX 10.20
Hi,
i tried to build Samba 2.2.4 under HPUX 10.20, but configure generated a
Makfile with systax errors.
make
Make: line 664: syntax error. Stop.
Makefile Line 664 shows:
: $(WINBIND_NSS_PICOBJS)
there should be something before the :
configure said:
checking whether to build winbind... no, unsupported on hpux10.20
is there a woraround, or can somebody tell me whats before the :
Roland
2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX?
I'm trying to compile R version 1.1.0 on a HP-UX 10.20
machine. I run into the following problems:
I got a compile error on src/unix/X11/rbitmap.c which I solved
by including setjmp.h. After that, and after editing the
Makefiles a bit cause gcc en ld can't find all the libraries, I
finally get it to compile. Then I run "make