ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Ivan A. Melnikov" <iv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>,
	crux@altlinux.org
Subject: Re: [devel] [cyber] I: Sisyphus-20081013 REBUILD i586 status
Date: Mon, 13 Oct 2008 16:42:53 +0400
Message-ID: <200810131642.53389.iv@altlinux.org> (raw)
In-Reply-To: <200810131525.47750.iv@altlinux.org>

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

On Monday 13 October 2008 15:25:47 Ivan A. Melnikov wrote:
> On Monday 13 October 2008 13:48:25 Vladimir Lettiev wrote:
> > p.s. Похоже это проделки нового boost'а
>
> У меня deluge не собирается из-за проделок нового буста со старым gcc.
> Выражаесь точнее, boost зацепил вот это:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33094
>
> К сожанию, deluge не попал  в список пакетов, на которых я тестировал буст.
> Печально.

Проблема связана со смешанным использованием шаблонов и неименованых 
пространств имен.  Например, приложенный патч помогает вроде бы deluge.

и да, повесить багу на gcc4.1-c++?

-- 
Best regards,
Ivan A. Melnikov <iv@altlinux.org>

[-- Attachment #2: deluge-1.0.0-alt-gcc41-workaround.patch --]
[-- Type: text/x-diff, Size: 1276 bytes --]

--- libtorrent/bindings/python/src/extensions.cpp.orig	2008-10-13 16:10:23 +0400
+++ libtorrent/bindings/python/src/extensions.cpp	2008-10-13 16:11:43 +0400
@@ -14,7 +14,7 @@
 using namespace boost::python;
 using namespace libtorrent;
 
-namespace 
+namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_extensions_cpp
 {
 
   struct torrent_plugin_wrap : torrent_plugin, wrapper<torrent_plugin>
@@ -109,6 +109,8 @@ namespace 
 
 } // namespace unnamed
 
+using namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_extensions_cpp;
+
 
 boost::shared_ptr<torrent_plugin> create_metadata_plugin_wrapper(torrent* t) {
     return create_metadata_plugin(t, NULL);
--- libtorrent/bindings/python/src/peer_plugin.cpp.orig	2008-10-13 16:13:24 +0400
+++ libtorrent/bindings/python/src/peer_plugin.cpp	2008-10-13 16:16:07 +0400
@@ -16,7 +16,7 @@
 using namespace boost::python;
 using namespace libtorrent;
 
-namespace 
+namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_peer_plugin_cpp
 {
   struct peer_plugin_wrap : peer_plugin, wrapper<peer_plugin>
   {
@@ -272,6 +272,8 @@ namespace 
 
 } // namespace unnamed
 
+using namespace this_was_unnamed_namespace_but_it_triggers_bug_in_gcc_peer_plugin_cpp;
+
 void bind_peer_plugin()
 {
     class_<

  parent reply	other threads:[~2008-10-13 12:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-13  8:31 ` Dmitry V. Levin
2008-10-13  9:01   ` [devel] [JT] " Kirill A. Shutemov
2008-10-13 11:25   ` [devel] " Dmitriy M. Maslennikov
2008-10-13 12:17     ` Kirill A. Shutemov
2008-10-13 12:23       ` Dmitry V. Levin
2008-10-13 12:29         ` Kirill A. Shutemov
2008-10-13 13:42         ` Kirill A. Shutemov
2008-10-13 13:51           ` Kirill A. Shutemov
2008-10-13 12:27       ` Dmitriy M. Maslennikov
2008-10-13 12:31         ` Kirill A. Shutemov
2008-10-13  9:48 ` Vladimir Lettiev
2008-10-13 10:16   ` Dmitry V. Levin
2008-10-13 11:25   ` Ivan A. Melnikov
2008-10-13 11:33     ` Vladimir Lettiev
2008-10-13 12:42     ` Ivan A. Melnikov [this message]
2008-10-13 12:53       ` Vladimir Lettiev
2008-10-13 14:51         ` Ivan A. Melnikov
2008-10-14 13:34 ` [devel] FlightGear, anyone? (was: [cyber] I: Sisyphus-20081013 REBUILD i586 status) Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810131642.53389.iv@altlinux.org \
    --to=iv@altlinux.org \
    --cc=crux@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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