From: Jon Ringle <jon@ringle.org>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Subject: [ptxdist] Problems building libnl3
Date: Wed, 21 Jan 2015 14:22:26 -0500 [thread overview]
Message-ID: <CAMwGMjzStEawiWfWL+Av3=-b_jhUeRSRY+4xDbN9QcT29ZqFvA@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 3888 bytes --]
After updating to ptxdist-2015-01.0, I am having a problem build libnl3. I
tried rebuilding host-flex, hoping this might do the trick, but it did not
help.
Any ideas?
Jon
----------------------
target: libnl3.compile
----------------------
make[1]: Entering directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25'
Making all in include
make[2]: Entering directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/include'
Making all in lib
make[2]: Entering directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/lib'
make all-am
make[3]: Entering directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/lib'
CC route/route_utils.lo
CC route/route.lo
CC route/rtnl.lo
CC version.lo
CC route/tc.lo
CC route/route_obj.lo
CC route/rule.lo
CC route/classid.lo
CC route/cls/fw.lo
CC route/cls/basic.lo
CC route/cls/cgroup.lo
CC route/act/mirred.lo
CC route/cls/ematch/container.lo
CC route/cls/police.lo
CC route/cls/u32.lo
CC route/cls/ematch.lo
CC route/cls/ematch/cmp.lo
CC route/cls/ematch/nbyte.lo
CC route/cls/ematch/meta.lo
CC route/link/api.lo
CC route/cls/ematch/text.lo
route/cls/ematch.c: In function 'rtnl_ematch_parse_expr':
route/cls/ematch.c:635:2: error: unknown type name 'YY_BUFFER_STATE'
YY_BUFFER_STATE buf = NULL;
^
route/cls/ematch.c:635:24: warning: initialization makes integer from
pointer without a cast [enabled by default]
YY_BUFFER_STATE buf = NULL;
^
route/cls/ematch.c:636:2: error: unknown type name 'yyscan_t'
yyscan_t scanner = NULL;
^
route/cls/ematch.c:636:21: warning: initialization makes integer from
pointer without a cast [enabled by default]
yyscan_t scanner = NULL;
^
route/cls/ematch.c:644:2: warning: implicit declaration of function
'ematch_lex_init' [-Wimplicit-function-declaration]
if ((err = ematch_lex_init(&scanner)) < 0) {
^
route/cls/ematch.c:649:2: warning: implicit declaration of function
'ematch__scan_string' [-Wimplicit-function-declaration]
buf = ematch__scan_string(expr, scanner);
^
route/cls/ematch.c:651:2: warning: passing argument 1 of 'ematch_parse'
makes pointer from integer without a cast [enabled by default]
if ((err = ematch_parse(scanner, errp, &tree->et_list)) != 0) {
^
route/cls/ematch.c:629:12: note: expected 'void *' but argument is of type
'int'
extern int ematch_parse(void *, char **, struct nl_list_head *);
^
route/cls/ematch.c:652:3: warning: implicit declaration of function
'ematch__delete_buffer' [-Wimplicit-function-declaration]
ematch__delete_buffer(buf, scanner);
^
route/cls/ematch.c:657:2: warning: implicit declaration of function
'ematch_lex_destroy' [-Wimplicit-function-declaration]
ematch_lex_destroy(scanner);
^
make[3]: *** [route/cls/ematch.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
CC route/link/vlan.lo
make[3]: Leaving directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/libnl-3.2.25'
make: ***
[/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/state/libnl3.compile]
Error 2
[-- Attachment #1.2: Type: text/html, Size: 4999 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-01-21 19:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-21 19:22 Jon Ringle [this message]
2015-01-26 13:44 ` Michael Olbrich
2015-01-28 4:22 ` Jon Ringle
2015-03-25 13:21 ` Jon Ringle
2015-03-26 9:23 ` Michael Olbrich
2015-03-26 10:53 ` Jon Ringle
2015-03-26 11:59 ` Jon Ringle
2015-03-27 21:52 ` Jon Ringle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMwGMjzStEawiWfWL+Av3=-b_jhUeRSRY+4xDbN9QcT29ZqFvA@mail.gmail.com' \
--to=jon@ringle.org \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox