-
Notifications
You must be signed in to change notification settings - Fork 11
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
qemu aarch64 build fail #100
Comments
I reverted regex support and removed text-icu in #97, so this should be fixed. Please feel free to re-open this if you can still reproduce the issue on the latest |
I need regex support. it is ok when we build on x86_x64 . it is build fail on mac and aarch64 |
OK, that's good to know! Unfortunately most regular expression packages for Haskell require dynamic dependencies that break on certain OS/arch combinations. Do you think you'd be happy with POSIX support? I am thinking of reintroducing it with regex-tdfa. If you could take a look at that library and let me know if it fits your purposes, it'll help me decide. |
if i checkout this commit 2ee7356. ghc version is 9.0.2, text-iuc version is 0.7.1.0
|
Oh, thanks for finding that issue. That's not an option, then. There is no regex support on I suggest we carry on this discussion in #69. I'll re-open it. |
it is ok on ubuntu 20.04 aarch64 that install pkg-config。 |
text-icu> configure
text-icu> Configuring text-icu-0.8.0.2...
text-icu> Cabal-simple_SvXsv1f__3.6.3.0_ghc-9.2.5: The program 'pkg-config' version
text-icu> >=0.9.0 is required but it could not be found.
text-icu>
Progress 1/2
Error: [S-7282]
Stack failed to execute the build plan.
qemu : ubuntu 20.04.5 lts aarch64
kernel linux version 5.10.146
already install libicu-dev
The text was updated successfully, but these errors were encountered: