search for: korsgaard

Displaying 20 results from an estimated 25 matches for "korsgaard".

Did you mean: hojsgaard
2017 Oct 30
2
[PATCH] openbsd-compat/bsd-getpagesize.c: include includes.h for config.h defines
...es.h (which indirectly includes config.h) so the checks always fails, causing linker issues when linking statically on systems with getpagesize(): http://autobuild.buildroot.net/results/8cc/8cc30818a400c7a392a3de787cabc9cd8425495f/build-end.log Fix it by including includes.h Signed-off-by: Peter Korsgaard <peter at korsgaard.com> --- openbsd-compat/bsd-getpagesize.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsd-compat/bsd-getpagesize.c b/openbsd-compat/bsd-getpagesize.c index 9daddfbd..416a8d4c 100644 --- a/openbsd-compat/bsd-getpagesize.c +++ b/openbsd-compat/bsd-getpagesize....
2013 Dec 08
0
[PATCH] configure.ac: fix bashism in ARM optimization handling
From: Peter Korsgaard <peter at korsgaard.com> Breaks configure when /bin/sh isn't bash with: configure: Trying to force-enable ARMv6 media instructions... checking if assembler supports ARMv6 media instructions on ARM... yes configure: Trying to force-enable NEON instructions... checking if assembler suppor...
2017 Jan 09
1
[PATCH] configure.ac: relax linux OS detection
Not all linux hosts match the *-pc-linux-gnu wildcard, causing build failures for older glibc versions where we need to link with -lrt for clock_gettime - E.G.: - arm-unknown-linux-musleabihf - powerpc-unknown-linux-gnuspe - bfin-linux-linux-uclibc .. Signed-off-by: Peter Korsgaard <peter at korsgaard.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 070ab357..235d2717 100644 --- a/configure.ac +++ b/configure.ac @@ -186,7 +186,7 @@ esac AM_CONDITIONAL(OS_IS_WINDOWS, test "x$os_is_windows&q...
2017 Jan 09
0
[PATCH] configure.ac: relax linux OS detection
Not all linux hosts match the *-pc-linux-gnu wildcard, causing build failures for older glibc versions where we need to link with -lrt for clock_gettime - E.G.: - arm-unknown-linux-musleabihf - powerpc-unknown-linux-gnuspe - bfin-linux-linux-uclibc .. Signed-off-by: Peter Korsgaard <peter at korsgaard.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 070ab357..235d2717 100644 --- a/configure.ac +++ b/configure.ac @@ -186,7 +186,7 @@ esac AM_CONDITIONAL(OS_IS_WINDOWS, test "x$os_is_windows&q...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...2.7/dist-packages/svnmailer/notifier/_mail.py For your convenience, here is the patch from that debian bug report: svnmailer: add log substitution for subject templates Add first line of commit log as a substitution variable for *_subject_template, E.G. add %(log)s to use. Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk> Index: svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py =================================================================== --- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 14:56:27.000000000 +0200 +++ svnmailer-1.0.8/src/lib/svnmailer/notifie...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...> For your convenience, here is the patch from that debian bug report: > > > svnmailer: add log substitution for subject templates > > Add first line of commit log as a substitution variable for > *_subject_template, E.G. add %(log)s to use. > > Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk> > > Index: svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py > =================================================================== > --- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 14:56:27.000000000 +0200 > +++ svnmailer-1.0.8/...
2018 Mar 17
0
r19427 missing from tremor git repo
...svn path=/trunk/vorbis/; revision=19426 Was this commit excluded from git by accident or by purpose? If by accident, could it be included please? What repo will future changes be added to? I would prefer to not carry local patches for CVE-2018-5416 or r19427 if possible. Thanks. -- Bye, Peter Korsgaard
2005 Aug 23
0
Embedded HW: asterisk with USB ISDN TA on NSLU2/Debian (fwd)
Hello, with regard to the description of testing asterisk + USB ISDN TA on OpenSlug: http://www.nslu2-linux.org/wiki/OpenSlug/Asterisk and NSLU2 running Debian http://peter.korsgaard.com/articles/debian-nslu2.php I've tested the same thing (asterisk as VoIP/PSTN gateway) on an NSLU2 running Debian (which uses the CPU in little endian mode). Results so far: - driver (mISND) compiles and loads well - capiinfo gives correct information - asterisk is usable with chan_capi...
2013 Dec 08
2
Opus 1.1's autoconf script is broken
Hi, Nice to see the 1.1 release is out but unfortunately due to a relatively late change to add additional ARM NEON support the commit in question broke the autoconf script.. checking for C99 variable-size arrays... yes checking for cos in -lm... (cached) yes /home/ports/pobj/opus-1.1/opus-1.1/configure[12816]: ${inline_optimization:0:3}": bad substitution
2013 Dec 15
1
Opus 1.1: configure uses invalid shell syntax
configure uses invalid shell syntax. (Ah, it's a bash extension.) Here's a portable fix. --- configure.ac.orig Thu Dec 5 00:26:45 2013 +++ configure.ac Sun Dec 15 17:32:25 2013 @@ -333,9 +333,9 @@ AS_IF([test x"${enable_asm}" = x"yes"],[ AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"]) AM_CONDITIONAL([OPUS_ARM_INLINE_ASM], - [test
2017 Sep 18
1
Antw: Re: opusfile Include fix
>>> Jean-Marc Valin <jmvalin at jmvalin.ca> schrieb am 16.09.2017 um 08:12 in Nachricht <29959506-9f3b-2ad1-fc02-2aea7c53c084 at jmvalin.ca>: > Actually, you're supposed to add /usr/include/opus to your include path. > That's why the includes don't have the "opus/" prefix. Hi! But that's uncommon: You also don't put /usr/include/sys into
2017 May 26
2
Three new releases
Hi Peter, The latest commit on master should solve the issue: https://git.xiph.org/?p=opus.git;a=commitdiff;h=4507637cc Let me know if it doesn't. Cheers, Jean-Marc On 25/05/17 07:40 AM, Peter Robinson wrote: > Hi Jean-Marc, > >> I'm announcing two new releases of opus, along with the first release of >> the new libopusenc library. >> >> First for opus,
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Sebastion, I've attached the current configuration file from the server. I'm not sure how far you want to go down the "trying to get realize nice summary path" lines, but if svn_mailer somehow supported running an external script to process the commit and come up with the path that would be ideal for integration on the server. - Daniel On Fri, Jan 25, 2013 at 12:59 PM,
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Jordan Rose wrote: > +John C and Daniel, who have access to the servers. > > Way back when this thread was first active I asked around off-list where this needs to happen, and Daniel and Tanya said this (respectively): > > >> I'd prefer to stick with using either svn-mailer or svnnotify, as those are the ones we use in other places. svnnotify in particular is very full
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...the patch from that debian bug report: > > > > > > svnmailer: add log substitution for subject templates > > > > Add first line of commit log as a substitution variable for > > *_subject_template, E.G. add %(log)s to use. > > > > Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk> > > > > Index: svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py > > =================================================================== > > --- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 > 14:56:27.000000000 +0200...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...er.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <jacmet@uclibc.org> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.co...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...er.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <jacmet@uclibc.org> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.co...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...er.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Peter Maydell <peter.maydell@lina...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...er.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Peter Maydell <peter.maydell@lina...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...er.huangpeng@huawei.com> Peter Huewe <peter.huewe@infineon.com> Peter Huewe <peterhuewe@gmx.de> Peter Hurley <peter@hurleysoftware.com> Peter Hutterer <peter.hutterer@who-t.net> Peter Hüwe <PeterHuewe@gmx.de> Peter Jones <pjones@redhat.com> Peter Korsgaard <jacmet@sunsite.dk> Peter Korsgaard <peter.korsgaard@barco.com> Peter Korsgaard <peter.korsgaard@barco.com> (for ocores and mux-gpio) Peter Lekensteyn <lekensteyn@gmail.com> Peter M. Petrakis <peter.petrakis@canonical.com> Peter Maydell <peter.maydell@lina...