public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/20740] New: Broken check for dwarf_getalt in configure.ac
@ 2016-01-01  0:00 ruperts at broadcom dot com
  2016-01-01  0:00 ` [Bug default/20740] " dodji at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: ruperts at broadcom dot com @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20740

            Bug ID: 20740
           Summary: Broken check for dwarf_getalt in configure.ac
           Product: libabigail
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: ruperts at broadcom dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

With current head (7458409), the test in configure.ac for
LIBDW_HAS_DWARF_GETALT is incorrect. It currently looks like:

  if test x$FOUND_DWARF_GETALT_IN_LIBDW=xyes; then
     AC_DEFINE([LIBDW_HAS_DWARF_GETALT], 1,
               [Defined if libdw has the function dwarf_getalt])
  fi

without a space either side of the equals sign. But:

  $ test xxx=xyy; echo $?
  0

Adding a space either side makes the test work properly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug default/20740] Broken check for dwarf_getalt in configure.ac
  2016-01-01  0:00 [Bug default/20740] New: Broken check for dwarf_getalt in configure.ac ruperts at broadcom dot com
@ 2016-01-01  0:00 ` dodji at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dodji at redhat dot com @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20740

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from dodji at redhat dot com ---
Indeed.  What was I thinking ...

This is now fixed an pushed to the master branch of the Git repository at
https://sourceware.org/bugzilla/show_bug.cgi?id=20740.

Thank you very much for filing this issue!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-27 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01  0:00 [Bug default/20740] New: Broken check for dwarf_getalt in configure.ac ruperts at broadcom dot com
2016-01-01  0:00 ` [Bug default/20740] " dodji at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).