ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Новый libtool
@ 2012-04-12  3:07 REAL
  2012-04-12 16:22 ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: REAL @ 2012-04-12  3:07 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Привет!

Новый libtool поломал сборку ряда пакетов (на этапе %autoreconf). Есть 
какие-нибудь рекомендации по лечению?

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ



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

* Re: [devel] Новый libtool
  2012-04-12  3:07 [devel] Новый libtool REAL
@ 2012-04-12 16:22 ` Dmitry V. Levin
  2012-04-13  2:44   ` REAL
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2012-04-12 16:22 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Thu, Apr 12, 2012 at 10:07:46AM +0700, REAL wrote:
> Новый libtool поломал сборку ряда пакетов 
> (на этапе %autoreconf). Есть какие-нибудь 
> рекомендации по лечению?

Вы уверены, что это новый libtool, а не новый automake?  Все, что мне
попалось на глаза, было связано именно с обновлением automake.


-- 
ldv

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

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

* Re: [devel] Новый libtool
  2012-04-12 16:22 ` Dmitry V. Levin
@ 2012-04-13  2:44   ` REAL
  2012-04-13 10:49     ` [devel] Новый automake Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: REAL @ 2012-04-13  2:44 UTC (permalink / raw)
  To: ALT Linux Team development discussions

12.04.2012 23:22, Dmitry V. Levin пишет:
>> Новый libtool поломал сборку ряда пакетов
>> (на этапе %autoreconf). Есть какие-нибудь
>> рекомендации по лечению?
>
> Вы уверены, что это новый libtool, а не новый automake?  Все, что мне
> попалось на глаза, было связано именно с обновлением automake.

Точно, automake, но это сути вопроса не меняет.

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ



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

* Re: [devel] Новый automake
  2012-04-13  2:44   ` REAL
@ 2012-04-13 10:49     ` Dmitry V. Levin
  2012-04-13 10:51       ` REAL
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2012-04-13 10:49 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Fri, Apr 13, 2012 at 09:44:19AM +0700, REAL wrote:
> 12.04.2012 23:22, Dmitry V. Levin пишет:
> >>Новый libtool поломал сборку ряда пакетов
> >>(на этапе %autoreconf). Есть какие-нибудь
> >>рекомендации по лечению?
> >
> >Вы уверены, что это новый libtool, а не новый 
> >automake?  Все, что мне
> >попалось на глаза, было связано именно с 
> >обновлением automake.
> 
> Точно, automake, но это сути вопроса не меняет.

Самая распространенная причина, по которой новый automake заворачивает
пакеты - это ошибка с примерно такой диагностикой:

Makefile.am:1: `pkglibdir' is not a legitimate directory for `DATA'

Вместо DATA иногда упоминается SCRIPTS и PROGRAMS.  Еще я видел
аналогичную диагностику с участием pkgdatadir:

Makefile.am:30: `pkgdatadir' is not a legitimate directory for `PYTHON'

Рекомендация простая - фиксить.
Например, info automake подсказывает, что

Programs can be installed in `bindir', `sbindir', `libexecdir',
`pkglibexecdir'.
Scripts can be installed in `bindir', `sbindir', `libexecdir',
`pkglibexecdir', or `pkgdatadir'.


-- 
ldv

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

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

* Re: [devel] Новый automake
  2012-04-13 10:49     ` [devel] Новый automake Dmitry V. Levin
@ 2012-04-13 10:51       ` REAL
  2012-04-13 10:55         ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: REAL @ 2012-04-13 10:51 UTC (permalink / raw)
  To: ALT Linux Team development discussions

13.04.2012 17:49, Dmitry V. Levin пишет:
> Рекомендация простая - фиксить.
> Например, info automake подсказывает, что
>
> Programs can be installed in `bindir', `sbindir', `libexecdir',
> `pkglibexecdir'.
> Scripts can be installed in `bindir', `sbindir', `libexecdir',
> `pkglibexecdir', or `pkgdatadir'.

А куда ложить *.mod файлы?

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ



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

* Re: [devel] Новый automake
  2012-04-13 10:51       ` REAL
@ 2012-04-13 10:55         ` Dmitry V. Levin
  2012-04-13 14:33           ` REAL
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry V. Levin @ 2012-04-13 10:55 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Fri, Apr 13, 2012 at 05:51:11PM +0700, REAL wrote:
> 13.04.2012 17:49, Dmitry V. Levin пишет:
> >Рекомендация простая - фиксить.
> >Например, info automake подсказывает, что
> >
> >Programs can be installed in `bindir', `sbindir', `libexecdir',
> >`pkglibexecdir'.
> >Scripts can be installed in `bindir', `sbindir', `libexecdir',
> >`pkglibexecdir', or `pkgdatadir'.
> 
> А куда ложить *.mod файлы?

А где они сейчас?

Automake supports the installation of miscellaneous data files using the
`DATA' family of variables.  
Such data can be installed in the directories `datadir',
`sysconfdir', `sharedstatedir', `localstatedir', or `pkgdatadir'.


-- 
ldv

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

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

* Re: [devel] Новый automake
  2012-04-13 10:55         ` Dmitry V. Levin
@ 2012-04-13 14:33           ` REAL
  0 siblings, 0 replies; 7+ messages in thread
From: REAL @ 2012-04-13 14:33 UTC (permalink / raw)
  To: ALT Linux Team development discussions

13.04.2012 17:55, Dmitry V. Levin пишет:
>> А куда ложить *.mod файлы?
>
> А где они сейчас?

обычно в одно из двух мест (зависит от апстрима):
1. либо в %_includedir
2. либо  куда-нибудь в %_libdir (например, %_libdir/%name).

вроде бы логичней первый вариант, но на практике чаще встречается второй.

> Automake supports the installation of miscellaneous data files using the
> `DATA' family of variables.
> Such data can be installed in the directories `datadir',
> `sysconfdir', `sharedstatedir', `localstatedir', or `pkgdatadir'.

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ



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

end of thread, other threads:[~2012-04-13 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12  3:07 [devel] Новый libtool REAL
2012-04-12 16:22 ` Dmitry V. Levin
2012-04-13  2:44   ` REAL
2012-04-13 10:49     ` [devel] Новый automake Dmitry V. Levin
2012-04-13 10:51       ` REAL
2012-04-13 10:55         ` Dmitry V. Levin
2012-04-13 14:33           ` REAL

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