Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 370547

Summary: dev-ruby/ffi-1.0.9 source directory '/var/tmp/portage/dev-ruby/ffi-1.0.9/work/ffi-ffi-*' doesn't exist
Product: Gentoo Linux Reporter: Serge <net1957>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal CC: ken69267, net1957
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: result of emerge --info =dev-ruby/ffi-1.0.9,emerge -pqv =dev-ruby/ffi-1.0.9 and emerge --info
emerge log

Description Serge 2011-06-07 20:12:15 UTC
emerging dev-ruby/ffi-1.0.9 give error :
>>> Source unpacked in /var/tmp/portage/dev-ruby/ffi-1.0.9/work
 * ERROR: dev-ruby/ffi-1.0.9 failed (prepare phase):
 *   The source directory '/var/tmp/portage/dev-ruby/ffi-1.0.9/work/ffi-ffi-*' doesn't exist



Reproducible: Always

Steps to Reproduce:
1. emerge ffi
2.
3.
Actual Results:  
>>> Source unpacked in /var/tmp/portage/dev-ruby/ffi-1.0.9/work
 * ERROR: dev-ruby/ffi-1.0.9 failed (prepare phase):
 *   The source directory '/var/tmp/portage/dev-ruby/ffi-1.0.9/work/ffi-ffi-*' doesn't exist
 *
 * Call stack:
 *   ebuild.sh, line 2342:  Called ebuild_main
 *   ebuild.sh, line 2249:  Called dyn_prepare
 *   ebuild.sh, line 1005:  Called die
 * The specific snippet of code:
 *              die "The source directory '${S}' doesn't exist"


Expected Results:  
correct emerge
Comment 1 Serge 2011-06-07 20:16:31 UTC
Created attachment 276201 [details]
result of emerge --info =dev-ruby/ffi-1.0.9,emerge -pqv =dev-ruby/ffi-1.0.9 and emerge --info
Comment 2 Serge 2011-06-07 20:17:45 UTC
Created attachment 276203 [details]
emerge log
Comment 3 Hans de Graaff gentoo-dev Security 2011-06-08 05:47:31 UTC
Oops, I switched the ebuild to EAPI=4 and didn't test it afterwards, it seems. Now fixed, thanks for the report.