Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2320

Summary: remove of directories and /lib/cpp
Product: [Retired] Red Hat Raw Hide Reporter: stewart
Component: egcsAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-16 15:28:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description stewart 1999-04-22 02:36:06 UTC
This is with egcs-1.1.2-12.src.rpm, if it has been fixed
please discard.

First can /lib/cpp be moved to /usr/lib/cpp or baring that,
copy the binary and don't use a symbolic link.  Things under
/lib should not require anything under /usr, for when it is
not mounted they should still work IMHO.

[root@dilgar src]# ls -l /lib/cpp
lrwxrwxrwx   1 root     root           55 Mar 25 22:07
/lib/cpp ->
../usr/lib/gcc-lib/armv4l-redhat-linux/egcs-2.91.66/cpp

The following is just annoying (I've been known to build
egcs a couple of times a week from cvs and installing, I use
the default rawhide/starbuck spec file)

The directory:
/usr/lib/gcc-lib/armv4l-redhat-linux/egcs-2.91.66/include is
owned by egcs, but the package egcs-objc has files in here,
so when I do:
	rpm -Uhv egcs-*
it does not delete the above directory as egcs, then
egcs-objc is installed/uninstalled.

Hope that makes sense.
Thanks

Comment 1 Cristian Gafton 1999-06-16 15:28:59 UTC
The /lib/cpp is a historic heritage. The newer programs using autoconf
test for the c preprocessor and are using "gcc -E" instead. there are
a number of programs and configuration scripts that expect it there.