You are not logged in.

#1 2013-07-15 13:29:44

Dadam
Member
Registered: 2012-05-07
Posts: 3

boost build broken by update

After the recent update boost build does not work.

My ~/user-config.jam is empty.

main.cpp:

int main (void) { return 0; }

Jamroot:

exe main : main.cpp ;

Build:

# bjam --debug-generators
     *** construct EXE
         from { main.cpp.CPP }
         properties: <main-target-type>EXE
     find-viable-generators target-type= EXE property-set=
     trying type EXE
     there are generators for this type
     trying generator unix.link ( LIB OBJ -> EXE )
     trying generator gcc.link ( LIB OBJ -> EXE )
     ***  0  viable generators
warn: Unable to construct ./main
find-viable-generators target-type= EXE property-set=
trying type EXE
there are generators for this type
trying generator unix.link ( LIB OBJ -> EXE )
trying generator gcc.link ( LIB OBJ -> EXE )
error: no generators were found for type 'EXE'
error: and the requested properties
error: make sure you've configured the needed tools
See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
To debug this problem, try the --debug-generators option.

Offline

#2 2013-08-02 19:40:20

Dadam
Member
Registered: 2012-05-07
Posts: 3

Re: boost build broken by update

When I download boost build source, build bjam from it and run explicitly this binary it works. As the bjam binary is owned by boost (and the boost package was updated recently, not boost-build) it seems to me that the boost package is broken. What should I do now? Write to mailing list? Bug tracker? Contact boost's packager?

Offline

#3 2013-11-25 14:59:52

mloskot
Member
From: London, United Kingdom
Registered: 2012-06-01
Posts: 86
Website

Re: boost build broken by update

Dadam wrote:

What should I do now? Write to mailing list? Bug tracker? Contact boost's packager?

IMHO, report a bug!

FYI, I can reproduce your problem with current boost 1.54.0-4 package. The Boost SVN's version of Boost.Build works like charm.

Last edited by mloskot (2013-11-25 15:29:02)


Mateusz Loskot | github | archlinux-config
Arch (x86-64) | ThinkPad T400  | Intel P8600| Intel i915
Arch (x86-64) | ThinkPad W700 | Intel T9600 | NVIDIA Quadro FX 2700M

Offline

#4 2013-11-25 21:17:39

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

Re: boost build broken by update

FYI, boost 1.55.0 is out. We're currently rebuilding packages against it.

Offline

#5 2014-01-04 10:55:17

qubodup
Member
Registered: 2008-01-19
Posts: 66

Re: boost build broken by update

I reported the issue https://bugs.archlinux.org/task/38347 . Now boost-build is an unmaintained AUR package. I was surprised.

Offline

Board footer

Powered by FluxBB