search for: robbat2

Displaying 16 results from an estimated 16 matches for "robbat2".

2008 Mar 26
24
[Bug 15206] New: [dualhead, randr12, ppc] Second head displays nothing
...Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: robbat2 at gentoo.org QAContact: xorg-team at lists.x.org Created an attachment (id=15469) --> (http://bugs.freedesktop.org/attachment.cgi?id=15469) Xorg.0.log On my PPC, trying to get dualhead working. I get nothing at all on the second display - the LCD thinks that there is no signal. xra...
2004 Jun 11
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454 ------- Additional Comments From robbat2 at gentoo.org 2004-06-11 15:34 ------- will this ever be implemented, or is it waiting for somebody to send in code for it? existing $HOME/.ssh/known_hosts file has the following format: 'host keytype keydata' where host is a either an IP or a name that resolves to the IP of the machine...
2013 Dec 26
2
[PATCH] Update header locations for uapi & generated
...ariant. klibc should be using those variants to compile. There is also a generated subdir, to seperate out generated headers. The old kernel header location needs to be included as well, because linux/compiler.h is available only in the base include directory. Signed-off-by: Robin H. Johnson <robbat2 at gentoo.org> --- scripts/Kbuild.klibc | 10 ++++++++-- usr/klibc/arch/i386/MCONFIG | 5 ++++- usr/klibc/arch/ppc/MCONFIG | 5 ++++- usr/klibc/arch/ppc64/MCONFIG | 5 ++++- usr/klibc/arch/x86_64/MCONFIG | 5 ++++- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git...
2015 Nov 28
0
[PATCH] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org> Add new option --ignore-non-existing-directory, that is a variant of --ignore-non-existing, but applies ONLY to directories. This was previously proposed in bug #8366, but I indepentantly had a use case for it in the Gentoo infrastructure. X-URL: https://bugzilla.samba.org/show...
2015 Nov 28
0
[PATCH v2] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org> Add new option --ignore-non-existing-directory, that is a variant of --ignore-non-existing, but applies ONLY to directories. This was previously proposed in bug #8366, but I indepentantly had a use case for it in the Gentoo infrastructure. X-URL: https://bugzilla.samba.org/show...
2017 Apr 04
0
Code inconsistency between release version and git in rsync-3.0.9
...nc-3.1.0.diff proto.h | 422 ++++++ rsync.1 | 3958 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rsyncd.conf.5 | 1075 +++++++++++++++ 3 files changed, 5455 insertions(+) -- Robin Hugh Johnson Gentoo Linux: Dev, Infra Lead, Foundation Trustee & Treasurer E-Mail : robbat2 at gentoo.org GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85 GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
...variants to compile. > > There is also a generated subdir, to seperate out generated headers. > > The old kernel header location needs to be included as well, because > linux/compiler.h is available only in the base include directory. > > Signed-off-by: Robin H. Johnson <robbat2 at gentoo.org> You should be using the output of "make headers_install" to build klibc. -hpa
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
...t kernel source is most probably not the same as the kernel that's running seems like a bad idea. I want to build against a known kernel source, and not expose klibc to the crazy kernels used by some gentoo users. -- Robin Hugh Johnson Gentoo Linux: Developer, Infrastructure Lead E-Mail : robbat2 at gentoo.org GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
...d from usr/klibc/vsnprintf.c:12:0: /dev/shm/portage/dev-libs/klibc-2.0.3-r1/work/klibc-2.0.3/usr/klibc/../include/limits.h:43:26: fatal error: linux/limits.h: No such file or directory #include <linux/limits.h> -- Robin Hugh Johnson Gentoo Linux: Developer, Infrastructure Lead E-Mail : robbat2 at gentoo.org GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
2013 Dec 27
2
[PATCH] Update header locations for uapi & generated
On 12/26/2013 08:49 PM, Robin H. Johnson wrote: > > in the kernel dir: > emake headers_install INSTALL_HDR_PATH="${WORKDIR}"/linux-headers/ You are overriding INSTALL_HDR_PATH... > in the klibc dir: > emake V=1 KLIBCKERNELSRC="${S}/linux/usr" (plus the rest of the opts) ... and then you point KLIBCKERNELSRC (which arguably is misnamed these days, but
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
...ions describes how to tell it where I had INSTALL_HDR_PATH set to. You know where I am in IRC, if this isn't making sense, ping me, I'll be around for the next 45 minutes or so before I turn in for the night. -- Robin Hugh Johnson Gentoo Linux: Developer, Infrastructure Lead E-Mail : robbat2 at gentoo.org GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
2006 Jul 09
6
Float -> BigDecimal
So, I''m personally cool with this change (patch from #5454, applied in [4596]), and I''ll make it work for Oracle tomorrow. But just wondering if folks considered the performance impact of the change? From a simple test it seems that BigDecimal math is about twice as slow as using Floats.
2013 Dec 27
2
[PATCH] Update header locations for uapi & generated
H. Peter Anvin dixit: >You should be using the output of "make headers_install" to build klibc. Hm. Can we catch that somehow? Like? #ifdef using_uninstalled_kernel_headers # error Go RTFM! #endif ? in the klibc sources, centrally somewhere? Ideally, a klibc header that?d also be included when using klcc to build some? thing, so that both klibc-build time and klibc-use time would
2017 Apr 04
2
Code inconsistency between release version and git in rsync-3.0.9
There are huge differences between source files in the version 3.0.9 released as a tar.gz and source files in git. I would assume that the released version would correspond to the version in git but with 3.0.9 it is not like that. In 3.1.0 the released and git versions are more or less the same. So my question is, from what source files was the 3.0.9 version created? Thank you. Regards, Michal
2013 Dec 27
2
[PATCH] Update header locations for uapi & generated
On 12/26/2013 07:27 PM, Robin H. Johnson wrote: > (please CC me, I'm not on the klibc list, and I didn't get HPA's > response to my post). > > On Fri, Dec 27, 2013 at 12:24:34AM +0000, Thorsten Glaser wrote: >> H. Peter Anvin dixit: >>> You should be using the output of "make headers_install" to build klibc. > That makes easy cross-building a
2016 Jan 16
0
[PATCH v2, resend] ignore-non-existing-directory: add variant of ignore-non-existing
...posed in bug #8366, but I independently had a use case for it in the Gentoo infrastructure. X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366 X-URL: http://superuser.com/questions/316561/rsync-synchronizing-files-only-without-creating-folders-on-destination Signed-off-by: Robin H. Johnson <robbat2 at gentoo.org> --- generator.c | 21 +++++++++---- options.c | 5 +++ rsync.yo | 8 +++++ testsuite/ignore-non-existing-directory.test | 47 ++++++++++++++++++++++++++++ 4 files changed, 75...