Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make libopenssl depend fail due to invalid paths #87

Open
jasonsturges opened this issue Apr 16, 2015 · 0 comments
Open

Make libopenssl depend fail due to invalid paths #87

jasonsturges opened this issue Apr 16, 2015 · 0 comments

Comments

@jasonsturges
Copy link
Member

When making libopenssl, a dependency needs to be built that is referencing an invalid path

$ make libopenssl

Since you've disabled or enabled at least one algorithm, you need to do
the following before building:

make depend

This errors:

making depend in crypto...
../util/domd: line 30: makedepend: command not found
mv: Makefile.new: No such file or directory
make[2]: *** [depend] Error 127
make[1]: *** [depend] Error 1
make: *** [libopenssl] Error 2

This appears to be due to the util directory expected at the TOP:

BUILDENV=
        MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' \

From inside openssl-1.0.1i/ executing make depend looks for ../util/domd; however, util/domd folder is inside at path: openssl-1.0.1i/util/domd.

There appear to be further errors downstream.

Is this package (packages/openssl-1.0.1i.tar.gz) valid within CrossBridge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant