Bugzilla – Bug 102
Make dist fails if --enable-drmaa is not specified
Last modified: 2010-12-10 05:50:09 MST
You need to log in before you can comment on or make changes to this bug.
Make dist fails, because GPERF variable is set only if --enable-drmaa is used and GPERF is still used in make dist even if drmaa is not enabled.
Ken, I believe this is fixed by the "make distcheck" patch I sent you several days ago, as I am not seeing this issue (and I do recall this behavior). If you haven't had a chance to look over that patch, it might be worth taking a gander at it and making sure I haven't broken anything else. :)
(In reply to comment #0) > Make dist fails, because GPERF variable is set only if --enable-drmaa is used > and GPERF is still used in make dist even if drmaa is not enabled. I just ran the distcheck and I did not see this problem. I just created a snapshot for 2.4 at http://www.clusterresources.com/downloads/torque/snapshots/torque-2.4.12-snap.201012061155.tar.gz. You could download this and give it a try. What platform are you building on?
(In reply to comment #2) > (In reply to comment #0) > > Make dist fails, because GPERF variable is set only if --enable-drmaa is used > > and GPERF is still used in make dist even if drmaa is not enabled. > > I just ran the distcheck and I did not see this problem. I just created a > snapshot for 2.4 at > http://www.clusterresources.com/downloads/torque/snapshots/torque-2.4.12-snap.201012061155.tar.gz. > You could download this and give it a try. > > What platform are you building on? It seems to be fixed in 2.4-fixes branch now. Thanks.