pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/37740: open-vm-tools misses pcre build dependency
>Number: 37740
>Category: pkg
>Synopsis: open-vm-tools misses pcre build dependency
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jan 10 18:10:00 +0000 2008
>Originator: Daniel de Kok
>Release: 4.0
>Organization:
>Environment:
$ uname -a
NetBSD mindbender-nbsd.taickim.net 4.0 NetBSD 4.0 (GENERIC.NOACPI) #0: Sun Dec
16 00:56:55 PST 2007
builds@wb34:/home/builds/ab/netbsd-4-0-RELEASE/i386/200712160005Z-obj/home/builds/ab/netbsd-4-0-RELEASE/src/sys/arch/i386/compile/GENERIC.NOACPI
i386
>Description:
Building open-vm-tools on a system where pcre was not installed, building
open-vm-tools gave the following error:
---
=> Applying pkgsrc patches for open-vm-tools-2007.09.04.56574
===> Creating toolchain wrappers for open-vm-tools-2007.09.04.56574
ERROR: pcre is not installed; can't buildlink files.
*** Error code 1
---
>How-To-Repeat:
Build open-vm-tools on a machine that does not have pcre installed.
>Fix:
The following one-line fix made it build fine:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/open-vm-tools/Makefile,v
retrieving revision 1.3
diff -b -u -r1.3 Makefile
--- Makefile 11 Nov 2007 11:02:11 -0000 1.3
+++ Makefile 10 Jan 2008 15:04:53 -0000
@@ -22,6 +22,7 @@
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index