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

network-3.1.2.0 fails to build on ghc-8.8.3 on Windows #487

Closed
newhoggy opened this issue Sep 24, 2020 · 8 comments
Closed

network-3.1.2.0 fails to build on ghc-8.8.3 on Windows #487

newhoggy opened this issue Sep 24, 2020 · 8 comments

Comments

@newhoggy
Copy link

newhoggy commented Sep 24, 2020

See https://github.com/haskell-works/network/pull/2/checks?check_run_id=1157841677

Also there is a PR #486 to enable Github Workflows for the project which gets you Windows and MacOS Builds as well to catch these kinds of errors.

There is an exclusion for ghc-8.8.3 on Windows, in the workflow that can be removed once it is fixed.

@phadej
Copy link

phadej commented Dec 30, 2020

The run referenced doesn't exist anymore.

@newhoggy
Copy link
Author

@phadej
Copy link

phadej commented Dec 31, 2020

Can you try with GHC-8.10.3 (or GHC-8.10.2.2 from choco). GHC-8.8 is known to be broken on Windows. (for many reasons).

@phadej
Copy link

phadej commented Dec 31, 2020

Also it's not clear from that output what's wrong. Can you make the build -v -j1

@eborden
Copy link
Collaborator

eborden commented May 18, 2021

@newhoggy are you still having these issues?

@peterbecich
Copy link
Member

Is this the same issue?

Run cabal build --enable-tests --disable-benchmarks all
Resolving dependencies...
Build profile: -w ghc-8.10.4 -O1
In order, the following will be built (use -v for more details):
 - network-3.1.2.2 (lib:network, test:spec) (first run)
Configuring network-3.1.2.2...
configure: WARNING: unrecognized options: --with-compiler
configure: error: cannot find required auxiliary files: config.guess config.sub
Error: Process completed with exit code 1.

https://github.com/peterbecich/network/runs/2825581836?check_suite_focus=true

Thanks

@Mikolaj
Copy link
Member

Mikolaj commented Oct 7, 2021

This is probably related to a new version of autoconf and should be fixed by cabal 3.6.2 (soon to be released). If not, please report.

@Mistuke
Copy link
Collaborator

Mistuke commented Jun 11, 2023

This version is 3 years old now and GHC 8.x is no longer supported. I'll close this. please re-open if still having problems with a newer version.

@Mistuke Mistuke closed this as completed Jun 11, 2023
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

6 participants