ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Kirill Maslinsky <kirill@altlinux.org>
To: devel@lists.altlinux.org
Subject: Re: [devel] [cyber] I: Sisyphus-20091102 i586 beehive_status: +11 -6 (79)
Date: Mon, 2 Nov 2009 16:39:33 +0300
Message-ID: <20091102133933.GN31424@odnako> (raw)
In-Reply-To: <20091102011044.GA3094@granary.armor.altlinux.org>

ghostscript-utils doesn't have dependency on /usr/bin/gs while
it's obviously needed for ps2pdf* scripts. 
Looks like a bug in ghostscript-utils.

This was masked before by the fact that any tex installation would
require gs executable.  But now this is not true: since
texlive-base-bin-2008-alt0.15 basic texlive installation has much less
dependencies, in particular, you should not assume that you'll have
/usr/bin/gs when you require /usr/bin/tex.

Packages affected by this change are listed below:

On Mon, Nov 02, 2009 at 01:10:45AM +0000, QA Team Robot wrote:
> 	11 NEW error logs
> 
> barcode-0.98-alt5
> 	fi
> 	ls: cannot access barcode.aux: No such file or directory
> 	tex barcode.texinfo
> 	--
> 	fi
> 	ls: cannot access barcode.aux~: No such file or directory
> 	This is TeX, Version 3.1415926 (Web2C 7.5.7)
> 	--
> 	html -o barcode.html barcode.texinfo
> 	make[1]: html: Command not found
> 	make[1]: [barcode.html] Error 127 (ignored)
> 	ps2pdf barcode.ps > barcode.pdf
> 	/usr/bin/ps2pdfwr: line 44: /usr/bin/gs: No such file or directory
> 	/usr/bin/ps2pdfwr: line 44: exec: /usr/bin/gs: cannot execute: No such file or directory
> 	make[1]: *** [barcode.pdf] Error 126
> 
> foo2zjs-20091025-alt1
> 	# Dependencies...
> 	*** Error: gs is not installed!
> 	*** Install ghostscript (gs) package
> 
> gri-2.12.18-alt1
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example6.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example6.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example6histogram.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example6histogram.png' @
> 	convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example7.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example7.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example8.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example8.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example9.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example9.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example10.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example10.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example10color.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example10color.png' @
> 	convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example11.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example11.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example12.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example12.png' @ convert.c/ConvertImageCommand/2822.
> 	--
> 	sh: gs: command not found
> 	convert: Postscript delegate failed `example13.ps': No such file or directory @
> 	ps.c/ReadPSImage/765.
> 	convert: missing an image filename `example13.png' @ convert.c/ConvertImageCommand/2822.
> 
> libxine-1.1.16.3-alt1
> 	fig2dev -L png -S 4 architecture.fig architecture.png;
> 	sh: gs: command not found
> 	fig2dev: broken pipe (GhostScript aborted?)
> 	command was: gs -q -dSAFER -sDEVICE=png16m -r80 -g818x597 -sOutputFile=architecture.png
> 	-dTextAlphaBits=4 -dGraphicsAlphaBits=4 -
> 	make[2]: *** [architecture.png] Error 1
> 	make[2]: Leaving directory `/usr/src/RPM/BUILD/libxine-1.1.16.3/doc/hackersguide'
> 	make[1]: *** [all-recursive] Error 1
> 	make[1]: Leaving directory `/usr/src/RPM/BUILD/libxine-1.1.16.3/doc'
> 	make: *** [all-recursive] Error 1
> 	make: Leaving directory `/usr/src/RPM/BUILD/libxine-1.1.16.3'

Here the source of problem is transfig package.

> nasm-2.07-alt1
> 	false		 nasmdoc.ps -o nasmdoc.pdf
> 	/usr/bin/ps2pdfwr: line 44: /usr/bin/gs: No such file or directory
> 	/usr/bin/ps2pdfwr: line 44: exec: /usr/bin/gs: cannot execute: No such file or directory
> 	make[1]: *** [nasmdoc.pdf] Error 1
> 

-- 
КМ


  parent reply	other threads:[~2009-11-02 13:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-02  9:15 ` Денис Смирнов
2009-11-02  9:25   ` Евгений
2009-11-02 10:18     ` Денис Смирнов
2009-11-02 13:39 ` Kirill Maslinsky [this message]
2009-11-02 15:10   ` [devel] rebuild with texlive Grigory Batalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091102133933.GN31424@odnako \
    --to=kirill@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git