pkgsrc-Bugs archive

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

pkg/43593: net/unworkable: missed tools [patch]



>Number:         43593
>Category:       pkg
>Synopsis:       net/unworkable: missed tools [patch]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jul 10 11:15:00 +0000 2010
>Originator:     Aleksey Cheusov
>Release:        Linux 2.6.18-194.el5xen
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: Linux centos.imb.invention.com 2.6.18-194.el5xen #1 SMP Fri Apr 2 
16:16:54 EDT 2010 i686 i686 i386 GNU/Linux
Architecture: i686

>Description:
yacc  parse.y
bmake: exec(yacc) failed (No such file or directory)
*** Error code 1

>Fix:
Index: net/unworkable/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/unworkable/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- net/unworkable/Makefile     17 Jan 2010 12:02:36 -0000      1.4
+++ net/unworkable/Makefile     10 Jul 2010 09:55:19 -0000
@@ -11,6 +11,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+USE_TOOLS+=    yacc
+
 WRKSRC=                ${WRKDIR}/unworkable
 MAKE_FILE=     BSDmakefile
 



Home | Main Index | Thread Index | Old Index