Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 390120 Details for
Bug 530186
dev-lua/luasec-0.4.1_p20130620 - context.c:255:1: error: unknown type name ‘EC_KEY’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge log
dev-lua:luasec-0.4.1_p20130620:20141123-143311.log (text/plain), 7.43 KB, created by
Toralf Förster
on 2014-11-23 15:43:06 UTC
(
hide
)
Description:
emerge log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2014-11-23 15:43:06 UTC
Size:
7.43 KB
patch
obsolete
> * Package: dev-lua/luasec-0.4.1_p20130620 > * Repository: gentoo > * Maintainer: rafaelmartins@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Source unpacked in /var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work >>>> Preparing source in /var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620 ... >make -j1 CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-gcc linux >--------------------- >** Build for Linux ** >--------------------- >make[1]: Entering directory '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620/src' >make[2]: Entering directory '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620/src' >make[3]: Entering directory '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620/src/luasocket' >x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o io.o io.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o buffer.o buffer.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o timeout.o timeout.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o usocket.o usocket.c >ar rcu libluasocket.a io.o buffer.o timeout.o usocket.o >ranlib libluasocket.a >make[3]: Leaving directory '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620/src/luasocket' >x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -c -o x509.o x509.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -c -o context.o context.c >context.c:255:1: error: unknown type name âEC_KEYâ > static EC_KEY *find_ec_key(const char *str) > ^ >context.c: In function âfind_ec_keyâ: >context.c:257:3: error: unknown type name âp_ecâ > p_ec ptr; > ^ >context.c:258:14: error: âcurvesâ undeclared (first use in this function) > for (ptr = curves; ptr->name; ptr++) { > ^ >context.c:258:14: note: each undeclared identifier is reported only once for each function it appears in >context.c:258:25: error: invalid type argument of â->â (have âintâ) > for (ptr = curves; ptr->name; ptr++) { > ^ >In file included from /usr/include/string.h:634:0, > from context.c:7: >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:259:25: error: invalid type argument of â->â (have âintâ) > if (!strcmp(str, ptr->name)) > ^ >context.c:260:7: warning: implicit declaration of function âEC_KEY_new_by_curve_nameâ [-Wimplicit-function-declaration] > return EC_KEY_new_by_curve_name(ptr->nid); > ^ >context.c:260:42: error: invalid type argument of â->â (have âintâ) > return EC_KEY_new_by_curve_name(ptr->nid); > ^ >context.c: At top level: >context.c:255:16: warning: âfind_ec_keyâ defined but not used [-Wunused-function] > static EC_KEY *find_ec_key(const char *str) > ^ ><builtin>: recipe for target 'context.o' failed >make[2]: *** [context.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620/src' >Makefile:41: recipe for target 'linux' failed >make[1]: *** [linux] Error 2 >make[1]: Leaving directory '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620/src' >Makefile:38: recipe for target 'linux' failed >make: *** [linux] Error 2 > * ERROR: dev-lua/luasec-0.4.1_p20130620::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lua/luasec-0.4.1_p20130620::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lua/luasec-0.4.1_p20130620::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lua:luasec-0.4.1_p20130620:20141123-143311.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620' > * S: '/var/tmp/portage/dev-lua/luasec-0.4.1_p20130620/work/luasec-0.4.1_p20130620'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 530186
: 390120