[ubuntu-jp:515] Re: ghostscript on Ubuntu Feisty
OKAMURA, Leona
leona at simasima.org
Thu Jun 28 09:06:19 BST 2007
おかむらです
epsを正しく表示でき,かつ印刷もできる状態になりましたので報告します.
Gutsy用の新しい gsをインストールすることで解決しました.
https://bugs.launchpad.net/ubuntu/+source/gs-esp/+bug/108159
> Till Kamppeter said on 2007-06-04: (permalink)
>
> The fix is in the repositories for Gutsy, the development of Ubuntu 7.10.
> A backport for Feisty is planned.
とのことなので,そのうち Feistyにも下りてくるかもしれません.
https://bugs.beta.launchpad.net/ubuntu/+source/ghostscript/+bug/115777
> Till Kamppeter said on 2007-05-22: (permalink)
の手順を踏みました.具体的には以下の通りです.
% mkdir -p ~/deb/gs
% cd ~/deb/gs
% uri='http://www.linux-foundation.org/~till/tmp/ubuntu/gutsy/ghostscript/'
% wget "${uri}/ghostscript_8.60.dfsg.4-0ubuntu1.diff.gz"
% wget "${uri}/ghostscript_8.60.dfsg.4-0ubuntu1.dsc"
% wget "${uri}/ghostscript_8.60.dfsg.4-0ubuntu1_i386.changes"
% wget "${uri}/ghostscript_8.60.dfsg.4-0ubuntu1_source.changes"
% wget "${uri}/ghostscript_8.60.dfsg.4.orig.tar.gz"
% ls
ghostscript_8.60.dfsg.4-0ubuntu1.diff.gz
ghostscript_8.60.dfsg.4-0ubuntu1.dsc
ghostscript_8.60.dfsg.4-0ubuntu1_i386.changes
ghostscript_8.60.dfsg.4-0ubuntu1_source.changes
ghostscript_8.60.dfsg.4.orig.tar.gz
% sudo aptitude install build-essential
% sudo apt-get build-dep gs-esp gs-gpl
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
Reading state information... 完了
automaken は以下のパッケージで提供されている仮想パッケージです:
automake1.9 1.9.6+nogfdl-3ubuntu1
automake1.8 1.8.5+nogfdl-1
automake1.7 1.7.9-9
automake 1:1.10+nogfdl-1
インストールするパッケージを明示的に選択する必要があります。
E: パッケージ automaken にはインストール候補がありません
E: gs-gpl の依存関係 Build-Depends を満たすことができません: automaken
% sudo aptitude install automake1.10
% sudo apt-get build-dep gs-esp gs-gpl
% dpkg-source -x ghostscript_8.60.dfsg.1-0ubuntu1.dsc
% cd ghostscript-8.60.dfsg.4
% dpkg-buildpackage -rfakeroot
:
:
dpkg-deb: コントロールファイルの 1 個の警告を無視します
signfile ghostscript_8.60.dfsg.4-0ubuntu1.dsc
gpg: “Till Kamppeter <till.kamppeter at gmail.com>”をとばします: 秘密鍵が得ら
れません
gpg: [stdin]: clearsign failed: 秘密鍵が得られません
dpkg-genchanges
dpkg-genchanges: not including original source code in upload
dpkg-buildpackage: binary and diff upload (original source NOT included)
(WARNING: Failed to sign .dsc and .changes file)
% cd ..
% ls *.deb
ghostscript-doc_8.60.dfsg.4-0ubuntu1_all.deb
gs-esp_8.60.dfsg.4-0ubuntu1_all.deb
ghostscript-x_8.60.dfsg.4-0ubuntu1_i386.deb
gs-gpl_8.60.dfsg.4-0ubuntu1_all.deb
ghostscript_8.60.dfsg.4-0ubuntu1_i386.deb gs_8.60.dfsg.4-0ubuntu1_all.deb
gs-aladdin_8.60.dfsg.4-0ubuntu1_all.deb
libgs-dev_8.60.dfsg.4-0ubuntu1_i386.deb
gs-common_8.60.dfsg.4-0ubuntu1_all.deb
libgs-esp-dev_8.60.dfsg.4-0ubuntu1_all.deb
gs-esp-x_8.60.dfsg.4-0ubuntu1_all.deb
libgs8_8.60.dfsg.4-0ubuntu1_i386.deb
% sudo dpkg -i *.deb
------------------------
[確認]
% which gs
/usr/bin/gs
% gs --help
GPL Ghostscript SVN PRE-RELEASE 8.60 (2007-05-12)
:
Available devices:
alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v bj10vh
:
lp8700 lp8800c lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300
:
More information about the ubuntu-jp
mailing list