ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1]
  @ 2011-12-11 21:47   ` Michael Shigorin
  2011-12-12  4:40     ` REAL
  2011-12-12  7:41     ` Ivan A. Melnikov
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Shigorin @ 2011-12-11 21:47 UTC (permalink / raw)
  To: devel

	Здравствуйте.
А с этими что делать при новом boost?

On Fri, Dec 09, 2011 at 01:23:21PM +0400, ALT beekeeper wrote:
> Package: SimGear-2.4.0-alt2
[...]
> i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../..    -pipe -Wall -g -O2 -march=i586 -mtune=i686 -Wall -D_REENTRANT -c -o SGExpression.o SGExpression.cxx
> In file included from SGExpression.hxx:34:0,
>                  from SGExpression.cxx:26:
> ../../simgear/structure/Singleton.hxx:4:43: fatal error: boost/pool/detail/singleton.hpp: No such file or directory
> compilation terminated.
> make[3]: *** [SGExpression.o] Error 1
> make[3]: Leaving directory `/usr/src/RPM/BUILD/SimGear-2.4.0/simgear/structure'

On Fri, Dec 09, 2011 at 01:23:21PM +0400, ALT beekeeper wrote:
> Package: FlightGear-2.4.0-alt2
[...]
> i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../../src/Include -I../.. -I../../src  -I/usr/local/include  -pipe -Wall -g -O2 -march=i586 -mtune=i686 -Wall -D_REENTRANT -c -o autopilot.o autopilot.cxx
> In file included from /usr/include/simgear/structure/SGExpression.hxx:34:0,
>                  from inputvalue.hxx:29,
>                  from analogcomponent.hxx:26,
>                  from predictor.hxx:30,
>                  from autopilot.cxx:29:
> /usr/include/simgear/structure/Singleton.hxx:4:43: fatal error: boost/pool/detail/singleton.hpp: No such file or directory
> compilation terminated.
> make[2]: *** [autopilot.o] Error 1
> make[2]: Leaving directory `/usr/src/RPM/BUILD/FlightGear-2.4.0/src/Autopilot'

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1]
  2011-12-11 21:47   ` [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1] Michael Shigorin
@ 2011-12-12  4:40     ` REAL
  2011-12-12  7:41     ` Ivan A. Melnikov
  1 sibling, 0 replies; 4+ messages in thread
From: REAL @ 2011-12-12  4:40 UTC (permalink / raw)
  To: ALT Linux Team development discussions

12.12.2011 03:47, Michael Shigorin пишет:
> 	Здравствуйте.
> А с этими что делать при новом boost?
>
> On Fri, Dec 09, 2011 at 01:23:21PM +0400, ALT beekeeper wrote:
>> Package: SimGear-2.4.0-alt2
> [...]
>> i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../..    -pipe -Wall -g -O2 -march=i586 -mtune=i686 -Wall -D_REENTRANT -c -o SGExpression.o SGExpression.cxx
>> In file included from SGExpression.hxx:34:0,
>>                   from SGExpression.cxx:26:
>> ../../simgear/structure/Singleton.hxx:4:43: fatal error: boost/pool/detail/singleton.hpp: No such file or directory

Оно вроде как переехало на /usr/include/boost/thread/detail/singleton.hpp

-- 

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



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

* Re: [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1]
  2011-12-11 21:47   ` [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1] Michael Shigorin
  2011-12-12  4:40     ` REAL
@ 2011-12-12  7:41     ` Ivan A. Melnikov
  2011-12-15 17:59       ` Michael Shigorin
  1 sibling, 1 reply; 4+ messages in thread
From: Ivan A. Melnikov @ 2011-12-12  7:41 UTC (permalink / raw)
  To: devel

On Sun, 11 Dec 2011 23:47:37 +0200
Michael Shigorin <mike@osdn.org.ua> wrote:

> 	Здравствуйте.
> А с этими что делать при новом boost?
> 
> On Fri, Dec 09, 2011 at 01:23:21PM +0400, ALT beekeeper wrote:
> > Package: SimGear-2.4.0-alt2
> [...]
> > i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../..
> > -pipe -Wall -g -O2 -march=i586 -mtune=i686 -Wall -D_REENTRANT -c -o
> > SGExpression.o SGExpression.cxx In file included from
> > SGExpression.hxx:34:0, from
> > SGExpression.cxx:26: ../../simgear/structure/Singleton.hxx:4:43:
> > fatal error: boost/pool/detail/singleton.hpp: No such file or
> > directory compilation terminated. make[3]: *** [SGExpression.o]
> > Error 1 make[3]: Leaving directory
> > `/usr/src/RPM/BUILD/SimGear-2.4.0/simgear/structure'
> 

Я бы рекомендовал скопировать boost/pool/detail/singleton.hpp из 1.47.0
[1] внутрь SimGear, и использовать как собственный заголовочный файл.
Это, как и предлагаемый рядом boost/thread/detail/singleton.hpp,
внутренние детали реализации, и не стоит полагаться, что они будут тут
достаточно долго и не изменятся до неузнаваемости в следующем релизе.

[1] http://git.altlinux.org/people/iv/packages/?p=boost.git;a=blob;f=boost/boost/pool/detail/singleton.hpp;h=db7ca676bcfcda6bbaedd16b00641baf17854215;hb=2875d6535db418f4d2655e8f971d0d22887f8946

-- 
WBR,
Ivan A. Melnikov


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

* Re: [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1]
  2011-12-12  7:41     ` Ivan A. Melnikov
@ 2011-12-15 17:59       ` Michael Shigorin
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2011-12-15 17:59 UTC (permalink / raw)
  To: devel

On Mon, Dec 12, 2011 at 11:41:45AM +0400, Ivan A. Melnikov wrote:
> > > Package: SimGear-2.4.0-alt2
> > А с этими что делать при новом boost?
> Я бы рекомендовал скопировать boost/pool/detail/singleton.hpp из 1.47.0

Спасибо; посмотрел, подумал и решил всё-таки подождать решения
апстрима (он небыстрый, но достаточно толковый).  Совет передал
в http://code.google.com/p/flightgear-bugs/issues/detail?id=512

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2011-12-15 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-11 21:47   ` [devel] SimGear-2.4.0-alt2: Sisyphus/i586 test rebuild failed [1] Michael Shigorin
2011-12-12  4:40     ` REAL
2011-12-12  7:41     ` Ivan A. Melnikov
2011-12-15 17:59       ` Michael Shigorin

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