[MacPorts] #41815: cryptlib @3.4.2 build fails (can't find CRYPT_ALGO_LAST during compile)
MacPorts
noreply at macports.org
Sat Dec 14 09:37:57 PST 2013
#41815: cryptlib @3.4.2 build fails (can't find CRYPT_ALGO_LAST during compile)
---------------------+--------------------------------
Reporter: mtb19@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port:
---------------------+--------------------------------
-v gives the following:
{{{
...
In file included from test/loadkey.c:9:
./test/test.h:39:24: warning: '/*' within block comment [-Wcomment]
/* #define TEST_DEVICE /**/
^
In file included from test/lowlvl.c:9:
./test/test.h:39:24: warning: '/*' within block comment [-Wcomment]
/* #define TEST_DEVICE /**/
^
test/lowlvl.c:639:9: error: use of undeclared identifier
'CRYPT_ALGO_CAST'; did you mean 'CRYPT_ALGO_LAST'?
case CRYPT_ALGO_CAST:
^~~~~~~~~~~~~~~
CRYPT_ALGO_LAST
[INSTALL_ROOT]/include/cryptlib.h:257:2: note: 'CRYPT_ALGO_LAST' declared
here
CRYPT_ALGO_LAST, /* Last possible
crypt algo value */
^
...
In file included from test/lowlvl.c:9:
./test/test.h:39:24: warning: '/*' within block comment [-Wcomment]
/* #define TEST_DEVICE /**/
^
test/lowlvl.c:639:9: error: use of undeclared identifier
'CRYPT_ALGO_CAST'; did you mean 'CRYPT_ALGO_LAST'?
case CRYPT_ALGO_CAST:
^~~~~~~~~~~~~~~
CRYPT_ALGO_LAST
[INSTALL_ROOT]/include/cryptlib.h:257:2: note: 'CRYPT_ALGO_LAST' declared
here
CRYPT_ALGO_LAST, /* Last possible
crypt algo value */
^
}}}
--
Ticket URL: <https://trac.macports.org/ticket/41815>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list