Bug#440357: jam: jam loses dependencies that are more than 2G (patch)

2007-08-31 Thread Mark Eichin
Note that this also points out a failure to meet policy manual 10.1, "Binaries": "By default, when a package is being built, any binaries created should include debugging information, as well as being compiled with optimization." What's going wrong is that the build rule only passes CFLAGS i

Bug#440357: jam: jam loses dependencies that are more than 2G

2007-08-31 Thread Mark Eichin
Package: jam Version: 2.5rel-1 Severity: normal Because jam is not compiled with -D_FILE_OFFSET_BITS=64 it treats any file over 2G as "missing"; this is particularly inconvenient when using jam to build iso images of large software releases. Since jam doesn't deliver any libraries, this seems lik