Displaying 12 results from an estimated 12 matches similar to: "Problems with MinGW and boost on Windows"
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
2. update ZFS in libfsimage from illumos for pygrub
diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/Rules.mk
--- a/tools/libfsimage/Rules.mk Thu Oct 24 22:46:20 2013 +0100
+++ b/tools/libfsimage/Rules.mk Sat Oct 26 20:03:06 2013 +0400
@@ -2,11 +2,19 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Wno-unknown-pragmas -I$(XEN_ROOT)/tools/libfsimage/common/
2006 Oct 03
1
Problems building osox-src-2006-08-16 on x86_64 (dwarf data)
Hello,
Did anybody outside SUN tried to build xen-src (osox-src-2006-08-16)?
I had tried it on x86_64 machine.
I am running SXCR46 (I know
that it says that SXCR 44 is needed, but
I hope that this is a minimum requierment,
even that it doesn''t say it explicitly, and that SXCR 46 is also good.
BTW, Am I right in this ? )
; I ran "nightly opensolaris.sh &".
My
2020 Nov 18
0
[LLD] Support DWARF64, debug_info "sorting"
I was thinking about whether I liked the section name idea myself. I think
a slight refinement could be to have linkers combine .debug and .debug64
sections into one output section (in non -r links), so that end consumers
(debuggers etc) don't have to worry about it. However, conformance is still
a concern to me as we cannot really retrofit the existing standard
versions, and the section names
2014 May 21
3
Dovecot pam
Hello!
How can I disable passdb { driver = pam }
in /etc/dovecot/conf.d/auth-system.conf.ext
from file /etc/dovecot/local.conf.
I have postfix and dovecot set up to only use virtual users.
I'd rather do all the configuration in local.conf if possible.
My doveconf-n
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-24-generic x86_64 Ubuntu 14.04 LTS
auth_failure_delay = 5 secs
2020 Nov 18
2
[LLD] Support DWARF64, debug_info "sorting"
In https://groups.google.com/g/generic-abi/c/i2Xio-47QdQ (you need to
join the group before making a post)
Cary Coutant raised yet another idea: whether we can use ".debug64" as
the section prefix. I like the idea because of:
* It is immediately obvious whether DWARF64 is used and whether
DWARF32 is used along with DWARF64.
* In a relocatable link mixing DWARF32 and DWARF64 sections,
2013 Feb 15
0
Ho w Do I Get Cox Model Convergence After Multiple Imputation
Due to missing data with some of my predictor variables I first do multiple
imputation as follows:
library(foreign)
library(Amelia)
library(norm)
set.seed(666)
M=10
impdat <-
2008 Dec 05
0
resync onnv_105 partial for 6713916
Author: Darren Moffat <Darren.Moffat at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 957d30a3607ed9f3cbe490da5894d1e1b2104033
Total changesets: 28
Log message:
resync onnv_105 partial for 6713916
Files:
usr/src/Makefile.lint
usr/src/Targetdirs
usr/src/cmd/Makefile
usr/src/cmd/Makefile.cmd
usr/src/cmd/acctadm/Makefile
usr/src/cmd/acctadm/acctadm.xcl
2008 Apr 26
8
Online credit card processing
What''s a good way to process credit cards from our Rails application?
I like PayPal because of it''s name recognition but I don''t like the fact
that the user must leave our site; we are hoping for a tightly
integrated look-and-feel. We might also offer both, PayPal and our own
major credit card processing (see attached example screen shot).
I''ve heard of other
2014 May 22
0
Dovecot pam
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 21 May 2014, Tommy Berglund wrote:
> How can I disable passdb { driver = pam }
> in /etc/dovecot/conf.d/auth-system.conf.ext
> from file /etc/dovecot/local.conf.
>
> I have postfix and dovecot set up to only use virtual users.
> I'd rather do all the configuration in local.conf if possible.
>
> # 2.2.9:
2008 Aug 07
0
crash : 2.7.0 after installing it (PR#12143)
--_e6765d9c-a0eb-4881-9b60-b9820e4c5665_
Content-Type: multipart/alternative;
boundary="_520e6e4d-4f2c-47c0-83c1-2fa2fb28184f_"
--_520e6e4d-4f2c-47c0-83c1-2fa2fb28184f_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Dear Murdoch=2C
Attached file is the error message after installing 2.7.1/ or it patched wi=
ndow version.
After
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
All:
I cvsup'ed earlier this evening and am still able to reproduce this
panic at will. Command line, panic backtrace, dmesg, ldd output,
and mplayer version follow. If more information is needed, just let
me know.
% mplayer foo.mov [a quicktime file]
[plays for awhile, and then panics]
# gdb -k -s /usr/obj/usr/src/sys/LICHEN/kernel.debug -e /var/crash/kernel.2 -c /var/crash/vmcore.2
2020 Nov 17
5
[LLD] Support DWARF64, debug_info "sorting"
On Mon, Nov 16, 2020 at 10:42 PM Igor Kudrin <ikudrin at accesssoftek.com> wrote:
>
> On 14.11.2020 3:42, Fāng-ruì Sòng wrote:
> > For .debug_* in object files:
> >
> > DWARF32 -> SHT_PROGBITS (unchanged)
> > DWARF64 -> SHT_DWARF64 or SHT_GNU_DWARF64
> >
> > In LLD, we will need to allow mixed SHT_PROGBITS and SHT_DWARF64. If
> > all