[PATCH 3/4] Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK

2016-03-31 Thread Peter Foley
. malloc_wrapper.cc: ditto. malloc_wrapper.cc (malloc_init): ditto. spawn.cc (spawnve): ditto. syscalls.cc (setsid): ditto. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/acconfig.h| 5 - winsup/cygwin/config.h.in | 5 - winsup/cygwin/dcrt0.cc

[PATCH 1/4] Remove leftover cruft from config.h.in

2016-03-31 Thread Peter Foley
HAVE_BUILTIN_MEMTEST and AC_ALLOCA were removed in 4bd8eb7d1b. Cleanup leftover references. winsup/cygwin/ChangeLog acconfig.h: remove HAVE_BUILTIN_MEMTEST config.h.in: regenerate Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/acconfig.h | 3 --- winsup/cygwin/confi

[PATCH 2/4] Don't use deprecated acconfig.h for DEBUGGING

2016-03-31 Thread Peter Foley
Use the 3-arg form of AC_DEFINE. winsup/cygwin/ChangeLog: acconfig.h: Remove DEBUGGING define. configure.ac: Add description to DEBUGGING define. config.h.in: Regenerate. configure: Ditto. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/acconfig.h | 3 --- winsup/

[PATCH] Add without-library-checks

2016-03-31 Thread Peter Foley
AC_WINDOWS_LIBS when using without-library-checks configure: regenerate Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/configure | 14 ++ winsup/configure.ac | 5 - winsup/cygserver/configure| 2 ++ winsup/cygserver/configure.ac | 9 ++---

[PATCH v2] Refactor to avoid nonnull checks on "this" pointer.

2016-03-31 Thread Peter Foley
: Call _pinfo::exists staticly. times.cc (clock_gettime): Call _pinfo::exists staticly. times.cc (clock_getcpuclockid): Call _pinfo::exists staticly. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- I'm not 100% sure that the __reg1/2->__reg2/3 changes are necessary, but i'm pretty

GCC package missing sanitize helper libraries

2016-03-31 Thread Peter Foley
=undefined (-lubsan), -fsanitize=thread (-ltsan), and -fsanitize-leak (-llsan) On my linux box, these libraries are at paths like /usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/liblsan.so Is this simply a packaging oversight, or are these flags broken on cygwin? Thanks, Peter Foley -- Problem reports

[PATCH] fix typo in netinit/ip.h

2016-03-30 Thread Peter Foley
The type for the ip_tos member was typoed, fix it. winsup/cygwin/ChangeLog: include/netinet/ip.h: fix type of ip_tos Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/include/netinet/ip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/i

Re: [PATCH 06/11] Remove always true nonnull check on "this" pointer.

2016-03-30 Thread Peter Foley
On Wed, Mar 30, 2016 at 7:24 AM, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > Hi Peter, > > On Mar 19 13:45, Peter Foley wrote: >> G++ 6.0 can assert that the this pointer is non-null for member functions. > > Maybe, but if it compains, it's bound to find fa

Re: [PATCH v2 1/3] Add option to not build mingw programs when cross compiling.

2016-03-30 Thread Peter Foley
On Wed, Mar 30, 2016 at 8:11 AM, Corinna Vinschen wrote: > Applied with changes. The below check was skewed. > >> +if test "x$with_mingw_progs" != xyes; then >> +AC_CONFIG_SUBDIRS([utils lsaauth]) >> +fi Whoops, good catch.

Re: [PATCH 3/3] Use just-built gcc for windres

2016-03-30 Thread Peter Foley
On Wed, Mar 30, 2016 at 8:31 AM, Corinna Vinschen wrote: > Are you sure this works as desired? In my standard cross build > environment, the only -B option added here is > > --preprocessor-arg=-B/build/cygwin/x86_64/vanilla/x86_64-pc-cygwin/newlib/ The only case in

Re: [PATCH 06/11] Remove always true nonnull check on "this" pointer.

2016-03-29 Thread Peter Foley
On Sat, Mar 19, 2016 at 1:45 PM, Peter Foley <pefol...@pefoley.com> wrote: > G++ 6.0 can assert that the this pointer is non-null for member functions. > > winsup/cygserver/ChangeLog > process.cc (submission_loop::request_loop): Remove nonnull check on this. > process.cc (sy

[PATCH 3/3] Use just-built gcc for windres

2016-03-23 Thread Peter Foley
/ChangeLog mkvers.sh: Manually specify preprocessor based on $CC Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/mkvers.sh | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh index d

[PATCH v2 1/3] Add option to not build mingw programs when cross compiling.

2016-03-23 Thread Peter Foley
Add an option to not require a mingw compiler when bootstrapping a cross toolchain. Defaults to existing behavior. Also update some obsolete macros. winsup/ChangeLog configure.ac: Add option to skip building programs that require mingw. configure: Regenerate. Signed-off-by: Peter Foley <pe

[PATCH 2/3] Add with-only-headers

2016-03-23 Thread Peter Foley
winsup/cygwin/ChangeLog configure.ac: don't check AC_WINDOWS_LIBS when using with-only-headers configure: regenerate Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/Makefile.in| 5 + winsup/configure | 13 + winsup/configure.ac

Re: Update toplevel files from gcc

2016-03-23 Thread Peter Foley
On Wed, Mar 23, 2016 at 6:41 AM, Corinna Vinschen wrote: > Done yesterday. Thanks!

Re: [PATCH 4/5] Don't build utils/lsaauth when cross compiling.

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 9:49 PM, Yaakov Selkowitz wrote: > I really don't see the point of this. I maintain the pseudo-official cross > toolchains for Cygwin, and I just remove what is not needed for > cross-compiling from the DESTDIR after install. This is also a fairly

Re: [PATCH 5/5] Add with-only-headers

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 5:03 PM, Peter Foley <pefol...@pefoley.com> wrote: > On Mon, Mar 21, 2016 at 4:32 PM, Corinna Vinschen > <corinna-cyg...@cygwin.com> wrote: >> Still hmm at this point. AFAICS we only need the handful of definitions >> for new and

Re: [PATCH 5/5] Add with-only-headers

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 4:32 PM, Corinna Vinschen wrote: > Still hmm at this point. AFAICS we only need the handful of definitions > for new and delete operators, nothing else. Is there perhaps a way to > define this stuff by ourselves to avoid any requirement for

[PATCH v2] Use DnsFree instead of deprecated DnsRecordListFree

2016-03-21 Thread Peter Foley
' winsup/cygwin/ChangeLog autoload.cc: Load DnsFree rather then DnsRecordListFree libc/minires-os-if.cc (cygwin_query): Use DnsFree rather then DnsRecordListFree Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/autoload.cc | 2 +- winsup/cygwin/libc/minires-os-if

Re: [PATCH 5/5] Add with-only-headers

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 4:32 PM, Corinna Vinschen wrote: > Still hmm at this point. AFAICS we only need the handful of definitions > for new and delete operators, nothing else. Is there perhaps a way to > define this stuff by ourselves to avoid any requirement for

Re: [PATCH 2/5] Link against libdnsapi to avoid undefined reference

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:52 PM, Corinna Vinschen wrote: > While you're at it, ideally we make ourselves independent of the MingW > header version and use DnsFree directly, replacing DnsRecordListFree > in autoload.cc and libc/minires-os-if.c, no? Hmm, it isn't

Re: Update toplevel files from gcc

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:25 PM, Corinna Vinschen wrote: > Yes, but that's time-consuming since there's no automatism. Give me > a few days. Sure, I can just carry my local patch until you get a chance to work on it. Thanks, Peter

Re: [PATCH 2/5] Link against libdnsapi to avoid undefined reference

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:52 PM, Corinna Vinschen wrote: > While you're at it, ideally we make ourselves independent of the MingW > header version and use DnsFree directly, replacing DnsRecordListFree > in autoload.cc and libc/minires-os-if.c, no? Alright, I'll work on

Re: [PATCH 09/11] Add c++14 sized deallocation operator

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:55 PM, Corinna Vinschen wrote: > But using -std= when building Cygwin wouldn't change the fact that we > might need this delete anyway for applications built with -std=c++14 > or do I miss something? This patch is specifically for building

Re: [PATCH 4/5] Don't build utils/lsaauth when cross compiling.

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:58 PM, Corinna Vinschen wrote: > Again, I'm cross compiling all the time since I build Cygwin on Linux > for development and package building, and I'm certianly not the only > person doing that. This is the default case. Not building utils

Re: [PATCH 5/5] Add with-only-headers

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:47 PM, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > On Mar 21 13:15, Peter Foley wrote: >> When cross-compiling a toolchan targeting cygwin, building cygwin1.dll >> requires libstdc++v3 to be built. > > Building cygwin1.dll d

Re: [PATCH 4/5] Don't build utils/lsaauth when cross compiling.

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:30 PM, Corinna Vinschen wrote: > I'm not sure this is the right thing to do. I'm cross compiling > Cygwin all the time, and I certainly need the mingw compiler to > build the utils and lsaauth dir. In what case do you not need them, > and

Re: [PATCH 2/5] Link against libdnsapi to avoid undefined reference

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 3:24 PM, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > On Mar 21 13:15, Peter Foley wrote: >> /home/peter/cross/src/cygwin/winsup/cygwin/libc/minires-os-if.c:289: >> undefined reference to `DnsFree' >> >> winsup/cygwin/Change

Re: [PATCH 09/11] Add c++14 sized deallocation operator

2016-03-21 Thread Peter Foley
lt changes to c++14 in gcc 6.0 I'm not sure what level of -std would be appropriate by default though. Thanks, Peter Foley

Re: [PATCH 09/11] Add c++14 sized deallocation operator

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 1:13 PM, Corinna Vinschen wrote: > But we export these functions as fallback functions to the applications. > See libstdcxx_wrapper.cc and the end of cxx.cc. While the comment in > cxx.cc claims that this should "not be used in practice", there

[PATCH v2 1/5] Add nonnull annotation to posix_memalign.

2016-03-21 Thread Peter Foley
/cygwin/ChangeLog malloc_wrapper.cc (posix_memalign): Remove always true nonnull check. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- newlib/libc/include/stdlib.h| 2 +- winsup/cygwin/malloc_wrapper.cc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/newli

[PATCH 4/5] Don't build utils/lsaauth when cross compiling.

2016-03-21 Thread Peter Foley
Don't require a mingw compiler when bootstrapping a cross toolchain. Also update some obsolete macros. winsup/ChangeLog configure.ac: Only build lsaauth and utils when compiling natively configure: Regenerate. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/configure

[PATCH 5/5] Add with-only-headers

2016-03-21 Thread Peter Foley
winsup/cygwin/ChangeLog configure.ac: don't check AC_WINDOWS_LIBS when using with-only-headers configure: regenerate Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/Makefile.in| 5 + winsup/configure | 15 ++- winsup/config

[PATCH 2/5] Link against libdnsapi to avoid undefined reference

2016-03-21 Thread Peter Foley
/home/peter/cross/src/cygwin/winsup/cygwin/libc/minires-os-if.c:289: undefined reference to `DnsFree' winsup/cygwin/ChangeLog Makefile.in: Add libdnsapi to DLL_IMPORTS Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/Makefile.in | 3 ++- 1 file changed, 2 insertions

Update toplevel files from gcc

2016-03-21 Thread Peter Foley
, Makefile.tpl and configure.ac from gcc and regenerate Makefile.in and configure is 1.4M, so too large to send to the mailing list. Would it be possible for someone to sync the latest toplevel files from gcc? Thanks, Peter Foley

Re: [PATCH 09/11] Add c++14 sized deallocation operator

2016-03-21 Thread Peter Foley
On Sun, Mar 20, 2016 at 7:28 AM, Corinna Vinschen wrote: > This looks incomplete to me. Don't we have to export the symbol? I don't believe so. As I understand it, if you're overriding the standard c++ delete implementation, starting with c++14, you also need to

Re: [PATCH 05/11] A pointer to a pointer is nonnull.

2016-03-21 Thread Peter Foley
On Mon, Mar 21, 2016 at 11:05 AM, Corinna Vinschen wrote: > Yes, but in glibc this is combined with a header disallowing a non-NULL > argument. This is missing in newlib yet. I guess this would make the > change acceptable. Alternatively a __try/__except block in >

Re: [PATCH 05/11] A pointer to a pointer is nonnull.

2016-03-21 Thread Peter Foley
On Sun, Mar 20, 2016 at 7:15 AM, Corinna Vinschen wrote: > Eh, what?!? How on earth can gcc assert memptr is always non-NULL? > An application can call posix_memalign(NULL, 4096, 4096) just fine, > can't it? If so, *memptr = res crashes. > So, it looks like what's

Re: [PATCH 01/11] Remove unused and unsafe call to __builtin_frame_address

2016-03-20 Thread Peter Foley
On Sun, Mar 20, 2016 at 5:55 AM, Corinna Vinschen <corinna-cyg...@cygwin.com> wrote: > There's an assign.txt document you (and potentiall your employer) can > sign and send as PDF. It's usually rather painless. > > > Thanks, > Corinna Copyright assignment form signed and

[PATCH 09/11] Add c++14 sized deallocation operator

2016-03-19 Thread Peter Foley
When compiling with -std=c++14 (the default for gcc 6.0+), the sized deallocation operator must be defined to prevent undefined symbols when linking. winsup/cygwin/ChangeLog: cxx.cc (operator delete(void *p, size_t)): Define. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/

[PATCH 07/11] The address of an class always evaluates to true

2016-03-19 Thread Peter Foley
winsup/cygwin/pinfo.cc:465:14: error: the compiler can assume that the address of 'tc' will always evaluate to 'true' [-Werror=address] winsup/cygwin/ChangeLog * pinfo.cc (_pinfo::set_ctty): remove always true check. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/pi

[PATCH 11/11] respect datarootdir

2016-03-19 Thread Peter Foley
Recent versions of autoconf define datadir/infodir in terms of datarootdir. Add it. winsup/ChangeLog * Makefile.in: define datarootdir Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/Makefile.in b/

[PATCH 10/11] Fix strict aliasing

2016-03-19 Thread Peter Foley
Fix a strict aliasing error detected by gcc 6.0+ winsup/cygwin/ChangeLog * pinfo.cc (winpids::enum_process): Fix strict aliasing. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/pinfo.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/winsup/

[PATCH 06/11] Remove always true nonnull check on "this" pointer.

2016-03-19 Thread Peter Foley
. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygserver/process.cc| 3 --- winsup/cygserver/threaded_queue.cc | 4 winsup/cygwin/fhandler_dsp.cc | 4 ++-- winsup/cygwin/path.cc | 2 +- winsup/cygwin/pinfo.cc | 16

[PATCH 05/11] A pointer to a pointer is nonnull.

2016-03-19 Thread Peter Foley
GCC 6.0+ can assert that this argument is nonnull. Remove the unnecessary check to fix a warning. winsup/cygwin/ChangeLog malloc_wrapper.cc (posix_memalign): Remove always true nonnull check. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/malloc_wrapper.cc | 3 +--

[PATCH 08/11] Fix typoed comparison

2016-03-19 Thread Peter Foley
winsup/cygwin/ChangeLog * thread.cc (semaphore::open): Fix mistaken conditional. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc index 5

[PATCH 01/11] Remove unused and unsafe call to __builtin_frame_address

2016-03-19 Thread Peter Foley
] u->initial_sp = (char *) __builtin_frame_address (1); winsup/cygwin/ChangeLog lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Initialize initial_sp with nullptr. Signed-off-by: Peter Foley <pefol...@pefoley.com> --- winsup/cygwin/lib/_cygwin_crt0_common.cc | 5 ++--- 1 file c

[PATCH 04/11] Remove misleading indentation

2016-03-19 Thread Peter Foley
GCC 6.0+ warns on misleading indentation, so fix it. winsup/cygserver/ChangeLog * sysv_msg.cc (msgsnd): Fix misleading indentation. * sysv_msg.cc (msgrcv): Ditto. * sysv_sem.cc (semop): Ditto. winsup/cygwing/ChangeLog * syscalls.cc (getpriority): Fix misleading indentation. Signed-off-by: Peter

Re: [PATCH] Regenerate newlib/configure

2016-03-14 Thread Peter Foley
On Mon, Mar 14, 2016 at 12:23 PM, Peter Foley <pefol...@pefoley.com> wrote: > Fix undefined libtool macros _LT_DECL_SED and _LT_PROG_ECHO_BACKSLASH > > newlib/ChangeLog > * configure: Regenerate. > > --- > newlib/configure | 9339 > ++

[Libreoffice-commits] core.git: configure.ac distro-configs/LibreOfficeAndroidAarch64.conf distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf

2016-01-29 Thread Peter Foley
: commit 6f2b0b5de3a99b029b61079bd9a9c313305d0e12 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 17:27:34 2016 -0500 disable options by default on android Some options aren't supported on android, so disable them by default to avoid errors. Cha

[Libreoffice-commits] core.git: external/cairo external/expat external/lcms2 external/redland

2016-01-29 Thread Peter Foley
/ExternalProject_rasqal.mk |3 ++- external/redland/ExternalProject_redland.mk |3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) New commits: commit 2c5f8927349cf0e643e0bfebf4d9aa5b726b0f89 Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 19:22:51 2016

[Libreoffice-commits] core.git: android/source

2016-01-29 Thread Peter Foley
android/source/build.gradle |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2f2f530435c848bf69f5aa035a57d6d6a4152bf6 Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 14:28:48 2016 -0500 Bump build tools version to account for sdk u

[Libreoffice-commits] core.git: Makefile.in

2016-01-28 Thread Peter Foley
Makefile.in |2 ++ 1 file changed, 2 insertions(+) New commits: commit 13ebef097dbbf1e8663bcb3649daba4ee8295a40 Author: Peter Foley <pefol...@pefoley.com> Date: Fri Jan 22 11:47:43 2016 -0500 improve distclean for cross-compile Cha

[Libreoffice-commits] core.git: bin/module-deps.pl

2016-01-28 Thread Peter Foley
bin/module-deps.pl |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0ce412f309b551d72f80e12f6fc8a64b429ef339 Author: Peter Foley <pefol...@pefoley.com> Date: Fri Jan 15 23:35:28 2016 -0500 modules-deps.pl cleanup Cha

[Libreoffice-commits] core.git: clew/Library_clew.mk

2016-01-21 Thread Peter Foley
clew/Library_clew.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit 8c63bdc873fe549ea8d58ec2e31a95b309158f5a Author: Peter Foley <pefol...@pefoley.com> Date: Tue Jan 19 10:06:45 2016 -0500 Fix module-deps with clew Cha

[Libreoffice-commits] core.git: solenv/gbuild

2016-01-21 Thread Peter Foley
solenv/gbuild/platform/com_GCC_defs.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit acd3ebefccd0b4570100c426574d83cfa9464f20 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 15:26:59 2016 -0500 detailed warnings for invalid pch

[Libreoffice-commits] core.git: solenv/gbuild

2016-01-21 Thread Peter Foley
solenv/gbuild/platform/com_GCC_defs.mk |7 +++ 1 file changed, 7 insertions(+) New commits: commit d86a3ae100c5a9ad2895baec9a564e570a0a7d93 Author: Peter Foley <pefol...@pefoley.com> Date: Sat Jan 16 16:01:39 2016 -0500 Make ccache work properly with GCC PCH Cha

[Libreoffice-commits] core.git: configure.ac

2016-01-21 Thread Peter Foley
configure.ac |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit af2548f0003acba63204d2bc752aebb1a2f45ec3 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 16:28:54 2016 -0500 Don't pollute cross-compilation environment with host pkg-

[Libreoffice-commits] core.git: external/glew external/openssl

2016-01-21 Thread Peter Foley
commits: commit 1c1b788f38da07aed268be3c515a096594a107dc Author: Peter Foley <pefol...@pefoley.com> Date: Tue Jan 19 14:48:49 2016 -0500 More LTO fixes for android Change-Id: Id9b4873b8213d9913d54b3821ba0be6ffa7ac188 Reviewed-on: https://gerrit.libreoffice.org/21612 Re

[Libreoffice-commits] core.git: android/Bootstrap

2016-01-20 Thread Peter Foley
android/Bootstrap/Makefile.shared |1 + 1 file changed, 1 insertion(+) New commits: commit 2879dceaf56df81734bf36e1d20c973de0a5aa29 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 17:08:47 2016 -0500 improve android build status reporting Cha

[Libreoffice-commits] core.git: configure.ac

2016-01-20 Thread Peter Foley
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f78de4441508fc81b1e013b907903df9ac4fe664 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 14:40:59 2016 -0500 Fix visibility check for lto on android Cha

[Libreoffice-commits] core.git: configure.ac solenv/gbuild

2016-01-18 Thread Peter Foley
configure.ac | 13 ++--- solenv/gbuild/platform/com_GCC_defs.mk |1 + solenv/gbuild/platform/unxgcc.mk |4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) New commits: commit 0533b155354f086aa8dc1de06c7db92d3f3be4f5 Author: Peter Foley

[Libreoffice-commits] core.git: sw/source xmloff/source

2016-01-18 Thread Peter Foley
sw/source/core/text/inftxt.hxx |2 +- xmloff/source/core/xmltoken.cxx |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 8633e6b3f5882508f23ed4dba2b3651ef7a4e524 Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 14:28:29 2016 -0500 C

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2016-01-18 Thread Peter Foley
bin/gen-iwyu-dummy-lib |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit bee5797feb1b663fe308c18b4d5d6c16b05cda1b Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 09:40:47 2016 -0500 iwyu fixes Cha

[Libreoffice-commits] core.git: configure.ac

2016-01-18 Thread Peter Foley
configure.ac |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit af6a39120f590a49088d58c14d46f206abe3e4c2 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 16:28:54 2016 -0500 don't pollute cross-compilation environment with host pkg-

[Libreoffice-commits] core.git: configure.ac

2016-01-18 Thread Peter Foley
configure.ac |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 817cd83cb76582cda848da0370d3e1b68f5bbb01 Author: Peter Foley <pefol...@pefoley.com> Date: Mon Jan 18 14:19:51 2016 -0500 Improve LTO flags on Android Cha

[Libreoffice-commits] core.git: external/libxml2 solenv/gbuild

2016-01-18 Thread Peter Foley
external/libxml2/ExternalProject_xml2.mk |1 + solenv/gbuild/platform/android.mk|6 ++ 2 files changed, 7 insertions(+) New commits: commit 6aaf1ec5a781b50ceda6d0d288a43dba435be2ce Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 18:13:25 2016 -0500

[Libreoffice-commits] core.git: 2 commits - configure.ac sc/source

2016-01-17 Thread Peter Foley
configure.ac |4 ++-- sc/source/core/tool/rangenam.cxx |5 - 2 files changed, 2 insertions(+), 7 deletions(-) New commits: commit 3a079aec09d2050ee9283262e932efe6aff504cf Author: Peter Foley <pefol...@pefoley.com> Date: Sat Jan 16 14:04:12 2016

[Libreoffice-commits] core.git: configure.ac

2016-01-17 Thread Peter Foley
configure.ac | 178 +++ 1 file changed, 84 insertions(+), 94 deletions(-) New commits: commit b09b496b9f1713581d1a54e88e6cfd6565c43a2b Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 16:06:14 2016 -0500 Use

[Libreoffice-commits] core.git: configure.ac

2016-01-17 Thread Peter Foley
configure.ac |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7228e5dc9776e033b1cfb590ecde0be5ef5ff2b7 Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 14:26:28 2016 -0500 Fix cross-compilation with in-tree ndk/sdk The build con

[Libreoffice-commits] core.git: .gitignore

2016-01-17 Thread Peter Foley
.gitignore |2 ++ 1 file changed, 2 insertions(+) New commits: commit 20a4b3a081494535e5cb44832cdc9824532dc76c Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 14:27:44 2016 -0500 Properly ignore in-tree sdk and ndk Cha

[Libreoffice-commits] core.git: configure.ac

2016-01-17 Thread Peter Foley
configure.ac | 251 ++- 1 file changed, 111 insertions(+), 140 deletions(-) New commits: commit 19167ea31383cb91c1563ba2d4bb7708eea8afc1 Author: Peter Foley <pefol...@pefoley.com> Date: Sun Jan 17 18:12:39 2016 -0500 Use t

[Libreoffice-commits] core.git: sd/source

2016-01-16 Thread Peter Foley
sd/source/ui/slideshow/slideshowimpl.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6240b6b17682784182c0b8dbf9eb2341309d2b6f Author: Peter Foley <pefol...@pefoley.com> Date: Fri Jan 15 22:30:37 2016 -0500 Fix ODR Violations under LTO

[Libreoffice-commits] core.git: l10ntools/source

2016-01-16 Thread Peter Foley
l10ntools/source/srclex.l |2 -- 1 file changed, 2 deletions(-) New commits: commit a7bdc9daa802ea67e41e0f93bdd8f0e64b00f8d9 Author: Peter Foley <pefol...@pefoley.com> Date: Fri Jan 15 22:34:38 2016 -0500 Fix set but unused variable warning Cha

[Libreoffice-commits] core.git: sd/source

2016-01-16 Thread Peter Foley
sd/source/ui/controller/slidelayoutcontroller.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 659526a33619a74730843a06158b22592ae06a0b Author: Peter Foley <pefol...@pefoley.com> Date: Fri Jan 15 22:32:39 2016 -0500 Fix ODR violation

[Libreoffice-commits] core.git: 2 commits - bin/gbuild-to-ide

2015-09-20 Thread Peter Foley
bin/gbuild-to-ide | 315 +++--- 1 file changed, 159 insertions(+), 156 deletions(-) New commits: commit 83ef294dddf3b1ab5cd5f91a792a7d9413a08f1f Author: Peter Foley <pefol...@pefoley.com> Date: Sat Sep 19 16:59:45 2015 -0400 Avoid cr

Re: Removing bad hdd from btrfs volume

2015-08-07 Thread Peter Foley
On Fri, Aug 7, 2015 at 2:30 AM, Patrik Lundquist patrik.lundqu...@gmail.com wrote: On 7 August 2015 at 00:17, Peter Foley pefol...@pefoley.com wrote: Hi, I have an btrfs volume that spans multiple disks (no raid, just single), and earlier this morning I hit some hardware problems with one

Removing bad hdd from btrfs volume

2015-08-06 Thread Peter Foley
/aeZC Is there some way to figure out which file(s) are affected, and if they are stuff I don't care about, is there some way to force btrfs to lose the 1gb it can't copy off of the failing hdd? Thanks, Peter Foley -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body

BTRFS corruption causing fsck segfaults.

2015-06-07 Thread Peter Foley
check --repair segfaults. I'm running the 4.0.4 kernel with btrfs-progs 4.0.1. I've got a coredump, btrfs-image output, and the output from running btrfs check and btrfs check --repair at http://pefoley.com/btrfs/ Any help would be appreciated. Thanks, Peter Foley -- To unsubscribe from

Re: [Puppet-dev] Re: Facter ec2 facts, should they be redone with describe sdk methods

2015-04-18 Thread Peter Foley
Hi Phil, New custom facts can be distributed as Puppet modules. See https://docs.puppetlabs.com/guides/plugins_in_modules.html https://www.google.com/url?q=https%3A%2F%2Fdocs.puppetlabs.com%2Fguides%2Fplugins_in_modules.htmlsa=Dsntz=1usg=AFQjCNGt8IK3BhniApbOXR15tAqeYl6MVg. If you have a

Jira (PUP-4080) support S3 URL as the file type 'source'

2015-04-02 Thread Peter Foley (JIRA)
Title: Message Title Peter Foley commented on PUP-4080

Jira (PUP-4080) support S3 URL as the file type 'source'

2015-03-17 Thread Peter Foley (JIRA)
Title: Message Title Peter Foley commented on PUP-4080

[Puppet-dev] Re: Puppet PR Triage for 2015-03-11 starting soon

2015-03-12 Thread Peter Foley
Hi Melissa, Thank you very much for posting the triage videos and notes I find them very useful to hear first hand thoughts on various PR's. If it hasn't already been suggested and rejected before I think a useful addition might be to keep a stop watch running during the recording and include

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - config_host.mk.in configure.ac solenv/gbuild

2015-03-10 Thread Peter Foley
config_host.mk.in |1 configure.ac | 51 +++-- solenv/gbuild/JunitTest.mk |3 +- 3 files changed, 48 insertions(+), 7 deletions(-) New commits: commit dea6266b22a3e7a7af4623fb655c4279560762c0 Author: Peter Foley pefol

Jira (PUP-4080) support S3 URL as the file type 'source'

2015-03-05 Thread Peter Foley (JIRA)
Title: Message Title Peter Foley commented on PUP-4080

Jira (PUP-4080) support S3 URL as the file type 'source'

2015-03-05 Thread Peter Foley (JIRA)
Title: Message Title Peter Foley commented on PUP-4080

Re: [Puppet-dev] Extending the File Type to allow setting an (Amazon Web Services) s3:/// URI

2015-03-04 Thread Peter Foley
looked into available modules such as https://forge.puppetlabs.com/branan/s3file Having the support in the core file type is mainly useful if you expect to require regular checksum based probes for upstream changes etc. HTH, Felix On 01/22/2015 01:26 PM, Peter Foley wrote: Hi

Jira (PUP-4080) support S3 URL as the file type 'source'

2015-03-04 Thread Peter Foley (JIRA)
Title: Message Title Peter Foley created an issue

[Puppet-dev] Extending the File Type to allow setting an (Amazon Web Services) s3:/// URI

2015-01-22 Thread Peter Foley
Hi, I am looking for some guidance on how easy it might be to add a new source type to the File puppet type in the puppet code base. Essentially it would work something like: node 'aws-ec2-instance' { file { /etc/puppet/secure/keys/private_key.pkcs7.pem: owner = puppet, group =

Re: ppc64 and Documentation/mic/mpssd/mpssd.c issues

2014-12-04 Thread Peter Foley
have never compiled on ppc host while our primary development platform was rhel6.X. I am adding Peter Foley since he enabled the mpssd build by default recently with commit adb19fb. Peter, is there a way to enable the mpssd build only for x86_64? Change hostprogs-y to hostprogs-$(CONFIG_X86_64

Re: [PATCH] Documentation: Restrict TSC test code to x86

2014-10-27 Thread Peter Foley
On Mon, Oct 27, 2014 at 8:03 PM, Alexander Graf wrote: > The prctl test code in Documentation/ tries to show how to > use a call that only makes sense on x86. Restrict it there > so that other platforms don't try to call asm("rdtsc"). > > Signed-off-by: Alexander Gra

Re: [PATCH] Documentation: Restrict TSC test code to x86

2014-10-27 Thread Peter Foley
-by: Peter Foley pefol...@pefoley.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Peter Foley
mit adb19fb66ee (Documentation: add makefiles for more targets) is > now building this by default, so it's failing the kernel build entirely. > > Switching the declaration from uint64_t to time_t does the right thing > and handles the x32 case automatically. > > Signed-off-by: Jef

Re: [GIT PULL] doc for 3.18 merge window

2014-10-24 Thread Peter Foley
On Tue, Oct 21, 2014 at 10:45 AM, Jonathan Corbet wrote: > OK, I've applied the fix with the extra space suggested by Paul. You > should see it in the next linux-next. Thanks! Sorry for not respinning my patch sooner. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [GIT PULL] doc for 3.18 merge window

2014-10-24 Thread Peter Foley
On Tue, Oct 21, 2014 at 10:45 AM, Jonathan Corbet cor...@lwn.net wrote: OK, I've applied the fix with the extra space suggested by Paul. You should see it in the next linux-next. Thanks! Sorry for not respinning my patch sooner. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] vdso: don't require 64-bit math in standalone test

2014-10-24 Thread Peter Foley
-by: Peter Foley pefol...@pefoley.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Documentation: ptp: Fix build failure on MIPS cross builds

2014-10-22 Thread Peter Foley
On Wed, Oct 22, 2014 at 4:03 AM, Richard Cochran wrote: > In the mean time, I would like to restore the testptp.mk that *does* > cross compile, so that people may use the test program if they > want. In fact I use this all the time, and so I am a bit annoyed that > something working was deleted

Re: [PATCH] Documentation: ptp: Fix build failure on MIPS cross builds

2014-10-22 Thread Peter Foley
On Wed, Oct 22, 2014 at 4:03 AM, Richard Cochran richardcoch...@gmail.com wrote: In the mean time, I would like to restore the testptp.mk that *does* cross compile, so that people may use the test program if they want. In fact I use this all the time, and so I am a bit annoyed that something

Re: [PATCH] Only build Documentation/ when not cross-compiling

2014-10-21 Thread Peter Foley
On Fri, Oct 17, 2014 at 9:53 AM, Peter Foley wrote: > Turns out this doesn't work if CROSS_COMPILE is set in the environment. > I'll send another version shortly. It seems there is more interested in cross-compiling Documentation than I anticipated, so please ignore this as I'll be

Re: [PATCH] Documentation: ptp: Fix build failure on MIPS cross builds

2014-10-21 Thread Peter Foley
On Tue, Oct 21, 2014 at 2:27 PM, Richard Cochran wrote: > On Tue, Oct 21, 2014 at 09:58:51AM -0700, David Daney wrote: >> What I don't understand is why we are using hostprogs in this >> Makefile. Isn't this a program that would run on the target, not >> the build host? > > Yes. > > Peter, could

<    1   2   3   4   5   6   7   8   9   10   >