First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 179480
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Genkernel Maintainers <genkernel@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vinny <vfuria@gmail.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 179480 depends on: Show dependency tree
Show dependency graph
Bug 179480 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2007-05-23 06:18 0000
gen_initrd.sh trys to copy a file into a temporary directory that does not
exist yet when the --evms2 option is selected.  The file is: /lib/libgcc_s*

is attempting to copy to ${TEMP}/initramfs-evms2-temp/lib
but should probably copy it to ${TEMP}/initrd-temp/lib

Reproducible: Always

Steps to Reproduce:
1. genkernel --evms2 all

Actual Results:  
ERROR: Could not copy files for EVMS2!

Expected Results:  
No error should appear.

Diff between gen_initrd.sh and correct gen_initrd.sh

.sh 
208c208
<                               cp -a /lib/libgcc_s*
"${TEMP}/initramfs-evms2-temp/lib" \
---
>                               cp -a /lib/libgcc_s* "${TEMP}/initrd-temp/lib" \

------- Comment #1 From Chris Gianelloni (RETIRED) 2007-06-21 22:54:44 0000 -------
There was also an issue with lvm2 (same problem) which has been fixed now. 
Thanks for pointing this out.  I've fixed it in SVN and it'll show up in the
next genkernel release.

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-08-22 19:54:09 0000 -------
Please test genkernel 3.4.9_prer1 or better.  This should be fixed now.

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