Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197465 - dev-libs/boost continues compiling on errors and fails at the end
Summary: dev-libs/boost continues compiling on errors and fails at the end
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 21:31 UTC by Benedikt Reinartz
Modified: 2007-11-18 12:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benedikt Reinartz 2007-10-29 21:31:17 UTC
bjam doesn't stop when it fails a build but compiles until the end (it does return an errorcode though).

It would have a more make-like (and developer friendly) behaviour with the -q flag. From bjam --help:
"  * -q Stop at first error"

Reproducible: Always

Steps to Reproduce:
1. emerge boost (so that it fails somewhere ;))
2. Have fun finding the failing part
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2007-11-18 12:15:33 UTC
That's a pretty good idea. Added to the ebuild without revision bump.
Cheers.