From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YOjjp-0001r6-Gn for ptxdist@pengutronix.de; Fri, 20 Feb 2015 10:19:09 +0100 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.84) (envelope-from ) id 1YOjjp-0001r2-Fl for ptxdist@pengutronix.de; Fri, 20 Feb 2015 10:19:09 +0100 From: Juergen Borleis Date: Fri, 20 Feb 2015 10:18:59 +0100 Message-Id: <1424423943-28091-1-git-send-email-jbe@pengutronix.de> Subject: [ptxdist] [RFC] update NetworkManager Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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