ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  @ 2006-02-08 19:37 ` Eugene Vlasov
  2006-02-09  7:40   ` Anton Farygin
  0 siblings, 1 reply; 12+ messages in thread
From: Eugene Vlasov @ 2006-02-08 19:37 UTC (permalink / raw)
  To: incoming; +Cc: ALT Devel discussion list

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

Приветствую, R.E.Gnimocni.
В письме от Wed, Feb 08, 2006 at 04:03:42PM +0300 вы пишете:

> The emacs-misc-modes-0.2-alt3.src.rpm package has been rejected from the incoming.
...
> The following packages have unmet dependencies:
>   emacs-w3m: Depends: w3m but it is not installable

А можно узнать, почему w3m не собирается под x86_64, лог сборки
посмотреть?


-- 
WBR, Eugene Vlasov        mailto:eugvv at altlinux.ru
                          JID: eugvv@jabber.ru

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

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

* [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-08 19:37 ` [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming Eugene Vlasov
@ 2006-02-09  7:40   ` Anton Farygin
  2006-02-09  8:11     ` Alexey I. Froloff
  2006-02-13  6:54     ` [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming Eugene Vlasov
  0 siblings, 2 replies; 12+ messages in thread
From: Anton Farygin @ 2006-02-09  7:40 UTC (permalink / raw)
  To: devel

On Thu, 09 Feb 2006 00:37:03 +0500, Eugene Vlasov wrote:

> Приветствую, R.E.Gnimocni. В письме от Wed, Feb 08,
> 2006 at 04:03:42PM +0300 вы пишете:
> 
>> The emacs-misc-modes-0.2-alt3.src.rpm package has been rejected from the
>> incoming.
> ...
>> The following packages have unmet dependencies:
>>   emacs-w3m: Depends: w3m but it is not installable
> 
> А можно узнать, почему w3m не собирается
> под x86_64, лог сборки посмотреть?

libgc криво собран, судя по всему:
$ ldd -r /usr/lib64/libgc.so
undefined symbol: pthread_create        (/usr/lib64/libgc.so)
undefined symbol: _pthread_cleanup_pop  (/usr/lib64/libgc.so)
undefined symbol: sem_destroy   (/usr/lib64/libgc.so)
undefined symbol: sem_wait      (/usr/lib64/libgc.so)
undefined symbol: sem_post      (/usr/lib64/libgc.so)
undefined symbol: pthread_detach        (/usr/lib64/libgc.so)
undefined symbol: sem_init      (/usr/lib64/libgc.so)
undefined symbol: pthread_kill  (/usr/lib64/libgc.so)
undefined symbol: dlopen        (/usr/lib64/libgc.so)
undefined symbol: pthread_sigmask       (/usr/lib64/libgc.so)
undefined symbol: _pthread_cleanup_push (/usr/lib64/libgc.so)
undefined symbol: sem_getvalue  (/usr/lib64/libgc.so)
undefined symbol: pthread_mutex_trylock (/usr/lib64/libgc.so)
undefined symbol: pthread_join  (/usr/lib64/libgc.so)
        libc.so.6 => /lib64/libc.so.6 (0x00002aaaaabef000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

А он (gc) при сборке не находит pthread. 

Если при линковке принудительно указать
ему на поиск в /lib64 (-L/lib64), то pthreads находится нормально.

Соответственно надо фиксить gc.

Да, вообще очень удивительно что libtool при
линковке по умолчанию не смотрит в /lib64...


Rgds,
RIder



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

* Re: [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-09  7:40   ` Anton Farygin
@ 2006-02-09  8:11     ` Alexey I. Froloff
  2006-02-09  8:53       ` [devel] " Anton Farygin
  2006-02-13  6:54     ` [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming Eugene Vlasov
  1 sibling, 1 reply; 12+ messages in thread
From: Alexey I. Froloff @ 2006-02-09  8:11 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Anton Farygin <rider@> [060209 10:48]:
> > А можно узнать, почему w3m не собирается
> > под x86_64, лог сборки посмотреть?
> libgc криво собран, судя по всему:
Да там всё криво собрано.  См. напр. libneXtaw.

И как ему это удаётся?

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

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

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

* [devel] Re: Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-09  8:11     ` Alexey I. Froloff
@ 2006-02-09  8:53       ` Anton Farygin
  2006-02-09  9:25         ` Alexey I. Froloff
  0 siblings, 1 reply; 12+ messages in thread
From: Anton Farygin @ 2006-02-09  8:53 UTC (permalink / raw)
  To: ALT Devel discussion list

On Thu, 09 Feb 2006 11:11:45 +0300, Alexey I. Froloff wrote:

> * Anton Farygin <rider@> [060209 10:48]:
>> > А можно узнать, почему w3m не собирается
>> > под x86_64, лог сборки посмотреть?
>> libgc криво собран, судя по всему:
> Да там всё криво собрано.  См. напр. libneXtaw.
> 
> И как ему это удаётся?

Кому ему ? мантейнеру или libtool'у ?? ;)

Rgds,
Rider



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

* Re: [devel] Re: Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-09  8:53       ` [devel] " Anton Farygin
@ 2006-02-09  9:25         ` Alexey I. Froloff
  2006-02-09 10:16           ` [devel] " Anton Farygin
  2006-02-09 11:47           ` Anton Farygin
  0 siblings, 2 replies; 12+ messages in thread
From: Alexey I. Froloff @ 2006-02-09  9:25 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Anton Farygin <rider@> [060209 12:02]:
> >> libgc криво собран, судя по всему:
> > Да там всё криво собрано.  См. напр. libneXtaw.

> > И как ему это удаётся?
> Кому ему ? мантейнеру или libtool'у ?? ;)
libtool'у, или ld, или ещё кому... У мантейнера всё OK на i586.

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

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

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

* [devel] Re: Re: Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-09  9:25         ` Alexey I. Froloff
@ 2006-02-09 10:16           ` Anton Farygin
  2006-02-09 11:47           ` Anton Farygin
  1 sibling, 0 replies; 12+ messages in thread
From: Anton Farygin @ 2006-02-09 10:16 UTC (permalink / raw)
  To: devel

On Thu, 09 Feb 2006 12:25:31 +0300, Alexey I. Froloff wrote:

> * Anton Farygin <rider@> [060209 12:02]:
>> >> libgc криво собран, судя по всему:
>> > Да там всё криво собрано.  См. напр.
>> > libneXtaw.
> 
>> > И как ему это удаётся?
>> Кому ему ? мантейнеру или libtool'у ?? ;)
> libtool'у, или ld, или ещё кому... У мантейнера
> всё OK на i586.

Поковыряю на досуге, хотя я и не силён в этом libtool'е.

В Fedora какие-то патчи на gc были на тему
libtool'а и undefined, но оно вообще перестает собираться.

Rgds,
Rider



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

* [devel] Re: Re: Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-09  9:25         ` Alexey I. Froloff
  2006-02-09 10:16           ` [devel] " Anton Farygin
@ 2006-02-09 11:47           ` Anton Farygin
  2006-03-11 15:31             ` [devel] libtool.m4 Dmitry V. Levin
  1 sibling, 1 reply; 12+ messages in thread
From: Anton Farygin @ 2006-02-09 11:47 UTC (permalink / raw)
  To: devel

On Thu, 09 Feb 2006 12:25:31 +0300, Alexey I. Froloff wrote:

> * Anton Farygin <rider@> [060209 12:02]:
>> >> libgc криво собран, судя по всему:
>> > Да там всё криво собрано.  См. напр.
>> > libneXtaw.
> 
>> > И как ему это удаётся?
>> Кому ему ? мантейнеру или libtool'у ?? ;)
> libtool'у, или ld, или ещё кому... У мантейнера
> всё OK на i586.

ну в общем всё понятно.

Для тех, у кого ещё такое будет:

нужно удалять идущий с пакетом libtool.m4 и
вызывать libtoolize с autoreconf

После этого всё собирается. Просто в
идущем с пакетом libtool.m4 отсутвовали данные о /lib64.

Rgds,
Rider



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

* Re: [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-09  7:40   ` Anton Farygin
  2006-02-09  8:11     ` Alexey I. Froloff
@ 2006-02-13  6:54     ` Eugene Vlasov
  2006-02-13  7:30       ` [devel] " Anton Farygin
  1 sibling, 1 reply; 12+ messages in thread
From: Eugene Vlasov @ 2006-02-13  6:54 UTC (permalink / raw)
  To: devel

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

Приветствую, Anton Farygin.
В письме от Thu, Feb 09, 2006 at 10:40:54AM +0300 вы пишете:

>> А можно узнать, почему w3m не собирается
>> под x86_64, лог сборки посмотреть?

> libgc криво собран, судя по всему:

libgc вроде исправили, интересно теперь w3m собирается? У меня есть
подозрение, что там должно быть %_libexecdir вместо %_libdir в секции
%files.


-- 
WBR, Eugene Vlasov        mailto:eugvv at altlinux.ru
                          JID: eugvv@jabber.ru

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

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

* [devel] Re: Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming
  2006-02-13  6:54     ` [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming Eugene Vlasov
@ 2006-02-13  7:30       ` Anton Farygin
  0 siblings, 0 replies; 12+ messages in thread
From: Anton Farygin @ 2006-02-13  7:30 UTC (permalink / raw)
  To: devel

On Mon, 13 Feb 2006 11:54:36 +0500, Eugene Vlasov wrote:

> Приветствую, Anton Farygin. В письме от Thu, Feb 09,
> 2006 at 10:40:54AM +0300 вы пишете:
> 
>>> А можно узнать, почему w3m не собирается
>>> под x86_64, лог сборки посмотреть?
> 
>> libgc криво собран, судя по всему:
> 
> libgc вроде исправили, интересно теперь w3m
> собирается? У меня есть подозрение, что
> там должно быть %_libexecdir вместо %_libdir в
> секции %files.

Да, не собирается из-за этого. Делаю NMU, отправляю в Sisyphus.

Rgds,
Rider



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

* Re: [devel] libtool.m4
  2006-02-09 11:47           ` Anton Farygin
@ 2006-03-11 15:31             ` Dmitry V. Levin
  2006-03-15 12:11               ` Anton Farygin
  0 siblings, 1 reply; 12+ messages in thread
From: Dmitry V. Levin @ 2006-03-11 15:31 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Feb 09, 2006 at 02:47:26PM +0300, Anton Farygin wrote:
> On Thu, 09 Feb 2006 12:25:31 +0300, Alexey I. Froloff wrote:
> > * Anton Farygin <rider@> [060209 12:02]:
> >> >> libgc криво собран, судя по всему:
> >> > Да там всё криво собрано.  См. напр.
> >> > libneXtaw.
> > 
> >> > И как ему это удаётся?
> >> Кому ему ? мантейнеру или libtool'у ?? ;)
> > libtool'у, или ld, или ещё кому... У мантейнера
> > всё OK на i586.
> 
> ну в общем всё понятно.
> 
> Для тех, у кого ещё такое будет:
> 
> нужно удалять идущий с пакетом libtool.m4 и
> вызывать libtoolize с autoreconf

При использовании autoreconf -fisv удалять libtool.m4 незачем,
aclocal должен сделать всё необходимое.


-- 
ldv

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

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

* Re: [devel] libtool.m4
  2006-03-11 15:31             ` [devel] libtool.m4 Dmitry V. Levin
@ 2006-03-15 12:11               ` Anton Farygin
  2006-03-15 12:25                 ` Alexey I. Froloff
  0 siblings, 1 reply; 12+ messages in thread
From: Anton Farygin @ 2006-03-15 12:11 UTC (permalink / raw)
  To: devel

On Sat, 11 Mar 2006 18:31:29 +0300, Dmitry V. Levin wrote:

> On Thu, Feb 09, 2006 at 02:47:26PM +0300, Anton Farygin wrote:
>> On Thu, 09 Feb 2006 12:25:31 +0300, Alexey I. Froloff wrote:
>> > * Anton Farygin <rider@> [060209 12:02]:
>> >> >> libgc криво собран, судя по всему:
>> >> > Да там всё криво собрано.  См. напр.
>> >> > libneXtaw.
>> > 
>> >> > И как ему это удаётся?
>> >> Кому ему ? мантейнеру или libtool'у ?? ;)
>> > libtool'у, или ld, или ещё кому... У
>> > мантейнера всё OK на i586.
>> 
>> ну в общем всё понятно.
>> 
>> Для тех, у кого ещё такое будет:
>> 
>> нужно удалять идущий с пакетом libtool.m4 и
>> вызывать libtoolize с autoreconf
> 
> При использовании autoreconf -fisv удалять
> libtool.m4 незачем, aclocal должен сделать всё
> необходимое.

ну почему-то это не помогает. 

У меня ещё один такой странный пакет обнаружился...

Rgds,
Rider



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

* Re: [devel] libtool.m4
  2006-03-15 12:11               ` Anton Farygin
@ 2006-03-15 12:25                 ` Alexey I. Froloff
  0 siblings, 0 replies; 12+ messages in thread
From: Alexey I. Froloff @ 2006-03-15 12:25 UTC (permalink / raw)
  To: ALT Devel discussion list, devel

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

* Anton Farygin <rider@> [060315 15:21]:
> >> нужно удалять идущий с пакетом libtool.m4 и
> >> вызывать libtoolize с autoreconf
> > При использовании autoreconf -fisv удалять
> > libtool.m4 незачем, aclocal должен сделать всё
> > необходимое.
> ну почему-то это не помогает. 
Мне помогло.

-- 
Regards, Sir Raorn.
-------------------
Вопрос на засыпку:
Чем отличается a/b/.. от a/, когда b - симлинк на c?
		-- wrar in sisyphus@

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

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

end of thread, other threads:[~2006-03-15 12:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08 19:37 ` [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming Eugene Vlasov
2006-02-09  7:40   ` Anton Farygin
2006-02-09  8:11     ` Alexey I. Froloff
2006-02-09  8:53       ` [devel] " Anton Farygin
2006-02-09  9:25         ` Alexey I. Froloff
2006-02-09 10:16           ` [devel] " Anton Farygin
2006-02-09 11:47           ` Anton Farygin
2006-03-11 15:31             ` [devel] libtool.m4 Dmitry V. Levin
2006-03-15 12:11               ` Anton Farygin
2006-03-15 12:25                 ` Alexey I. Froloff
2006-02-13  6:54     ` [devel] Re: E: emacs-misc-modes-0.2-alt3.src.rpm has been rejected from the incoming Eugene Vlasov
2006-02-13  7:30       ` [devel] " Anton Farygin

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