iovisor/ply

Test failure

Closed this issue · 0 comments

Hi, I've tried to run the test but it failed like below

ply$ cd  test/
test$ ls
Makefile  README.md  test.conf  test.sh  test-wrapper.sh
test$ make
mkdir -p work/basis-ply
mkdir -p cache
wget -O cache/armv5-eabi--glibc--bleeding-edge-2020.08-1.tar.bz2 https://toolchains.bootlin.com/downloads/releases/toolchains/armv5-eabi/tarballs/armv5-eabi--glibc--bleeding-edge-2020.08-1.tar.bz2
--2021-09-22 12:41:46--  https://toolchains.bootlin.com/downloads/releases/toolchains/armv5-eabi/tarballs/armv5-eabi--glibc--bleeding-edge-2020.08-1.tar.bz2
Resolving toolchains.bootlin.com (toolchains.bootlin.com)... 51.254.149.199
Connecting to toolchains.bootlin.com (toolchains.bootlin.com)|51.254.149.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 121154542 (116M) [application/x-bzip2]
Saving to: ‘cache/armv5-eabi--glibc--bleeding-edge-2020.08-1.tar.bz2’

cache/armv5-eabi--glibc--bleedi 100%[=======================================================>] 115.54M   168KB/s    in 11m 0s  

2021-09-22 12:52:47 (179 KB/s) - ‘cache/armv5-eabi--glibc--bleeding-edge-2020.08-1.tar.bz2’ saved [121154542/121154542]

tar -C cache -maxf cache/armv5-eabi--glibc--bleeding-edge-2020.08-1.tar.bz2
cd work/basis-ply cache/armv5-eabi--glibc--bleeding-edge-2020.08-1 && PATH=/home/namhyung/.local/bin:/home/namhyung/.cargo/bin:/home/namhyung/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/namhyung/go/bin:/home/namhyung/project/ply/test/cache/armv5-eabi--glibc--bleeding-edge-2020.08-1/bin ../../../configure CFLAGS="-Wall -Wextra -Werror" --host=arm-linux --prefix=
/bin/sh: line 1: cd: too many arguments
make: *** [Makefile:151: work/basis-ply/Makefile] Error 1