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

Bug 210568

Summary: sci-libs/ipp-5.3.1.062 not find extracted files
Product: Gentoo Linux Reporter: Lónyai Gergely <alephlg>
Component: [OLD] LibraryAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED INVALID    
Severity: normal CC: voyageur
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lónyai Gergely 2008-02-18 09:32:42 UTC
devavanya ~ # IPP_LICENSE=/root/ipp/ emerge -av ipp
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sci-libs/ipp-5.3.1.062  0 kB 

Total: 1 package (1 new), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] 
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) sci-libs/ipp-5.3.1.062 to /
 * l_ipp_em64t_p_5.3.1.062.tgz RMD160 SHA1 SHA256 size ;-) ...            [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking l_ipp_em64t_p_5.3.1.062.tgz ;-) ...                           [ ok ]
 * This profile has not been tested thoroughly and is not considered to be
 * a supported server profile at this time.  For a supported server
 * profile, please check the Hardened project (http://hardened.gentoo.org).

 * This profile is merely a convenience for people who require a more
 * minimal profile, yet are unable to use hardened due to restrictions in
 * the software being used on the server. This profile should also be used
 * if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this
 * applies to you, then it doesn't and you should probably be using
 * Hardened, instead.

 * IPP_LICENSE=/root/ipp/
 * IPP_ARCH=em64t
>>> Unpacking source...
 * 
 * Intel ipp requires at least 300Mb of disk space
 * Make sure you have enough in /var/tmp, /tmp and in /opt
 * 
>>> Unpacking l_ipp_em64t_p_5.3.1.062.tgz to /var/tmp/portage/sci-libs/ipp-5.3.1.062/work
cp: cannot stat `/root/ipp/': Permission denied
 * Extracting ...
find: `/var/tmp/portage/sci-libs/ipp-5.3.1.062/work/ipp-5.3.1.062': No such file or directory
 * could not find extracted files
 * see /var/tmp/portage/sci-libs/ipp-5.3.1.062/work/l_ipp_em64t_p_5.3.1.062/install/log.txt to see why
 * 
 * ERROR: sci-libs/ipp-5.3.1.062 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 1081:  Called die
 * The specific snippet of code:
 *           die "extracting failed";
 *  The die message:
 *   extracting failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sci-libs/ipp-5.3.1.062/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sci-libs/ipp-5.3.1.062/temp/environment'.
 * 
devavanya ~ # ls /var/tmp/portage/sci-libs/ipp-5.3.1.062/work/                 
l_ipp_em64t_p_5.3.1.062
devavanya ~ #
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-02-18 11:24:23 UTC
Well, you specify IPP_LICENSE=/root/ipp/ as the license
location. Since emerge is running as user 
"portage" it likely does not have permissions to read
the license file. Hence, you have to make sure that
the license is in a location with permission such
that the "portage" user can read it.

Thanks,
Markus
Comment 2 Lónyai Gergely 2008-02-18 13:36:31 UTC
Thanks.