pkgsrc-Bugs archive

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

pkg/37095: lang/pcc fails on Linux



>Number:         37095
>Category:       pkg
>Synopsis:       lang/pcc fails on Linux
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 10 12:50:00 +0000 2007
>Originator:     Aleksey Cheusov
>Release:        linux
>Organization:
home
>Environment:
linux
>Description:
lang/pcc can  not be compiled becauise of missing yacc.

http://mova.org/~cheusov/pub/pkgsrc-pbulk/Debian-etch/current/log//20071007.0032/pcc-0.9.8/build.log

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/pcc/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    21 Sep 2007 23:16:39 -0000      1.4
+++ Makefile    10 Oct 2007 12:42:06 -0000
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.ludd.ltu.se/~ragge/pcc/
 COMMENT=       Portable C compiler
 
+USE_TOOLS+=    yacc
+
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE= yes
 




Home | Main Index | Thread Index | Old Index