Bug 18631

Summary: Not everything in ncurses is included in libpanel, libform and libmenu
Product: Base System Reporter: adsharma <adsharma>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description adsharma 2000-05-18 01:30:00 UTC
Trying to run pyncurses (python ncurses), I discovered that a lot of
files were missing in the libraries above. For example:

http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libpanel/Makefile?rev=1.2 

includes only one file: panel.c from /usr/src/contrib/ncurses/panel.

The same problem with libform and libmenu.

Fix: 

Update the Makefiles, rebuild.
How-To-Repeat: 
Run pyncurses or look for missing symbols in /usr/lib/lib{panel,form,menu}
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 2000-05-25 10:54:45 UTC
State Changed
From-To: open->closed

I have added the missing sources to the makefiles.