[Bug 4936] New: Build of openssl-native fails
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Dec 15 22:55:33 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4936
Summary: Build of openssl-native fails
Classification: Unclassified
Product: Openembedded
Version: Angstrom 2008.x
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: org.openembedded.dev
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: david.hagood at aeroflex.com
The build of openssl-native fails:
oe_libinstall: cd
oe_libinstall: install -d
/space/OpenEmbedded/build/tmp/staging/i686-linux/usr/lib/
oe_libinstall: install -m 0644 libcrypto.a
/space/OpenEmbedded/build/tmp/staging/i686-linux/usr/lib/
install: cannot stat `libcrypto.a': No such file or directory
This seems to be similar to bug #4935, in that the .lai files are not created
by the build process, and thus the install fails to find them.
adding the following to the openssl-native_0.9.7m.bb file allow the build to
complete:
do_stage () {
cp --dereference -R include/openssl ${STAGING_INCDIR}/
oe_libinstall -a -so libssl ${STAGING_LIBDIR}
}
(note the absence of libcrypto)
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list