Bug 165175 - [build] installworld built WITHOUT_LIB32 still installs empty lib32 dir
Summary: [build] installworld built WITHOUT_LIB32 still installs empty lib32 dir
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 9.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 12:00 UTC by Shane
Modified: 2017-01-22 17:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2012-02-15 12:00:31 UTC
When make installworld is run after building with WITHOUT_LIB32 set in /etc/src.conf the dirs /usr/lib32 /usr/lib32/dtrace and /usr/lib32/i18n still get created with no files inside.

The issue with that is that some ports use the existence of /usr/lib32 to decide whether to build 32bit versions. devel/valgrind is an example.

Deleting the dirs solves the port build issues.

How-To-Repeat: Set WITHOUT_LIB32 in /etc/src.conf and then make buildworld then make installworld
Comment 1 Shane 2017-01-22 17:08:02 UTC
This has been fixed in 11-Release.