pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/50266: devel/gdb: error during manpages generation
>Number: 50266
>Category: pkg
>Synopsis: devel/gdb: error during manpages generation
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Sep 22 15:30:00 +0000 2015
>Originator: Frédéric Fauberteau
>Release: pkgsrc-2015Q2
>Organization:
>Environment:
NetBSD trashware 6.1_STABLE NetBSD 6.1_STABLE (TRASHWARE) #0: Tue Jul 7 09:13:34 CEST 2015 triaxx@trashware:/home/triaxx/dev/nbsd/netbsd-6/obj/sys/arch/amd64/compile/TRASHWARE amd64
>Description:
/etc/daily produces these errors:
makemandb: Error while reading `/usr/pkg/man/man1/gdb.1': Unrecognized archive format
makemandb: Error while reading `/usr/pkg/man/man1/gdbserver.1': Unrecognized archive format
makemandb: Error while reading `/usr/pkg/man/man5/gdbinit.5': Unrecognized archive format
The reason is error during manpages generation of the package due to lack of perl in USE_TOOLS.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gdb/Makefile,v
retrieving revision 1.47
diff -u -u -r1.47 Makefile
--- Makefile 3 May 2015 19:45:09 -0000 1.47
+++ Makefile 22 Sep 2015 14:24:32 -0000
@@ -15,7 +15,7 @@
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
-USE_TOOLS+= gmake msgfmt makeinfo
+USE_TOOLS+= gmake msgfmt makeinfo perl
REPLACE_LOCALEDIR_PATTERNS+= Make-in
INSTALL_TARGET= install install-info
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index