pkgsrc-Bugs archive

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

Re: pkg/50490 (ccmake doesn't work)



The following reply was made to PR pkg/50490; it has been noted by GNATS.

From: bch <brad.harder%gmail.com@localhost>
To: gnats-bugs <gnats-bugs%netbsd.org@localhost>
Cc: gnats-admin <gnats-admin%netbsd.org@localhost>, pkgsrc-bugs%netbsd.org@localhost, joerg%netbsd.org@localhost
Subject: Re: pkg/50490 (ccmake doesn't work)
Date: Wed, 22 Jun 2016 10:31:29 -0700

 --001a113fbbd0d428b80535e14ef5
 Content-Type: text/plain; charset=UTF-8
 
 Hi Joerg -
 
 On Jun 22, 2016 10:25 AM, "David Holland" <dholland-pbugs%netbsd.org@localhost> wrote:
 >
 > The following reply was made to PR pkg/50490; it has been noted by GNATS.
 >
 > From: David Holland <dholland-pbugs%netbsd.org@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:
 > Subject: Re: pkg/50490 (ccmake doesn't work)
 > Date: Wed, 22 Jun 2016 17:22:25 +0000
 >
 >  (this whole subthread wasn't sent to gnats)
 >
 >  From: bch <brad.harder%gmail.com@localhost>
 >  To: joerg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost, bch
 >         <brad.harder%gmail.com@localhost>
 >  Subject: Re: pkg/50490 (ccmake doesn't work)
 >  Date: Fri, 11 Dec 2015 14:15:04 -0800
 >
 >  I think this PR can now be fairly closed.
 >
 >  Thanks, all,
 >
 >  -bch
 >
 >  From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 >  To: bch <brad.harder%gmail.com@localhost>
 >  Cc: joerg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 >  Subject: Re: pkg/50490 (ccmake doesn't work)
 >  Date: Sat, 12 Dec 2015 15:53:54 +0100
 >
 >  On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:
 >  > I think this PR can now be fairly closed.
 >
 >  Well, has the libform patch fixed the problem? I definitely want to drop
 >  the ncurses dependency again, given how high in the food chain cmake is
 >  nowadays.
 >
 >  Joerg
 >
 >  From: bch <brad.harder%gmail.com@localhost>
 >  To: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 >  Cc: joerg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 >  Subject: Re: pkg/50490 (ccmake doesn't work)
 >  Date: Sat, 12 Dec 2015 11:59:13 -0800
 >
 >  On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
 >  > On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:
 >  >> I think this PR can now be fairly closed.
 >  >
 >  > Well, has the libform patch fixed the problem? I definitely want to
 drop
 >  > the ncurses dependency again, given how high in the food chain cmake is
 >  > nowadays.
 >
 >  Well, I'm running this:
 >          -lexecinfo.0 => /usr/lib/libexecinfo.so.0
 >          -lelf.1 => /usr/lib/libelf.so.1
 >          -lgcc_s.1 => /usr/lib/libgcc_s.so.1
 >          -lc.12 => /usr/lib/libc.so.12
 >          -lform.6 => /usr/pkg/lib/libform.so.6
 >          -lncurses.6 => /usr/pkg/lib/libncurses.so.6
 >          -lexpat.2 => /usr/lib/libexpat.so.2
 >          -lz.1 => /usr/lib/libz.so.1
 >          -larchive.13 => /usr/pkg/lib/libarchive.so.13
 >          -llzma.2 => /usr/lib/liblzma.so.2
 >          -lpthread.1 => /usr/lib/libpthread.so.1
 >  ...
 >
 >  which: 1) uses ncurses 2) does not use curses 3) has the libform
 >  patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I built)
 >  before you patched libform/field.c, so I can't currently say if the
 >  libform work alone fixed it.
 >
 >  It looks like[0] the wiz@ patch for pkgsrc/devel/cmake is basically a
 >  1-line change, which I can revert to test.
 >
 >  -bch
 >
 >  [0]
 http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/cmake/Makefile.diff?r1=1.109&r2=1.110&only_with_tag=MAIN
 >
 >  From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 >  To: bch <brad.harder%gmail.com@localhost>
 >  Cc: joerg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 >  Subject: Re: pkg/50490 (ccmake doesn't work)
 >  Date: Sat, 12 Dec 2015 23:08:45 +0100
 >
 >  On Sat, Dec 12, 2015 at 11:59:13AM -0800, bch wrote:
 >  > On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
 >  > > On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:
 >  > >> I think this PR can now be fairly closed.
 >  > >
 >  > > Well, has the libform patch fixed the problem? I definitely want to
 drop
 >  > > the ncurses dependency again, given how high in the food chain cmake
 is
 >  > > nowadays.
 >  >
 >  > Well, I'm running this:
 >  >         -lexecinfo.0 => /usr/lib/libexecinfo.so.0
 >  >         -lelf.1 => /usr/lib/libelf.so.1
 >  >         -lgcc_s.1 => /usr/lib/libgcc_s.so.1
 >  >         -lc.12 => /usr/lib/libc.so.12
 >  >         -lform.6 => /usr/pkg/lib/libform.so.6
 >  >         -lncurses.6 => /usr/pkg/lib/libncurses.so.6
 >  >         -lexpat.2 => /usr/lib/libexpat.so.2
 >  >         -lz.1 => /usr/lib/libz.so.1
 >  >         -larchive.13 => /usr/pkg/lib/libarchive.so.13
 >  >         -llzma.2 => /usr/lib/liblzma.so.2
 >  >         -lpthread.1 => /usr/lib/libpthread.so.1
 >  > ...
 >  >
 >  > which: 1) uses ncurses 2) does not use curses 3) has the libform
 >  > patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I built)
 >  > before you patched libform/field.c, so I can't currently say if the
 >  > libform work alone fixed it.
 >
 >  The libform patch is for NetBSD's libform, not ncurses's libform.
 >
 >  Joerg
 >
 >  From: bch <brad.harder%gmail.com@localhost>
 >  To: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 >  Cc: joerg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 >  Subject: Re: pkg/50490 (ccmake doesn't work)
 >  Date: Sat, 12 Dec 2015 14:36:44 -0800
 >
 >  On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
 >  > On Sat, Dec 12, 2015 at 11:59:13AM -0800, bch wrote:
 >  >> On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
 >  >> > On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:
 >  >> >> I think this PR can now be fairly closed.
 >  >> >
 >  >> > Well, has the libform patch fixed the problem? I definitely want to
 >  >> > drop
 >  >> > the ncurses dependency again, given how high in the food chain
 cmake is
 >  >> > nowadays.
 >  >>
 >  >> Well, I'm running this:
 >  >>         -lexecinfo.0 => /usr/lib/libexecinfo.so.0
 >  >>         -lelf.1 => /usr/lib/libelf.so.1
 >  >>         -lgcc_s.1 => /usr/lib/libgcc_s.so.1
 >  >>         -lc.12 => /usr/lib/libc.so.12
 >  >>         -lform.6 => /usr/pkg/lib/libform.so.6
 >  >>         -lncurses.6 => /usr/pkg/lib/libncurses.so.6
 >  >>         -lexpat.2 => /usr/lib/libexpat.so.2
 >  >>         -lz.1 => /usr/lib/libz.so.1
 >  >>         -larchive.13 => /usr/pkg/lib/libarchive.so.13
 >  >>         -llzma.2 => /usr/lib/liblzma.so.2
 >  >>         -lpthread.1 => /usr/lib/libpthread.so.1
 >  >> ...
 >  >>
 >  >> which: 1) uses ncurses 2) does not use curses 3) has the libform
 >  >> patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I built)
 >  >> before you patched libform/field.c, so I can't currently say if the
 >  >> libform work alone fixed it.
 >  >
 >  > The libform patch is for NetBSD's libform, not ncurses's libform.
 >
 >  Sure -- I was recounting all that was applied on my machine, and if
 >  libform (for nbsd curses) is patched but I'm only using ncurses, the
 >  patch is immaterial...
 >
 >  My prev msg shows that the libform/curses patch does not seem to fix
 >  the problem; I tested by rolling back the wiz@ Makefile work in
 >  pkgsrc/devel/cmake
 >
 >
 >  -bch
 >
 >  From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 >  To: bch <brad.harder%gmail.com@localhost>
 >  Cc: joerg%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 >  Subject: Re: pkg/50490 (ccmake doesn't work)
 >  Date: Sun, 13 Dec 2015 00:53:26 +0100
 >
 >  On Sat, Dec 12, 2015 at 02:36:44PM -0800, bch wrote:
 >  > On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
 >  > > On Sat, Dec 12, 2015 at 11:59:13AM -0800, bch wrote:
 >  > >> On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
 >  > >> > On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:
 >  > >> >> I think this PR can now be fairly closed.
 >  > >> >
 >  > >> > Well, has the libform patch fixed the problem? I definitely want
 to
 >  > >> > drop
 >  > >> > the ncurses dependency again, given how high in the food chain
 cmake is
 >  > >> > nowadays.
 >  > >>
 >  > >> Well, I'm running this:
 >  > >>         -lexecinfo.0 => /usr/lib/libexecinfo.so.0
 >  > >>         -lelf.1 => /usr/lib/libelf.so.1
 >  > >>         -lgcc_s.1 => /usr/lib/libgcc_s.so.1
 >  > >>         -lc.12 => /usr/lib/libc.so.12
 >  > >>         -lform.6 => /usr/pkg/lib/libform.so.6
 >  > >>         -lncurses.6 => /usr/pkg/lib/libncurses.so.6
 >  > >>         -lexpat.2 => /usr/lib/libexpat.so.2
 >  > >>         -lz.1 => /usr/lib/libz.so.1
 >  > >>         -larchive.13 => /usr/pkg/lib/libarchive.so.13
 >  > >>         -llzma.2 => /usr/lib/liblzma.so.2
 >  > >>         -lpthread.1 => /usr/lib/libpthread.so.1
 >  > >> ...
 >  > >>
 >  > >> which: 1) uses ncurses 2) does not use curses 3) has the libform
 >  > >> patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I built)
 >  > >> before you patched libform/field.c, so I can't currently say if the
 >  > >> libform work alone fixed it.
 >  > >
 >  > > The libform patch is for NetBSD's libform, not ncurses's libform.
 >  >
 >  > Sure -- I was recounting all that was applied on my machine, and if
 >  > libform (for nbsd curses) is patched but I'm only using ncurses, the
 >  > patch is immaterial...
 >  >
 >  > My prev msg shows that the libform/curses patch does not seem to fix
 >  > the problem; I tested by rolling back the wiz@ Makefile work in
 >  > pkgsrc/devel/cmake
 >
 >  I'm specifically asking whether the crash exists with
 >  (1) src/lib/libform/field.c r1.30 and
 >  (2) pkgsrc/devel/cmake/Makefile r1.109
 >
 >  For the invalid terminal issue you also need:
 >  pkgsrc/devel/cmake/distinfo r1.83 and
 >  pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_ccmake.cxx r1.1.
 
 Let me see if I can get all those pieces in place to test (If I'm not
 currently that configuration already).
 
 >  Joerg
 >
 
 --001a113fbbd0d428b80535e14ef5
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <p dir=3D"ltr">Hi Joerg -<br></p>
 <p dir=3D"ltr">On Jun 22, 2016 10:25 AM, &quot;David Holland&quot; &lt;<a h=
 ref=3D"mailto:dholland-pbugs%netbsd.org@localhost";>dholland-pbugs%netbsd.org@localhost</a>&gt; =
 wrote:<br>
 &gt;<br>
 &gt; The following reply was made to PR pkg/50490; it has been noted by GNA=
 TS.<br>
 &gt;<br>
 &gt; From: David Holland &lt;<a href=3D"mailto:dholland-pbugs%netbsd.org@localhost";>d=
 holland-pbugs%netbsd.org@localhost</a>&gt;<br>
 &gt; To: <a href=3D"mailto:gnats-bugs%netbsd.org@localhost";>gnats-bugs%netbsd.org@localhost</a>=
 <br>
 &gt; Cc:<br>
 &gt; Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; Date: Wed, 22 Jun 2016 17:22:25 +0000<br>
 &gt;<br>
 &gt; =C2=A0(this whole subthread wasn&#39;t sent to gnats)<br>
 &gt;<br>
 &gt; =C2=A0From: bch &lt;<a href=3D"mailto:brad.harder%gmail.com@localhost";>brad.hard=
 er%gmail.com@localhost</a>&gt;<br>
 &gt; =C2=A0To: <a href=3D"mailto:joerg%netbsd.org@localhost";>joerg%netbsd.org@localhost</a>, <a=
  href=3D"mailto:gnats-admin%netbsd.org@localhost";>gnats-admin%netbsd.org@localhost</a>, <a href=
 =3D"mailto:pkgsrc-bugs%netbsd.org@localhost";>pkgsrc-bugs%netbsd.org@localhost</a>, bch<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 &lt;<a href=3D"mailto:brad.harder%gmail.co@localhost=
 m">brad.harder%gmail.com@localhost</a>&gt;<br>
 &gt; =C2=A0Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; =C2=A0Date: Fri, 11 Dec 2015 14:15:04 -0800<br>
 &gt;<br>
 &gt; =C2=A0I think this PR can now be fairly closed.<br>
 &gt;<br>
 &gt; =C2=A0Thanks, all,<br>
 &gt;<br>
 &gt; =C2=A0-bch<br>
 &gt;<br>
 &gt; =C2=A0From: Joerg Sonnenberger &lt;<a href=3D"mailto:joerg@britannica.=
 bec.de">joerg%britannica.bec.de@localhost</a>&gt;<br>
 &gt; =C2=A0To: bch &lt;<a href=3D"mailto:brad.harder%gmail.com@localhost";>brad.harder=
 @gmail.com</a>&gt;<br>
 &gt; =C2=A0Cc: <a href=3D"mailto:joerg%netbsd.org@localhost";>joerg%netbsd.org@localhost</a>, <a=
  href=3D"mailto:gnats-admin%netbsd.org@localhost";>gnats-admin%netbsd.org@localhost</a>, <a href=
 =3D"mailto:pkgsrc-bugs%netbsd.org@localhost";>pkgsrc-bugs%netbsd.org@localhost</a><br>
 &gt; =C2=A0Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; =C2=A0Date: Sat, 12 Dec 2015 15:53:54 +0100<br>
 &gt;<br>
 &gt; =C2=A0On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:<br>
 &gt; =C2=A0&gt; I think this PR can now be fairly closed.<br>
 &gt;<br>
 &gt; =C2=A0Well, has the libform patch fixed the problem? I definitely want=
  to drop<br>
 &gt; =C2=A0the ncurses dependency again, given how high in the food chain c=
 make is<br>
 &gt; =C2=A0nowadays.<br>
 &gt;<br>
 &gt; =C2=A0Joerg<br>
 &gt;<br>
 &gt; =C2=A0From: bch &lt;<a href=3D"mailto:brad.harder%gmail.com@localhost";>brad.hard=
 er%gmail.com@localhost</a>&gt;<br>
 &gt; =C2=A0To: Joerg Sonnenberger &lt;<a href=3D"mailto:joerg%britannica.be@localhost=
 c.de">joerg%britannica.bec.de@localhost</a>&gt;<br>
 &gt; =C2=A0Cc: <a href=3D"mailto:joerg%netbsd.org@localhost";>joerg%netbsd.org@localhost</a>, <a=
  href=3D"mailto:gnats-admin%netbsd.org@localhost";>gnats-admin%netbsd.org@localhost</a>, <a href=
 =3D"mailto:pkgsrc-bugs%netbsd.org@localhost";>pkgsrc-bugs%netbsd.org@localhost</a><br>
 &gt; =C2=A0Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; =C2=A0Date: Sat, 12 Dec 2015 11:59:13 -0800<br>
 &gt;<br>
 &gt; =C2=A0On 12/12/15, Joerg Sonnenberger &lt;<a href=3D"mailto:joerg@brit=
 annica.bec.de">joerg%britannica.bec.de@localhost</a>&gt; wrote:<br>
 &gt; =C2=A0&gt; On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:<br>
 &gt; =C2=A0&gt;&gt; I think this PR can now be fairly closed.<br>
 &gt; =C2=A0&gt;<br>
 &gt; =C2=A0&gt; Well, has the libform patch fixed the problem? I definitely=
  want to drop<br>
 &gt; =C2=A0&gt; the ncurses dependency again, given how high in the food ch=
 ain cmake is<br>
 &gt; =C2=A0&gt; nowadays.<br>
 &gt;<br>
 &gt; =C2=A0Well, I&#39;m running this:<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexecinfo.0 =3D&gt; /usr/lib/libexe=
 cinfo.so.0<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lelf.1 =3D&gt; /usr/lib/libelf.so.1=
 <br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lgcc_s.1 =3D&gt; /usr/lib/libgcc_s.=
 so.1<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lc.12 =3D&gt; /usr/lib/libc.so.12<b=
 r>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lform.6 =3D&gt; /usr/pkg/lib/libfor=
 m.so.6<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lncurses.6 =3D&gt; /usr/pkg/lib/lib=
 ncurses.so.6<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexpat.2 =3D&gt; /usr/lib/libexpat.=
 so.2<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lz.1 =3D&gt; /usr/lib/libz.so.1<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-larchive.13 =3D&gt; /usr/pkg/lib/li=
 barchive.so.13<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-llzma.2 =3D&gt; /usr/lib/liblzma.so=
 .2<br>
 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lpthread.1 =3D&gt; /usr/lib/libpthr=
 ead.so.1<br>
 &gt; =C2=A0...<br>
 &gt;<br>
 &gt; =C2=A0which: 1) uses ncurses 2) does not use curses 3) has the libform=
 <br>
 &gt; =C2=A0patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I built)=
 <br>
 &gt; =C2=A0before you patched libform/field.c, so I can&#39;t currently say=
  if the<br>
 &gt; =C2=A0libform work alone fixed it.<br>
 &gt;<br>
 &gt; =C2=A0It looks like[0] the wiz@ patch for pkgsrc/devel/cmake is basica=
 lly a<br>
 &gt; =C2=A01-line change, which I can revert to test.<br>
 &gt;<br>
 &gt; =C2=A0-bch<br>
 &gt;<br>
 &gt; =C2=A0[0] <a href=3D"http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/=
 cmake/Makefile.diff?r1=3D1.109&amp;r2=3D1.110&amp;only_with_tag=3DMAIN">htt=
 p://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/cmake/Makefile.diff?r1=3D1.10=
 9&amp;r2=3D1.110&amp;only_with_tag=3DMAIN</a><br>
 &gt;<br>
 &gt; =C2=A0From: Joerg Sonnenberger &lt;<a href=3D"mailto:joerg@britannica.=
 bec.de">joerg%britannica.bec.de@localhost</a>&gt;<br>
 &gt; =C2=A0To: bch &lt;<a href=3D"mailto:brad.harder%gmail.com@localhost";>brad.harder=
 @gmail.com</a>&gt;<br>
 &gt; =C2=A0Cc: <a href=3D"mailto:joerg%netbsd.org@localhost";>joerg%netbsd.org@localhost</a>, <a=
  href=3D"mailto:gnats-admin%netbsd.org@localhost";>gnats-admin%netbsd.org@localhost</a>, <a href=
 =3D"mailto:pkgsrc-bugs%netbsd.org@localhost";>pkgsrc-bugs%netbsd.org@localhost</a><br>
 &gt; =C2=A0Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; =C2=A0Date: Sat, 12 Dec 2015 23:08:45 +0100<br>
 &gt;<br>
 &gt; =C2=A0On Sat, Dec 12, 2015 at 11:59:13AM -0800, bch wrote:<br>
 &gt; =C2=A0&gt; On 12/12/15, Joerg Sonnenberger &lt;<a href=3D"mailto:joerg=
 @britannica.bec.de">joerg%britannica.bec.de@localhost</a>&gt; wrote:<br>
 &gt; =C2=A0&gt; &gt; On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:<b=
 r>
 &gt; =C2=A0&gt; &gt;&gt; I think this PR can now be fairly closed.<br>
 &gt; =C2=A0&gt; &gt;<br>
 &gt; =C2=A0&gt; &gt; Well, has the libform patch fixed the problem? I defin=
 itely want to drop<br>
 &gt; =C2=A0&gt; &gt; the ncurses dependency again, given how high in the fo=
 od chain cmake is<br>
 &gt; =C2=A0&gt; &gt; nowadays.<br>
 &gt; =C2=A0&gt;<br>
 &gt; =C2=A0&gt; Well, I&#39;m running this:<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexecinfo.0 =3D&gt; /usr/=
 lib/libexecinfo.so.0<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lelf.1 =3D&gt; /usr/lib/l=
 ibelf.so.1<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lgcc_s.1 =3D&gt; /usr/lib=
 /libgcc_s.so.1<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lc.12 =3D&gt; /usr/lib/li=
 bc.so.12<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lform.6 =3D&gt; /usr/pkg/=
 lib/libform.so.6<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lncurses.6 =3D&gt; /usr/p=
 kg/lib/libncurses.so.6<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexpat.2 =3D&gt; /usr/lib=
 /libexpat.so.2<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lz.1 =3D&gt; /usr/lib/lib=
 z.so.1<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-larchive.13 =3D&gt; /usr/=
 pkg/lib/libarchive.so.13<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-llzma.2 =3D&gt; /usr/lib/=
 liblzma.so.2<br>
 &gt; =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lpthread.1 =3D&gt; /usr/l=
 ib/libpthread.so.1<br>
 &gt; =C2=A0&gt; ...<br>
 &gt; =C2=A0&gt;<br>
 &gt; =C2=A0&gt; which: 1) uses ncurses 2) does not use curses 3) has the li=
 bform<br>
 &gt; =C2=A0&gt; patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I b=
 uilt)<br>
 &gt; =C2=A0&gt; before you patched libform/field.c, so I can&#39;t currentl=
 y say if the<br>
 &gt; =C2=A0&gt; libform work alone fixed it.<br>
 &gt;<br>
 &gt; =C2=A0The libform patch is for NetBSD&#39;s libform, not ncurses&#39;s=
  libform.<br>
 &gt;<br>
 &gt; =C2=A0Joerg<br>
 &gt;<br>
 &gt; =C2=A0From: bch &lt;<a href=3D"mailto:brad.harder%gmail.com@localhost";>brad.hard=
 er%gmail.com@localhost</a>&gt;<br>
 &gt; =C2=A0To: Joerg Sonnenberger &lt;<a href=3D"mailto:joerg%britannica.be@localhost=
 c.de">joerg%britannica.bec.de@localhost</a>&gt;<br>
 &gt; =C2=A0Cc: <a href=3D"mailto:joerg%netbsd.org@localhost";>joerg%netbsd.org@localhost</a>, <a=
  href=3D"mailto:gnats-admin%netbsd.org@localhost";>gnats-admin%netbsd.org@localhost</a>, <a href=
 =3D"mailto:pkgsrc-bugs%netbsd.org@localhost";>pkgsrc-bugs%netbsd.org@localhost</a><br>
 &gt; =C2=A0Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; =C2=A0Date: Sat, 12 Dec 2015 14:36:44 -0800<br>
 &gt;<br>
 &gt; =C2=A0On 12/12/15, Joerg Sonnenberger &lt;<a href=3D"mailto:joerg@brit=
 annica.bec.de">joerg%britannica.bec.de@localhost</a>&gt; wrote:<br>
 &gt; =C2=A0&gt; On Sat, Dec 12, 2015 at 11:59:13AM -0800, bch wrote:<br>
 &gt; =C2=A0&gt;&gt; On 12/12/15, Joerg Sonnenberger &lt;<a href=3D"mailto:j=
 oerg%britannica.bec.de@localhost">joerg%britannica.bec.de@localhost</a>&gt; wrote:<br>
 &gt; =C2=A0&gt;&gt; &gt; On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrot=
 e:<br>
 &gt; =C2=A0&gt;&gt; &gt;&gt; I think this PR can now be fairly closed.<br>
 &gt; =C2=A0&gt;&gt; &gt;<br>
 &gt; =C2=A0&gt;&gt; &gt; Well, has the libform patch fixed the problem? I d=
 efinitely want to<br>
 &gt; =C2=A0&gt;&gt; &gt; drop<br>
 &gt; =C2=A0&gt;&gt; &gt; the ncurses dependency again, given how high in th=
 e food chain cmake is<br>
 &gt; =C2=A0&gt;&gt; &gt; nowadays.<br>
 &gt; =C2=A0&gt;&gt;<br>
 &gt; =C2=A0&gt;&gt; Well, I&#39;m running this:<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexecinfo.0 =3D&gt; /=
 usr/lib/libexecinfo.so.0<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lelf.1 =3D&gt; /usr/l=
 ib/libelf.so.1<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lgcc_s.1 =3D&gt; /usr=
 /lib/libgcc_s.so.1<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lc.12 =3D&gt; /usr/li=
 b/libc.so.12<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lform.6 =3D&gt; /usr/=
 pkg/lib/libform.so.6<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lncurses.6 =3D&gt; /u=
 sr/pkg/lib/libncurses.so.6<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexpat.2 =3D&gt; /usr=
 /lib/libexpat.so.2<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lz.1 =3D&gt; /usr/lib=
 /libz.so.1<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-larchive.13 =3D&gt; /=
 usr/pkg/lib/libarchive.so.13<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-llzma.2 =3D&gt; /usr/=
 lib/liblzma.so.2<br>
 &gt; =C2=A0&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lpthread.1 =3D&gt; /u=
 sr/lib/libpthread.so.1<br>
 &gt; =C2=A0&gt;&gt; ...<br>
 &gt; =C2=A0&gt;&gt;<br>
 &gt; =C2=A0&gt;&gt; which: 1) uses ncurses 2) does not use curses 3) has th=
 e libform<br>
 &gt; =C2=A0&gt;&gt; patch. ./pkgsrc/devel/cmake was patched (to nb1) (which=
  I built)<br>
 &gt; =C2=A0&gt;&gt; before you patched libform/field.c, so I can&#39;t curr=
 ently say if the<br>
 &gt; =C2=A0&gt;&gt; libform work alone fixed it.<br>
 &gt; =C2=A0&gt;<br>
 &gt; =C2=A0&gt; The libform patch is for NetBSD&#39;s libform, not ncurses&=
 #39;s libform.<br>
 &gt;<br>
 &gt; =C2=A0Sure -- I was recounting all that was applied on my machine, and=
  if<br>
 &gt; =C2=A0libform (for nbsd curses) is patched but I&#39;m only using ncur=
 ses, the<br>
 &gt; =C2=A0patch is immaterial...<br>
 &gt;<br>
 &gt; =C2=A0My prev msg shows that the libform/curses patch does not seem to=
  fix<br>
 &gt; =C2=A0the problem; I tested by rolling back the wiz@ Makefile work in<=
 br>
 &gt; =C2=A0pkgsrc/devel/cmake<br>
 &gt;<br>
 &gt;<br>
 &gt; =C2=A0-bch<br>
 &gt;<br>
 &gt; =C2=A0From: Joerg Sonnenberger &lt;<a href=3D"mailto:joerg@britannica.=
 bec.de">joerg%britannica.bec.de@localhost</a>&gt;<br>
 &gt; =C2=A0To: bch &lt;<a href=3D"mailto:brad.harder%gmail.com@localhost";>brad.harder=
 @gmail.com</a>&gt;<br>
 &gt; =C2=A0Cc: <a href=3D"mailto:joerg%netbsd.org@localhost";>joerg%netbsd.org@localhost</a>, <a=
  href=3D"mailto:gnats-admin%netbsd.org@localhost";>gnats-admin%netbsd.org@localhost</a>, <a href=
 =3D"mailto:pkgsrc-bugs%netbsd.org@localhost";>pkgsrc-bugs%netbsd.org@localhost</a><br>
 &gt; =C2=A0Subject: Re: pkg/50490 (ccmake doesn&#39;t work)<br>
 &gt; =C2=A0Date: Sun, 13 Dec 2015 00:53:26 +0100<br>
 &gt;<br>
 &gt; =C2=A0On Sat, Dec 12, 2015 at 02:36:44PM -0800, bch wrote:<br>
 &gt; =C2=A0&gt; On 12/12/15, Joerg Sonnenberger &lt;<a href=3D"mailto:joerg=
 @britannica.bec.de">joerg%britannica.bec.de@localhost</a>&gt; wrote:<br>
 &gt; =C2=A0&gt; &gt; On Sat, Dec 12, 2015 at 11:59:13AM -0800, bch wrote:<b=
 r>
 &gt; =C2=A0&gt; &gt;&gt; On 12/12/15, Joerg Sonnenberger &lt;<a href=3D"mai=
 lto:joerg%britannica.bec.de@localhost">joerg%britannica.bec.de@localhost</a>&gt; wrote:<br>
 &gt; =C2=A0&gt; &gt;&gt; &gt; On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch=
  wrote:<br>
 &gt; =C2=A0&gt; &gt;&gt; &gt;&gt; I think this PR can now be fairly closed.=
 <br>
 &gt; =C2=A0&gt; &gt;&gt; &gt;<br>
 &gt; =C2=A0&gt; &gt;&gt; &gt; Well, has the libform patch fixed the problem=
 ? I definitely want to<br>
 &gt; =C2=A0&gt; &gt;&gt; &gt; drop<br>
 &gt; =C2=A0&gt; &gt;&gt; &gt; the ncurses dependency again, given how high =
 in the food chain cmake is<br>
 &gt; =C2=A0&gt; &gt;&gt; &gt; nowadays.<br>
 &gt; =C2=A0&gt; &gt;&gt;<br>
 &gt; =C2=A0&gt; &gt;&gt; Well, I&#39;m running this:<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexecinfo.0 =3D&=
 gt; /usr/lib/libexecinfo.so.0<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lelf.1 =3D&gt; /=
 usr/lib/libelf.so.1<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lgcc_s.1 =3D&gt;=
  /usr/lib/libgcc_s.so.1<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lc.12 =3D&gt; /u=
 sr/lib/libc.so.12<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lform.6 =3D&gt; =
 /usr/pkg/lib/libform.so.6<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lncurses.6 =3D&g=
 t; /usr/pkg/lib/libncurses.so.6<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lexpat.2 =3D&gt;=
  /usr/lib/libexpat.so.2<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lz.1 =3D&gt; /us=
 r/lib/libz.so.1<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-larchive.13 =3D&=
 gt; /usr/pkg/lib/libarchive.so.13<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-llzma.2 =3D&gt; =
 /usr/lib/liblzma.so.2<br>
 &gt; =C2=A0&gt; &gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-lpthread.1 =3D&g=
 t; /usr/lib/libpthread.so.1<br>
 &gt; =C2=A0&gt; &gt;&gt; ...<br>
 &gt; =C2=A0&gt; &gt;&gt;<br>
 &gt; =C2=A0&gt; &gt;&gt; which: 1) uses ncurses 2) does not use curses 3) h=
 as the libform<br>
 &gt; =C2=A0&gt; &gt;&gt; patch. ./pkgsrc/devel/cmake was patched (to nb1) (=
 which I built)<br>
 &gt; =C2=A0&gt; &gt;&gt; before you patched libform/field.c, so I can&#39;t=
  currently say if the<br>
 &gt; =C2=A0&gt; &gt;&gt; libform work alone fixed it.<br>
 &gt; =C2=A0&gt; &gt;<br>
 &gt; =C2=A0&gt; &gt; The libform patch is for NetBSD&#39;s libform, not ncu=
 rses&#39;s libform.<br>
 &gt; =C2=A0&gt;<br>
 &gt; =C2=A0&gt; Sure -- I was recounting all that was applied on my machine=
 , and if<br>
 &gt; =C2=A0&gt; libform (for nbsd curses) is patched but I&#39;m only using=
  ncurses, the<br>
 &gt; =C2=A0&gt; patch is immaterial...<br>
 &gt; =C2=A0&gt;<br>
 &gt; =C2=A0&gt; My prev msg shows that the libform/curses patch does not se=
 em to fix<br>
 &gt; =C2=A0&gt; the problem; I tested by rolling back the wiz@ Makefile wor=
 k in<br>
 &gt; =C2=A0&gt; pkgsrc/devel/cmake<br>
 &gt;<br>
 &gt; =C2=A0I&#39;m specifically asking whether the crash exists with<br>
 &gt; =C2=A0(1) src/lib/libform/field.c r1.30 and<br>
 &gt; =C2=A0(2) pkgsrc/devel/cmake/Makefile r1.109<br>
 &gt;<br>
 &gt; =C2=A0For the invalid terminal issue you also need:<br>
 &gt; =C2=A0pkgsrc/devel/cmake/distinfo r1.83 and<br>
 &gt; =C2=A0pkgsrc/devel/cmake/patches/patch-Source_CursesDialog_ccmake.cxx =
 r1.1.<br></p>
 <p dir=3D"ltr">Let me see if I can get all those pieces in place to test (I=
 f I&#39;m not currently that configuration already).</p>
 <p dir=3D"ltr">&gt; =C2=A0Joerg<br>
 &gt;<br>
 </p>
 
 --001a113fbbd0d428b80535e14ef5--
 


Home | Main Index | Thread Index | Old Index