-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I'm trying to fork tor-static to build with appveyor build bot, but it failed.
rm -f liblzma.pc
sed
-e 's,@Prefix[@],/C/gopath/src/github.com/cretz/tor-static/xz/dist,g'
-e 's,@exec_prefix[@],/C/gopath/src/github.com/cretz/tor-static/xz/dist,g'
-e 's,@libdir[@],/C/gopath/src/github.com/cretz/tor-static/xz/dist/lib,g'
-e 's,@includedir[@],/C/gopath/src/github.com/cretz/tor-static/xz/dist/include,g'
-e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g'
-e 's,@PACKAGE_VERSION[@],5.2.4,g'
-e 's,@PTHREAD_CFLAGS[@],,g'
-e 's,@libs[@],,g'
< ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
make[4]: *** [Makefile:2079: liblzma_w32res.lo] Error 1
make[4]: Leaving directory '/c/gopath/src/github.com/cretz/tor-static/xz/src/liblzma'
make[3]: *** [Makefile:1636: all-recursive] Error 1
make[3]: Leaving directory '/c/gopath/src/github.com/cretz/tor-static/xz/src/liblzma'
make[2]: *** [Makefile:420: all-recursive] Error 1
make[2]: Leaving directory '/c/gopath/src/github.com/cretz/tor-static/xz/src'
make[1]: *** [Makefile:613: all-recursive] Error 1
make[1]: Leaving directory '/c/gopath/src/github.com/cretz/tor-static/xz'
make: *** [Makefile:480: all] Error 2
2019/08/08 06:22:01 *** Done building xz ***
2019/08/08 06:22:01 *** Done building all ***
2019/08/08 06:22:01 exit status 2
exit status 1
Like to appveyor: https://ci.appveyor.com/project/unsenep2pdev/tor-static
I have not clue on how to resolve it.