mountlist missing sys/sysmacros.h include

2016-03-07 Thread Mike Frysinger
lib/mountlist.c assumes that sys/types.h includes sys/sysmacros.h directly in order to provide makedev(). when it doesn't, things fall apart like: mountlist.c: In function 'read_file_system_list': mountlist.c:532:26: warning: implicit declaration of function 'makedev' [-Wimplicit-function-declara

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
I think I figured out the problem. When I run `make -d`, I see problems like: Prerequisite `m4/extern-inline.m4' is newer than target `aclocal.m4'. Must remake target `aclocal.m4'. Apparently it doesn't like the fact that I modified extern-inline.m4 more recently than aclocal.m4. I have never ru

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
Something seems wrong here and it's not my version of Autotools. When I download a fresh copy of M4 1.4.17, I am able to install it with GCC and Intel without any trouble. The only problems I was having were with PGI. But with the proposed patch, I am now unable to install M4 with GCC, Intel, or

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Eric Blake
On 03/07/2016 09:45 AM, Stewart, Adam James wrote: > Eric, > > $ which automake > /usr/bin/automake > $ automake --version > automake (GNU automake) 1.11.1 > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later > > T

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
Eric, $ which automake /usr/bin/automake $ automake --version automake (GNU automake) 1.11.1 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There

Re: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Eric Blake
On 03/07/2016 09:32 AM, Stewart, Adam James wrote: > Thanks everybody, > > I applied the patch to m4/extern-inline.m4 successfully, but now I am getting > the following error message during make: > > CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh > /tmp/ajstewart/spack-stage/spack-stage-wHnXsx/m

RE: Unable to install M4 1.4.17 using PGI 15.10 compilers

2016-03-07 Thread Stewart, Adam James
Thanks everybody, I applied the patch to m4/extern-inline.m4 successfully, but now I am getting the following error message during make: CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/ajstewart/spack-stage/spack-stage-wHnXsx/m4-1.4.17/build-aux/missing aclocal-1.14 -I m4 /tmp/ajstewart/spa

Re: gnulib and MSVC

2016-03-07 Thread Paul Eggert
On 03/07/2016 05:10 AM, Christian Egli wrote: I don't quite understand the problems ('cause I live in a bubble called glibc), but from what I understand they would like to build the project in MSVC possibly without using any of the autotools. As I understand it hey can either run the autotools

gnulib and MSVC

2016-03-07 Thread Christian Egli
Hi all I help maintain Liblouis, a library to translate text to Braille. We use gnulib quite successfully IMHO. Now we have some users who would like to build with MSVC and they claim that this is really difficult due to the use of gnulib. I don't quite understand the problems ('cause I live in a