On Friday, 23 June 2017, at 00:46:58 (-0600), Ole Holm Nielsen wrote: > The requirement of removing "=" must be a bug since "rpmbuild --help" says: > > --with=<option> enable configure <option> for build > --without=<option> disable configure <option> for build
RPM binaries handle certain command-line options via popt aliases; see /usr/lib/rpm/rpmpopt-*. It very well may be a popt bug...I'm not sure how much exercise that particular code path gets.... > The PDSH homepage has apparently moved recently to > https://github.com/grondo/pdsh and now offers version pdsh-2.32 > (2017-06-22). However, I'm currently unable to build an RPM from > this version. Yeah, looks like the (new?) maintainer is making some invalid build assumptions (such as assuming "git describe" will work, thereby breaking builds from tarballs) that will take some time to work through. I will hammer through it eventually, but at the moment I have too much other stuff going on to spare the cycles to do it myself just now. Maybe someone else will beat me to it. :-) > Michael: From where can one download pdsh-2.29-1.el7.src.rpm? I can > only find version 2.31 at > https://dl.fedoraproject.org/pub/epel/7/SRPMS/p/pdsh-2.31-1.el7.src.rpm, > and this version won't build on EL6. It may or may not still be there, but I pulled it from: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pdsh/pdsh-2.29.tar.bz2 HTH, Michael -- Michael E. Jennings <[email protected]> HPC Systems Team, Los Alamos National Laboratory Bldg. 03-2327, Rm. 2341 W: +1 (505) 606-0605
