ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] libvmime-0.9.2-alt4: Sisyphus/i586 test rebuild failed
  @ 2012-06-02 15:53 ` Sergey Vlasov
    0 siblings, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2012-06-02 15:53 UTC (permalink / raw)
  To: devel

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

On Sat, Jun 02, 2012 at 01:11:44PM +0400, Радик Юсупов wrote:
> Коллеги, доброго времени.
> Прошу подсказать как победить возникшую несобираемость libvmime:

> platforms_posix_posixHandler.cpp: In member function 'virtual const vmime::charset vmime::platforms::posix::posixHandler::getLocaleCharset() const':
> platforms_posix_posixHandler.cpp:154:8: error: 'PLockHelper' does not name a type

> http://git.altlinux.org/beehive/logs/Sisyphus-i586/latest/error/libvmime-0.9.2-alt4

Почему-то не определяется наличие поддержки pthreads в системе:

> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... no
> checking whether pthreads work with -pthreads... no
> checking whether pthreads work with -mthreads... no
> checking for the pthreads library -lpthread... no
> checking whether pthreads work with --thread-safe... no
> checking whether pthreads work with -mt... no
> checking for pthread-config... no

Можно добавить cat config.log после %configure, чтобы увидеть в логе
сборки, почему в сборочной среде не работает определение pthreads.

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

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

* Re: [devel] libvmime-0.9.2-alt4: Sisyphus/i586 test rebuild failed
  @ 2012-06-12  7:27     ` Sergey Vlasov
    0 siblings, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2012-06-12  7:27 UTC (permalink / raw)
  To: devel

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

On Tue, Jun 12, 2012 at 08:23:36AM +0400, Радик Юсупов wrote:
> 02.06.2012 19:53, Sergey Vlasov пишет:
> > Можно добавить cat config.log после %configure, чтобы увидеть в логе
> > сборки, почему в сборочной среде не работает определение pthreads.
> Пожалуйста: http://git.altlinux.org/tasks/73400/build/200/i586/log
> Надеюсь поможет...

Развал начался отсюда:

configure:18544: checking whether i586-alt-linux-gcc and cc understand -c and -o together
configure:18575: i586-alt-linux-gcc -c conftest.cpp -o conftest2.o >&5
i586-alt-linux-gcc: error trying to exec 'cc1plus': execvp: No such file or directory
configure:18579: $? = 1
configure:18647: result: no

Причина в том, что указано BuildRequires: gcc4.5-c++, в то время как в
Сизифе сейчас уже 4.6.  Нужно либо убрать явное указание версии (тогда
будет использоваться последняя), либо, если действительно требуется
собирать этот код gcc 4.5, использовать %set_gcc_version.

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

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

* Re: [devel] libvmime-0.9.2-alt4: Sisyphus/i586 test rebuild failed
  @ 2012-06-12  8:17         ` Andrew Clark
  2012-06-12  8:34         ` Sergey Vlasov
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Clark @ 2012-06-12  8:17 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On 12.06.2012 12:15, Радик Юсупов wrote:
> Сергей, спасибо!
> Убрал явное упоминание.. и совсем поплохело: 
> http://git.altlinux.org/tasks/73400/build/300/i586/log
> :(
Радик, у тебя iconv стоит? В логах пишут:

checking for iconv... no, consider installing GNU libiconv
checking if an usable version of iconv exists (required)... no
configure: error: no usable version of iconv has been found





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

* Re: [devel] libvmime-0.9.2-alt4: Sisyphus/i586 test rebuild failed
    2012-06-12  8:17         ` Andrew Clark
@ 2012-06-12  8:34         ` Sergey Vlasov
  1 sibling, 0 replies; 4+ messages in thread
From: Sergey Vlasov @ 2012-06-12  8:34 UTC (permalink / raw)
  To: devel

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

On Tue, Jun 12, 2012 at 12:15:57PM +0400, Радик Юсупов wrote:
> 12.06.2012 11:27, Sergey Vlasov пишет:
> > Причина в том, что указано BuildRequires: gcc4.5-c++, в то время как в
> > Сизифе сейчас уже 4.6.  Нужно либо убрать явное указание версии (тогда
> > будет использоваться последняя), либо, если действительно требуется
> > собирать этот код gcc 4.5, использовать %set_gcc_version.
> Сергей, спасибо!
> Убрал явное упоминание.. и совсем поплохело: 
> http://git.altlinux.org/tasks/73400/build/300/i586/log
> :(

Так убирать надо было только версию, оставив:

  BuildRequires: gcc-c++

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

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

end of thread, other threads:[~2012-06-12  8:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-02 15:53 ` [devel] libvmime-0.9.2-alt4: Sisyphus/i586 test rebuild failed Sergey Vlasov
2012-06-12  7:27     ` Sergey Vlasov
2012-06-12  8:17         ` Andrew Clark
2012-06-12  8:34         ` Sergey Vlasov

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