Displaying 12 results from an estimated 12 matches for "x11r5".
Did you mean:
x11r6
2003 Jan 15
2
compile problems on solairs 8
Hello,
I am having a problem compiling R versions 1.6.1 or .16.2 on a Solaris 8
machine. It sees to have problems with an X11 module. Here is the
relevant output:
make[4]: Entering directory `/pkg-ling/src/R-1.6.2/src/modules/X11'
gcc -I. -I../../../src/include -I../../../src/include
-I/pkg/X11R5/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2
-c dataentry.c -o dataentry.lo
dataentry.c: In function `doSpreadKey':
dataentry.c:1194: `XK_Page_Up' undeclared (first use in this function)
dataentry.c:1194: (Each undeclared identifier is reported only once
dataentry.c:1194: for...
1999 Apr 30
0
problems compiling R-0.63.3 and 0.64.0 on alpha
...r.o paste.o
plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o
random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o
subscript.o subset.o summary.o unique.o util.o version.o ../unix/libunix.a
../appl/libappl.a ../nmath/libmath.a -lSM -lICE -L/local/X11R5/lib -lX11
-ldnet_stub -ldxml -ltermcap -lm
ld:
../unix/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
make[2]: *** [../../bin/R.binary] Error 1
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/main'
make[1]: *** [R] Error 1
make[1...
1998 Sep 11
2
R-beta: compiling problems under DU4.0D
...lot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../lib/libgraphics.a ../lib/libunix.a ../lib/libappl.a ../lib/libmath.a -lSM -lICE -L/local/X11R5/lib -lX11 -ldnet_stub -ltermcap -lm
ld:
../lib/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
Does anybody have any clues how to solve this problem?
Halvard Moe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailin...
2000 Mar 13
4
ssh works only as root
On my solaris 2.6 box, I get
ssh moni
ld.so.1: ssh: fatal: libz.so: open failed: No such file or directory
Killed
while as root, I have no problem. Note that
echo $LD_LIBRARY_PATH
/space/local/lib:/usr/local/lib:/usr/openwin/lib:/usr/lib:/opt/x11r5/lib
ls -l /space/local/lib/libz.*
-rwxr-xr-x 1 wierdlm faculty 70488 Mar 10 17:26 /space/local/lib/libz.a
-rwxr-xr-x 1 bin bin 85600 Mar 10 17:26 /space/local/lib/libz.so
-rwxr-xr-x 1 bin bin 85600 Mar 10 17:26 /space/local/lib/libz.so.1
-rwxr-xr-x 1 bin bi...
2002 Mar 15
0
OpenSSH on mips-sony-bsd
...t clare:nakaji$ /usr/bin/X11/xterm
channel 0: istate 8 != open
channel 0: ostate 64 != open
X connection to localhost:11.0 broken (explicit kill or server shutdown).
And some other X applications do not. The difference between them is that
the former (error) is preinstalled with this OS and it is X11R5, and the
latter is installed with X11R6. Strange...
Any hint? Thanks in advance.
--
NAKAJI Hiroyuki
2015 Mar 17
0
[ANNOUNCE] X.Org Security Advisory: More BDF file parsing issues in libXfont
...lues as 32-bit integers, but stored
them into 16-bit integers. Overflows could occur in various operations
leading to out-of-bounds memory access.
Affected Versions
=================
X.Org believes all prior versions of this library contain these flaws,
dating back to its introduction in X11R5.
Fixes
=====
Fixes are available in the patches for these libXfont git commits:
2deda9906480f9c8ae07b8c2a5510cc7e4c59a8e
78c2e3d70d29698244f70164428bd2868c0ab34c
2351c83a77a478b49cba6beb2ad386835e264744
Which are now available from:
git://anongit.freedesktop.org/git/xorg...
2025 Feb 25
0
X.Org Security Advisory: multiple security issues X.Org X server and Xwayland
...In that case, compRedirectWindow() will return a BadAlloc error
without the validation of the window tree marked just before, which leaves
the validate data partly initialized, and the use of an uninitialized pointer
later.
7) CVE-2025-26600: Use-after-free in PlayReleasedEvents()
Introduced in: X11R5
Fixed in: xorg-server-21.1.16 and xwayland-24.1.6
Fix: https://gitlab.freedesktop.org/xorg/xserver/-/commit/6e0f332b
Found by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative
When a device is removed while still frozen, the events queued for that
device remain while the device itself...
1999 Feb 16
3
graphics bug: type="l" (PR#120)
The following commands illustrate a problem with graphing relatively large
data sets using the "line" option to plot:
temp <- runif(200000) # or whatever other numbers you like;
# same thing happens with a sine wave
plot(1:200000, temp) # everything fine
plot(1:200000, temp, type="l") # data gets cut off
The number of points isn't crucial. The cutoff point
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...; fi
diff -urN openssh-1.2pre14.orig/install-sh openssh-1.2pre14/install-sh
--- openssh-1.2pre14.orig/install-sh Thu Jan 1 01:00:00 1970
+++ openssh-1.2pre14/install-sh Mon Oct 12 12:44:57 1998
@@ -0,0 +1,251 @@
+#!/bin/sh
+#
+# install - install a program, script, or datafile
+# This comes from X11R5 (mit/util/scripts/install.sh).
+#
+# Copyright 1991 by the Massachusetts Institute of Technology
+#
+# Permission to use, copy, modify, distribute, and sell this software and its
+# documentation for any purpose is hereby granted without fee, provided that
+# the above copyright notice appear in al...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...r.o paste.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o
printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o
subassign.o subscript.o subset.o summary.o unique.o util.o version.o
../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE
-L/local/X11R5/lib -lX11 -ldnet_stub -ldxml -ltermcap -lm
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/main'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/script
s'
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/scripts
'...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
....o plot3d.o plotmath.o print.o printarray.o printvector=
=2Eo =
printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o spl=
it.o =
subassign.o subscript.o subset.o summary.o unique.o util.o version.o =
=2E./unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE =
-L/local/X11R5/lib -lX11 -ldnet_stub -ldxml -ltermcap -lm
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/m=
ain'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
script
s'
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/s=
cripts...
2003 Dec 01
0
No subject
...ectories at the target "installdirs". Unfortunately,
"install-sh" cannot do this. If I do a diff on the provided "install-sh"
and another version I have on my system, here's what shows up:
diff install-sh /citec/3rd_party/bin/install
4c4,16
< # This comes from X11R5.
---
> # This comes from X11R5 (mit/util/scripts/install.sh).
> #
> # Copyright 1991 by the Massachusetts Institute of Technology
> #
> # Permission to use, copy, modify, distribute, and sell this software and its
> # documentation for any purpose is hereby granted without fee, pr...