pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build problem for devel/libuv - missing pthread-barrier.h ?
Based on the recent changes to the PLIST, it would appear that
pthread-barrier.h is specifically added to this release. Therefore, it
seems reasonable to add pthread-barrier.h to the HEADERS list in the
Makefile...
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libuv/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 12 Nov 2016 07:47:34 -0000 1.9
+++ Makefile 13 Nov 2016 23:27:11 -0000
@@ -16,7 +16,7 @@ USE_TOOLS+= autoconf automake pkg-config
GNU_CONFIGURE= yes
HEADERS= uv-aix.h uv-bsd.h uv-darwin.h uv-linux.h uv-sunos.h \
- uv-unix.h uv-win.h
+ uv-unix.h uv-win.h pthread-barrier.h
pre-configure:
${RUN} cd ${WRKSRC} && ${SH} ./autogen.sh
On Sun, 13 Nov 2016, Paul Goyette wrote:
With pkgsrc updated to just a couple hours ago, and with all prerequisite
packages already installed, I'm running a
cd ${PKGSRC}/devel/libuv
make cleandir && make install && make package
I'm getting the following error messages in the log file:
=> Automatic manual page handling
pkg_create: can't stat
`/tmp/pkgs/devel/libuv/work.x86_64/.destdir/usr/pkg/include/pthread-barrier.h'
=> Creating binary package
/tmp/pkgs/devel/libuv/work.x86_64/.packages/libuv-1.10.0.tgz
pkg_create: can't stat
`/tmp/pkgs/devel/libuv/work.x86_64/.destdir/usr/pkg/include/pthread-barrier.h'
pkg_create: lstat failed for file include/pthread-barrier.h: No such file or
directory
mv: rename /tmp/pkgs/devel/libuv/work.x86_64/.packages/libuv-1.10.0.tmp.tgz
to /tmp/pkgs/devel/libuv/work.x86_64/.packages/libuv-1.10.0.tgz: No such file
or directory
*** Error code 1
Any suggestions?
+------------------+--------------------------+------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+
+------------------+--------------------------+------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+
Home |
Main Index |
Thread Index |
Old Index