[Clfs-commits] [CLFS Trac] #200: ncurses overwrites its configuration program

CLFS Trac trac at cross-lfs.org
Mon Jan 12 11:14:16 PST 2009


#200: ncurses overwrites its configuration program
----------------------------+-----------------------------------------------
 Reporter:  tobias          |       Owner:  clfs-commits at lists.cross-lfs.org.
     Type:  defect          |      Status:  new                              
 Priority:  major           |   Milestone:                                   
Component:  BOOK            |     Version:  CLFS Standard SVN                
 Keywords:  ncurses config  |  
----------------------------+-----------------------------------------------
 If ncurses is configured with --enable-widec, the configuration program
 will be called "ncursesw5-config". In multilib builds it's taken care of,
 but following line, which is stated in 10.20 (ncurses-5.7) overwrites
 ncursesw5-config with a link to ncurses5-config that doesn't exist:


 ln -sfv ncurses5-config /usr/bin/ncursesw5-config


 Fix is simple: change arguments :)


 ln -sfv ncursesw5-config /usr/bin/ncurses5-config

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/200>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list