[Rpm-maint] [rpm-software-management/rpm] Addition of 'V=1' to %make_build broke a package (#798)
Jason Tibbitts
notifications at github.com
Wed Jul 24 23:16:52 UTC 2019
One of the packages I help maintain (apcupsd) broke oddly in rawhide with errors like this:
```
/bin/sh: 1man: command not found
make[3]: 1g++: Command not found
```
Turns out this comes from the `V=1` which was added to `%make_build` in 8655493bdfd6b76271893b148033f2ff580d2d39. The software has an autoconf/targets.mak file which makes use of $(V) in a way that I guess differs from what's expected: https://sourceforge.net/p/apcupsd/svn/HEAD/tree/branches/Branch-3_14/autoconf/targets.mak
I think that this usage is sufficiently weird that I wouldn't ask RPM to back this out. But is there any chance that we could move the `V=1 VERBOSE=1` into `%__make_verbose` or something like that, just to simplify the workaround?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/798
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190724/bd8941e4/attachment.html>
More information about the Rpm-maint
mailing list