pkgsrc-Bugs archive

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

pkg/55787: icu-68.1 PLIST regression



>Number:         55787
>Category:       pkg
>Synopsis:       icu-68.1 PLIST regression
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 05 12:45:00 +0000 2020
>Originator:     Dan Cîrnaț
>Release:        current
>Organization:
>Environment:
Linux pinebook-manjaro 5.6.0-0.42-MANJARO-ARM #1 SMP Sat Mar 14 21:19:14 CET 2020 aarch64 GNU/Linux
>Description:
Today's update breaks icu build on Linux:

ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /opt/pkg/src/textproc/icu/work/.destdir/opt/pkg:
ERROR:         /opt/pkg/src/textproc/icu/work/.destdir/opt/pkg/share/icu/68.1/config/mh-bsd-gcc
ERROR: ************************************************************
ERROR: The following files are in /opt/pkg/src/textproc/icu/work/.destdir/opt/pkg but not in the PLIST:
ERROR:         /opt/pkg/src/textproc/icu/work/.destdir/opt/pkg/share/icu/68.1/config/mh-linux


>How-To-Repeat:
make -C /usr/pkgsrc/textproc/icu install

>Fix:
Restoring the PLIST variable fixes the build:

diff --git a/textproc/icu/PLIST b/textproc/icu/PLIST
index 19625113d..7d975471e 100644
--- a/textproc/icu/PLIST
+++ b/textproc/icu/PLIST
@@ -251,6 +251,6 @@ sbin/gennorm2
 sbin/gensprep
 sbin/icupkg
 share/icu/${PKGVERSION}/LICENSE
-share/icu/${PKGVERSION}/config/mh-bsd-gcc
+share/icu/${PKGVERSION}/config/${MH_NAME}
 share/icu/${PKGVERSION}/install-sh
 share/icu/${PKGVERSION}/mkinstalldirs


Home | Main Index | Thread Index | Old Index