pkgsrc-Bugs archive

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

pkg/43595: chat/ircu: missed tools [patch]



>Number:         43595
>Category:       pkg
>Synopsis:       chat/ircu: 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:45: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 -d ./ircd_parser.y
bmake: exec(yacc) failed (No such file or directory)
*** Error code 1

>Fix:
===================================================================
RCS file: /cvsroot/pkgsrc/chat/ircu/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- chat/ircu/Makefile  7 Apr 2008 17:22:48 -0000       1.33
+++ chat/ircu/Makefile  10 Jul 2010 09:55:19 -0000
@@ -16,7 +16,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= YES
-USE_TOOLS+=    lex
+USE_TOOLS+=    lex yacc
 
 CONFIGURE_ARGS+=       --bindir=${PREFIX}/sbin
 CONFIGURE_ARGS+=       --with-cpath=${PKG_SYSCONFDIR}/ircd.conf



Home | Main Index | Thread Index | Old Index