From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Date: Mon, 3 Sep 2012 13:34:07 +0400 From: "Ivan A. Melnikov" To: devel@lists.altlinux.org Message-ID: <20120903133407.12ca80d1@deimos.localdomain> In-Reply-To: <1346615640.32275.9.camel@marsh.inozemtsev.org> References: <1346615640.32275.9.camel@marsh.inozemtsev.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.11; x86_64-alt-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [devel] =?utf-8?q?boost_=D0=B2_t6?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 09:34:13 -0000 Archived-At: List-Archive: List-Post: On Sun, 02 Sep 2012 23:54:00 +0400 "Valery V. Inozemtsev" wrote: > Hi >=20 > [ build CXX ] l10ntools/source/help/HelpCompiler.cxx > In file included from /usr/include/boost/functional/hash.hpp:6:0, > from /usr/include/boost/unordered/unordered_map.hpp:17, > from /usr/include/boost/unordered_map.hpp:16, >=20 > from /usr/src/RPM/BUILD/libreoffice-3.6.1.2/l10ntools/source/help/HelpCom= piler.hxx:33, >=20 > from /usr/src/RPM/BUILD/libreoffice-3.6.1.2/l10ntools/source/help/HelpCom= piler.cxx:30: > /usr/include/boost/functional/hash/hash.hpp:28:21: fatal error: > typeindex: No such file or directory >=20 > $ grep typeindex /usr/include/boost/functional/hash/hash.hpp > #include >=20 > $ grep typeindex /ALT/t6/i586/base/contents_index > =D0=BF=D1=83=D1=81=D1=82=D0=BE >=20 > $ grep typeindex /ALT/Sisyphus/i586/base/contents_index > /usr/include/c++/4.6.3/typeindex libstdc++4.6-devel >=20 >=20 > =D0=98=D0=B7=D0=B2=D0=B5=D1=87=D0=BD=D1=8B=D0=B9 =D0=B2=D0=BE=D0=BF=D1=80= =D0=BE=D1=81: "=D0=9A=D1=82=D0=BE =D0=B2=D0=B8=D0=BD=D0=BE=D0=B2=D0=B0=D1= =82 =D0=B8 =D1=87=D1=82=D0=BE =D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C" >=20 =D0=A1=D0=B5=D0=B9=D1=87=D0=B0=D1=81 =D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB h= asher'=D0=BE=D0=BC =D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB chroot =D0=BD=D0=B0= (=D0=B8=D0=B7?) t6, =D0=B8 =D0=B2 =D0=BD=D1=91=D0=BC =D0=BF=D1=80=D0=BE=D0= =B2=D0=B5=D1=80=D0=B8=D0=BB: [builder@localhost tmp]$ cat a.cpp #include #include int main() { std::cout << "Hash: " << boost::hash_value("test") << std::endl; return 0; } [builder@localhost tmp]$ g++ a.cpp && ./a.out Hash: 46082543293600821 [builder@localhost tmp]$=20 =D0=9D=D1=83 =D1=82=D0=BE =D0=B5=D1=81=D1=82=D1=8C, =D0=A3=D0=9C=D0=92=D0= =A0, =D0=B0 =D1=83 =D0=92=D0=B0=D1=81 =D0=BA=D0=B0=D0=BA=D0=BE=D0=B9-=D1=82= =D0=BE misconfiguration. =D0=A7=D1=82=D0=BE =D0=92=D1=8B =D0=BF=D1=8B=D1=82= =D0=B0=D0=B5=D1=82=D0=B5=D1=81=D1=8C =D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C? =D0=A1 =D0=BA=D0=B0=D0=BA=D0=B8= =D0=BC=D0=B8 =D1=84=D0=BB=D0=B0=D0=B3=D0=B0=D0=BC=D0=B8 =D0=B7=D0=B0=D0=BF= =D1=83=D1=81=D0=BA=D0=B0=D0=B5=D1=82=D1=81=D1=8F =D0=BA=D0=BE=D0=BC=D0=BF= =D0=B8=D0=BB=D1=8F=D1=82=D0=BE=D1=80? P.S. Just in case: [builder@localhost tmp]$ rpm -qa | grep ^boost boost-devel-headers-1.46.1-alt1 boost-devel-1.46.1-alt1 [builder@localhost tmp]$ g++ --version x86_64-alt-linux-g++ (GCC) 4.5.3 20120403 (ALT Linux 4.5.3-alt1.M60P.1) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --=20 WBR, Ivan A. Melnikov