ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Q: /usr/X11R6/bin/mkfontdir: No such file or directory
@ 2006-01-23 18:54 Dmitry V. Levin
  2006-01-23 18:58 ` Valery V. Inozemtsev
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2006-01-23 18:54 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

Hi,

На текущем Сизифе:
$ hsh ~/build --initroot
[...]
$ hsh-install ~/build 'xorg-x11-[^d]*$'
[...]
fonts-bitmap-cyrillic-2.3.1-alt3
/root/tmp/rpm-tmp.47515: line 13: /usr/X11R6/bin/mkfontdir: No such file or directory
/root/tmp/rpm-tmp.47515: line 14: /usr/X11R6/bin/mkfontdir: No such file or directory
/root/tmp/rpm-tmp.47515: line 15: /usr/X11R6/bin/mkfontdir: No such file or directory
error: execution of %post scriptlet from fonts-bitmap-cyrillic-2.3.1-alt3 failed, exit status 127

Разумеется, в fonts-bitmap-cyrillic.spec фигурирует %_x11bindir/mkfontdir.
Вопрос, что с этим делать в принципе?
См. тж. #8825.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] Q: /usr/X11R6/bin/mkfontdir: No such file or directory
  2006-01-23 18:54 [devel] Q: /usr/X11R6/bin/mkfontdir: No such file or directory Dmitry V. Levin
@ 2006-01-23 18:58 ` Valery V. Inozemtsev
  2006-01-23 20:07   ` Valery V. Inozemtsev
  0 siblings, 1 reply; 4+ messages in thread
From: Valery V. Inozemtsev @ 2006-01-23 18:58 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

В сообщении от 23 января 2006 21:54 Dmitry V. Levin написал(a):
> Hi,
>
> На текущем Сизифе:
> $ hsh ~/build --initroot
> [...]
> $ hsh-install ~/build 'xorg-x11-[^d]*$'
> [...]
> fonts-bitmap-cyrillic-2.3.1-alt3
> /root/tmp/rpm-tmp.47515: line 13: /usr/X11R6/bin/mkfontdir: No such file or
> directory /root/tmp/rpm-tmp.47515: line 14: /usr/X11R6/bin/mkfontdir: No
> such file or directory /root/tmp/rpm-tmp.47515: line 15:
> /usr/X11R6/bin/mkfontdir: No such file or directory error: execution of
> %post scriptlet from fonts-bitmap-cyrillic-2.3.1-alt3 failed, exit status
> 127
>
> Разумеется, в fonts-bitmap-cyrillic.spec фигурирует %_x11bindir/mkfontdir.

уф... ну это то я пересоберу

> Вопрос, что с этим делать в принципе?

наверно заворачивать все %_x11 в /usr

> См. тж. #8825.

-- 
Valery V. Inozemtsev

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] Q: /usr/X11R6/bin/mkfontdir: No such file or directory
  2006-01-23 18:58 ` Valery V. Inozemtsev
@ 2006-01-23 20:07   ` Valery V. Inozemtsev
  2006-01-23 22:40     ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Valery V. Inozemtsev @ 2006-01-23 20:07 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

> > /usr/X11R6/bin/mkfontdir: No such file or directory error: execution of
> > %post scriptlet from fonts-bitmap-cyrillic-2.3.1-alt3 failed, exit status
> > 127
> >
> > Разумеется, в fonts-bitmap-cyrillic.spec фигурирует
> > %_x11bindir/mkfontdir.
>
> уф... ну это то я пересоберу
>
> > Вопрос, что с этим делать в принципе?
>
> наверно заворачивать все %_x11 в /usr

хотя нет. здесь же ничто не мешает сделать выхов mkfontdir вообще без пути

>
> > См. тж. #8825.

-- 
Valery V. Inozemtsev

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] Q: /usr/X11R6/bin/mkfontdir: No such file or directory
  2006-01-23 20:07   ` Valery V. Inozemtsev
@ 2006-01-23 22:40     ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2006-01-23 22:40 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

On Mon, Jan 23, 2006 at 11:07:08PM +0300, Valery V. Inozemtsev wrote:
> > > /usr/X11R6/bin/mkfontdir: No such file or directory error: execution of
> > > %post scriptlet from fonts-bitmap-cyrillic-2.3.1-alt3 failed, exit status
> > > 127
> > >
> > > Разумеется, в fonts-bitmap-cyrillic.spec фигурирует
> > > %_x11bindir/mkfontdir.
> >
> > уф... ну это то я пересоберу
> >
> > > Вопрос, что с этим делать в принципе?
> >
> > наверно заворачивать все %_x11 в /usr
> 
> хотя нет. здесь же ничто не мешает сделать выхов mkfontdir вообще без пути

А кто гарантирует наличие %_x11bindir в PATH если %_x11bindir не
принадлежит множеству `getconf PATH`?

> > > См. тж. #8825.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-23 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-23 18:54 [devel] Q: /usr/X11R6/bin/mkfontdir: No such file or directory Dmitry V. Levin
2006-01-23 18:58 ` Valery V. Inozemtsev
2006-01-23 20:07   ` Valery V. Inozemtsev
2006-01-23 22:40     ` Dmitry V. Levin

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