pkgsrc-Users archive

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

Re: deve/gtexinfo-4.12 fails under Linux (unprivileged)



 >> => Checking file-check results for gtexinfo-4.12
 >> ERROR: ************************************************************
 >> ERROR: The following files are in /home/pkgsrc/pkg but not in the PLIST:
 >> ERROR:         /home/pkgsrc/pkg/share/man/man1/pdftexi2dvi.1
 >> ERROR:         /home/pkgsrc/pkg/share/man/man1/texi2pdf.1
 >> *** Error code 1

> These should be added to the PLIST.

> patch-aa should probably be removed and the two wrapper scripts also added 
> to the PLIST.

The attached patch works for me both under Linux and NetBSD.

? linux_fix.patch
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gtexinfo/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- PLIST       20 Mar 2006 04:23:37 -0000      1.13
+++ PLIST       6 Sep 2008 12:14:04 -0000
@@ -3,7 +3,9 @@
 bin/infokey
 bin/install-info
 bin/makeinfo
+bin/pdftexi2dvi
 bin/texi2dvi
+bin/texi2pdf
 bin/texindex
 info/info-stnd.info
 info/info.info
@@ -12,7 +14,9 @@
 man/man1/infokey.1
 man/man1/install-info.1
 man/man1/makeinfo.1
+man/man1/pdftexi2dvi.1
 man/man1/texi2dvi.1
+man/man1/texi2pdf.1
 man/man1/texindex.1
 man/man5/info.5
 man/man5/texinfo.5
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gtexinfo/distinfo,v
retrieving revision 1.31
diff -u -r1.31 distinfo
--- distinfo    1 Sep 2008 17:53:47 -0000       1.31
+++ distinfo    6 Sep 2008 12:14:04 -0000
@@ -3,9 +3,9 @@
 SHA1 (texinfo-4.12.tar.gz) = 1587ef35b68ea5d0f7a6801a86977d8b825e2f1b
 RMD160 (texinfo-4.12.tar.gz) = fe234ffd863bd08c145dce4a071b73b5580a33e7
 Size (texinfo-4.12.tar.gz) = 2476832 bytes
-SHA1 (patch-aa) = fac09ee96b34435ea02d85765b68246cbe4d4c75
 SHA1 (patch-ab) = c2be57386d1dfd610de5fad423be0fa11036ffda
 SHA1 (patch-ac) = b5b2ecbff959fb435de77fc73c555903ef7ba271
 SHA1 (patch-aj) = 8a215583bab47628a350cfb3874eef4930d255e9
 SHA1 (patch-ak) = 51a4b155fa6a3bd0c30c9ec2c6007cd4ee69248c
 SHA1 (patch-am) = 8f2681eb2d3a36375399671fd14bcd943516493e
+
Index: patches/patch-aa
===================================================================
RCS file: patches/patch-aa
diff -N patches/patch-aa
--- patches/patch-aa    1 Sep 2008 17:53:47 -0000       1.16
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.16 2008/09/01 17:53:47 christos Exp $
-
---- util/Makefile.in.orig      2008-04-18 10:34:58.000000000 +0300
-+++ util/Makefile.in   2008-09-01 19:48:06.000000000 +0300
-@@ -426,7 +426,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi
-+bin_SCRIPTS = texi2dvi
- AM_CPPFLAGS = \
-   -I$(top_srcdir)                             \
-   -I$(top_srcdir)/gnulib/lib                  \
> A MESSAGE can be added to suggest installing print/teTeX3-bin or teTeX-bin 
> package for PDF support (using pdftex or pdflatex).
may be

> (Side note: I sure 
> wish the package names and package directories had same name.)
Me too. Leading "g" perhaps means GNU?

> But I see that patch-aa revision 1.14 in 2005 says that texi2pdf is ...

>   [not installed by package to avoid conflicting with teTeX-bin]

> I cc'd the committer of that. Is that still applicable?

> I don't have texi2pdf installed with my teTeX-bin-3 installation.

Noither of packages install texi2pdf. See wip/pkg_online ;-)

   0 ~>pkg_online_find f:s:texi2pdf
   No matches found for field:PLIST strategy:substring query:texi2pdf
   20 ~>

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index