Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Appveyor for Window Failed #26

Open
unsenep2pdev opened this issue Aug 8, 2019 · 3 comments
Open

Building Appveyor for Window Failed #26

unsenep2pdev opened this issue Aug 8, 2019 · 3 comments

Comments

@unsenep2pdev
Copy link

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.

@cauefcr
Copy link

cauefcr commented May 3, 2020

the original app veyor also has deleted the prebuilt artifacts, as 6 months have passed.

@cretz
Copy link
Owner

cretz commented May 3, 2020

I haven't been able to work on this project in a while. If you are able to debug the problem, that's great otherwise I'm afraid I don't know when I'll be able to.

@cauefcr
Copy link

cauefcr commented May 4, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants