public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/25001] 1.6: test suite is failing
  2019-01-01  0:00 [Bug default/25001] New: 1.6: test suite is failing kloczko.tomasz at gmail dot com
  2019-01-01  0:00 ` [Bug default/25001] " kloczko.tomasz at gmail dot com
@ 2019-01-01  0:00 ` kloczko.tomasz at gmail dot com
  2019-01-01  0:00 ` dodji at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2019-01-01  0:00 UTC (permalink / raw)
  To: libabigail

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

--- Comment #4 from kloczek <kloczko.tomasz at gmail dot com> ---
At the moment I'm a bit busy on other things.
Will let you know later :)

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

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

* [Bug default/25001] New: 1.6: test suite is failing
@ 2019-01-01  0:00 kloczko.tomasz at gmail dot com
  2019-01-01  0:00 ` [Bug default/25001] " kloczko.tomasz at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2019-01-01  0:00 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 25001
           Summary: 1.6: test suite is failing
           Product: libabigail
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: kloczko.tomasz at gmail dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Created attachment 11992
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11992&action=edit
tests/test-suite.log

Generated tests/test-suite.log is in attachment

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

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

* [Bug default/25001] 1.6: test suite is failing
  2019-01-01  0:00 [Bug default/25001] New: 1.6: test suite is failing kloczko.tomasz at gmail dot com
@ 2019-01-01  0:00 ` kloczko.tomasz at gmail dot com
  2019-01-01  0:00 ` kloczko.tomasz at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2019-01-01  0:00 UTC (permalink / raw)
  To: libabigail

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

--- Comment #2 from kloczek <kloczko.tomasz at gmail dot com> ---
I can easyli add selected patches to my packeges build process.
Can you point on exact patch or patches hashes?

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

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

* [Bug default/25001] 1.6: test suite is failing
  2019-01-01  0:00 [Bug default/25001] New: 1.6: test suite is failing kloczko.tomasz at gmail dot com
  2019-01-01  0:00 ` [Bug default/25001] " kloczko.tomasz at gmail dot com
  2019-01-01  0:00 ` kloczko.tomasz at gmail dot com
@ 2019-01-01  0:00 ` dodji at redhat dot com
  2019-01-01  0:00 ` dodji at seketeli dot org
  2020-03-10 23:39 ` kloczko.tomasz at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dodji at redhat dot com @ 2019-01-01  0:00 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-09-18
     Ever confirmed|0                           |1

--- Comment #1 from dodji at redhat dot com ---
Hello,

Thank you for taking the time to report this issue.

It seems to me that this issue has been fixed in the master branch of our git
repository, which can be browsed at
https://sourceware.org/git/gitweb.cgi?p=libabigail.git.

You can clone it by doing "git clone git://sourceware.org/git/libabigail.git".

Once you are in the source directory, you can compile it and run the tests by
doing:

autoreconf -i
configure
make
make check -j<the-number-of-cpu-cores-you-have>

If you have time, please try compiling that master branch from git and tell me
if you still have the issue.

Thanks!

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

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

* [Bug default/25001] 1.6: test suite is failing
  2019-01-01  0:00 [Bug default/25001] New: 1.6: test suite is failing kloczko.tomasz at gmail dot com
                   ` (2 preceding siblings ...)
  2019-01-01  0:00 ` dodji at redhat dot com
@ 2019-01-01  0:00 ` dodji at seketeli dot org
  2020-03-10 23:39 ` kloczko.tomasz at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dodji at seketeli dot org @ 2019-01-01  0:00 UTC (permalink / raw)
  To: libabigail

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

--- Comment #3 from dodji at seketeli dot org ---
"kloczko.tomasz at gmail dot com" <sourceware-bugzilla@sourceware.org> a
écrit:

> --- Comment #2 from kloczek <kloczko.tomasz at gmail dot com> ---
> I can easyli add selected patches to my packeges build process.
> Can you point on exact patch or patches hashes?

I am afraid there are a too many patches for that.  That is because the
error you are seing was an "intermittent" one.  It was appearing on and
off, depending of the platform and whatnot.  It thus took several trial
and error attempts to actually nail it.  So several patches went in to
try to nail the issue.

So you really to get the master branch code.

If that is too cumbersome for you, then you can construct a tarball from
Git master by doing "make dist" after configuring the git checkout.
You'll then be able to use the resulting tarball, that you would drop
into your build process.

Would that be helpful?

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

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

* [Bug default/25001] 1.6: test suite is failing
  2019-01-01  0:00 [Bug default/25001] New: 1.6: test suite is failing kloczko.tomasz at gmail dot com
                   ` (3 preceding siblings ...)
  2019-01-01  0:00 ` dodji at seketeli dot org
@ 2020-03-10 23:39 ` kloczko.tomasz at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: kloczko.tomasz at gmail dot com @ 2020-03-10 23:39 UTC (permalink / raw)
  To: libabigail

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

kloczek <kloczko.tomasz at gmail dot com> changed:

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

--- Comment #5 from kloczek <kloczko.tomasz at gmail dot com> ---
Looks like 1.7 is ok now.

Closing

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

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

end of thread, other threads:[~2020-03-10 23:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [Bug default/25001] New: 1.6: test suite is failing kloczko.tomasz at gmail dot com
2019-01-01  0:00 ` [Bug default/25001] " kloczko.tomasz at gmail dot com
2019-01-01  0:00 ` kloczko.tomasz at gmail dot com
2019-01-01  0:00 ` dodji at redhat dot com
2019-01-01  0:00 ` dodji at seketeli dot org
2020-03-10 23:39 ` kloczko.tomasz at gmail 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).