ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Проблема с хэшером
@ 2004-02-06 16:00 Alexey Morozov
  2004-02-06 16:13 ` Alexey Morozov
  2004-02-06 21:02 ` Dmitry V. Levin
  0 siblings, 2 replies; 7+ messages in thread
From: Alexey Morozov @ 2004-02-06 16:00 UTC (permalink / raw)
  To: ALT Devel discussion list

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

Кажется, есть проблема:

%def_enabled gnome_vfs

%if_enabled gnome_vfs
BuildRequires: gnome-vfs-devel pkgconfig
%endif

Судя по всему, хэшер (hasher-0.9.8-alt1) на машине у Миши не засасывает
pkgconfig, когда собирает это все "по умолчанию".

Советы, комментарии?


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

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

* Re: [devel] Проблема с хэшером
  2004-02-06 16:00 [devel] Проблема с хэшером Alexey Morozov
@ 2004-02-06 16:13 ` Alexey Morozov
  2004-02-06 21:02 ` Dmitry V. Levin
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey Morozov @ 2004-02-06 16:13 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Feb 06, 2004 at 10:00:38PM +0600, Alexey Morozov wrote:
> Кажется, есть проблема:
> 
> %def_enabled gnome_vfs
%def_enable, конечно же.

> %if_enabled gnome_vfs
> BuildRequires: gnome-vfs-devel pkgconfig
> %endif

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

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

* Re: [devel] Проблема с хэшером
  2004-02-06 16:00 [devel] Проблема с хэшером Alexey Morozov
  2004-02-06 16:13 ` Alexey Morozov
@ 2004-02-06 21:02 ` Dmitry V. Levin
  2004-02-06 21:02   ` Dmitry V. Levin
  2004-02-06 21:10   ` Yuri N. Sedunov
  1 sibling, 2 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2004-02-06 21:02 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Feb 06, 2004 at 10:00:38PM +0600, Alexey Morozov wrote:
> Кажется, есть проблема:
> 
> %def_enabled gnome_vfs
> 
> %if_enabled gnome_vfs
> BuildRequires: gnome-vfs-devel pkgconfig
> %endif
> 
> Судя по всему, хэшер (hasher-0.9.8-alt1) на машине у Миши не засасывает
> pkgconfig, когда собирает это все "по умолчанию".
> 
> Советы, комментарии?

Собрать .src.rpm без --disable gnome_vfs.
Важно, чтобы
rpmquery -pR .src.rpm
содержало pkgconfig.


-- 
ldv

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

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

* Re: [devel] Проблема с хэшером
  2004-02-06 21:02 ` Dmitry V. Levin
@ 2004-02-06 21:02   ` Dmitry V. Levin
  2004-02-06 21:10   ` Yuri N. Sedunov
  1 sibling, 0 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2004-02-06 21:02 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Feb 06, 2004 at 10:00:38PM +0600, Alexey Morozov wrote:
> Кажется, есть проблема:
> 
> %def_enabled gnome_vfs
> 
> %if_enabled gnome_vfs
> BuildRequires: gnome-vfs-devel pkgconfig
> %endif
> 
> Судя по всему, хэшер (hasher-0.9.8-alt1) на машине у Миши не засасывает
> pkgconfig, когда собирает это все "по умолчанию".
> 
> Советы, комментарии?

Собрать .src.rpm без --disable gnome_vfs.
Важно, чтобы
rpmquery -pR .src.rpm
содержало pkgconfig.


-- 
ldv

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

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

* Re: [devel] Проблема с хэшером
  2004-02-06 21:02 ` Dmitry V. Levin
  2004-02-06 21:02   ` Dmitry V. Levin
@ 2004-02-06 21:10   ` Yuri N. Sedunov
  2004-02-06 21:10     ` Yuri N. Sedunov
  2004-02-09  5:13     ` Alexey Morozov
  1 sibling, 2 replies; 7+ messages in thread
From: Yuri N. Sedunov @ 2004-02-06 21:10 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 654 bytes --]

On 7 Февраль 2004 00:02, Dmitry V. Levin wrote:
> On Fri, Feb 06, 2004 at 10:00:38PM +0600, Alexey Morozov wrote:
> > Кажется, есть проблема:
> >
> > %def_enabled gnome_vfs
> >
> > %if_enabled gnome_vfs
> > BuildRequires: gnome-vfs-devel pkgconfig
> > %endif

gnome-vfs-devel -- такого пакета у Сизифа нет.

> > Судя по всему, хэшер (hasher-0.9.8-alt1) на машине у Миши не засасывает
> > pkgconfig, когда собирает это все "по умолчанию".
> >
> > Советы, комментарии?
>
> Собрать .src.rpm без --disable gnome_vfs.
> Важно, чтобы
> rpmquery -pR .src.rpm
> содержало pkgconfig.

-- 
Yuri N. Sedunov
ICQ 36890090
e-mail: aristarh@online.ru
02/07/04 00:10:06

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

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

* Re: [devel] Проблема с хэшером
  2004-02-06 21:10   ` Yuri N. Sedunov
@ 2004-02-06 21:10     ` Yuri N. Sedunov
  2004-02-09  5:13     ` Alexey Morozov
  1 sibling, 0 replies; 7+ messages in thread
From: Yuri N. Sedunov @ 2004-02-06 21:10 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 654 bytes --]

On 7 Февраль 2004 00:02, Dmitry V. Levin wrote:
> On Fri, Feb 06, 2004 at 10:00:38PM +0600, Alexey Morozov wrote:
> > Кажется, есть проблема:
> >
> > %def_enabled gnome_vfs
> >
> > %if_enabled gnome_vfs
> > BuildRequires: gnome-vfs-devel pkgconfig
> > %endif

gnome-vfs-devel -- такого пакета у Сизифа нет.

> > Судя по всему, хэшер (hasher-0.9.8-alt1) на машине у Миши не засасывает
> > pkgconfig, когда собирает это все "по умолчанию".
> >
> > Советы, комментарии?
>
> Собрать .src.rpm без --disable gnome_vfs.
> Важно, чтобы
> rpmquery -pR .src.rpm
> содержало pkgconfig.

-- 
Yuri N. Sedunov
ICQ 36890090
e-mail: aristarh@online.ru
02/07/04 00:10:06

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

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

* Re: [devel] Проблема с хэшером
  2004-02-06 21:10   ` Yuri N. Sedunov
  2004-02-06 21:10     ` Yuri N. Sedunov
@ 2004-02-09  5:13     ` Alexey Morozov
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey Morozov @ 2004-02-09  5:13 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sat, Feb 07, 2004 at 12:10:18AM +0300, Yuri N. Sedunov wrote:
> gnome-vfs-devel -- такого пакета у Сизифа нет.
Конечно же, gnome-vfs2-devel.

И его-то хэшер как раз видел. Ладно, Миша, вроде уже добил этот пакет,
сейчас проснется, я посмотрю, что там не так было. Скорее всего, и
правда, мой фолт.


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

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

end of thread, other threads:[~2004-02-09  5:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-06 16:00 [devel] Проблема с хэшером Alexey Morozov
2004-02-06 16:13 ` Alexey Morozov
2004-02-06 21:02 ` Dmitry V. Levin
2004-02-06 21:02   ` Dmitry V. Levin
2004-02-06 21:10   ` Yuri N. Sedunov
2004-02-06 21:10     ` Yuri N. Sedunov
2004-02-09  5:13     ` Alexey Morozov

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