Displaying 20 results from an estimated 1000 matches similar to: "Small buglet trying to recompile SRPM"
1999 Jun 10
3
Compilation fails (PR#209)
Full_Name: Frank Beimfohr
Version: 0.64.1, devel.
OS: Solaris 2.5.1
Submission from: (NULL) (129.217.131.31)
I try to compile R on my Sparc 4 (Solaris 2.5.1) but the compilation fails. I
tried
the developer-version and the contributed 0.64.1-Version.
I start configure with the --g77-Option. During the compilation it stops with an
error, which says that the R/src/library/modreg/src/bsplvd.f
2001 Aug 27
1
Troubleshooting ssh-agent forwarding w/ v2 protocols
OK. I've had a few replies to my earlier question about auth agent
forwarding that indicate that it is currently supported. So now I'm confused
as to why it is not working for me. I'm trying to chain between servers.
With v1 I could load my key into the ssh-agent on my workstation (a) and ssh
to server b and ssh from there to server c, all without typing a
passphrase/password. Now
2013 Feb 04
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On Feb 3, 2013, at 11:28 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
> On Sun, Feb 03, 2013 at 10:32:35AM -0800, Chris Lattner wrote:
>>
>> On Feb 3, 2013, at 2:32 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:
>>
>>>> I've encountered this issue in a real code and would be glad to get the
>>>> feedback on it.
2013 Feb 04
0
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On 2013-02-04 05:57, Chris Lattner wrote:
> On Feb 3, 2013, at 11:28 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
...
>> At the risk of hijacking the thread, are there any plans to make -traditional-cpp
>> in clang completely emulate the behavior in llvm-gcc such that imake can be built
>> with it (https://bugs.freedesktop.org/show_bug.cgi?id=45509). This will
2001 Aug 20
1
Idletimeout patch, third attempt
Here is my third attempt at the idletimeout patch. I tried to address
the points which Marcus Friedl brought up.
It is actually bigger than the previous patches, but not as intrusive.
It is big because it moves some stuff from serverloop.c to packet.c.
- I moved all the logic to packet.c. This means that I also had to move
the actual select() call, which used to be in serverloop.c to packet.c.
2004 Feb 16
2
touble with install
I did
./configure
make
make install
I got no errors, but it doesn't seem to have installed everything I
need. Swat won't start. It didn't put an smb.conf file in /etc/samba
(it didn't even create this folder) or /usr/local/samba/lib/. When I
run testparm, I get Segmentation fault as my only output. Even if I
create an smb.conf and run testparm on that file I get the exact
2003 May 18
3
make buildworld ignoring NO_MAILWRAPPER=true
For the last few system builds, I've noticed that the variable in
/etc/make.conf NO_MAILWRAPPER=true is being ignored, resulting in my
sendmail (different than stock version) being overwritten.
This applies to 4.8-STABLE; is this a known issue.
2001 Aug 27
2
agent forwarding with v2
I'm confused about the status of auth agent forwarding while using v2
protocols. I found an old newsgroup post that said it was not available but
an entry in the ChangeLog entry dated 20001113 seems to indicate that it was
added.
So. Does agent forwarding work while using v2 protocols? I've been unable to
get it to work since I switched to using v2.
Thanks,
Ben
--
Ben Beuchler
2011 Jun 16
1
Sticky bit problem
Hi
We are building a Linux app under Centos 5.3, using gnu make 3.81 and gcc 4.12. The working directory is on a remote machine and is either a Samba share or a Windows 7 share. We find that in the case of a Windows 7 share the resulting executable has the sticky bit set in group:
On Windows 7 share:
-rwxrwSrwx 1 <snip> myapp
On Samba share:
-rwxrwx--x+ 1 <snip> myapp
The
1999 Jan 12
1
Re: Welcome to r-help
just testing
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2013 Feb 03
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On Feb 3, 2013, at 2:32 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:
>> I've encountered this issue in a real code and would be glad to get the
>> feedback on it. Please let me know if I need to submit a bug somewhere to get it resolved. I've found out that clang does not have this problem.
> Then use clang. llvm-gcc is deprecated.
I'd go farther:
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor
2013 Feb 03
0
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On Sun, Feb 03, 2013 at 10:32:35AM -0800, Chris Lattner wrote:
>
> On Feb 3, 2013, at 2:32 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:
>
> >> I've encountered this issue in a real code and would be glad to get the
> >> feedback on it. Please let me know if I need to submit a bug somewhere to get it resolved. I've found out that clang does
2003 Oct 01
2
documentation update?
The INSTALL file in the current distribution has the passphrase request
at
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
maybe this should be changed to
http://www.liquidmeme.net/software/x11-ssh-askpass
??
--
Antonino Iannella
Santos Ltd
91 King William St ADELAIDE SA 5000
Ph +618 8224 7712
Fax +618 8224 7577
Mobile +61408 800007
Email antonino.iannella at
2003 Sep 22
2
Weird error when using VI on FreeBSD-4.x
I'm getting this error from time-to-time when using VI under
FreeBSD_4.9-prerelease:
Error: input: Resource temporarily unavailable
Basically, VI just exits/crashes (no core dump).
The load average is pretty low:
4:18PM up 10 days, 23:42, 4 users, load averages: 0.13, 0.21, 0.21
And I don't seem to have any other problems with the system.
Wondering what this might be, or if
2001 Apr 10
2
LBX Support : Where to start
I would like to put a patch in OpenSSH start lbxproxy on the server if
both ends of the connection support LBX. I'm having difficulty figuring
out where to put this code, specifically I can't seem to find where the
X11 handshaking happens. Could someone help me out on this??
-Carl
2000 Aug 28
1
ANNOUNCE: x11-ssh-askpass v1.0.1
x11-ssh-askpass version 1.0.1 is now available from the following
locations:
http://www.jmknoble.cx/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
(www.openssh.com) under the X Window System.
The important changes since version 1.0 are as follows:
- Bugfixes:
- If the keyboard or
2008 Sep 24
2
print.data.frame : row.name = FALSE not having intended effect
Hi,
Does anybody know if row.name = FALSE actually works in v2.6.2?
Because it isn't working for me... here is some sample code and
output:
====+====+====+====+====+====+====+====+====+====+
> print(x,row.names = FALSE)
party_abbr candidate_name votes_candidate
2 DFL AMY KLOBUCHAR 1,278,849
5 R MARK KENNEDY 835,653
4 IP
2006 Jun 11
2
Kerberos5 / Heimdal
I have FreeBSD-6.1 and it appears the default installation has a full
complement of Kerberos5. But, /usr/src/kerberos5/README states:
This subtree is world-exportable, as it does not contain any
cryptographic code.
At the time of writing, it did not even contain source code, only
Makefiles and headers.
Please maintain this "exportable" status quo.
Thanks!