Displaying 20 results from an estimated 49 matches for "sbox".
2008 Jun 03
3
[LLVMdev] Problems with iterator.h
...21,
from hlvm.cpp:1:
/farhome/hendrik/dv/llvm/llvm/include/llvm/Type.h:19:31: error: llvm/ADT/iterato
r.h: No such file or directory
and other similar messages.
Looked in /farhome/hendrik/dv/llvm/llvm/include/llvm/ADT
and found two relevant-looking files:
-rw-r--r-- 1 hendrik sbox 1328 2008-06-03 10:00 iterator
-rw-r--r-- 1 hendrik sbox 2418 2008-06-03 10:00 iterator.h.in
(a) What should I do now?
(b) Is this a bug in the Makefiles? It looks as if something should have
built iterator.h from iterator.h.in, but nothing did.
-- hendrik
2008 Feb 20
2
[LLVMdev] Problems building LLVM 2.2 for ARM
...-O1" or build a debug build.
http://www.llvm.org/docs/GettingStarted.html#brokengcc
"""
by just going to problematic dirs
llvm-2.2/lib/CodeGen/SelectionDAG
lib/Target/PowerPC
and do
make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O1
--
However, much later, the build stops with
[sbox-CHINOOK_ARMEL: ~/build/llvm-2.2/tools/llvm-config] > make
llvm[0]: Checking for cyclic dependencies between LLVM libraries.
find-cycles.pl: Circular dependency between *.a files:
find-cycles.pl: libLLVMCodeGen.a libLLVMScalarOpts.a libLLVMSelectionDAG.a
llvm[0]: Building llvm-config script.
ca...
2008 Jun 03
0
[LLVMdev] Problems with iterator.h
Hi Hendrik,
> -rw-r--r-- 1 hendrik sbox 1328 2008-06-03 10:00 iterator
> -rw-r--r-- 1 hendrik sbox 2418 2008-06-03 10:00 iterator.h.in
Did you run AutoGen.sh (not sure about case). I think that's needed when
compiling from svn, and it should generate the makefiles for building
iterator.h. I think.
Gr.
Matthijs
-------------...
2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
...d.html#brokengcc
> """
>
> by just going to problematic dirs
>
> llvm-2.2/lib/CodeGen/SelectionDAG
> lib/Target/PowerPC
>
> and do
>
> make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O1
>
> --
>
> However, much later, the build stops with
>
> [sbox-CHINOOK_ARMEL: ~/build/llvm-2.2/tools/llvm-config] > make
> llvm[0]: Checking for cyclic dependencies between LLVM libraries.
> find-cycles.pl: Circular dependency between *.a files:
> find-cycles.pl: libLLVMCodeGen.a libLLVMScalarOpts.a
> libLLVMSelectionDAG.a
> llvm[0]: Buil...
2008 Jun 03
2
[LLVMdev] Problems with iterator.h
On Tue, 03 Jun 2008 18:48:09 +0200, Matthijs Kooijman wrote:
> Hi Hendrik,
>
>> -rw-r--r-- 1 hendrik sbox 1328 2008-06-03 10:00 iterator -rw-r--r--
>> 1 hendrik sbox 2418 2008-06-03 10:00 iterator.h.in
> Did you run AutoGen.sh (not sure about case). I think that's needed when
> compiling from svn, and it should generate the makefiles for building
> iterator.h. I think.
I follow...
2008 Aug 12
0
configure for ARM Linux
..../configure --without-krb5 --without-ldap --without-ads --disable-cups
--without-swat --host=i686 --target=arm-linux
--prefix=/home/stanliao/work1/lsp/ap-util/install/etc/samba
--exec-prefix=/home/stanliao/work1/lsp/ap-util/install
CC=/opt/crosstool/scratchbox/compilers/arm-gcc3.4-uclibc0.9.28/bin/sbox-arm-
linux-uclibc-gcc
AR=/opt/crosstool/scratchbox/compilers/arm-gcc3.4-uclibc0.9.28/bin/sbox-arm-
linux-uclibc-ar
LD=/opt/crosstool/scratchbox/compilers/arm-gcc3.4-uclibc0.9.28/bin/sbox-arm-
linux-uclibc-ld
LDFLAGS=-L/opt/crosstool/scratchbox/compilers/arm-gcc3.4-uclibc0.9.28/lib
CPPFLAGS=-I/opt/c...
2006 Apr 27
1
Whats this for a block?
Hi,
I have got a question concerning directory entries. I have the following
block containing exactly the filenames I had in one specified folder on
the same file system:
http://www.sbox.tugraz.at/home/n/nobaq/ext2.dat
I really hoped that this is an directory block which could point me to
the inode of the files.
But when I try to extract the data, I only get garbage. I'm reading the
block this way: First 4 bytes are pointer to inode, second 4 bytes are
length of the name a...
2008 Jun 04
0
[LLVMdev] Problems with iterator.h
On Tue, Jun 3, 2008 at 10:33 AM, Hendrik Boom <hendrik at topoi.pooq.com>
wrote:
> On Tue, 03 Jun 2008 18:48:09 +0200, Matthijs Kooijman wrote:
>
> > Hi Hendrik,
> >
> >> -rw-r--r-- 1 hendrik sbox 1328 2008-06-03 10:00 iterator -rw-r--r--
> >> 1 hendrik sbox 2418 2008-06-03 10:00 iterator.h.in
> > Did you run AutoGen.sh (not sure about case). I think that's needed when
> > compiling from svn, and it should generate the makefiles for building
> > iterator.h...
1998 May 30
9
"Flavors of Security Through Obscurity"
...d and public algorithm which attracts a lot
cryptanalytic work and may be broken in the near future or may
have already been broken in secret.
b) Intrinsically secret ciphers.
Extend secrecy to parts of the encryption method. In his book,
Schneier very briefly describes a variant of DES where the Sboxes
(which most people would consider as part of the algorithm) are
variable and depend on the key. Another very interesting
possibility would have the key express the encryption method. In
other words consider the key as the program, and the cipher
simply as an interpreter, that follows the key'...
2009 Jul 06
3
Speed up code, profiling, optimization, lapply vs. loops
High everybody,
currently I'm writinig a package that, for a given family of variance
functions depending on a parameter theta, say, computes the extended
quasi likelihood (eql) function for different values of theta.
The computation involves a couple of calls of the 'glm' routine. What
I'm doing now is to call 'lapply' for a list of theta values and a
function, that
2017 Oct 11
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...a .Lpre_tf_hi_s1, t1; \
+ vmovdqa .Linv_shift_row(%rip), t4; \
+ vbroadcastss .L0f0f0f0f(%rip), t7; \
+ vmovdqa .Lpre_tf_lo_s1(%rip), t0; \
+ vmovdqa .Lpre_tf_hi_s1(%rip), t1; \
\
/* AES inverse shift rows */ \
vpshufb t4, x0, x0; \
@@ -68,8 +68,8 @@
vpshufb t4, x6, x6; \
\
/* prefilter sboxes 1, 2 and 3 */ \
- vmovdqa .Lpre_tf_lo_s4, t2; \
- vmovdqa .Lpre_tf_hi_s4, t3; \
+ vmovdqa .Lpre_tf_lo_s4(%rip), t2; \
+ vmovdqa .Lpre_tf_hi_s4(%rip), t3; \
filter_8bit(x0, t0, t1, t7, t6); \
filter_8bit(x7, t0, t1, t7, t6); \
filter_8bit(x1, t0, t1, t7, t6); \
@@ -83,8 +83,8 @@
filter_8bi...
2006 Aug 14
0
undefined method ''render_component_as_string'' - why?
...roller_A is calling a component in Controller_B)
When I add this line to my ''controllers/application.rb'' file, I don''t
understand why I get and ''undefined method'' error. After all, "class
ApplicationController < ActionController::Base".
@sbox = render_component_as_string(:controller=>''users'', :action=>:search)
My problem is very similar to the the one described in a post to this list 6
months ago:
http://lists.rubyonrails.org/pipermail/rails/2006-February/016759.html
Nobody ever explained it then. I correspond...
2012 Jun 03
0
Non-root can create, but not delete, btrfs snapshots?
...tentional?
------------------------------------------------------------
~/test$ ls -la
total 0
drwxr-xr-x 1 sliedes sliedes 0 Jun 4 02:28 .
drwxr-xr-x 1 sliedes sliedes 7352 Jun 4 02:27 ..
~/test$ whoami
sliedes
~/test$ groups
sliedes dialout cdrom floppy audio src video plugdev kvm wireshark sbox
~/test$ btrfs subvolume snapshot / newsnap
Create a snapshot of ''/'' in ''./newsnap''
~/test$ ls -la
total 32
drwxr-xr-x 1 sliedes sliedes 14 Jun 4 02:28 .
drwxr-xr-x 1 sliedes sliedes 7352 Jun 4 02:27 ..
drwxr-xr-x 1 root root 336 Jun 2 05:32 newsnap
~/...
2010 Sep 16
3
Moving from MBOX to Maildir or DBox ?
Hello
Actually we use MBOX format for all our IMAP access but users complain
they cannot create subfolders in imap folders, of course they cannot
because of MBOX format ...
I need gurus advices on changing mailbox format
Maildir of Dbox ?
What would be the safest way to go ?
Note : we extensively use Thunderbird here.
Thanks
2009 Aug 19
1
Lattice: Drawing a single contour line with a negative value fails
Hi everybody,
I want to add a single contourline to a levelplot. While everything
works fine if the value at which the line should be drawn is positive,
there is an error if the value is negative:
library(lattice)
my.panel <- function(..., at, contour=FALSE, labels=NULL) {
panel.levelplot(..., at=at, contour=contour, labels=labels)
panel.contourplot(..., contour=TRUE,
2008 Oct 20
1
compile klibc problem (EABI version error)
...nux-gnueabi-ld: failed to merge target specific data of file
/opt/arm-linux-4.1.1/bin/../lib/gcc/arm-iwmmxt-linux-gnueabi/4.1.1/libgcc.a(_dvmd_lnx.o)
make[2]: *** [usr/klibc/libc.so] Error 1
make[1]: *** [all] Error 2
make: *** [klibc] Error 2
I tried the comple in scratchbox with gcc: sbox-arm-linux-gcc (GCC)
3.4.4 (release) (CodeSourcery ARM 2005q3-2), but got similiar errors.
Best Regards,
Lixin Song
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.zytor.com/pipermail/klibc/attachments/20081020/82e2d849/attachment.html
2008 Sep 10
2
Version Mismatch
...out moving emails. I saw
this in the logs. Seems strange. Using gentoo on AMD 64 bit. All is
working fine, but is this a cause for alarm.
dovecot: Jun 05 17:10:32 Fatal: imap-login: Dovecot version mismatch:
Master is v1.1.rc6, login is v1.1.rc8 (if you don't care, set
version_ignore=yes)
SBox dovecot # dovecot -n
# 1.1.3: /etc/dovecot/dovecot.conf
log_path: /var/log/mail.log
info_log_path: /var/log/mail.log
protocols: imap imaps pop3 pop3s managesieve
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
listen(managesieve): *:2000
ssl_listen(default): *:993
ssl_listen(imap): *...
2006 Feb 26
2
how to change my data to "point data set" in package "SPLANCE"?
Hi!
I want to use the package "SPLANCE" to do Ripley's K analysis
I have a basic question about the package.
I try to find how to do it, but I cannot.
I hope you can help me.
I donot know how to change my data form to "point data set".
my data form is:
> qumo[1:5,]
code species dbh x y tag status branch
223 10312 QUMO 54.5 7.83 44.80 10306 alive
2006 Aug 14
2
Undefined Method error for call to ''render_component_as_string''- Why?
...ntroller is calling an :action in UserController)
When I add this line to my ''controllers/application.rb'' file, I don''t
understand why I get an ''undefined method'' error. After all, "class
ApplicationController < ActionController::Base".
@sbox = render_component_as_string(:controller=>''users'', :action=>:search)
This problem was also described in a post to this list 6 months ago:
http://lists.rubyonrails.org/pipermail/rails/2006-February/016759.html
Nobody replied. I corresponded with the February poster, who po...
2006 Dec 31
3
KWD not building problem solved
It looks like you just assumed too much. kde-config has a specific
include dir query. I am now hitting some dbus problems, but it does not
seem to be related.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdefix.patch.bz2
Type: application/x-bzip
Size: 604 bytes
Desc: not available
Url :