Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28931 - rpm ebuild does not create /usr/src/redhat + subdirs
Summary: rpm ebuild does not create /usr/src/redhat + subdirs
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High minor
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 19:30 UTC by Marius Mauch (RETIRED)
Modified: 2011-10-30 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Mauch (RETIRED) gentoo-dev 2003-09-16 19:30:33 UTC
rpmbuild is using the /usr/src/redhat/{SOURCES,SRPMS,RPMS,SPECS,BUILD}
directories for building rpm packages. If they don't exist rpmbuild generates
different errors. The ebuild should generate these directories in src_install,
after all the main use of rpm on a Gentoo system is not to install rpm packages ;)
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-09-19 22:06:53 UTC
fixed