[Pkg-openmpi-maintainers] Bug#846965: openmpi: Still FTBFS on hurd-i386 (Re: Bug#846965 closed by Alastair McKinstry <mckinstry at debian.org> (Bug#846965: fixed in openmpi 2.0.2~git.20161225-3))
Samuel Thibault
sthibault at debian.org
Sun Dec 11 17:06:04 UTC 2016
Samuel Thibault, on Tue 06 Dec 2016 00:36:40 +0100, wrote:
> Debian Bug Tracking System, on Mon 05 Dec 2016 15:54:09 +0000, wrote:
> > * Updates to build_hurd patch from Samuel Thibault Closes: #846965
>
> Here is a fix.
Bleh, missing patch. Here it is, could you apply it?
Thanks,
Samuel
-------------- next part --------------
--- debian/patches/build_hurd.original 2016-12-11 16:43:01.000000000 +0000
+++ debian/patches/build_hurd 2016-12-11 16:43:02.000000000 +0000
@@ -236,7 +236,7 @@
if(NULL == cwd) {
+#if !defined(MAXPATHLEN) && defined (__GLIBC__)
-+ if( NULL == (cwd = get_current_dir_name() ))
++ if( NULL == (cwd = get_current_dir_name() )) {
+#else
cwd = (char *) malloc(sizeof(char) * MAXPATHLEN);
if( NULL == (cwd = getcwd(cwd, MAXPATHLEN) )) {
More information about the Pkg-openmpi-maintainers
mailing list