Opened 19 years ago
Closed 19 years ago
#6284 closed defect (fixed)
BUG: Building py-pow failed
Reported by: | roland.hedberg@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
---> Fetching py-pow ---> Attempting to fetch POW-0.7.tar.gz from http://puzzle.dl.sourceforge.net/pow ---> Verifying checksum(s) for py-pow ---> Extracting py-pow ---> Configuring py-pow ---> Building py-pow with target build Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_python_py-pow/work/POW-0.7" && /opt/local/bin/python2.4 setup.py build" returned error 1 Command output: POW.c: In function 'asymmetric_object_verify': POW.c:5177: error: 'RIPEMD160_DIGEST_LENGTH' undeclared (first use in this function) POW.c:5181: warning: pointer targets in passing argument 2 of 'RSA_verify' differ in signedness POW.c:5181: warning: pointer targets in passing argument 4 of 'RSA_verify' differ in signedness POW.c: In function 'symmetric_object_encrypt_init': POW.c:5323: warning: pointer targets in passing argument 3 of 'EVP_EncryptInit' differ in signedness POW.c:5323: warning: pointer targets in passing argument 4 of 'EVP_EncryptInit' differ in signedness POW.c: In function 'symmetric_object_decrypt_init': POW.c:5367: warning: pointer targets in passing argument 3 of 'EVP_DecryptInit' differ in signedness POW.c:5367: warning: pointer targets in passing argument 4 of 'EVP_DecryptInit' differ in signedness POW.c: In function 'symmetric_object_update': POW.c:5407: warning: pointer targets in passing argument 2 of 'EVP_CipherUpdate' differ in signedness POW.c:5407: warning: pointer targets in passing argument 4 of 'EVP_CipherUpdate' differ in signedness POW.c: In function 'symmetric_object_final': POW.c:5455: warning: pointer targets in passing argument 2 of 'EVP_CipherFinal' differ in signedness POW.c: In function 'digest_object_digest': POW.c:5691: warning: pointer targets in passing argument 2 of 'EVP_DigestFinal' differ in signedness POW.c:5691: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness POW.c: In function 'hmac_object_new': POW.c:5789: warning: assignment discards qualifiers from pointer target type POW.c:5791: warning: assignment discards qualifiers from pointer target type POW.c:5793: warning: assignment discards qualifiers from pointer target type POW.c:5795: warning: assignment discards qualifiers from pointer target type POW.c:5797: warning: assignment discards qualifiers from pointer target type POW.c: In function 'hmac_object_update': POW.c:5838: warning: pointer targets in passing argument 2 of 'HMAC_Update' differ in signedness POW.c: In function 'hmac_object_mac': POW.c:5911: warning: pointer targets in passing argument 2 of 'HMAC_Final' differ in signedness POW.c:5911: warning: pointer targets in passing argument 3 of 'HMAC_Final' differ in signedness error: command 'gcc' failed with exit status 1
Error: /opt/local/bin/port: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to mww@… |
---|---|
Summary: | Building py-pow failed → BUG: Building py-pow failed |
comment:2 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
POW only works with openssl 0.9.7; with the last release being >3 years ago, I'd rather advise you to abstain from POW. For the time being, the port now will use Apple's openssl installation which is 0.9.7 on both 10.3 and 10.4;