First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 29484
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jon Portnoy (RETIRED) <avenj@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Derek Dolney <nospam@dolney.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29484 depends on: Show dependency tree
Bug 29484 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-23 20:39 0000
The rpm_unpack function doesn't take multiple arguments, so the line

	rpm_unpack intel-*.i386.rpm

should be changed to something like

	for x in intel-*.i386.rpm;
	do
		rpm_unpack ${x} || die "Failed to unpack rpms.";
	done

As it stands, this ebuild will not unpack and install the Intel debugger (idb).

------- Comment #1 From Jon Portnoy (RETIRED) 2003-09-24 08:12:54 0000 -------
Fixed. Also fixed the ICC ebuild.

Thanks.

First Last Prev Next    No search results available      Search page      Enter new bug