Displaying 20 results from an estimated 800 matches similar to: "IRIX patch for vorbis *"
2002 Mar 15
0
Optional symbols on IRIX
A couple days ago I mailed in a patch to use _MIPS_SYMBOL_PRESENT to
test at run-time whether jlimit_startjob() was present IRIX systems. I
neglected to mention that the patch I sent in wasn't entirely complete:
a _real_ fix would test '#include <optional_sym.h>' in configure, and
also require either the MipsPRO 7.2.x or MipsPRO 7.3.1.3 or newer
compiler.
David
--
David
2002 May 29
2
OpenSSH 3.2.3p1 won't compile under IRIX 6.5.14
Previously 3.2.2 would not compile under Solaris, then 3.2.3
came out with a bug fix for the problem.
Now 3.2.3 won't compile under IRIX 6.5.14. I've tried using
both gcc 3.0.1 and the IRIX MIPSpro 7.1 compilers. I've been
compiling previous versions of OpenSSH for years using these
same compilers (we haven't updated the MIPSpro compiler for 3
years, and I've been using it on
2004 Sep 10
4
success compiling and running under IRIX
hello guys
first i would like to say that I'm very happy that there is true open source
lossless audio compression software available from you guys. i'm
contemplating archiving my cd collection and i would never even consider
encoding important stuff with proprietary code. i might just as well throw my
music away! flac's goals and features coincide with mine as a user, and it
2007 Mar 23
2
openssh 4.6p1 bug / IRIX
hello,
little problem compiling openssh 4.6p1 on irix using mipspro 7.4.x.
c99 -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o
sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o
auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o
auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o
auth2-passwd.o auth2-pubkey.o
2002 Feb 01
3
3.0.2p1 under IRIX (coredumps)
Hello,
I am unable to build a working OpenSSH 3.0.2p1 for IRIX 6.5 using either
1. gcc 2.95.3 + binutils 2.11.2
2. SGI MIPSpro cc, CC=cc, LD=/usr/bin/ld, CFLAGS='-mips3 -n32'
Under both setups:
- zlib seems to build fine
- OpenSSL seems to build fine and tests out okay
- OpenSSH builds, and then:
openssh-3.0.2p1 % ./ssh -v myhost
Trace/BPT/RangeErr/DivZero/Ovflow trap (core
2001 Oct 09
0
2.9.9p2 on SGI Irix
Just a FYI: OpenSSH-2.9.9p2 compiles just fine on Irix 6.5.13, using the
MIPSPro-7.3 compiler (gcc-3.0 creates a binary that gives funny log
messages), linking against the freeware OpenSSL package from
freeware.sgi.com
No PAM, but anyway...
This is how i did it:
bash-2.04# export CC=cc
bash-2.04# ./configure --prefix=/usr/local/openssh \
--with-ldflags=-L/usr/freeware/lib32 \
2005 Apr 07
0
R 2.1.0 (beta) on IRIX
I'm trying to compile R-beta on IRIX using the native MipsPro 7.4
compilers, without great satisfaction. A list of problems is given
below, and any advice on solving them is appreciated.
Martyn
Configuration:
-------------
Here are the configuration options I am using
./configure CC=cc CXX=CC F77=f77 CPPFLAGS="-I/usr/freeware/include"
LDFLAGS="-L/usr/freeware/lib32"
2003 Sep 16
1
Problems with 3.7p1 on IRIX 6.5
$ uname -R
6.5 6.5.19m
$ cc -v
MIPSpro Compilers: Version 7.4
$ sshd -p 8022
[client]$ ssh -p 8022 -v [host]
$ par -s -SS -i -p [pid]
...
12mS sshd(3664039): fork()
12mS sshd(3664039): END-fork() = 3639808
12mS sshd(3639808): END-fork() = 0
13mS sshd(3639808): close(5) OK
13mS sshd(3639808): getuid() = 0, euid=0
14mS
2002 Apr 11
1
libao: IRIX patch
Here's a patch for the current CVS version of libao which makes the IRIX
plug-in compile and work properly.
Michael
--- ./src/plugins/irix/ao_irix.c Fri Aug 3 19:56:17 2001
+++ ../libao-0.8.2/./src/plugins/irix/ao_irix.c Thu Apr 11 20:16:41 2002
@@ -36,12 +36,13 @@
#include <ao/ao.h>
+#define AO_IRIX_BUFFER_SIZE 32768
typedef struct ao_irix_internal {
- static ALport alport =
2001 Jun 28
1
core dump running modreg-Ex.R (PR#1002)
Full_Name: George N. White III
Version: R-1.3.0
OS: Irix 6.5
Submission from: (NULL) (142.176.61.253)
R-1.3.0 was built on Irix 6.5 using gcc and MIPSPro f90. This combination has
worked for previous versions, in particular R-1.2.3.
$ cd test/Examples
$ ../../bin/R --vanilla < modreg-Ex.R > modreg-Ex.Rout
This worked in R-1.2.3. It looks like there were a number
of cosmetic changes
2018 Aug 29
3
LLVM on IRIX
Greetings LLVM Developers,
My name is Kazuo, I’m the head of the largest Silicon Graphics IRIX community on the internet. I’m approaching this mailing list to see if any MIPS developers who hang out here are interested in developing the LLVM/Clang Compiler system for IRIX.
There’s a growing need as GCC removed support for us from 4.8, over six years ago and since then we’ve absolutely languished
2002 Mar 08
0
[Bug 151] New: 3.0.2p1 and 3.1p1 fail to build.
http://bugzilla.mindrot.org/show_bug.cgi?id=151
Summary: 3.0.2p1 and 3.1p1 fail to build.
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2001 Mar 18
2
char *getusershell();
I experienced a problem compiling openssh_cvs with IRIX 6.5.11f.
% cc -version
MIPSpro Compilers: Version 7.3.1.2m
% cc -n32 -mips3 -O2 -OPT:Olimit=0 ..... -c auth.c
cc-1515 cc: ERROR File = auth.c, Line = 100
A value of type "int" cannot be assigned to an entity of type "char *".
while ((cp = getusershell()) != NULL)
^
1 error detected in the
2002 Apr 17
3
[Bug 218] make fails on IRIX 5.3
http://bugzilla.mindrot.org/show_bug.cgi?id=218
------- Additional Comments From djm at mindrot.org 2002-04-17 12:35 -------
Very strange - are you using SGI or GNU make. can you attach the generated
Makefile to this bug?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jun 24
1
IRIX on OpenSSH 3.3
Can I get someone runing IRIX to tell me if this
http://bugzilla.mindrot.org/show_bug.cgi?id=151
http://bugzilla.mindrot.org/show_bug.cgi?id=280
or
http://bugzilla.mindrot.org/show_bug.cgi?id=281
are still valid. And if PrivSep works on it? If not a sshd -d -d -d of
the server side?
- Ben
2003 Sep 17
3
Use the OpenSSH 3.6 uidswap.c for building 3.7 under IRIX
[resending with uidswap.c instead of uidwrap.c]
Once I got past the missing inet_ntoa.h weirdness, I ran into an sshd
that died a lot. It appears that IRIX doesn't like some of the extra
checks added between 1.23 and 1.24 of uidswap.c. Not sure if that
constitutes an IRIX bug or not, but helpfully this helps someone.
--
Mail: mjo at dojo.mi.org WWW: http://dojo.mi.org/~mjo/ Phone: +1
2008 Jun 17
3
rindex not working with objects from db model
I''m sorting a separate list that doesn''t contain a certain user''s
attribute, but trying to but that certain user''s attribute on the
separate percentile.
test_scores = Testscore.find(:all, :conditions=> {...})
my_testscore = current_user.test_score
my_ts = Testscore.new(:score => my_testscore)
test_scores.push(ts)
sorted_ts = test_scores.sort {|x,y|
2003 Jul 10
4
[Bug 614] bug in krb4 support for OpenSSH on IRIX 64-bit ABI
http://bugzilla.mindrot.org/show_bug.cgi?id=614
Summary: bug in krb4 support for OpenSSH on IRIX 64-bit ABI
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: MIPS
URL: http://lib.natur.cuni.cz/komanek/webland/html/unix/opens
sh_patches.html
OS/Version: IRIX
Status: NEW
Severity: normal
2007 Aug 03
2
How to properly finalize external pointers?
Dear R .Call() insiders,
Can someone enlighten me how to properly finalize external pointers in C code (R-2.5.1 win)? What is the relation between R_ClearExternalPtr and the finalizer set in R_RegisterCFinalizer?
I succeeded registering a finalizer that works when an R object containing an external pointer is garbage collected. However, I have some difficulties figuring out how to do that in an
2015 Jul 01
4
[PATCH 1/2] mllib: add and use last_part_of
Collect this small snippet to get the part of a string after the last
occurrency of a character; replace with it the current snippets doing
the same.
Should be just code motion.
---
customize/password.ml | 5 +++--
mllib/common_utils.ml | 7 +++++++
mllib/common_utils.mli | 3 +++
sysprep/sysprep_operation_user_account.ml | 5 +++--