pcp
[Top] [All Lists]

pcp updates: windows build, multilib

To: PCP <pcp@xxxxxxxxxxx>
Subject: pcp updates: windows build, multilib
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu, 5 May 2016 05:54:12 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <189056293.45455145.1462442031939.JavaMail.zimbra@xxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: KmZYL2iJKvLB9afdtnXMY4ScF7MY8w==
Thread-topic: pcp updates: windows build, multilib
Changes committed to git://git.pcp.io/pcp.git master

Nathan Scott (2):
      build: resolve rpm multilib fallout from printf vs configure
      build: resolve Windows build fallout from --version changes

Ken McDonell (1):
      build: resolve Windows build fallout from timezone changes


 Makepkgs                           |    4 ---
 configure                          |    4 ++-
 configure.ac                       |    2 -
 src/include/pcp/GNUmakefile        |   12 +++++------
 src/include/pcp/config.h.in        |    5 +++-
 src/include/pcp/platform32.h       |   20 ++++++++++++++++++
 src/include/pcp/platform64.h       |   20 ++++++++++++++++++
 src/include/pcp/platform_defs.h.in |   22 +++++++++++++++-----
 src/include/pcp/platformsz.h.in    |   20 ++++++++++++++++++
 src/libpcp/src/tz.c                |   16 +++++++-------
 src/libpcp/src/win32.c             |   40 ++++++++++++++++++++++++++++++++++++-
 11 files changed, 138 insertions(+), 27 deletions(-)


commit e1dcdea9cf0dd74cc9ceb8d6d400dcf34f6a4b5e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu May 5 19:52:30 2016 +1000

    build: resolve Windows build fallout from --version changes
    
    Continue Kens direction from earlier patch and push unsetenv
    into libpcp as well - several uses starting to leak out into
    rest of PCP, like in pmchart/pmtime.

commit e94a8e097e1c0061c1d2ae5c22d655dacab61083
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date:   Thu May 5 17:35:51 2016 +1000

    build: resolve Windows build fallout from timezone changes

commit e59712605077f540cf72308518d5b0b7ff20a1a6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu May 5 17:22:41 2016 +1000

    build: resolve rpm multilib fallout from printf vs configure
    
    Earlier changes to derive printf fmt for int64 from configure
    have accidently regressed multilib rpm builds by adding macros
    to headers that change based on architecture.  Resolve it in a
    way similar to the config.h header macros, many moons ago.

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: windows build, multilib, Nathan Scott <=