Greetings! Anyone see this when trying to run the graphics demos from the hyperdoc utility?: (1) -> uncompress: "/fix/t1/camm/debian/axiom/axiom-20050205/mnt/linux/doc/viewports/ OneVariableGraphicsPage1.VIEW/image.xpm.Z".gz: No such file or directory See #129 --Bill Page, Wed, 30 Mar 2005 09:55:23 -0600 reply
(from William Sitt, email of Monday, February 21, 2005 2:51 AM)
I would like to report that compiling Feb 2005 release on Fedora FC2 was successful. However, when running Hyperdoc and selecting Topic, graphics, 2d-graphics, Parametric Curves, draw(...) I got the error: sh: line1: uncompress: command not found. To solve the problem, I put in the following symbolic links: su cd /bin ln -s gzip compress ln -s gunzip uncompress and that solves the problem. Perhaps Axiom should change its use of these obsolete commands? The commanduncompress appears only in line 114 of
src/lib/pixmap.c.pamphlet and should be replaced by gunzip there.
Status: open => fix proposed
Status: fix proposed => pending (next release)
gunzip properly handles .Z compress files.
I checked with FC4 and uncompress is missing.
Since you need gzip to build Axiom you likely have gunzip.
Status: pending (next release) => closed
wh-sandbox: error in hyperdoc - uncompress is obsolete --Bill Page, Tue, 06 Feb 2007 22:37:33 -0600 reply Status: closed => fix proposed
On February 6, 2007 11:01 AM Waldek Hebisch wrote:
Bill Page wrote: > While testing Hyperdoc in the current version wh-sandbox on OpenSuSE 10.2 I > encountered the following problem while run some example graphics: > > Hyperdoc processed crashed (window disappeared) and the following message > appeared in the Axiom console session: > > (2) -> XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" > after 40603 requests (40235 known processed) with 0 events remaining. > read_pixmap_file: unable to open > /home/wspage/axiom-sandbox/target/i686-suse-linux/share/viewports/AssortedGraphicsExamplePage6.VIEW/image.xpm > uncompress: No such file or directory > > ------- > > My understanding is that 'uncompress' is an obselete name for 'gzip -d'. Is that > correct? Not exactly, I have met similar (or maybe exactly this) problem. There is a workaroud: in wh-sandbox Hyperdoc will uncompressed files
if they are present (or In the future we want to replace Xpm library by a different (portable) image library, so the problem should automatically go away. If the problem affects more poeple I will probably look again at it to find quicker solutuion. |