Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2014 10:09:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195771] New: remove empty directories in /usr/include
Message-ID:  <bug-195771-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: la5lbtyi@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195771-8>