Bug 211500

Summary: Base readline headers are not installed in /usr/include/readline
Product: Base System Reporter: Peter Blok <peter.blok>
Component: gnuAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: 11.0-BETA3   
Hardware: Any   
OS: Any   

Description Peter Blok 2016-08-01 12:15:13 UTC
As a test I always clean regular files out of /usr/include and do a make includes, followed by make world.

/usr/include/readline is empty which causes a rebuild of python27 to fail Bug in makefile
Comment 1 Peter Blok 2016-08-02 08:25:37 UTC
I turns out that the files needed for python27 to compile using base readline are now in /usr/include/edit/libreadline.

Is this intentional or not?
Comment 2 Peter Blok 2016-08-02 10:22:47 UTC
User error. After make delete-old and delete-old-libs base libreadline was removed. python27 build then forces ports libreadline and build without issue