Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15760] util-linux 2.18 has undefined reference to get_wch during compilation

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15760] util-linux 2.18 has undefined reference to get_wch during compilation
  • Date: 9 Sep 2010 05:32:58 -0000

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.




Archive powered by MHonArc 2.6.24.

Top of Page