ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] qmake в spec
@ 2007-01-14 19:20 Sergey
  2007-01-14 20:43 ` Vitaly Lipatov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sergey @ 2007-01-14 19:20 UTC (permalink / raw)
  To: sisyphus

Всем привет.
Помогите советом, пожалуйста.
Собираю sqlitebrowser. Для сборки надо
выполнить  /usr/lib/gt3/bin/qmake, которого нету в PATH. Как правильно
поступить: добавить /usr/lib/gt3/bin в PATH или пропатчить Makefile,
добавив полный путь до qmake?

-- 
Regards, Sergey <rt@altlinux.ru> 


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

* Re: [sisyphus] qmake в spec
  2007-01-14 19:20 [sisyphus] qmake в spec Sergey
@ 2007-01-14 20:43 ` Vitaly Lipatov
  2007-01-15  7:36 ` Alexey Morsov
  2007-01-15 12:22 ` Sergey V Turchin
  2 siblings, 0 replies; 6+ messages in thread
From: Vitaly Lipatov @ 2007-01-14 20:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sunday 14 January 2007 22:20, Sergey wrote:
> Всем привет.
> Помогите советом, пожалуйста.
> Собираю sqlitebrowser. Для сборки надо
> выполнить  /usr/lib/gt3/bin/qmake, которого нету в PATH. Как
> правильно поступить: добавить /usr/lib/gt3/bin в PATH или
> пропатчить Makefile, добавив полный путь до qmake?
Сделать
unset QTDIR || : ; . /etc/profile.d/qt3dir.sh
export PATH=$QTDIR/bin:$PATH

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


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

* Re: [sisyphus] qmake в spec
  2007-01-14 19:20 [sisyphus] qmake в spec Sergey
  2007-01-14 20:43 ` Vitaly Lipatov
@ 2007-01-15  7:36 ` Alexey Morsov
  2007-01-15 12:12   ` rt
  2007-01-15 12:22 ` Sergey V Turchin
  2 siblings, 1 reply; 6+ messages in thread
From: Alexey Morsov @ 2007-01-15  7:36 UTC (permalink / raw)
  To: sisyphus

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

On Sun, Jan 14, 2007 at 10:20:28PM +0300, Sergey wrote:
> Всем привет.
> Помогите советом, пожалуйста.
> Собираю sqlitebrowser. Для сборки надо
> выполнить  /usr/lib/gt3/bin/qmake, которого нету в PATH. Как правильно
> поступить: добавить /usr/lib/gt3/bin в PATH или пропатчить Makefile,
> добавив полный путь до qmake?

Раз в спеке то просто использовать %_qt3dir/bin/qmake (у меня так и
работает)


-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


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

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

* Re: [sisyphus] qmake в spec
  2007-01-15  7:36 ` Alexey Morsov
@ 2007-01-15 12:12   ` rt
  2007-01-15 12:16     ` Alexey Morsov
  0 siblings, 1 reply; 6+ messages in thread
From: rt @ 2007-01-15 12:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alexey Morsov wrote:
> On Sun, Jan 14, 2007 at 10:20:28PM +0300, Sergey wrote:
>   
> Раз в спеке то просто использовать %_qt3dir/bin/qmake (у меня так и
> работает)
>
>   
qmake используется и в спеке и в Makefile. Как быть в таком случае? Патчить?


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

* Re: [sisyphus] qmake в spec
  2007-01-15 12:12   ` rt
@ 2007-01-15 12:16     ` Alexey Morsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Morsov @ 2007-01-15 12:16 UTC (permalink / raw)
  To: sisyphus

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

On Mon, Jan 15, 2007 at 03:12:00PM +0300, rt wrote:
> qmake используется и в спеке и в Makefile. Как быть в таком случае? Патчить?
Если в Makefile qmake прописан через переменную, то переопределить ее из
спека, если прописан тупо полным путем - патчить.

-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Jungle wa Itsumo Hale Nochi Guu - Nankoku No Suzukaze (Jungle wa Itsumo Hale Nochi Guu OST)


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

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

* Re: [sisyphus] qmake в spec
  2007-01-14 19:20 [sisyphus] qmake в spec Sergey
  2007-01-14 20:43 ` Vitaly Lipatov
  2007-01-15  7:36 ` Alexey Morsov
@ 2007-01-15 12:22 ` Sergey V Turchin
  2 siblings, 0 replies; 6+ messages in thread
From: Sergey V Turchin @ 2007-01-15 12:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Sunday 14 January 2007 22:20, Sergey wrote:
> Всем привет.
> Помогите советом, пожалуйста.
> Собираю sqlitebrowser. Для сборки надо
> выполнить  /usr/lib/gt3/bin/qmake, которого нету в PATH. Как
> правильно поступить: добавить /usr/lib/gt3/bin в PATH
в spec-файле добавьте строку
export PATH=%_qt3dir/bin:$PATH

> или 
> пропатчить Makefile, добавив полный путь до qmake?

P.S.
У rpmbuild есть полезные опции -bp -bc -bi -bb -bs, которые удобно 
использовать в сочетании --short-circuit

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

end of thread, other threads:[~2007-01-15 12:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-14 19:20 [sisyphus] qmake в spec Sergey
2007-01-14 20:43 ` Vitaly Lipatov
2007-01-15  7:36 ` Alexey Morsov
2007-01-15 12:12   ` rt
2007-01-15 12:16     ` Alexey Morsov
2007-01-15 12:22 ` Sergey V Turchin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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