mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [RFC] update NetworkManager
@ 2015-02-20  9:18 Juergen Borleis
  2015-02-20  9:19 ` [ptxdist] [PATCH 1/4] libndp: add library for Neighbor Discovery Protocol Juergen Borleis
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Juergen Borleis @ 2015-02-20  9:18 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-18 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20  9:18 [ptxdist] [RFC] update NetworkManager Juergen Borleis
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox