ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] autotools, licq из SVN и --disable-rpath
@ 2006-07-14  8:29 Sergey Y. Afonin
  2006-07-19 15:18 ` Sergey V Turchin
  0 siblings, 1 reply; 5+ messages in thread
From: Sergey Y. Afonin @ 2006-07-14  8:29 UTC (permalink / raw)
  To: devel

Приветствую.

А кто-нибудь может дать быструю вводную на тему, как собирается
configure с помощью autotools ? Глядя на то, что лежит в licq/
и в licq/plugins/qt-gui, что-то никак не смог заставить запихать
в configure от qt-gui ключ --disable-rpath. :-(
Добавляется оно подключением licq/m4/lib-link.m4, подставлять
в acinclude.m4 от qt-gui это хозяйство я пробовал (собственно, 
весь m4/* добавлял по аналогии с Makefile.am от самой licq), 
но не подхватывает...

licq нужна свежая - 1.3.2 падать начала регулярно после каких-то
изменений очередных в AOL...

Сейчас, при необходимости что-то доустановить/обновить, приходится 
licq временно сносить - apt ругается: 

The following packages have unmet dependencies:
  licq-kde: Depends: /usr/lib/qt3/lib/libqt-mt.so.3(CXX3) but it is not installable

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


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

* Re: [devel] autotools, licq из SVN и --disable-rpath
  2006-07-14  8:29 [devel] autotools, licq из SVN и --disable-rpath Sergey Y. Afonin
@ 2006-07-19 15:18 ` Sergey V Turchin
  2006-07-19 16:56   ` Sergey Y. Afonin
  0 siblings, 1 reply; 5+ messages in thread
From: Sergey V Turchin @ 2006-07-19 15:18 UTC (permalink / raw)
  To: ALT Devel discussion list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sergey Y. Afonin wrote:

[...]
> The following packages have unmet dependencies:
>   licq-kde: Depends: /usr/lib/qt3/lib/libqt-mt.so.3(CXX3) but it is not
>   installable
Я поглядел - чем патчить, проще
find %buildroot -type f -name \*.so | while read f; do chrpath -d $f; done

- -- 
Regards, Sergey
### http://altlinux.ru ### ALT ### zerg@altlinux.ru ###

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEvk1I+zBIrxwqPwgRAi3OAJ4yDsDvN6vH+dU2moIkuSkX1c6VmgCfV453
43Wf8VhGPuKGms3Ln+FnCZE=
=qJcv
-----END PGP SIGNATURE-----


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

* Re: [devel] autotools, licq из SVN и --disable-rpath
  2006-07-19 15:18 ` Sergey V Turchin
@ 2006-07-19 16:56   ` Sergey Y. Afonin
  2006-07-20 11:02     ` Sergey V Turchin
  0 siblings, 1 reply; 5+ messages in thread
From: Sergey Y. Afonin @ 2006-07-19 16:56 UTC (permalink / raw)
  To: ALT Devel discussion list

On Wednesday 19 July 2006 20:18, Sergey V Turchin wrote:

> > The following packages have unmet dependencies:
> >   licq-kde: Depends: /usr/lib/qt3/lib/libqt-mt.so.3(CXX3) but it is not
> >   installable

> Я поглядел - чем патчить, проще
> find %buildroot -type f -name \*.so | while read f; do chrpath -d $f; done

Понятно, спасибо. Попробую так сделать. Кстати, могу SVN от 20060419 дать,
что-то уже месяц, как в плагинах только msn и qt-gui, а 1.3.2, вроде как,
не только у меня падает. Правда 20060419 частенько сообщения об ошибке в 
окошках выдаёт (зачем так в qt-gui сделано, для меня загадка; впрочем, 
это в KDE практически везде :-( ).

-- 
С уважением, Сергей Афонин
asy@kraft-s.ru


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

* Re: [devel] autotools, licq из SVN и --disable-rpath
  2006-07-19 16:56   ` Sergey Y. Afonin
@ 2006-07-20 11:02     ` Sergey V Turchin
  2006-07-20 12:08       ` Sergey Y. Afonin
  0 siblings, 1 reply; 5+ messages in thread
From: Sergey V Turchin @ 2006-07-20 11:02 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wednesday 19 July 2006 20:56, Sergey Y. Afonin wrote:

[...]
> Понятно, спасибо. Попробую так сделать. Кстати, могу SVN от
> 20060419 дать, что-то уже месяц, как в плагинах только msn и
> qt-gui, а 1.3.2, вроде как, не только у меня падает.
1.3.2 кое-как работает. По опыту, брать нестабильную версию licq 
можно только в случае полной неработоспособности, поэтому не надо.

[...]

-- 
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] 5+ messages in thread

* Re: [devel] autotools, licq из SVN и --disable-rpath
  2006-07-20 11:02     ` Sergey V Turchin
@ 2006-07-20 12:08       ` Sergey Y. Afonin
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Y. Afonin @ 2006-07-20 12:08 UTC (permalink / raw)
  To: ALT Devel discussion list

On Thursday 20 July 2006 16:02, Sergey V Turchin wrote:

> По опыту, брать нестабильную версию licq можно только в случае 
> полной неработоспособности, поэтому не надо. 

В моём случае, считай, что она полная. Возможно, кстати, зависит от
контакт-листа, точнее от каких-то данных, передающихся от отдельных
пользователей. В тех случаях (по крайней мере, количественно похоже,
дебаг трафика не смотрел), когда 20060419 выдаёт ошибку в окошке,
1.3.2 просто падает.

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


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

end of thread, other threads:[~2006-07-20 12:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-14  8:29 [devel] autotools, licq из SVN и --disable-rpath Sergey Y. Afonin
2006-07-19 15:18 ` Sergey V Turchin
2006-07-19 16:56   ` Sergey Y. Afonin
2006-07-20 11:02     ` Sergey V Turchin
2006-07-20 12:08       ` Sergey Y. Afonin

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