Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149901 - openssl-0.9.8d fails to install in parallel
Summary: openssl-0.9.8d fails to install in parallel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 16:02 UTC by James Kyte
Modified: 2006-10-02 22:00 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,6.56 KB, text/plain)
2006-10-02 16:03 UTC, James Kyte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Kyte 2006-10-02 16:02:17 UTC
upgrading dev-libs/openssl-0.9.8d,

make[1]: Entering directory `/var/tmp/portage/openssl-0.9.8d/image/usr/lib64'
make[2]: Entering directory `/var/tmp/portage/openssl-0.9.8d/image/usr/lib64'
make[2]: Leaving directory `/var/tmp/portage/openssl-0.9.8d/image/usr/lib64'
make[2]: Entering directory `/var/tmp/portage/openssl-0.9.8d/image/usr/lib64'
make[2]: Leaving directory `/var/tmp/portage/openssl-0.9.8d/image/usr/lib64'
make[1]: Leaving directory `/var/tmp/portage/openssl-0.9.8d/image/usr/lib64'
cp libcrypto.pc /var/tmp/portage/openssl-0.9.8d/image//usr/lib64/pkgconfig
chmod 644 /var/tmp/portage/openssl-0.9.8d/image//usr/lib64/pkgconfig/libcrypto.pc
cp libssl.pc /var/tmp/portage/openssl-0.9.8d/image//usr/lib64/pkgconfig
chmod 644 /var/tmp/portage/openssl-0.9.8d/image//usr/lib64/pkgconfig/libssl.pc
cp openssl.pc /var/tmp/portage/openssl-0.9.8d/image//usr/lib64/pkgconfig
chmod 644 /var/tmp/portage/openssl-0.9.8d/image//usr/lib64/pkgconfig/openssl.pc

!!! ERROR: dev-libs/openssl-0.9.8d failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_install
  ebuild.sh, line 1020:   Called src_install
  openssl-0.9.8d.ebuild, line 124:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Changing line 124 from:
emake INSTALL_PREFIX="${D}" install || die
to:
make INSTALL_PREFIX="${D}" install || die

allows it to install properly.
Comment 1 James Kyte 2006-10-02 16:03:52 UTC
Created attachment 98674 [details]
emerge --info
Comment 2 SpanKY gentoo-dev 2006-10-02 22:00:09 UTC
forced -j1