From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [RFC] update NetworkManager
Date: Fri, 20 Feb 2015 10:18:59 +0100 [thread overview]
Message-ID: <1424423943-28091-1-git-send-email-jbe@pengutronix.de> (raw)
The following patch series tries to update the NetworkManager package. "Try"
because I'm not sure if the dependencies are set correctly. For example the
"HOST_INTLTOOL" dependency looks strange. I'm also not sure if and why there
was a run-time dependency to "IPTABLES" and "IPTABLES_IPV4". How is
NetworkManager using these tools?
It seems the "nmtui" coming with NetworkManager is a nice tool but on my
target it runs but I cannot use it because it does not interact with my
keystrokes. So I kept its support in a separate patch. Any idea what's
missing?
Beside that the libnewt (used by nmtui) fails with this strange behaviour:
$ ptxdist compile libnewt
[...]
-----------------------
target: libnewt.compile
-----------------------
make[1]: Entering directory `/home/jbe/myBSP/platform-myPlatform/build-target/newt-0.52.18'
arm-v7a-linux-gnueabihf-cpp -g -O2 -D_GNU_SOURCE -M test.c testgrid.c testtree.c showchars.c showkey.c whiptail.c dialogboxes.c newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
arm-v7a-linux-gnueabihf-cpp: fatal error: too many input files
compilation terminated.
make[1]: *** [depend] Error 1
make[1]: Leaving directory `/home/jbe/myBSP/platform-myPlatform/build-target/newt-0.52.18'
make: *** [/home/jbe/myBSP/platform-myPlatform/state/libnewt.compile] Error 2
$ ptxdist compile libnewt
-----------------------
target: libnewt.compile
-----------------------
make[1]: Entering directory `/home/jbe/myBSP/platform-myPlatform/build-target/newt-0.52.18'
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o test.o test.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o newt.o newt.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o button.o button.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o form.o form.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o checkbox.o checkbox.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o entry.o entry.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o label.o label.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o listbox.o listbox.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o scrollbar.o scrollbar.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o textbox.o textbox.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o scale.o scale.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o grid.o grid.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o windows.o windows.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o buttonbar.o buttonbar.c
arm-v7a-linux-gnueabihf-gcc -g -O2 -D_GNU_SOURCE -c -o checkboxtree.o checkboxtree.c
ar rv libnewt.a newt.o button.o form.o checkbox.o entry.o label.o listbox.o scrollbar.o textbox.o scale.o grid.o windows.o buttonbar.o checkboxtree.o
ar: creating libnewt.a
[...]
BTW: '-ji1' does not help.
Regards,
Juergen
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-02-20 9:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 9:18 Juergen Borleis [this message]
2015-02-20 9:19 ` [ptxdist] [PATCH 1/4] libndp: add library for Neighbor Discovery Protocol Juergen Borleis
2015-02-20 9:19 ` [ptxdist] [PATCH 2/4] NetworkManager: update package Juergen Borleis
2015-02-20 9:19 ` [ptxdist] [PATCH 3/4] libnewt: windowing toolkit Juergen Borleis
2015-02-20 9:19 ` [ptxdist] [PATCH 4/4] NetworkManager: add nmtui support Juergen Borleis
2015-03-18 10:20 ` [ptxdist] [RFC] update NetworkManager Michael Olbrich
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=1424423943-28091-1-git-send-email-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--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