Bug 12920

Summary: /usr/libexec/elf/c++filt not installed
Product: Base System Reporter: AMAKAWA Shuhei <sa264>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   

Description AMAKAWA Shuhei 1999-08-02 10:40:01 UTC
/usr/libexec/elf/c++filt is missing.

How-To-Repeat: 
$ c++filt 
c++filt: could not exec elf/c++filt in /usr/libexec: No such file or directory
$ ls -al /usr/libexec/elf
total 3442
drwxr-xr-x  2 root  wheel     512 May 26 12:40 .
drwxr-xr-x  7 root  wheel    1024 May 26 13:14 ..
-r-xr-xr-x  1 root  wheel  162248 May 18 04:38 addr2line
-r-xr-xr-x  1 root  wheel  160080 May 18 04:38 ar
-r-xr-xr-x  1 root  wheel  291264 May 18 04:38 as
-r-xr-xr-x  1 root  wheel  957008 May 18 04:38 gdb
-r-xr-xr-x  1 root  wheel  298928 May 18 04:38 ld
-r-xr-xr-x  1 root  wheel  169288 May 18 04:38 nm
-r-xr-xr-x  1 root  wheel  279192 May 18 04:38 objcopy
-r-xr-xr-x  1 root  wheel  311584 May 18 04:38 objdump
-r-xr-xr-x  1 root  wheel  160080 May 18 04:38 ranlib
-r-xr-xr-x  1 root  wheel  148168 May 18 04:38 size
-r-xr-xr-x  1 root  wheel  147792 May 18 04:38 strings
-r-xr-xr-x  1 root  wheel  279192 May 18 04:38 strip
Comment 1 Bruce Evans freebsd_committer freebsd_triage 1999-08-08 09:04:23 UTC
State Changed
From-To: open->closed

Fixed in rev.1.7-1.8 of cc/c++filt/Makefile in -current. 
Fixed in rev.1.4.2.1 of cc/c+=filt/Makefile in RELENG_3.