Displaying 8 results from an estimated 8 matches for "foer".
Did you mean:
foder
2024 May 21
1
Default CXXFLAGS
...gt; Dirk Eddelbuettel <edd at debian.org> wrote:
>> You cannot undo what it is in R's own /etc/R/Makeconf via a
>> programmatic way via some sort of option or alike.
> I think this is about the following line in debian/rules:
Without having looked in much detail, I guess foer the CXXFLAGS we want
dpkg-buildflags --get CXXFLAGS?
Best
-k
> optimflags = `DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CFLAGS`
> https://sources.debian.org/src/r-base/4.4.0-2/debian/rules/#L101
> ...which later propagares to cxxflags = $(optimflags) and
> even...
2024 May 21
1
Default CXXFLAGS
On Tue, 21 May 2024 14:48:48 +0200
Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
> I guess foer the CXXFLAGS we want dpkg-buildflags --get CXXFLAGS?
It must be the case. It's both the documented option [1] and it
currently differs from CFLAGS in the offending flag:
root at 93e09ba5b6fb:/# diff -u <(dpkg-buildflags --get CFLAGS | sed 's/ /\n/g') <(dpkg-buildflags --get CXXF...
2024 May 21
1
Default CXXFLAGS
On Tue, 21 May 2024 07:08:02 -0500
Dirk Eddelbuettel <edd at debian.org> wrote:
> You cannot undo what it is in R's own /etc/R/Makeconf via a
> programmatic way via some sort of option or alike.
I think this is about the following line in debian/rules:
optimflags = `DEB_BUILD_MAINT_OPTIONS=optimize=-lto dpkg-buildflags --get CFLAGS`
2010 Nov 22
2
R package "kernlab" can not be properly loaded
Hi,
I tried to load the package "kernlab" under R-v11 and R-v10, however it gave error message:
Error in library.dynam(lib, package, package.lib) :
shared library 'kernlab' not found
In addition: Warning message:
package 'kernlab' was built under R version 2.12.0
Error: package/namespace load failed for 'kernlab'
Has anybody loaded this successfully before?
2006 Sep 21
0
dovecot quota proxy mysql question
...heck trough mysql
i do not unstand the syntax here
plugin {
quota = dict:storage=10240:messages=1000 proxy::quotadict
}
why i have to build in storage=10240:messages=1000
in , if i only want to have the value of quota in my existing mysql
i understand storage and messages as default parameters foer all users
so this shouldnt be needed
plugin {
quota = proxy::quotadict
}
but this dont work as i expected
an i also have problems
with
/etc/dovecot/dovecot-dict-quota.conf
connect = host=localhost dbname=mails user=mailuser
table = quota
select_field = current
where_field = path
username_field...
2009 Jun 13
0
openssh sftp chroot /bin/false
hi!
i need ssh users and sftp users on my server. they don't mix so sftp users have a /bin/false
as their shell.
however when i try a ssh connect to such a user. he does not get disconnected but hangs forever.
can it be that sshd searches foer /bin/false in the chroot environment?
but i tried to place it there including ldd requirements. no success.
i just want sftp users to get no shell and also no hanging connections... sftp works right now.
thanks!
---------------------------------------
Protocol 2
PermitRootLogin without-password...
2003 Feb 14
0
[Bug 46] ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...Comments From laforge@netfilter.org 2003-02-14 09:27 -------
#include <linux/netfilter_ipv4/ip_conntrack.h>
should be included by nfnetlink_conntrack.h... but for some reason (I think too
complex makefile dependencies) I didn't put that line in.
ip_conntrack.h contains the definitions foer ip_conntrack_proto and
ip_conntrack_help.
This is absolutely no 'blocker' severity. It is a minor issue with some
experimental code used by almost nobody.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...39;kernlab'
>
> Has anybody loaded this successfully before? Thanks,
Yes, if it was built for R-2.11.x we were using R-2.11.x.
I guess you are under Windows (unstated) where some infrastructure was
changed form R-2.11.x to R-2.12.x and packages compiled for the latter
won't work foer the former.
hcen please run
install.packages("kernlab") in order to get a version that fits to your
R or even better upgrade your version of R.
Uwe Ligges
> Xiaoqi
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://...