pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/54998: pkglint fails to build because of missing file in PLIST
>Number: 54998
>Category: pkg
>Synopsis: pkglint fails to build because of missing file in PLIST
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 21 18:35:00 +0000 2020
>Originator: Andrius V
>Release:
>Organization:
>Environment:
>Description:
Hi,
pkglint fails to build in pkgsrc current for me because of missing intqa/ideas.go in PLIST file. Adding it solves the issue.
ERROR: ************************************************************
ERROR: The following files are in /usr/pkgsrc/pkgtools/pkglint/work/.destdir/usr/pkg but not in the PLIST:
ERROR: /usr/pkgsrc/pkgtools/pkglint/work/.destdir/usr/pkg/gopkg/src/netbsd.org/pkglint/intqa/ideas.go
Regards,
Andrius V
>How-To-Repeat:
>Fix:
Index: pkgtools/pkglint/PLIST
==================================================================
--- pkgtools/pkglint/PLIST
+++ pkgtools/pkglint/PLIST
@@ -29,10 +29,11 @@
gopkg/src/netbsd.org/pkglint/getopt/getopt_test.go
gopkg/src/netbsd.org/pkglint/histogram/histogram.go
gopkg/src/netbsd.org/pkglint/histogram/histogram_test.go
gopkg/src/netbsd.org/pkglint/homepage.go
gopkg/src/netbsd.org/pkglint/homepage_test.go
+gopkg/src/netbsd.org/pkglint/intqa/ideas.go
gopkg/src/netbsd.org/pkglint/intqa/qa.go
gopkg/src/netbsd.org/pkglint/intqa/qa_test.go
gopkg/src/netbsd.org/pkglint/licenses.go
gopkg/src/netbsd.org/pkglint/licenses/licenses.go
gopkg/src/netbsd.org/pkglint/licenses/licenses.y
Home |
Main Index |
Thread Index |
Old Index