Bug 37891 - strange rpm installation location choices
Summary: strange rpm installation location choices
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Powertools
Classification: Retired
Component: mpich
Version: 7.1
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL: n/a
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-26 18:08 UTC by Mike Rubel
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-30 16:21:03 UTC
Embargoed:


Attachments (Terms of Use)

Description Mike Rubel 2001-04-26 18:08:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2-2 i686)


All relevant files are stored under /usr/lib/mpich/, which has its own
bin, doc, lib, include, and so on.  Why installed in such an odd way?
Install should work like GNU stow; libs in /usr/lib, man pages in
/usr/share/man, bins in /usr/bin, includes in /usr/include, and so on.

Reproducible: Always
Steps to Reproduce:
1. cd /mnt/cdrom/RedHat/RPMS/; #7.1 powertools cd-rom
2. rpm -qlp mpich-1.2.0-12.i386.rpm
	

Actual Results:  files to be located in /usr/lib/mpich/ and
/usr/share/doc/mpich-1.2.0/

Expected Results:  files to be located in more conventional places,
/usr/lib, /usr/share/doc/, /usr/share/man, /usr/include, /usr/bin, etc.

With mpich installed as the rpm package specifies, nothing (manuals, bins,
and so on) ends up being visible to an end user with normal $PATH choices. 
The user would need to be told (by sysadmin) that the package has been
installed, and where to find it.

Comment 1 Trond Eivind Glomsrxd 2001-04-27 14:22:16 UTC
It's installed this way because the package doesn't honor what it's told to with
configure.

I'll take a shot at fixing it when I upgrade the package.




Comment 2 Trond Eivind Glomsrxd 2001-04-30 16:20:55 UTC
Their build system is still rather "interesting" (AKA horrible), and really,
really wants the files there.

Comment 3 Trond Eivind Glomsrxd 2001-05-01 14:17:05 UTC
mpich 1.2.1-1 moves the files to saner locations.


Note You need to log in before you can comment on or make changes to this bug.