pkgsrc-Bugs archive

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

pkg/43596: net/nfdump: missed tools [patch]



>Number:         43596
>Category:       pkg
>Synopsis:       net/nfdump: 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:55:07 +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 -d -v grammar.y
bmake: exec(yacc) failed (No such file or directory)
*** Error code 1

>Fix:
Index: net/nfdump/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/nfdump/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- net/nfdump/Makefile 13 Jun 2010 22:45:12 -0000      1.8
+++ net/nfdump/Makefile 10 Jul 2010 09:55:19 -0000
@@ -15,7 +15,7 @@
 
 GNU_CONFIGURE= yes
 TEST_TARGET=   test
-USE_TOOLS+=    lex
+USE_TOOLS+=    lex yacc
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nfdump
 PKG_SUPPORTED_OPTIONS= nfdump-ftconv nfdump-sflow nfdump-nfprofile



Home | Main Index | Thread Index | Old Index