From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Fri, 04 Apr 2014 19:40:15 -0300 Subject: [Buildroot] [PATCHv2] pptp-linux: bump to version 1.8.0 In-Reply-To: <20140404235055.39b4ce52@skate> References: <1396300329-12942-1-git-send-email-gustavo@zacarias.com.ar> <20140404235055.39b4ce52@skate> Message-ID: <533F34CF.9050204@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 04/04/2014 06:50 PM, Thomas Petazzoni wrote: > Dear Gustavo Zacarias, > > On Mon, 31 Mar 2014 18:12:09 -0300, Gustavo Zacarias wrote: >> Signed-off-by: Gustavo Zacarias >> --- >> .../pptp-linux/pptp-linux-001-susv3-legacy.patch | 43 +++++++++++---------- >> .../pptp-linux/pptp-linux-002-drop-stropts.patch | 26 ------------- >> ...tch => pptp-linux-002-fix-parallel-build.patch} | 0 >> package/pptp-linux/pptp-linux-003-ip-path.patch | 44 ---------------------- >> package/pptp-linux/pptp-linux.mk | 5 ++- >> 5 files changed, 27 insertions(+), 91 deletions(-) >> delete mode 100644 package/pptp-linux/pptp-linux-002-drop-stropts.patch >> rename package/pptp-linux/{pptp-linux-004-fix-parallel-build.patch => pptp-linux-002-fix-parallel-build.patch} (100%) >> delete mode 100644 package/pptp-linux/pptp-linux-003-ip-path.patch > > Seems to break the build on ARM: > > http://autobuild.buildroot.org/results/5bd/5bdfcf544a83e18d12e27c598084c0ad520d6164/build-end.log > > {standard input}: Assembler messages: > {standard input}:225: Error: bad instruction `rorw $8,' > {standard input}:225: Error: bad instruction `rorl $16,r2' > {standard input}:225: Error: bad instruction `rorw $8,' That's ptpd2 and not pptp-linux, hopefully pppd won't show up in the mix for a triple tongue twister ;) Seems a distribution net-snmp is polluting the build, it should be fixed by the patch i've sent, but i couldn't reproduce the failure locally. Regards.