You are not logged in.

#1 2008-05-18 14:29:54

regnskog
Member
From: Stockholm, Sweden
Registered: 2006-08-06
Posts: 17

Boost 1.35: when?

Hello I am writing a game in C++ and everything was working alright until I wanted to use boost::circular_buffer in my code. Apparently the boost library version that it got introduced was 1.35. The package that arch distributes is only 1.34.1 or something. So I was just wondering how long it will take until the new package is available. I would normally build the library myself in these cases but my experience with boost is that it is quite difficult to build, and I would also want to avoid it if the package is to be released any day now anyway. Thanks!

Offline

#2 2008-05-18 17:09:29

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: Boost 1.35: when?

it builds fine,
i don't know about how well it works or not

to build,
i just changed the version number (.34 => .35, and the 34_1 => 35_0)
commented out the patch lines (including in the sources array)
and commented out the checksums

Offline

#3 2008-05-20 18:56:28

train
Member
Registered: 2007-03-17
Posts: 38

Re: Boost 1.35: when?

Hi, i tried to adopt the PKGBUILD for boost-1.35.0. I also removed all patches and needed to fix _bindir.

Here is a diff for the PKGBUILD: http://pastebin.com/m666b12b3

Library is compiled. Did not test anything for now.

Offline

#4 2008-05-20 19:14:34

train
Member
Registered: 2007-03-17
Posts: 38

Re: Boost 1.35: when?

update:
Did not compile on x86_64 with gcc-4.3.0. Sorry!

Can someone please confirm a successful build on 64bit systems?

Offline

#5 2008-05-21 13:47:07

regnskog
Member
From: Stockholm, Sweden
Registered: 2006-08-06
Posts: 17

Re: Boost 1.35: when?

Ah I had completely forgotten about how easy it is to rebuild packages in arch smile

Offline

#6 2008-06-17 16:51:32

Rulatir
Banned
Registered: 2007-02-05
Posts: 94

Re: Boost 1.35: when?

Is any work under way on making an official 1.35.0 package, or did the maintainer just choose to wait until an OOTB building combination of boost and gcc floats by?

Offline

#7 2008-06-19 00:24:54

Rulatir
Banned
Registered: 2007-02-05
Posts: 94

Re: Boost 1.35: when?

Bumpety-bump.

Offline

#8 2008-06-19 06:22:28

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Boost 1.35: when?

This does not seem to be the appropriate place for discussing that, but well.

My suggestion would be to make a PKGBUILD for this new version, and share it here to test it with others.
When you are sure that it builds and runs fine on both arch, send it to the maintainer.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#9 2008-06-19 19:46:25

Rulatir
Banned
Registered: 2007-02-05
Posts: 94

Re: Boost 1.35: when?

shining wrote:

This does not seem to be the appropriate place for discussing that, but well.

My suggestion would be to make a PKGBUILD for this new version.

I and several others tried that. It doesn't build on x86_64, and I have neither the knowledge needed to solve problems caused by boost's three times damned non-standard build system, nor the time to learn how it works. However I do need 1.35.0 desperately, so I am left with no choice but to fall back to pinging the maintainer who just might happen to know bjam a little bit.

Offline

#10 2008-07-03 00:29:49

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Boost 1.35: when?

it's now in testing repo

Offline

Board footer

Powered by FluxBB