Страница 1 из 1
Не устанавливается ghostscript8
Добавлено: 2009-02-10 9:13:12
f.g.
Код: Выделить всё
install -o root -g wheel -m 444 ./contrib/japanese/dmp_init.ps /usr/local/share/ghostscript/8.62/lib || exit 1
install -o root -g wheel -m 444 ./contrib/japanese/dmp_site.ps /usr/local/share/ghostscript/8.62/lib || exit 1
install -o root -g wheel -m 444 ./contrib/japanese/escp_24.src /usr/local/share/ghostscript/8.62/lib || exit 1
for f in ./contrib/uniprint/*.upp; do \
install -o root -g wheel -m 444 $f /usr/local/share/ghostscript/8.62/lib || exit 1; \
done
install -s -o root -g wheel -m 555 /usr/ports/print/ghostscript8/work/ghostscript-8.62/epag-3.09/ert /usr/local/bin
install: /usr/ports/print/ghostscript8/work/ghostscript-8.62/epag-3.09/ert: No such file or directory
*** Error code 71
Stop in /usr/ports/print/ghostscript8.
*** Error code 1
Stop in /usr/ports/print/ghostscript8.
Сборка проходит вроде нормально, но на make install вываливает такую строку.
Re: Не собирается ghostscript8
Добавлено: 2009-02-10 12:42:48
hizel
гугл какбэ намекает
If the "D: Epson ESC/Page laser printer (generic)" option is de-selected, the
port fails during install because it attempts to install an ESP/P related
utility which has not been built.
Re: Не собирается ghostscript8
Добавлено: 2009-02-10 14:14:46
f.g.
hizel писал(а):гугл какбэ намекает
If the "D: Epson ESC/Page laser printer (generic)" option is de-selected, the
port fails during install because it attempts to install an ESP/P related
utility which has not been built.
гугл ошибается, к сожалению

т.к. почти все дрова поотключал.
оставил только HP, да и то не все.
судя по гуглу, баг этот не только у меня.
ошибку вываливает на make install.
неверно написал в заголовке

Re: Не устанавливается ghostscript8
Добавлено: 2009-02-10 14:16:04
f.g.
скачанный с сайта тоже собираться не хочет
Код: Выделить всё
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
Re: Не устанавливается ghostscript8
Добавлено: 2009-02-10 14:21:01
hizel
в порте ghostscript8 в make config поставьте пимпу GS_epag и пересоберите
Re: Не устанавливается ghostscript8
Добавлено: 2009-02-11 22:59:53
f.g.
переработал видать ))
гугл правильно намекал )
спасибо за подсказку! всё работает
f.g. писал(а):Код: Выделить всё
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
собирается через autogen.sh, разобрался
