bzip2 missing

Søren Hauberg soren at hauberg.org
Sun Feb 1 13:47:44 CST 2009


søn, 01 02 2009 kl. 20:36 +0100, skrev Thorsten Meyer:
> Søren Hauberg wrote:
> > The manual makes a reference to 'bzip2', and the 'bunzip2' also has
> > 'bzip2' as part of its @seealso. However, it seems like I do not have
> > this function. Why is this?
> > 
> In the development sources bzip2 is available.

Ahh, I see the issue. 'bzip2' is not listed in the relevant Makefile.in
so it is not installed, which is why I was missing it.

Changeset attached.

Søren
-------------- next part --------------
# HG changeset patch
# User Soren Hauberg <hauberg at gmail.com>
# Date 1233517591 -3600
# Node ID 849f710e71316f1b0a3533ed46cc63932b061d1c
# Parent  73af4c3dda6475f65db9fbbeff8800b4a99c0f14
scripts/miscellaneous/Makefile.in: add bzip2

diff -r 73af4c3dda64 -r 849f710e7131 scripts/ChangeLog
--- a/scripts/ChangeLog	Sun Feb 01 16:40:53 2009 +0100
+++ b/scripts/ChangeLog	Sun Feb 01 20:46:31 2009 +0100
@@ -1,3 +1,7 @@
+2009-02-01  Soren Hauberg <hauberg at gmail.com>
+
+	* miscellaneous/Makefile.in: add bzip2.
+
 2009-01-30  John W. Eaton  <jwe at octave.org>
 
 	* optimization/PKG_ADD: Delete.
diff -r 73af4c3dda64 -r 849f710e7131 scripts/miscellaneous/Makefile.in
--- a/scripts/miscellaneous/Makefile.in	Sun Feb 01 16:40:53 2009 +0100
+++ b/scripts/miscellaneous/Makefile.in	Sun Feb 01 20:46:31 2009 +0100
@@ -33,7 +33,7 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
-SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m cast.m comma.m \
+SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m bzip2 cast.m comma.m \
   compare_versions.m computer.m copyfile.m debug.m \
   delete.m dir.m dos.m dump_prefs.m edit.m \
   fileattrib.m fileparts.m flops.m fullfile.m getfield.m gunzip.m gzip.m \


More information about the Bug-octave mailing list