Is the configure script suposed to detect libncursesw ?
Hi
I'm new to this package, but I have a question.
Is the configure script provided by the package supposed to check if libncursesw is installed??
Because I tried to compile the deselect part, and in the configure fase it didn't complain. Then when I wnated to make (compile) it stoped with an error, I later found out that the problem was fixed, with installing the libncursesw-dev package. Is this a bug in the make system?
Thankyou for your reply
10-23-2010, 07:54 AM
Cyril Brulebois
Is the configure script suposed to detect libncursesw ?
Michael Schmidt <michael.schmidt.dangel@gmail.com> (22/10/2010):
> Is the configure script provided by the package supposed to check if
> libncursesw is installed?? Because I tried to compile the deselect
> part, and in the configure fase it didn't complain. Then when I
> wnated to make (compile) it stoped with an error, I later found out
> that the problem was fixed, with installing the libncursesw-dev
> package. Is this a bug in the make system?
I'd call it a bug, reproduced with master, removing both
libncurses5-dev and its wide-char variant.
I'll try and see whether I can come up with a fix.
Mraw,
KiBi.
10-23-2010, 08:05 AM
Cyril Brulebois
Is the configure script suposed to detect libncursesw ?
Cyril Brulebois <kibi@debian.org> (23/10/2010):
> I'll try and see whether I can come up with a fix.
I think the attached patch does what we want: make having ncurses
mandatory except if one passes --without-dselect.
Mraw,
KiBi.
10-25-2010, 09:01 PM
Michael Schmidt
Is the configure script suposed to detect libncursesw ?
I'm sorry to bother you again,
but I applied the patch you sent as follows:/dpkg-1.15.8.5$patch -Np1 -i ../0001-B...
then afterwards I removed libncurses5-dev and libncursesw5-dev.
then I ran ./configure
and it didn't complain about the missing ncurses/w library.
then I did make and the same error message was reported.
Maybe there needs to be some changes in the configure.ac that wheren't included by the patch
the pach only changed the m4/dpkg-libs.m4 (only guessing)
2010/10/23 Cyril Brulebois <kibi@debian.org>
Cyril Brulebois <kibi@debian.org> (23/10/2010):
> I'll try and see whether I can come up with a fix.
I think the attached patch does what we want: make having ncurses
Is the configure script suposed to detect libncursesw ?
Sorry my fault, forgot to runn autoreconf
2010/10/25 Michael Schmidt <michael.schmidt.dangel@gmail.com>
I'm sorry to bother you again,
but I applied the patch you sent as follows:/dpkg-1.15.8.5$patch -Np1 -i ../0001-B...
then afterwards I removed libncurses5-dev and libncursesw5-dev.
then I ran ./configure
and it didn't complain about the missing ncurses/w library.
then I did make and the same error message was reported.
Maybe there needs to be some changes in the configure.ac that wheren't included by the patch
the pach only changed the m4/dpkg-libs.m4 (only guessing)
2010/10/23 Cyril Brulebois <kibi@debian.org>
Cyril Brulebois <kibi@debian.org> (23/10/2010):
> I'll try and see whether I can come up with a fix.
I think the attached patch does what we want: make having ncurses
Is the configure script suposed to detect libncursesw ?
Hi!
On Sat, 2010-10-23 at 10:05:26 +0200, Cyril Brulebois wrote:
> Cyril Brulebois <kibi@debian.org> (23/10/2010):
> > I'll try and see whether I can come up with a fix.
>
> I think the attached patch does what we want: make having ncurses
> mandatory except if one passes --without-dselect.
Thanks both, queued for my next push.
regards,
guillem
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20101026160138.GA25298@gaara.hadrons.org">http://lists.debian.org/20101026160138.GA25298@gaara.hadrons.org
10-26-2010, 04:21 PM
Guillem Jover
Is the configure script suposed to detect libncursesw ?
Hi!
On Fri, 2010-10-22 at 17:17:27 -0500, Michael Schmidt wrote:
> Is the configure script provided by the package supposed to check if
> libncursesw is installed??
> Because I tried to compile the deselect part, and in the configure fase it
> didn't complain. Then when I wnated to make (compile) it stoped with an
> error, I later found out that the problem was fixed, with installing the
> libncursesw-dev package. Is this a bug in the make system?
Just a small note here, which I'm not sure you know already, in any
case, while this was a bug in the upstream build system, if you are
trying to build Debian packages you should install the Build-Depends
(and Build-Depends-Indep in case you build architecture independent
packages). You can use “apt-get build-dep $source_package” for
packages from the archive or use dpkg-checkbuilddeps for package or
releases not yet uploaded to check what build dependencies are still
missing. If you are trying to just build as a normal upstream project
then this would not apply.
regards,
guillem
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20101026162125.GB25298@gaara.hadrons.org">http://lists.debian.org/20101026162125.GB25298@gaara.hadrons.org