pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41242: xapply fails to build on Linux (USE_TOOLS) [patch]



>Number:         41242
>Category:       pkg
>Synopsis:       xapply failes to build on Linux (USE_TOOLS) [patch]
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 17 20:05:00 +0000 2009
>Originator:     cheusov%tut.by@localhost
>Release:        NetBSD 5.0_RC3
>Organization:
>Environment:
System: NetBSD chen.chizhovka.net 5.0_RC3 NetBSD 5.0_RC3 (GENERIC) #3: Sat Apr 
11 20:31:22 EEST 2009 
cheusov%chen.chizhovka.net@localhost:/srv/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
===> Invoking ``build'' after barrier for xapply-3.4nb1
===> Building for xapply-3.4nb1
cd /tmp/obj_pkgsrc/sysutils/xapply/work/xapply-3.4/bin/xapply &&  
MKCMD='-I/usr/pkg/lib/mkcmd -I/usr/pkg/lib/mkcmd/type'  HOSTTYPE= /bin/sh 
/srv/pkgsrc/sysutils/xapply/files/makeme  ROOT=/usr/pkg BIN=/usr/pkg/bin
/srv/pkgsrc/sysutils/xapply/files/makeme: line 60: m4: command not found

${FILESDIR}/makeme uses m4 which is not in USE_TOOLS.

>Fix:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/xapply/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    19 Aug 2008 23:41:05 -0000      1.6
+++ Makefile    17 Apr 2009 20:01:27 -0000
@@ -10,6 +10,8 @@
 MAINTAINER=            epg%NetBSD.org@localhost
 COMMENT=               Parallel Execution tool a la xargs/apply
 
+USE_TOOLS+=            m4
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index