pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46363: misc/urjtag gettext-lib support
>Number: 46363
>Category: pkg
>Synopsis: misc/urjtag gettext-lib support
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Apr 21 15:40:00 +0000 2012
>Originator: Makoto Fujiwara
>Release: NetBSD 6.99.4
>Organization:
KINU Corporation
>Environment:
System: NetBSD modena 6.99.4 NetBSD 6.99.4 (GENERIC) #2: Tue Apr 10 23:45:21
JST 2012 root@modena:/export/src/src/sys/arch/amd64/compile/obj/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
If you browse
http://ftp.jaist.ac.jp/pub/pkgsrc/misc/sbd/reports/Linux-x86_64/20120208.0819/urjtag-0.10nb2/install.log
you will see following problem.
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:
/tmp/pkgsrc/misc/urjtag/work/.destdir/usr/pkg/share/locale/fr/LC_MESSAGES/urjtag.mo
ERROR:
/tmp/pkgsrc/misc/urjtag/work/.destdir/usr/pkg/share/locale/rw/LC_MESSAGES/urjtag.mo
ERROR:
/tmp/pkgsrc/misc/urjtag/work/.destdir/usr/pkg/share/locale/sk/LC_MESSAGES/urjtag.mo
This is not seen with NetBSD.
If you Change the Makefile,
Index: misc/urjtag/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/misc/urjtag/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- misc/urjtag/Makefile 10 Apr 2012 15:24:59 -0000 1.5
+++ misc/urjtag/Makefile 21 Apr 2012 15:28:42 -0000
@@ -24,4 +24,5 @@
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../devel/libftdi/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
The same problem appears on NetBSD.
It seems that Linux always has gettext-lib.
>How-To-Repeat:
(cd misc/urjtag; make package)
>Fix:
Fix: either
(1) Have options.mk to enable gettext-lib.
and defaults it to no, but enable if Linux.
or
(2) Always enable gettext-lib
(and update PLIST)
Please advice, thanks.
>Unformatted:
misc/urjtag has no gettext-lib support, but Linux wants it.
Home |
Main Index |
Thread Index |
Old Index