Displaying 20 results from an estimated 133 matches for "bpt".
Did you mean:
bit
2012 Mar 01
1
barplots of several variables with different number of categories
If I have two factors, v1 and v2 and I want to have a stacked bar graph of
the two variables side by side I could do
barplot(cbind(table(v1),table(v2)))
if v1 and v2 have the same number of categories.
If they don't have the same number of categories this won't work.
I'm sure there's a simple solution?
Thanks,
Jon
--
View this message in context:
2011 Apr 27
2
Can not create model instance via params on specific model but can on others....
...n.create(:purchase_id => 3)
#<PaymentTransaction id: 2, purchase_id: nil, action: nil, amount: nil,
success: nil, authorization: nil, message: nil, params: nil, created_at:
"2011-04-27 18:18:59", updated_at: "2011-04-27 18:18:59">
But this works (but is ugly):
(rdb:1) bpt = PaymentTransaction.new
#<PaymentTransaction id: nil, purchase_id: nil, action: nil, amount: nil,
success: nil, authorization: nil, message: nil, params: nil, created_at:
nil, updated_at: nil>
(rdb:1) bpt.purchase_id = 3
3
(rdb:1) bpt.save
true
(rdb:1) PaymentTransaction.find_by_bet_id(3)
#&...
2002 Feb 01
3
3.0.2p1 under IRIX (coredumps)
...X 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 dumped)
openssh-3.0.2p1 %
openssh-3.0.2p1 % ls -ld core
-rw-r--r-- 1 jblaine nuucp 393216 Feb 1 11:51 core
openssh-3.0.2p1 % dbx ./ssh
dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41
Unable to find or process rld objec...
2004 Jan 20
4
Bug-report: Booting DOS images from USB
...0, length 0x00168000
command line: initrd=freedos.img BOOT_IMAGE=memdisk.zi
Disk is floppy, 1440 K, C/H/S = 80/2/18
Total size needed = 1494 bytes, allocating 2K
Old dos memory at 0x9f000 (map says 0x9f000), loading at 0x9e800
1588: 0xffff 15E801: 0x3c00 0x1edf
INT 13 08: Success, count = 1, BPT = f000:8ccd
old: int13 = f00066ea int15 = f00066ef
new: int13 = 9e800008 int15 = 9e800272
Loading boot sector... booting...
FreeDOS kernel version 1.1.32a (Building 2032a) [Sep 24 2003 21:58:48]
Kernel compatibility 7.10 - WATCOMC - FAT32 support
(C) Copyright 1995-2003 Pasquale J. Villani...
2009 Dec 05
5
[LLVMdev] GCC frontend binaries + Darwin10 (Mac OS X)
Hi,
if I want to use 'llvm-gcc' I get:
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /Users/me/llvm/gcc/bin/llvm-gcc
Reason: Incompatible library version: llvm-gcc requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
Trace/BPT trap
So I installed MacPorts and 'libiconv', but I get the same error message. But it _should_ work, because
otool -L /opt/local/lib/libiconv.2.dylib
gives me:
/opt/local/lib/libiconv.2.dylib:
/opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0)
/usr/li...
2013 Nov 21
2
RStudio and R.app "segmentation fault" errors
...sr/local/bin/analyze: line 39: 2806 Segmentation fault: 11 $FREELING/bin/analyzer $param
Warning message:
running command 'analyze -f /usr/local/share/freeling/config/es.cfg --lang es --outf tagged </Users/earlbrown/temp_input.txt' had status 139
and sometimes I receive a "Trace/BPT trap: 5" error:
dyld: lazy symbol binding failed: Symbol not found: __ZN6icu_496LocaleD1Ev
Referenced from: /usr/local/lib/libfreeling-3.1-alfa1.dylib
Expected in: flat namespace
dyld: Symbol not found: __ZN6icu_496LocaleD1Ev
Referenced from: /usr/local/lib/libfreeling-3.1-alfa1.dylib...
2011 Aug 03
3
Problems booting WinPE ISO
...ommand line: iso initrd=../images/windows/winpe_x86.iso
BOOT_IMAGE=../memdisk
Disk is hard disk 0, 170496 K C/H/S = 340992/1/1
Total size needed = 2091 bytes, allocating 3K
Old dos memory at 0x9bc00 (map says 09c00), loading at 09b00
1588: 0xffff 15E801: 03c00 0x71b9
INT 13 08: Success, count = 1, BPT = 0000:0000
old: int13 = f000827c int15 = f000cebe
new: int13 = 9b000008 int15 = 9b000290
Loading boot sector... booting...
I burned the WinPE ISO onto a CD and was able to boot the server fine.
I'm using syslinux.x86_64 3.11-4 that came with RHEL 5.7
--
Greg
2002 Nov 01
2
pxelinux / memdisk booting problem
...that to boot.
My conf file looks like:
default sir4
label sir4
kernel ia32/memdisk
append initrd=ia32/sir4/floppy.img
Everything starts off fine.
pxelinux loads
I see it get the conf file.
gets memdisk
get floppy.img
loads memdisk
......
Disk is floppy
.....
INT 13 08: Sucess, count=1 BPT=f000:b6cc
old: ....
new: ...
Booting...
Nothing happens after that.
This is a straight dos6.2 floppy just for a test.
This is on a dual PIII 800 IBM 6866 box.
It just tried it on a P4 2.0Ghz IBM 6229 box and it works great.
I would like to do this on many models of machines from PII's to P...
2008 Aug 05
4
Buggy bios, boot of dos image hangs with syslinux, but not with isolinux
...Ramdisk at 0xdbef0000, length 0x002d0000
Disk is floppy 0, 2880K C/H/S = 80/2/36, EDD off
Using raw access to high memory
Total size needed = 2454 bytes, allocating 3K
Old dos memory at 0x9d800 (map says 0x9d800), loading at 0x9cc00
1588: 0xffff 15E801: 0x3c00 0x7cbe
INT13 08: Success, count = 0, BPT = 0000:0000
old: int13 = e320aaef int15 = e3200fab
new: int13 = 9cc0000a int15 = 9cc0037e
Loading boot sector... booting...
Starting MS-DOS
After that the computer completely freezes, and has to be powered down.
Does anybody know of a way around this?
Christian
2005 Nov 02
3
problems running rails on mac osx tiger (10.4.3)
...NSLinkModule() error
dyld: Library not loaded: /usr/lib/libcrypto.0.9.7.dylib
Referenced from: /usr/lib/ruby/1.8/powerpc-darwin8.0/digest/md5.bundle
Reason: Incompatible library version: md5.bundle requires version
0.9.7 or later, but
libcrypto.0.9.7.dylib provides version 0.9.0 Trace/BPT trap
the version of ruby on my mac is 1.8.2
and I have also patched this.
Please can someone help me out here,
I''m eager to see and believe.
2006 Jul 11
2
Ferret 0.9.4 C extensions and Macbook Pro
...received this output:
Attempting remote installation of ''ferret''
Building native extensions. This could take a while...
dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
Referenced from: /usr/bin/gcc
Reason: image not found
make: *** [analysis.o] Trace/BPT trap
dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
Referenced from: /usr/bin/gcc
Reason: image not found
make: *** [analysis.o] Trace/BPT trap
ruby extconf.rb install --remote ferret
creating Makefile
make
gcc -fno-common -O -pipe
-I/Users/ryan/Desktop/building/min/fr...
2002 Mar 08
0
[Bug 151] New: 3.0.2p1 and 3.1p1 fail to build.
...ot;d_namlen".
memmove(bup, dp->d_name, dp->d_namlen + 1);
^
cc-1565 cc: ERROR File = getcwd.c, Line = 190
The struct "dirent" has no field "d_namlen".
if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
^
cc-1565 cc: ERROR File = getcwd.c, Line = 210
The struct "dirent" has no field "d_namlen".
bpt -= dp->d_namlen;
^
cc-1565 cc: ERROR File = getcw...
2006 Oct 27
3
Memdisk doesn't work without floppy drive
...68000, length 0x00168000
command line: initrd=pxegiga_av.img BOOT_IMAGE=memdisk
Disk is floppy 0, 1440 K, C/H/S = 80/2/18
Total size needed = 1946 bytes, allocating 2K
Old dos memory at 0x9ec00 (map says 0x9f800), loading at 0x9e400
1588: 0xffff 15E801: 0x3c00 0x1ad6
INT 13 08: Success, count = 1, BPT = f000:99a9
old: int13 = f0007f80 int15 = f000f859
new: int13 = 9e400008 int15 = 9e400290
Loading boot sector... booting...
Disk I/O error
Replace the disk, and then press any key
Now later at home I realized that I could have taken logs with floppy attached
to see if there were any differenc...
2006 Oct 04
3
problem using libao on OSX 10.4
.../ogg123
dyld: lazy symbol binding failed: Symbol not found:
_dlsym_auto_underscore
Referenced from: /usr/local/lib/libao.2.dylib
Expected in: flat namespace
dyld: Symbol not found: _dlsym_auto_underscore
Referenced from: /usr/local/lib/libao.2.dylib
Expected in: flat namespace
Trace/BPT trap
Any ideas?
TIA,
-- Gala
Gala Wind
(301) 614-6221
wind@climate.gsfc.nasa.gov
Code 613.2, Climate and Radiation
SSAI, Inc.
NASA/GSFC
Greenbelt, MD 20771
/*--------------------------------------------------------------------
-- There's always a way, you just have to find it....
2005 Feb 25
5
installing from src on OS X
Hi
I''ve built WxWidgets (2.5.4) and wxruby-swig (CVS) from source on OS X
(.3). I''ve got something called wx.bundle in lib/ that looks the right
sort of size - 2.5MB - but I don''t know what to do with it to install it
- no rake install or make install?
btw - wx on OS X looks fantastic, esp after seeing a Tk interface inside
Aqua this am ...
cheers
alex
2004 Apr 05
4
memdisk : booting OpenBSD and NetBSD
...d=/boot/floppy35.fs
title NetBSD rescue disk (not yet functional)
kernel /boot/memdisk
initrd=/boot/rescue-tiny.fs
-------------------------------------------
note: following outputs copied by hand, hope without errors
------------ sample output, netbsd: -------
[...]
INT 13 08: Success, count = 2 BPT = 0000:0000
old: int13 = ec6a40bd int15 = f000f859
new: int13 = 9f000008 int15 = 9f00027c
Loading boot sectore... booting...
>> NetBSD/i386 BIOS Boot, Revision 2.13
>> (autobuild at tgm.netbsd.org, Tue Feb 10 21:25:10 UTC 2004)
>> Memory: 636/127776 k
Press return to boot now...
2004 Mar 30
2
RAqua and gcc
...ions/StartR.app/RAqua.app/Contents/include
-I/usr/local/include -fno-common -g -O2 -c ranksort.c -o ranksort.o
dyld: gcc version mismatch for library: /usr/local/lib/libiconv.2.dylib
(compatibility version of user: 5.0.0 greater than library's version:
4.0.0)
make: *** [ranksort.o] Trace/BPT trap
ERROR: compilation failed for package 'Hmisc'
2011 Sep 06
2
[PATCH 0/3] hivex: Improve OS X support
...zy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /Users/alex/local/src/hivex/lib/.libs/libhivex.0.dylib
Expected in: flat namespace
dyld: Symbol not found: _iconv_open
Referenced from: /Users/alex/local/src/hivex/lib/.libs/libhivex.0.dylib
Expected in: flat namespace
Trace/BPT trap: 5
I have the vague idea of how to address the first two, but not the last.
I would appreciate any help on these. Gillen, you said earlier this
weekend you had taken a stab at compiling things in OS X. Did you have
to take these steps, too?
--Alex
Alex Nelson (3):
Mac OS X: Detect bind...
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote:
>
>>
>> ./configure --enable-maintainer-mode ...
Two things here
- possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure)
- don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2016 Mar 14
2
Help with libiconv problem
.../Users/someone/work/abc/fastr/com.oracle.truffle.r.native/gnur/R-3.2.4/lib/libR.dylib
Expected in: flat namespace
/bin/sh: line 1: 16127 Done echo
"tools:::sysdata2LazyLoadDB(\"./R/sysdata.rda\",\"../../../library/tools/R\")"
16128 Trace/BPT trap: 5 | R_DEFAULT_PACKAGES=NULL LC_ALL=C
../../../bin/R --vanilla --slave
make[7]: *** [sysdata] Error 133
make[6]: *** [all] Error 2
make[5]: *** [R] Error 1
make[4]: *** [R] Error 1
make[3]: *** [R] Error 1
We always get the unknown timezone messages which I think are unrelated
but I...