octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60531] dbstack(N) not omitting innermost fram


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #60531] dbstack(N) not omitting innermost frames as it should
Date: Sun, 16 May 2021 03:45:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62

Follow-up Comment #5, bug #60531 (project octave):

The windows64-64 builder is broken since today.
That might be related to this change.
>From the buildbot logs:

[build]    default-octave
Failed to build package default-octave!
------------------------------------------------------------
      |     ^~~~~~~~~~
/scratch/buildbot/workers/jwe-debian-x86_64-2/w64-64-on-debian/src/tmp-default-octave/octave-7.0.0/liboctave/array/idx-vector.h:482:5:
note: candidate: 'octave::idx_vector::idx_vector(char)'
  482 |     idx_vector (char c) : m_rep (new idx_colon_rep (c)) { }
      |     ^~~~~~~~~~
/scratch/buildbot/workers/jwe-debian-x86_64-2/w64-64-on-debian/src/tmp-default-octave/octave-7.0.0/liboctave/array/idx-vector.h:453:5:
note: candidate: 'octave::idx_vector::idx_vector(octave_idx_type)'
  453 |     idx_vector (octave_idx_type i) : m_rep (new idx_scalar_rep (i)) {
}
      |     ^~~~~~~~~~
/scratch/buildbot/workers/jwe-debian-x86_64-2/w64-64-on-debian/src/tmp-default-octave/octave-7.0.0/liboctave/array/idx-vector.h:441:5:
note: candidate:
'octave::idx_vector::idx_vector(octave::idx_vector::idx_base_rep*)'
  441 |     idx_vector (idx_base_rep *r) : m_rep (r) { }
      |     ^~~~~~~~~~
make[4]: *** [Makefile:19136: libinterp/corefcn/libcorefcn_la-debug.lo] Error
1
make[4]: *** Waiting for unfinished jobs....



Hopefully fixed with this change:
https://hg.savannah.gnu.org/hgweb/octave/rev/e84f7449a0d8


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60531>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]