[SM-Grimoire-Bugs] [Bug 15760] util-linux 2.18 has undefined reference to get_wch during compilation
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Thu Sep 9 01:32:58 EDT 2010
http://bugs.sourcemage.org/show_bug.cgi?id=15760
--- Comment #9 from Eric Sandall <sandalle at sourcemage.org> 2010-09-09 00:32:57 ---
On my x86:
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for initscr in -lncursesw... yes
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
On my x86_64 with failure:
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for initscr in -lncursesw... yes
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
On my x86_64 with success (--without-ncurses):
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for initscr in -lncursesw... yes
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
Not sure why they're all the same:
--with-ncurses build with non-wide ncurses, default is wide version
(--without-ncurses disables all ncurses(w) support)
Using '--without-ncurses' makes it so cfdisk is NOT installed. :(
Even after a successful upgrade from 2.17 -> 2.18, I cannot compile on x86_64
without disabling ncurses.
Broken boxes:
$ cat /etc/sorcery/local/depends/ncurses.p
UTF8="n"
Working boxes:
$ cat /etc/sorcery/local/depends/ncurses.p
UTF8="y"
Seems you were right, George. :) Rebuilding ncurses with UTF8 fonts allows
util-linux to build with ncurses support.
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the SM-Grimoire-Bugs
mailing list