pkgsrc-Users archive

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

(shells/bash 4.3) \: not found



On NetBSD/i386 7.99.1,
I have problem packaging bash (4.3)

| /bin/sh ./infopost.sh < ./bashref.info > bash.info ; \
| \: not found
| *** Error code 127

I've removed the char '\' and packaged fine.
Attached is the patch to this.

What am I doing wrong ?
---
mef%NetBSD.org@localhost
Makoto Fujiwara, 
Chiba, Japan, Narita Airport and Disneyland prefecture.


diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index 4674e78..be94ffb 100644
--- a/shells/bash/distinfo
+++ shells/bash/distinfo
@@ -7,4 +7,5 @@ SHA1 (patch-af) = dfd1d1be3d822cfc3ae0fd21bb2bbd3e35b11f0d
 SHA1 (patch-ag) = 4da0a43f6b890482affff46b18eef4be67770e48
 SHA1 (patch-aj) = 8b3c52c2aee9cf53ee5a9ce64ead243d0970305e
 SHA1 (patch-builtins_ulimit.def) = d4cb59bedc6a6199f9a99a3530c99374e428baeb
+SHA1 (patch-doc_Makefile_in) = 8421e33e06dd2100c5780a4b37be1575a3cd4182
 SHA1 (patch-lib_readline_colors.c) = f2f47e7aa0b5c1e999368109de10f80e39fd4438
diff --git a/shells/bash/patches/patch-doc_Makefile_in 
b/shells/bash/patches/patch-doc_Makefile_in
new file mode 100644
index 0000000..f4fd6a0
--- /dev/null
+++ shells/bash/patches/patch-doc_Makefile_in
@@ -0,0 +1,20 @@
+$NetBSD$
+
+if test -n "/usr/pkg/share/doc/bash" ; then \
+        /bin/sh ../support/mkinstalldirs 
/export/WRKOBJDIR/shells/bash/work/.destdir/usr/pkg/share/doc/bash ; \
+fi
+/bin/sh ./infopost.sh < ./bashref.info > bash.info ; \
+\: not found
+*** Error code 127
+
+--- doc/Makefile.in.orig       2014-09-05 22:50:38.000000000 +0900
++++ doc/Makefile.in    2014-09-05 22:50:53.000000000 +0900
+@@ -176,7 +176,7 @@ bashref.html: $(BASHREF_FILES) $(HSUSER)
+       $(TEXI2HTML) -menu -monolithic -I $(TEXINPUTDIR) $(srcdir)/bashref.texi
+ 
+ bash.info: bashref.info
+-      ${SHELL} ${INFOPOST} < $(srcdir)/bashref.info > $@ ; \
++      ${SHELL} ${INFOPOST} < $(srcdir)/bashref.info > $@ ;
+ 
+ bash.txt: bash.1
+ bash.ps: bash.1



Home | Main Index | Thread Index | Old Index