On Mon, Dec 08, 2014 at 11:55:58AM -0700, Orion Poplawski wrote:
> On 12/08/2014 11:51 AM, Paul W. Frields wrote:
> > http://paste.fedoraproject.org/157737/18064529
> > 
> > I had a bunch of 'sh: git: command not found' messages in a scratch
> > build I did from an SRPM I uploaded, testing an epel7 build before
> > submitting the real thing.  It's been a while -- are these messages
> > expected behavior?
> > 
> 
> looks like some (probably custom) autotool macros in that package want to make
> use of git, probably to check if the build is a repo checkout.  This is a
> pretty package specific issue.  Add a BR on git if it really needs it.

Sure enough in configure.ac:

AC_INIT([XMLStarlet], [m4_esyscmd_s([git describe --tags --dirty])],
        [http://sourceforge.net/projects/xmlstar/support],
        [],
        [http://xmlstar.sourceforge.net/])

Thanks for the tip, Orion.  Seems I should add the BR to remove those
issues, even though they're cosmetic.

-- 
Paul W. Frields                                http://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
    The open source story continues to grow: http://opensource.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to