[Bug 195771] New: remove empty directories in /usr/include

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 7 10:09:47 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195771

            Bug ID: 195771
           Summary: remove empty directories in /usr/include
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: la5lbtyi at aon.at

Scenario:
  - buildworld installworld of releng/10.1 completed

Observed behavior:
  - Run the following command:

[0]# cd /usr/include && find . -type d -empty -print
./c++/4.2/backward
./c++/4.2/bits
./c++/4.2/debug
./c++/4.2/ext/pb_ds/detail/basic_tree_policy
./c++/4.2/ext/pb_ds/detail/bin_search_tree_
./c++/4.2/ext/pb_ds/detail/binary_heap_
./c++/4.2/ext/pb_ds/detail/binomial_heap_
./c++/4.2/ext/pb_ds/detail/binomial_heap_base_
./c++/4.2/ext/pb_ds/detail/cc_hash_table_map_
./c++/4.2/ext/pb_ds/detail/eq_fn
./c++/4.2/ext/pb_ds/detail/gp_hash_table_map_
./c++/4.2/ext/pb_ds/detail/hash_fn
./c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_
./c++/4.2/ext/pb_ds/detail/list_update_map_
./c++/4.2/ext/pb_ds/detail/list_update_policy
./c++/4.2/ext/pb_ds/detail/ov_tree_map_
./c++/4.2/ext/pb_ds/detail/pairing_heap_
./c++/4.2/ext/pb_ds/detail/pat_trie_
./c++/4.2/ext/pb_ds/detail/rb_tree_map_
./c++/4.2/ext/pb_ds/detail/rc_binomial_heap_
./c++/4.2/ext/pb_ds/detail/resize_policy
./c++/4.2/ext/pb_ds/detail/splay_tree_
./c++/4.2/ext/pb_ds/detail/thin_heap_
./c++/4.2/ext/pb_ds/detail/tree_policy
./c++/4.2/ext/pb_ds/detail/trie_policy
./c++/4.2/ext/pb_ds/detail/unordered_iterator
./c++/4.2/tr1
./dev/powermac_nvram
./dev/nand
./gcc/4.2
./infiniband/complib
./infiniband/iba
./infiniband/opensm
./infiniband/vendor
./rdma
[0]#

Expected behavior:
  - The output should be empty.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list